# This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version # 2 of the License, or (at your option) any later version. # # mkclasspath v0.1.3 Copyright (C) Owen Cliffe2003 # --------------------------------------------------------------------- # # script for managing java classpaths for a variety of java apps. # mkclasspath searches a set of CPTARGET path directories for classpath # targets in the following order: # # - Directories in specified in CPTARGETDIRS environment variable # (separated by colons) # # - The current user's $HOME/.cptargets # # - A system wide directory in $PREFIX/cptargets/ # # Targets are specified as files with the same name as the target , with # one classpath entry per line. # # Running mkclasspath with no arguments will cause it to search for the # 'DEFAULT' target. # # Existing targets can be imported as dependencies using a line of the form: # # use target # # Target files can also contain the following magic tags: # # Version: # Author: # Description:
source: mkclasspath-0.1.4.tar.gz
Previous versions: mkclasspath-0.1.3.tar.gz
Copyright © 2003 Owen Cliffe