Regarding compile only valid java files, skipping uncompilable files

2007-02-25 Thread Lokesh Jayaraman
Hi EveryBody, I used ANT script to compile only valid java files and also skip umcompilable files using following script. But in that i faced the problem to compile all java files. *Pro

RE: compile only valid java files, skipping uncompilable files

2003-02-12 Thread Benoit Voisin
2003 11:14 To: [EMAIL PROTECTED] Subject: compile only valid java files, skipping uncompilable files Hi, I would like to be able to compile all java- files in a certain directory stucture and have them outputted to a destination dir. This in itself is very staightforward as long as _all_ java

compile only valid java files, skipping uncompilable files

2003-02-12 Thread Tobias.Hill
Hi, I would like to be able to compile all java- files in a certain directory stucture and have them outputted to a destination dir. This in itself is very staightforward as long as _all_ java-files in the source directory _can_ be compiled. But when there are any file in the source directory t