Develop and Download Open Source Software

under construction. welcome any comments or suggestions on this instruction.


Eclipse Users Guide

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.

Checkout

$ git clone git://git.sourceforge.jp/gitroot/openpts/core.git

Classpath

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.

Run Application

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.

Logging

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)


SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.