under construction. welcome any comments or suggestions on this instruction.
OpenPTS was developed by Eclipse 3.2 and NEC System Director Application Modeler (SDAM) v2.0. You can use latest version of Eclipse but SDAM can't support UML export. If you want to modify the UML Transitive Trust Model, please use Eclipse 3.2.
$ git clone git://git.sourceforge.jp/gitroot/openpts/core.git
GIT repo contans .classpath file. jar files should be places in ./lib directory. To create a symbolic-link for them.
$ make eclipse-setup-fedora
OR
$ make eclipse-setup-ubuntu
then all build errors will gone.
Right click demo/src/tcdemo/swing/ClientAdmin.java, then select Run As./Run
Set Program Arguments: "--propdir config/fedora10" for Fedora and "--propdir config/ubuntu810" for Ubuntu at Argument tab.
Then, press the run button.
OpenPTS uses log4j. the configuration files are:
core/src/commons-logging.properties
core/src/log4j.properties
demo/src/commons-logging.properties
demo/src/log4j.properties
For DEBUG, set the log4j.rootCategory to your appropriate value (FATAL, ERROR, WARN, INFO, DEBUG)