|
Dion, The --dir command works great with the new CVS HEAD (was STABLE). However, the --find doesn't work, but that may be user error...! I have a project.xml in c:\clients\upstate\fortius, if I am in c:\clients\upstate I tried maven -f c:\clients\upstate\fortius test but it seemed to build locally in c:\clients\upstate, but use the project.xml in c:\clients\upstate\fortius. This could be because I don't understand the semantics of --find. However, --dir is what I really wanted, so I'm happy. --find doesn't take an argument. It simply starts from ${user.dir} and goes looking up the tree till it finds a project.xml I've added a fix to App.java, so that whereever it does find it becomes the CWD. Can you retest? C:\source\maven>cd src\java C:\source\maven\src\java>maven --find test
java:prepare-filesystem: java:compile: java:jar-resources: test:prepare-filesystem: test:test-resources: test:compile: test:test: jar:jar: C:\source\maven\src\java> |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Can you test this against the stable branch?
I believe this was fixed yesterday.