Re: Odd Behavior

2007-01-04 Thread Alasdair Young
g about it today. > > Original Message Follows > From: Alasdair Young <[EMAIL PROTECTED]> > Reply-To: "Ant Users List" > To: Ant Users List > Subject: Re: Odd Behavior > Date: Wed, 03 Jan 2007 12:29:58 -0800 > > Fixed it. (I spent 2 hours on this, and ju

Re: Odd Behavior

2007-01-03 Thread Alasdair Young
this directory. - alasdair Alasdair Young wrote: > I'm currently attempting to set up cruise control just now and I agree > with the high maintainance aspect. My plan once I am finished is to > publish some step-by-step instrctions on getting subversion, CC, ant and > junit a

Re: Odd Behavior

2007-01-03 Thread Alasdair Young
I'm currently attempting to set up cruise control just now and I agree with the high maintainance aspect. My plan once I am finished is to publish some step-by-step instrctions on getting subversion, CC, ant and junit all working nicely together under FC6. I have an issue right now where, if I run

Re: "java.lang.ClassNotFoundException" when running junit task

2007-01-02 Thread Alasdair Young
It worked!! I used: > > > instead of > > and it worked! I have no idea why it worked (This is my first major reworking of an ant buildfile that someone other than myself wrote) but it worked! Thank you very much! - alasdair Alasdair Young Scot P. Floess wrote: > Oops

Re: "java.lang.ClassNotFoundException" when running junit task

2007-01-02 Thread Alasdair Young
Incidentally, this did _not_ work for me, but thank you anyway! - alasdair Hussam Al-Tayeb wrote: >> I solved this by doing export >> CLASSPATH=$CLASSPATH:$ANT_HOME/lib/junit.jar > - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: "java.lang.ClassNotFoundException" when running junit task

2007-01-02 Thread Alasdair Young
"export CLASSPATH=$CLASSPATH:$ANT_HOME/lib/junit.jar" just out of interest, can my junit.jar file be called junit-4.1.jar? Or it MUST be called junit.jar? - alasdair Hussam Al-Tayeb wrote: > On 1/2/07, Alasdair Young <[EMAIL PROTECTED]> wrote: >> Hi! >> >>

Re: "java.lang.ClassNotFoundException" when running junit task

2007-01-02 Thread Alasdair Young
ars/commons-dbcp-1.1.jar:../thirdParty/signedJars/jcalendar.jar:${tomcat-dir}/common/lib/servlet-api.jar:${tomcat-dir}/common/lib/jsp-api.jar:../thirdParty/unsignedJars/junit-4.1.jar:./build-tests:../javatest:./build-tests/com/vigilos/apps/setup/TestScheduledtlTableModel.class" > > /> &

Re: "java.lang.ClassNotFoundException" when running junit task

2007-01-02 Thread Alasdair Young
I should also mention that ./build-tests/com/vigilos/apps/setup/TestScheduledtlTableModel.class exists and is the class I wish to run. Hmm... could it be an issue with not looking in the right directory? - alasdair Alasdair Young wrote: > Hi! > > I'm trying to set up some automa

"java.lang.ClassNotFoundException" when running junit task

2007-01-02 Thread Alasdair Young
|| it is the task implementation itself." doesn't make a lot of sense to me.) So... any ideas? I tried running ant with -debug turned on and didn't notice anything obvious. I think my next step is to take that horrible mess of a project.classpath and turn