Obtaining the software
November 2007 Update
Significant contributions have been recieved by third parties who are committing much needed improvements to the SVN trunk. This means, however, that users should not download or checkout from the SVN trunk as development activities may break functionality. In addition, the documentation on this site is specific to the version of xml-qstat that existed before the recent burst of commit activity.So as to continue distributing a working version of the software, we branched the source code with a "pre-1.0" tag before committing the new changes. The 'pre-1.0' version should be used as the installation and setup instructions will actually match the software.
The 'pre-1.0' xml-qstat package can be downloaded from:
http://xml-qstat.org/xmlqstat_pre-1.0.tar.gzOnce we have the new contributions working smoothly we will provide updated installation instructions and documentation. This milestone will also likely result in a "1.0" branch tag and official "1.0" release. If you want to test the bleeding edge "pure java" version ahead of time, please visit this Wiki page: http://wiki.gridengine.info/wiki/index.php/Xml-qstat-1.0
Download via SVN
For early adopters (especially people willing to provide feedback and suggestions!) a current snapshot software is available is available to anyone with a SVN client. Currently only the SVN:// protocol is supported for read-only access.
To download a complete snapshot of the "bleeding edge" current codebase using a SVN client:
svn checkout svn://xml-qstat.org/xml-qstat/trunkTo download the working and documented "pre-1.0" branch using a SVN client:
svn checkout svn://xml-qstat.org/xml-qstat/branches/pre-1.0
Browse via SVN
The public SVN repository has just been created, it is viewable at http://xml-qstat.org/svnweb/index.cgi/xml-qstat
People really needing a tar.gz snapshot of the current software, should contact Chris directly.