RE: Won't Build: NoClassDefFoundError

2008-08-12 Thread Martin Gainty
To: user@ant.apache.org > Subject: Won't Build: NoClassDefFoundError > > > What am I missing? I have serializer.jar in /usr/share/ant/lib, but I keep > getting this error when I run ant junit: > > junit: > > BUILD FAILED > java.lang.NoClassDefFoundErro

Re: Won't Build: NoClassDefFoundError

2008-08-12 Thread Scot P. Floess
That's really odd... I'm somewhat at a loss... I'll have to think about this... Is there maybe another dependency not met? Some other jat one requires for that class? On Tue, 12 Aug 2008, dave.smith wrote: I am able to jar tf serializer.jar from the user that is running ant. /usr/share

Re: Won't Build: NoClassDefFoundError

2008-08-12 Thread dave.smith
I am able to jar tf serializer.jar from the user that is running ant. /usr/share/ant/lib has only serializer.jar which ant ==> /usr/bin/ant echo $ANT_HOME ==> /usr/share/ant I also tried running ant with ant -lib /usr/share/ant/lib/ junit. I got the same error. Thanks again, Dave Scot P. Flo

Re: Won't Build: NoClassDefFoundError

2008-08-12 Thread Scot P. Floess
Is your ANT_HOME = /usr/share/ant On Tue, 12 Aug 2008, dave.smith wrote: Hi Scot, Thanks for your fast reply. 1) Yes, I see SerializerTrace.class in there 2) Yes, it has 0644 permissions 3) No, but I exported it as /usr/share/ant and it still did not work. Scot P. Floess wrote: So, c

RE: Won't Build: NoClassDefFoundError

2008-08-12 Thread Scot P. Floess
does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Tue, 12 Aug 2008 14:53:10 -0400 From: [EMAIL PROTECTED] To: user@ant.apache.org Subject: Re: Won't Build: NoClassDefFoundError

Re: Won't Build: NoClassDefFoundError

2008-08-12 Thread dave.smith
Hi Scot, Thanks for your fast reply. 1) Yes, I see SerializerTrace.class in there 2) Yes, it has 0644 permissions 3) No, but I exported it as /usr/share/ant and it still did not work. Scot P. Floess wrote: > > > So, couple of questions... > > 1) Is SerializerTrace actually in that jar? >

RE: Won't Build: NoClassDefFoundError

2008-08-12 Thread Martin Gainty
t: Re: Won't Build: NoClassDefFoundError > > > So, couple of questions... > > 1) Is SerializerTrace actually in that jar? > 2) Are the permissions such that that jar is readable by you as a user? > 3) IS your ANT_HOME /usr/share/ant ? > > On Tue, 12 Aug 2008, da

Re: Won't Build: NoClassDefFoundError

2008-08-12 Thread Scot P. Floess
So, couple of questions... 1) Is SerializerTrace actually in that jar? 2) Are the permissions such that that jar is readable by you as a user? 3) IS your ANT_HOME /usr/share/ant ? On Tue, 12 Aug 2008, dave.smith wrote: What am I missing? I have serializer.jar in /usr/share/ant/lib, but I ke

Won't Build: NoClassDefFoundError

2008-08-12 Thread dave.smith
What am I missing? I have serializer.jar in /usr/share/ant/lib, but I keep getting this error when I run ant junit: junit: BUILD FAILED java.lang.NoClassDefFoundError: org/apache/xml/serializer/SerializerTrace -- View this message in context: http://www.nabble.com/Won%27t-Build%3A--NoClassDe