help calling import of prop file to set globals

2004-09-11 Thread William I. Zumwalt
Hey all, How would I go about the following ... I have a classpath I'm trying to set that uses a property from a properties file as shown in my init-platform target, but because it hasn't been set yet (i.e. havn't yet called my init-platform target) ... it of course is not found. I'd like to someh

classloading, ant, junit, more advanced question

2004-09-11 Thread Hiller, Dean D (Dean)
One thing I get really nervous about is always having a junit.jar in ant/lib and then one in the project itself so the project compiles. I know, I know, classloader stuff. But I had a suggestion around some of that, and I think I have seen similar comments. I only suggest this as I wrote an x

junit taskdef not working? is this working for others...

2004-09-11 Thread Hiller, Dean D (Dean)
First the simple question, then the one that possibly should be asked on the developer list Why would this not be working and still complaining it can't find a class in the junit jar especially since

Re: EAR files

2004-09-11 Thread Anthony Bisong
Use the following tasks: 1. "Mkdir" task to make your new directory 2. "Move" task to move the ear file to the new directory you just created. --- Travis Quarterman <[EMAIL PROTECTED]> wrote: > Hi, > > I am wanting to create an EAR with the following: > > > > > > > > > >