Difference between revisions of "JGridstart/Developers"

From PDP/Grid Wiki
Jump to navigationJump to search
(move code to github)
(→‎Building from source: update build instructions to reflect github and Maven move)
Line 22: Line 22:
  
 
== Building from source ==
 
== Building from source ==
JGridstart is being developed in a [http://subversion.tigris.org/ subversion] repository: [https://ndpfsvn.nikhef.nl/repos/pdpsoft/branches/nl.nikhef.jgridstart-flyingsaucer/nl.nikhef.jgridstart active SVN branch] ([https://ndpfsvn.nikhef.nl/cgi-bin/viewvc.cgi/pdpsoft/branches/nl.nikhef.jgridstart-flyingsaucer/nl.nikhef.jgridstart/ web access]). To build the latest trunk from source, make sure that you have installed a [http://java.sun.com/javase/downloads/index.jsp Java development environment], [http://ant.apache.org/ Ant], and [http://www.graphviz.org/ Graphviz] (for the Javadoc diagrams; make sure <code>dot</code> is in your path), then run:
+
JGridstart's source can be found at [https://github.com/wvengen/jGridstart github]. To build the latest development version from source, make sure that you have installed a [http://java.sun.com/javase/downloads/index.jsp Java development kit (JDK)] and [http://maven.apache.org/ Maven 2], then run:
   svn checkout https://ndpfsvn.nikhef.nl/repos/pdpsoft/branches/nl.nikhef.jgridstart-flyingsaucer/nl.nikhef.jgridstart
+
   git clone https://github.com/wvengen/jGridstart.git
  cd nl.nikhef.jgridstart
+
  cd jGridstart
  ant dist
+
  mvn install
This results in signed JAR in the subdirectory <code>deployment</code>, together with java web start related files. When developing, one can run jGridstart from the in-tree class files using the shellscript <code>jgridstart.sh</code> (or <code>jgridstart.bat</code> on Windows).
+
The last stages of the build process are still being shaped up after moving its build system from Ant to Maven. The current 'final' product can be found in <tt>jgridstart-small/target/jgridstart-small-<version>.jar</tt> (together with a <tt>bcprov-<jdk>-<version>.jar</tt>).
 +
 
 +
jGridstart's main application is in <tt>jgridstart/</tt>, and it can be run from there using the shellscript <code>jgridstart.sh</code> (or <code>jgridstart.bat</code> on Windows).
  
 
== Related websites ==
 
== Related websites ==

Revision as of 15:07, 26 April 2011

JGridstart is an open source project, licensed under the GPL (version 2 or later). It was developed at Nikhef as part of the BiG Grid project.

Developer documents

Building from source

JGridstart's source can be found at github. To build the latest development version from source, make sure that you have installed a Java development kit (JDK) and Maven 2, then run:

 git clone https://github.com/wvengen/jGridstart.git
 cd jGridstart
 mvn install

The last stages of the build process are still being shaped up after moving its build system from Ant to Maven. The current 'final' product can be found in jgridstart-small/target/jgridstart-small-<version>.jar (together with a bcprov-<jdk>-<version>.jar).

jGridstart's main application is in jgridstart/, and it can be run from there using the shellscript jgridstart.sh (or jgridstart.bat on Windows).

Related websites

  • Certificate Authority Operations WG
  • Related software
    • Certificate Management Wizard is a wizard for setting up the grid; much more complex than jGridstart both in functionality and user-interface.
    • Grid Tools
    • SpectroGrid2 with a java web start based certificate manager (also here)
    • JaBaCATs Java Basic Certificate Authority Tools
    • Portecle - GUI to create, manage and examine keystores, keys, certificates, requests, revocation lists and more.
    • KeyTool IUI the cryptography GUI tool
    • gridshib-ca contains a java web start tool that installs user certificates
    • Grix is a Java gui application to help users handle security related tasks within a grid environment
    • CSRGenerator is a Java gui wizard to submit a CSR, implementing a subset of jGridstart's features
    • libbrowser is a Java library for accessing Internet Explorer and Mozilla keystores read/write(!) using native calls to dll/so.