Plugin:org.tolven.developmentmgr
From DOC
Contents |
Overview
This plugin can be used to create a devLib directory of jar files containing java and class files related to contributing plugins in the repositoryRuntime directory. Execute:
On Windows:
tpf -plugin org.tolven.developmentmgr -devLib
On Linux:
./tpf.sh -plugin org.tolven.developmentmgr -devLib
The devLib directory is created in the <config-dir>. Whenever plugins are downloaded or removed, it is required to execute this command in order to sync the jar files with the current configuration.
Version 2.1 Notes
Version 2.1.1
- This plug-in was moved over from Tolven V2 so that the entire catalog is in one place. This plug-in may have minor, non-functional changes that were made to accommodate Tolven's release build process. If you want to use Tolven V2.1, you must use this version of the plug-in.
Version Notes
Version 0.0.5
- Tided up debugging messages (a new kit, v0.0.9 is available to get the full changes)
Version 0.0.4
- Fixed bug in synchronizing devLib, when plugins are downloaded
Version 0.0.3
- Added jar directory existence validation during configPhase1 assembley
Version 0.0.2
Now requires the -devLib option to deploy devLib
Version 0.0.1
Responsibility for managing devLib

