Re: simple ant and junit fails - solved!

2002-01-08 Thread Ray Tayek
At 06:33 AM 1/8/02 -0500, you wrote: >- Original Message - >From: "Ray Tayek" <[EMAIL PROTECTED]> > > > those references look nice. but it is not clear what happens if you have a > > bunch of 's or what there scope is. > >I recommend defining a separate for unique classpath you >require,

Re: simple ant and junit fails - solved!

2002-01-08 Thread Erik Hatcher
- Original Message - From: "Ray Tayek" <[EMAIL PROTECTED]> > those references look nice. but it is not clear what happens if you have a > bunch of 's or what there scope is. I recommend defining a separate for unique classpath you require, and then reusing it wherever needed with refid.

Re: simple ant and junit fails - solved!

2002-01-07 Thread Ray Tayek
At 11:33 PM 1/6/02 -0500, you wrote: >- Original Message - >From: "Ray Tayek" <[EMAIL PROTECTED]> > > > wonderful! (but those classpaths are confusing) > >But Ant will make them easier for you. Explore "path-like structures" in >Ant's documentation and learn to define 's and re-use them v

Re: simple ant and junit fails - solved!

2002-01-06 Thread Erik Hatcher
- Original Message - From: "Ray Tayek" <[EMAIL PROTECTED]> > wonderful! (but those classpaths are confusing) But Ant will make them easier for you. Explore "path-like structures" in Ant's documentation and learn to define 's and re-use them via references. Classpath's are definitely a

Re: simple ant and junit fails - solved!

2002-01-06 Thread Ray Tayek
At 09:21 PM 1/6/02 -0500, you wrote: >Try out more of the options. > >Here's a good start: > > >... ok, i did that and added classpath as follows: and it now works ok and says: init: compile: test: [junit] Running MainTest