Woah! I figured it out. My problem was in the integration of Maven and Eclipse. The local maven repository on Windows is in my home folder: C:\Documents and Settings\[username]\.m2\repository
All is well now! Thank you, Olaf oschroeder wrote: > > Yes - I am using Eclipse (3.2.2). However Eclipse has not touched the > project yet. > > I just created a test project. > I issued: > mvn archetype:create -DarchetypeGroupId=org.appfuse > -DarchetypeArtifactId=appfuse-basic-spring > -DremoteRepositories=http://static.appfuse.org/repository > -DarchetypeVersion=2.0-m4 -DgroupId=com.test -DartifactId=test > > and then: > cd test > mvn integration-test > > The test completed successfully. Attached you will find a complete file > list of the project. > http://www.nabble.com/file/8249/test.zip test.zip > No file *mock*.jar is in the list. > > My question is: After the integration test - should the *mock*.jar be on > the local file system? > Can the tests - that you provide (I have not written a single line of code > yet) - succeed without the mock jar? > > Thank you, > Olaf > > > > > > mraible wrote: >> >> I don't know why it's not getting downloaded into your local >> filesystem. Are you using an IDE. It should be downloaded if it's >> specified in pom.xml. >> >> Matt >> >> On 5/7/07, oschroeder <[EMAIL PROTECTED]> wrote: >>> >>> Matt, >>> >>> I am using the basic archetype. But I tried both and just for fun set up >>> a >>> quick modular project last night. >>> When running the first 'mvn integration-test' I would expect that >>> jmock.jar >>> is required to execute the inital test. >>> Is that assumption wrong? >>> >>> Thank you for the great tool and service that you are providing to the >>> community! >>> >>> Olaf >>> >>> >>> >>> mraible wrote: >>> > >>> > Are you using a basic or modular archetype? If modular, are you >>> > writing your tests in the core module? >>> > >>> > Matt >>> > >>> > On 5/7/07, oschroeder <[EMAIL PROTECTED]> wrote: >>> >> >>> >> Good Evening, >>> >> >>> >> Following the Quickstart Guide everything works as described. The >>> tests >>> >> succeed and I am starting on the Person Object. >>> >> When I am getting to the PersonManagerImplTest I need jmock in my >>> >> classpath >>> >> to resolve the dependencies. >>> >> That fails - and further I can not find the jmock.jar within the my >>> >> project >>> >> at all. >>> >> >>> >> I saw in the POM.xml that junit and jmock use <scope>test</scope>. >>> >> However I would still expect the jars to be locally available - >>> meaning >>> >> downloaded by Maven to my local file system as they're provided here: >>> >> http://repo1.maven.org/maven2/jmock/jmock/ >>> >> >>> >> Why doesn't jmock get downloaded to the local filesystem? >>> >> >>> >> I am using Eclipse and I ran mvn eclipse:eclipse (and tried to >>> manually >>> >> fix >>> >> up the .....classpath settings). It seems that Eclipse can not >>> resolve >>> >> the >>> >> jars correctly - I need to add them manually as I go to the project's >>> >> properties. >>> >> >>> >> Thank you, >>> >> Olaf >>> >> -- >>> >> View this message in context: >>> >> >>> http://www.nabble.com/2.0-M4---jmock.jar-and-junit.jar-not-in-local-project-tf3701570s2369.html#a10351226 >>> >> Sent from the AppFuse - User mailing list archive at Nabble.com. >>> >> >>> >> --------------------------------------------------------------------- >>> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> >> For additional commands, e-mail: [EMAIL PROTECTED] >>> >> >>> >> >>> > >>> > >>> > -- >>> > http://raibledesigns.com >>> > >>> > --------------------------------------------------------------------- >>> > To unsubscribe, e-mail: [EMAIL PROTECTED] >>> > For additional commands, e-mail: [EMAIL PROTECTED] >>> > >>> > >>> > >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/2.0-M4---jmock.jar-and-junit.jar-not-in-local-project-tf3701570s2369.html#a10366230 >>> Sent from the AppFuse - User mailing list archive at Nabble.com. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> >> -- >> http://raibledesigns.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- View this message in context: http://www.nabble.com/2.0-M4---jmock.jar-and-junit.jar-not-in-local-project-tf3701570s2369.html#a10386615 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
