I use this to produce a list of all java source files I need to build.
(Need GnuWin32 grep and coreutils packages)
dir *.java /s /B | grep -i java | cut -d\ -f7- > srcfiles.txt
I use this to produce a list of all java source files I need to build.
(Need GnuWin32 grep and coreutils packages)
dir *.java /s /B | grep -i java | cut -d\ -f7- > srcfiles.txt