All,<div><br></div><div>I have now enhanced the maven build so that a "deploy" will package up and deploy a standalone version of the application into Nexus. I will try and deploy to Nexus regularly, although it takes a lot longer than a normal build because of the uploading. Hopefully when we have a CI, we can get all this automated anyway. </div>
<div><br></div><div>So to run the standalone application, please just download the following link: <a href="http://crosswire.org/mvn/content/repositories/snapshots/com/tyndalehouse/step/step-mvn/1.0-SNAPSHOT/step-mvn-1.0-20110322.104620-2-package-step-standalone.zip">http://crosswire.org/mvn/content/repositories/snapshots/com/tyndalehouse/step/step-mvn/1.0-SNAPSHOT/step-mvn-1.0-20110322.104620-2-package-step-standalone.zip</a></div>
<div><br></div><div>In the future, the versions will be put here: <a href="http://crosswire.org/mvn/content/repositories/snapshots/com/tyndalehouse/step/step-mvn/1.0-SNAPSHOT/">http://crosswire.org/mvn/content/repositories/snapshots/com/tyndalehouse/step/step-mvn/1.0-SNAPSHOT/</a> (1.0-SNAPSHOT indicating we are working towards version 1.0)</div>
<div><br></div><div>Download, unzip, and then type on a command line in that directory</div><div>java -jar *.jar (not sure why double click doesn't work on Windows 7, not sure about other platforms). </div><div><br></div>
<div>Note: the db is configured to be solely in memory at the moment. I need to enhance the build so that we can specify some of that on the command line while building (so that build can redirect to a data file-based database - H2, SqlLite, MySQL). When I/someone does the enhancing, we'll also make sure we use a non-default port and add a flag to ensure that can be overridden. At the moment, changes are lost between restarts (e.g. bookmarks).</div>
<div><br></div><div>Enjoy and let me know if that works...</div><div>Chris</div><div><br></div>