Re: How to include multiple source branches in javac task

2007-10-09 Thread Sunil Prabhakaran
hi check the below snippet list.txt has list of files to be compiled( either filename or patterns using wild cards) for example list.txt may look like ABC.Java Test??.java **/com/*.java On 10/8/07, Alexis Votta <[EMAIL PROTECTED]> wrote: > No, I haven't. How can I use it? > > On 10/8/07, Su

Re: How to include multiple source branches in javac task

2007-10-08 Thread Alexis Votta
No, I haven't. How can I use it? On 10/8/07, Sunil Prabhakaran <[EMAIL PROTECTED]> wrote: > Hi > > Have you tried the Includesfile attribute in Javac task? > > Regards > Sunil Prabhakaran > > On 10/8/07, Alexis Votta <[EMAIL PROTECTED]> wrote: > > This is how my javac task looks right now. > > > >

Re: How to include multiple source branches in javac task

2007-10-08 Thread Sunil Prabhakaran
Hi Have you tried the Includesfile attribute in Javac task? Regards Sunil Prabhakaran On 10/8/07, Alexis Votta <[EMAIL PROTECTED]> wrote: > This is how my javac task looks right now. > > destdir="${build.classes.dir}"> > > > > > I want to move the include names to a p