Re: javac task question

Jaikiran Pai <[email protected]> Wed, 20 Dec 2023 11:47:57 +0530
Newsgroups gmane.comp.jakarta.ant.user
Message-ID <[email protected]>
Hello Alan,

It's hard to say what's going on. Do you have a build file (or a 
snippet) to show what issue you are running into?

Which version of Java and Ant is this showing up on?

-Jaikiran

On 18/12/23 1:44 am, Alan Snyder wrote:
> I know of a couple of ways to run javac on more than one source tree.
>
> One way is to use nested src elements.
>
> Another way is like this:
>
> srcdir="${src}:${src2}”
>
> I would like to generalize this solution to a dynamicly determined list of source trees.
>
> I thought that I could use srcpath for this purpose, but the task would fail if srcdir was not specified or it did not identify a valid directory.
> That restriction defeats my purpose.
>
> Is there a solution?
>
> Is the inability to use srcpath by itself a bug?
>
> Thank you.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>