Re: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

2004-11-10 Thread Boris Kraft
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

Re: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

2004-11-09 Thread Boris Kraft
Tried it on a different user account, new installation, same machine, different project - same problem. I can try on a different machine, but that won't help me on mine, right? Is there anything I can do to see for instance which jar's maven is actually using? The missing build.properties in my

Re: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

2004-11-09 Thread Boris Kraft
Brett On Mon, 8 Nov 2004 22:23:12 +0100, Boris Kraft <[EMAIL PROTECTED]> wrote: I have also copied another copy of commons-logging-1.0.3.jar into these dirs; no change of behavior. So I assume its not the jar that is problematic. I have also downloaded & installed maven a second time wi

Re: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

2004-11-08 Thread Boris Kraft
1:03, Boris Kraft wrote: Hello Brett yes they are equal. Thanks - Boris On 08.11.2004, at 20:42, Brett Porter wrote: looks like your commons-logging jar is corrupted. Are the output of these the same? jar tvf $MAVEN_HOME/lib/commons-logging-1.0.3.jar jar tvf ~/.maven/repository/commons-logging/jars/com

Re: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

2004-11-08 Thread Boris Kraft
Hello Brett yes they are equal. Thanks - Boris On 08.11.2004, at 20:42, Brett Porter wrote: looks like your commons-logging jar is corrupted. Are the output of these the same? jar tvf $MAVEN_HOME/lib/commons-logging-1.0.3.jar jar tvf ~/.maven/repository/commons-logging/jars/commons-logging-1.0.3.j

java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

2004-11-08 Thread Boris Kraft
I have installed maven on OSX but trying to use it on a real project fails with the following message: Attempting to download commons-jelly-1.0-beta-4.jar. java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory Details: I have installed maven on OSX 10.3 by following the descripti