Re: javac task question

2023-12-22 Thread Alan Snyder
try my variant: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> O

Re: javac task question

2023-12-21 Thread Alan Snyder
gt; > > > > > > > > > > > Original Message > From: Alan Snyder [mailto:contagiousarrow...@cbfiddle.com] > Sent: Wednesday, December 20, 2023 at 23:37 UTC > To: Ant Users List > Subject: java

Re: javac task question

2023-12-20 Thread ilya Basin
ocs could be better too. I wasn't able to find examples of on the site. Please try my variant: Original Message From: Alan Snyder [mailto:contagiousarrow...@cbfiddle.com] Sent: Wednesday, December 20

Re: javac task question

2023-12-20 Thread Alan Snyder
This actually does what I want: The problem is that I don’t really want to specify srcdir, but if I leave it out, the build fails (see below). I would need to create a fake directory to use as srcdir to be sure that I don’t accidentally compile unwanted source

Re: javac task question

2023-12-19 Thread Jaikiran Pai
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 sour

javac task question

2023-12-17 Thread Alan Snyder
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 p