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
junit: BUILD FAILED java.lang.NoClassDefFoundError: org/apache/xml/serializer/SerializerTrace -- View this message in context: http://www.nabble.com/Won%27t-Build%3A--NoClassDefFoundError-tp18949641p18949641.html Sent from the Ant - Users mailing list

Re: Won't Build: NoClassDefFoundError

2008-08-12 Thread dave.smith
keep >>>> getting this error when I run ant junit: >>>> >>>> junit: >>>> >>>> BUILD FAILED >>>> java.lang.NoClassDefFoundError: >>>> org/apache/xml/serializer/SerializerTrace >>>> >>>> -- &g

Re: Won't Build: NoClassDefFoundError

2008-08-12 Thread Scot P. Floess
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--NoClassDefFoundError-tp18949641p18949641.html Sent from the Ant - Users mailing list archive

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
; 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--N

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
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--NoClassDefFoundError-tp18949641p18949641.html Sent from the Ant - Users mailing list

Won't Build: NoClassDefFoundError

2008-08-12 Thread dave.smith
--NoClassDefFoundError-tp18949641p18949641.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NoClassDefFoundError: org/apache/tools/ant/Task

2007-02-05 Thread Petar Tahchiev
ter setting your classpath properly. Regards, Neeraj GS HCL Tecnologies, STC - Chennai. -Original Message- From: Petar Tahchiev [mailto:[EMAIL PROTECTED] Sent: Monday, February 05, 2007 1:21 PM To: Ant Users List Subject: NoClassDefFoundError: org/apache/tools/ant/Task Hi guys, Here is

RE: NoClassDefFoundError: org/apache/tools/ant/Task

2007-02-04 Thread Neeraj Gopalakrishnan Nair, HCL-Industry Solutions
al Message- From: Petar Tahchiev [mailto:[EMAIL PROTECTED] Sent: Monday, February 05, 2007 1:21 PM To: Ant Users List Subject: NoClassDefFoundError: org/apache/tools/ant/Task Hi guys, Here is my problem. I am currently running on a Windows box at work and I downloaded the ant-1.7 package and in

NoClassDefFoundError: org/apache/tools/ant/Task

2007-02-04 Thread Petar Tahchiev
Hi guys, Here is my problem. I am currently running on a Windows box at work and I downloaded the ant-1.7 package and installed it. Then I downloaded the axis-1.4 package and I am trying to use the wsdl2java task, like it is written in the manual: http://axis.apache.org/ns/int

NoClassDefFoundError when loading class from -lib

2005-09-22 Thread Jon McLennan
I've taken the source for org.apache.tools.ant.Launcher and modified it to call my own version of Main.java. Essentially, the only change I made with that class is to allow the user to specify which startup class is to be run. (The default is the standard org.apache.tools.ant.Main.) My version

Re: NoClassDefFoundError...

2005-07-20 Thread Coccia, Gino
Some more details... The part of my build script that fails with a NoClassDefFoundError is a defined as class (package.classA already compiled and in an unchanging .jar) that requires a class (package.classB) just build by a previous step. The error message I get is

NoClassDefFoundError...

2005-07-19 Thread Coccia, Gino
I'm trying to run a build.xml script (script A) (for Cruisecontrol) that calls my original, working build.xml (script B) but am having some problems... I get a NoClassDefFoundError when my script A calls script script B - I don't get the error when I call script B directly. I'

RE: NoClassDefFoundError: org/apache/tools/ant/launch/Launcher

2005-04-07 Thread mickeydog
n. > > Hope this helps > Keith > > > -Original Message- > From: mickeydog [mailto:[EMAIL PROTECTED] > Sent: 07 April 2005 14:30 > To: user@ant.apache.org > Subject: NoClassDefFoundError: org/apache/tools/ant/launch/Launcher > > > I am having trouble installing AN

RE: NoClassDefFoundError: org/apache/tools/ant/launch/Launcher

2005-04-07 Thread Keith Hatton
To: user@ant.apache.org Subject: NoClassDefFoundError: org/apache/tools/ant/launch/Launcher I am having trouble installing ANT. I am getting the exception below. I've tried various fixes, but no dice. Any suggestions? # ant -version Exception in thread "main" java.lang.NoClassDefFoundErro

NoClassDefFoundError: org/apache/tools/ant/launch/Launcher

2005-04-07 Thread mickeydog
I am having trouble installing ANT. I am getting the exception below. I've tried various fixes, but no dice. Any suggestions? # ant -version Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/Launcher # ant --noconfig -version Exception in thread "main" java.la

Re: NoClassDefFoundError for class that is on the classpath?

2005-04-01 Thread Fermin Da Costa
in: it does not come up with an error) > > > > The org.jmlspecs.jmlunit.Main *is* where one expects it to be. > > > > tia, > > > > Fermin DCG > > > > > > > > -Original Message- > > > From: F Da Costa Gomez [mai

Re: NoClassDefFoundError for class that is on the classpath?

2005-03-31 Thread James Abley
---Original Message- > > From: F Da Costa Gomez [mailto:[EMAIL PROTECTED] > > Sent: Thursday, March 31, 2005 7:53 AM > > To: user@ant.apache.org > > Subject: NoClassDefFoundError for class that is on the classpath? > > > > Hi, > > > > Following the error i

Re: NoClassDefFoundError for class that is on the classpath?

2005-03-31 Thread Fermin Da Costa
PROTECTED] > Sent: Thursday, March 31, 2005 7:53 AM > To: user@ant.apache.org > Subject: NoClassDefFoundError for class that is on the classpath? > > Hi, > > Following the error i get when trying to run a script (from Eclipse 3.0.2) > > jmlUnitTestStubs: > [

RE: NoClassDefFoundError for class that is on the classpath?

2005-03-31 Thread Doklovic, Jonathan
What does your entry look like? -Original Message- From: F Da Costa Gomez [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 7:53 AM To: user@ant.apache.org Subject: NoClassDefFoundError for class that is on the classpath? Hi, Following the error i get when trying to run a

NoClassDefFoundError for class that is on the classpath?

2005-03-31 Thread F Da Costa Gomez
Hi, Following the error i get when trying to run a script (from Eclipse 3.0.2) jmlUnitTestStubs: [java] java.lang.NoClassDefFoundError: org/jmlspecs/jmlunit/Main [java] Exception in thread "main" The class is actually *on* the classpath because the following line in echo-ed: ... C:/eclips

Re: NoClassDefFoundError

2005-03-09 Thread Stefan Bodewig
On Wed, 9 Mar 2005, Don J. Payette <[EMAIL PROTECTED]> wrote: > This is an interesting one (at least to me). Ant is attempting to > call LoadCorp (as can be seen from my stdout). It gets an > IllegalAccessException. Inside LoadCorp is a "main" that looks like > this: > > public static vo

NoClassDefFoundError

2005-03-09 Thread Payette, Don J
This is an interesting one (at least to me). Ant is attempting to call LoadCorp (as can be seen from my stdout). It gets an IllegalAccessException. Inside LoadCorp is a "main" that looks like this: public static void main(String [] argv) throws Exception { What is ant's problem? -

Re: Ant 1.6 and JUnit - NoClassDefFoundError

2004-01-07 Thread Stefan Bodewig
On Wed, 7 Jan 2004, Keith Hatton <[EMAIL PROTECTED]> wrote: > The only changes to the standard installation is that I've copied > junit.jar and xalan.jar into ANT_HOME/lib (which I did for Ant 1.5) > - prior to this the build complained that it couldn't find JUnit > classes. You are forking junit

RE: Ant 1.6 and JUnit - NoClassDefFoundError

2004-01-07 Thread Keith Hatton
-Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: 07 January 2004 13:47 To: Ant Users List Subject: Re: Ant 1.6 and JUnit - NoClassDefFoundError Hello Keith, I don't *think* you need xalan.jar in the ANT_HOME/lib any more - have you tried removing it? There are some

Re: Ant 1.6 and JUnit - NoClassDefFoundError

2004-01-07 Thread RADEMAKERS Tanguy
Hello Keith, I don't *think* you need xalan.jar in the ANT_HOME/lib any more - have you tried removing it? There are some other jars in there that might conflict... here's my test: C:\TanguyLand>echo %JAVA_HOME% C:\j2sdk1.4.2_01 C:\TanguyLand>echo %CLASSPATH% %CLASSPATH% <- i.e. no classpath C:

Ant 1.6 and JUnit - NoClassDefFoundError

2004-01-07 Thread Keith Hatton
I'm just taking a look at Ant 1.6 and I'm having a problem with a build file that works fine in 1.5.3. java -version gives 1.3.1 ant -version gives 1.6 The only changes to the standard installation is that I've copied junit.jar and xalan.jar into ANT_HOME/lib (which I did for Ant 1.5) - prior t

Re: Problem with NoClassDefFoundError

2003-12-05 Thread venkata ramesh kumar masavarapu
> From: "venkata ramesh kumar masavarapu" > <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, December 05, 2003 3:40 PM > Subject: Problem with NoClassDefFoundError > > > > Hi all, > >I am using the ant distributed through JWSDP.

Re: Problem with NoClassDefFoundError

2003-12-05 Thread Eric . dl . De_Loof
t: Friday, December 05, 2003 3:40 PM Subject: Problem with NoClassDefFoundError > Hi all, >I am using the ant distributed through JWSDP. > I have looked around for answers for the following > error but couldnt find any. > After i type ant i get this

Problem with NoClassDefFoundError

2003-12-05 Thread venkata ramesh kumar masavarapu
Hi all, I am using the ant distributed through JWSDP. I have looked around for answers for the following error but couldnt find any. After i type ant i get this error: Exception in thread "main" java.lang.NoClassDefFoundError: Files\j2sdk_nb\j2sdk1/4/2\lib\tools/jar;C:\Program I guess the last