Sounds ok, although I'd recommend using maven 1.0 RC1.

All I can guess at at this stage is that you may not have exported
MAVEN_HOME and JAVA_HOME so that the shell picked them up?

You probably want to put $MAVEN_HOME/bin in your PATH and run it from a more
sensible directory - generating your applications in the maven installation
isn't ideal.

- Brett

> -----Original Message-----
> From: R. Matt Barnett [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, 9 October 2003 7:21 AM
> To: [EMAIL PROTECTED]
> Subject: Maven kickoff woes.
> 
> 
> Hi, my name is Matt and I'm having problems kicking maven off:
> 
> 1.) Downloaded and installed maven 1.0 beta 10
> 
> 2.) set my MAVEN_HOME and JAVA_HOME environment variables
> 
> 3.) chmod +x maven in the /bin directory
> 
> 4.) attempted to run "./maven -Dpackage=com.mycompany.app 
> genapp" as per the user guide.  Executed from the bin directory.
> 
> output:
> 
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> com/werken/forehead/Forehead
> 
> which looks like a classpath issue.  Have I skipped a step or 
> done something wrong?
> 
> -- Matt
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to