On 10/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> To run my main project I currently include all the existing jars using a
> and include the classes of the subproject that I have changed and
> eclipse has compiled using a
>
> eg.,
>
> location="C:/P
Hello Laurie,
there are certainly several ways of achieving this, but not in pure ant
(as far as I know)
one of the ways is to generate your path on the file, using a stylesheet,
you could have a main ant build file which would get the
-Dprojects="subproj1, subproj2"
parameter, and pass it to
Hi
To run my main project I currently include all the existing jars using a
and include the classes of the subproject that I have changed and
eclipse has compiled using a
eg.,
$