Software
Download Contributors |
Software::Dev Utilities |
|||||||||||||||
CleanJava's compiler has a useful make feature built in. However, it doesn't always quite catch all the dependencies. I often delete all the class files and then recompile. This tool creates a script to delete all the .class files in a directory.
BackupTraverses a directory tree and creates a copy of all .java files it finds. in a parallel directory structure. This program creates the directory structure if necessary.
Code StoreThis tool traveses a directory structure and creates a script file that will build a jar file containing all the .java files it finds.
Jar GeneratorOnce the class files are build, this tool traverses a directory tree and creates a script file that will create a jar of all classes found in the directory tree. The default script file location is standard out, the default directory is the current directory, and the default jar file is named sample.jar.
|
||||||||||||||||
Last Modified: October 7, 2003 |