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