This is going to be hard to figure out. The instructions you used seem like a bit of overkill - perhaps just something simpler is a good starting point:
mkdir temp cd temp tar zxf maven-1.0.tar.gz cd maven-1.0 export MAVEN_HOME=$PWD cd /path/to/cvs/checkout/of/maven (or any maven based project) maven -X build:start If that works, you can start making the other changes one by one to see what the problem was (you might need to remove ~/.maven later if you didn't want the cache stored there) Hope this helps. The only other thoughts I have is: - to run with MAVEN_OPTS=-verbose:class (this is a Sun JVM switch - I assume it works for you too). - ass "set -x" to the maven start script so the classpath gets echoed, though I doubt this will help. Good luck! Let us know here or in the JIRA issue if you find the problem. Cheers, Brett On Wed, 10 Nov 2004 09:41:41 +0100, Boris Kraft <[EMAIL PROTECTED]> wrote: > thanks, Brett > find it at http://jira.codehaus.org/browse/MAVEN-1498 > > - Boris > > On 09.11.2004, at 20:47, Brett Porter wrote: > > > Try running with -X and post the full output as an attachment to JIRA, > > and I'll see if I can find something. > > > > No, build.properties is not required as long as you are happy using > > defaults. > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
