hello, I just installed beta7, extracted the tar, set MAVEN_HOME, added $MAVEN_HOME/bin to the path.
I edited the sample project.xml given in the web documentation and tried to execute maven on it, I got: __ __ | \/ |__ Jakarta _ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-7 /home/daniel/devel/repos_helium_main/fiery_util [ERROR] BUILD FAILED [ERROR] Goal "java:jar" does not exist in this project. Total time: 6 seconds on the command line. In maven.log I get: 2002-10-03 10:41:02,054 DEBUG org.apache.maven.app.App - Initializing core. 2002-10-03 10:41:06,943 ERROR org.apache.commons.jelly.tags.ant.AntTag - Class org.apache.commons.jelly.tags.werkz.ProjectTag doesn't support the nested "path" element. 2002-10-03 10:41:07,124 ERROR org.apache.commons.jelly.tags.ant.AntTag - Class org.apache.commons.jelly.tags.core.IfTag doesn't support the nested "path" element. Running maven -g gives me: __ __ | \/ |__ Jakarta _ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-7 /home/daniel/devel/repos_helium_main/fiery_util Available [Plugins] / Goals ``````````````````````````` [build] ( NO DEFAULT GOAL ) start ...................... ( NO DESCRIPTION ) again with the same log. Running maven build:start completes successfully but doesn't seem to do anything useful. Again the same log. So, what's stopping the goals from being found? Where are the goals, such as java:jar, actually defined? In the maven source? Thanks Daniel -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
