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
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
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
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:
>
>
>
>
>
>
>
>
>
>