Can you try running maven -g against the simple-java example in the MAVEN_HOME\plugins\maven-examples-plugin-1.0\simple-java directory?
That way you're working off something that's guaranteed :) to work.... -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers Daniel McAllansmith <[EMAIL PROTECTED]> wrote on 03/10/2002 08:55:40 AM: > 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:turbine-maven-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-maven-user- > [EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
