Difference between revisions of "JGridstart/Developers"

From PDP/Grid Wiki
Jump to navigationJump to search
m
m
Line 14: Line 14:
  
 
=== 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 delopment 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 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:
 
   svn checkout https://ndpfsvn.nikhef.nl/repos/pdpsoft/branches/nl.nikhef.jgridstart-flyingsaucer/nl.nikhef.jgridstart
 
   svn checkout https://ndpfsvn.nikhef.nl/repos/pdpsoft/branches/nl.nikhef.jgridstart-flyingsaucer/nl.nikhef.jgridstart
 
   cd nl.nikhef.jgridstart
 
   cd nl.nikhef.jgridstart
 
   ant dist
 
   ant dist
 
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).
 
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).

Revision as of 14:21, 27 August 2009

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 is being developed in a subversion repository: active SVN branch (web access). To build the latest trunk from source, make sure that you have installed a Java development environment, Ant, and Graphviz (for the Javadoc diagrams; make sure dot is in your path), then run:

 svn checkout https://ndpfsvn.nikhef.nl/repos/pdpsoft/branches/nl.nikhef.jgridstart-flyingsaucer/nl.nikhef.jgridstart
 cd nl.nikhef.jgridstart
 ant dist

This results in signed JAR in the subdirectory deployment, together with java web start related files. When developing, one can run jGridstart from the in-tree class files using the shellscript jgridstart.sh (or jgridstart.bat on Windows).