Thread: [Jsxe-cvs] SF.net SVN: jsxe: [1043] trunk/web/htdocs/downloads.php
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-07-20 16:53:46
|
Revision: 1043 Author: ian_lewis Date: 2006-07-20 09:53:42 -0700 (Thu, 20 Jul 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1043&view=rev Log Message: ----------- Updated latest unstable version Modified Paths: -------------- trunk/web/htdocs/downloads.php Modified: trunk/web/htdocs/downloads.php =================================================================== --- trunk/web/htdocs/downloads.php 2006-07-20 16:50:11 UTC (rev 1042) +++ trunk/web/htdocs/downloads.php 2006-07-20 16:53:42 UTC (rev 1043) @@ -31,7 +31,7 @@ <ul> <li>The latest stable version of jsXe is <a href="https://sourceforge.net/project/showfiles.php?group_id=58584&package_id=120827">0.4 beta</a></li> - <li>The latest development version of jsXe is <a href="https://sourceforge.net/project/showfiles.php?group_id=58584&package_id=54488">0.4 pre3</a></li> + <li>The latest development version of jsXe is <a href="https://sourceforge.net/project/showfiles.php?group_id=58584&package_id=54488">0.5 pre1</a></li> </ul> <h3>Install</h3> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ian...@us...> - 2006-07-24 19:49:15
|
Revision: 1059 Author: ian_lewis Date: 2006-07-24 12:49:05 -0700 (Mon, 24 Jul 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1059&view=rev Log Message: ----------- Updated for new version Modified Paths: -------------- trunk/web/htdocs/downloads.php Modified: trunk/web/htdocs/downloads.php =================================================================== --- trunk/web/htdocs/downloads.php 2006-07-23 06:10:07 UTC (rev 1058) +++ trunk/web/htdocs/downloads.php 2006-07-24 19:49:05 UTC (rev 1059) @@ -31,32 +31,60 @@ <ul> <li>The latest stable version of jsXe is <a href="https://sourceforge.net/project/showfiles.php?group_id=58584&package_id=120827">0.4 beta</a></li> - <li>The latest development version of jsXe is <a href="https://sourceforge.net/project/showfiles.php?group_id=58584&package_id=54488">0.5 pre1</a></li> + <li>The latest development version of jsXe is <a href="https://sourceforge.net/project/showfiles.php?group_id=58584&package_id=54488">0.5 pre2</a></li> </ul> <h3>Install</h3> <ul> - <li><p>To install and run jsXe simply unzip jsXe into the directory - of your choosing and run the included batch program or shell - script. You will need to make sure that the java runtime is in - your path. In the root of the jsXe install directory type the - following at a command prompt.</p> - <p>./bin/jsXe.sh</p> - <p>or</p> - <p>./bin/jsXe.bat</p> - <p>The batch program should be run in with the jsXe root - directory of as the working directory. So you can create a - shortcut to run jsXe by specifying the batch file as the program - to run and jsXe's root directory as the working directory.</p> - - <p>Ex.<br/> - Target: "C:\Program Files\jsXe\bin\jsXe.bat"<br/> - Start in: "C:\Program Files\jsXe\"</p> - - <p>You can also edit the JSXEDIR variable in the batch program - to be the directory where you installed jsXe and then the - 'Start in' directory can be anywhere.</p></li> + <li><b>0.4 beta</b> + <ul> + <li><p>To install and run jsXe simply unzip jsXe into the directory + of your choosing and run the included batch program or shell + script. You will need to make sure that the java runtime is in + your path. In the root of the jsXe install directory type the + following at a command prompt.</p> + <p>./bin/jsXe.sh</p> + <p>or</p> + <p>./bin/jsXe.bat</p> + <p>The batch program should be run in with the jsXe root + directory of as the working directory. So you can create a + shortcut to run jsXe by specifying the batch file as the program + to run and jsXe's root directory as the working directory.</p> + + <p>Ex.<br/> + Target: "C:\Program Files\jsXe\bin\jsXe.bat"<br/> + Start in: "C:\Program Files\jsXe\"</p> + + <p>You can also edit the JSXEDIR variable in the batch program + to be the directory where you installed jsXe and then the + 'Start in' directory can be anywhere.</p></li> + + </li> + </ul> + <li><b>0.5 pre2</b> + <ul> + <li><b>Windows</b> + + <p>Just run jsXe using the jsXe.exe in the install directory. The + exe will detect your version of Java and run jsXe using that + version.</p> + </li> + + <li><b>Unix</b> + + <p>To run jsXe you should just run the java interpreter on the + jsXe.jar file. There is a shell script or batch file included in the + source tree for this purpose.</p> + + <p>./bin/jsXe.sh</p> + + <p>The shell script should be run in with the jsXe root directory of + as the working directory. You can also edit the JSXEDIR variable in + the shell script to be the directory where you installed jsXe.</p> + </li> + </ul> + </li> </ul> <?php include("footer.php") ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ian...@us...> - 2006-08-11 19:03:05
|
Revision: 1137 Author: ian_lewis Date: 2006-08-11 12:02:56 -0700 (Fri, 11 Aug 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1137&view=rev Log Message: ----------- Updated the instructions on how to run jsXe Modified Paths: -------------- trunk/web/htdocs/downloads.php Modified: trunk/web/htdocs/downloads.php =================================================================== --- trunk/web/htdocs/downloads.php 2006-08-11 19:00:35 UTC (rev 1136) +++ trunk/web/htdocs/downloads.php 2006-08-11 19:02:56 UTC (rev 1137) @@ -71,10 +71,10 @@ version.</p> </li> - <li><b>Unix</b> + <li><b>Unix/Linux</b> <p>To run jsXe you should just run the java interpreter on the - jsXe.jar file. There is a shell script or batch file included in the + jsXe.jar file. There is a shell script included in the source tree for this purpose.</p> <p>./bin/jsXe.sh</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ian...@us...> - 2006-08-12 03:04:46
|
Revision: 1139 Author: ian_lewis Date: 2006-08-11 20:04:42 -0700 (Fri, 11 Aug 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1139&view=rev Log Message: ----------- Fixed xhtml compliance Modified Paths: -------------- trunk/web/htdocs/downloads.php Modified: trunk/web/htdocs/downloads.php =================================================================== --- trunk/web/htdocs/downloads.php 2006-08-11 20:51:11 UTC (rev 1138) +++ trunk/web/htdocs/downloads.php 2006-08-12 03:04:42 UTC (rev 1139) @@ -58,7 +58,7 @@ <p>You can also edit the JSXEDIR variable in the batch program to be the directory where you installed jsXe and then the - 'Start in' directory can be anywhere.</p></li> + 'Start in' directory can be anywhere.</p> </li> </ul> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ian...@us...> - 2006-08-14 04:18:36
|
Revision: 1147 Author: ian_lewis Date: 2006-08-13 21:18:29 -0700 (Sun, 13 Aug 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1147&view=rev Log Message: ----------- Fixed xhtml compliance Modified Paths: -------------- trunk/web/htdocs/downloads.php Modified: trunk/web/htdocs/downloads.php =================================================================== --- trunk/web/htdocs/downloads.php 2006-08-13 04:07:13 UTC (rev 1146) +++ trunk/web/htdocs/downloads.php 2006-08-14 04:18:29 UTC (rev 1147) @@ -62,29 +62,30 @@ </li> </ul> - <li><b>0.5 pre2</b> - <ul> - <li><b>Windows</b> - - <p>Just run jsXe using the jsXe.exe in the install directory. The - exe will detect your version of Java and run jsXe using that - version.</p> - </li> + </li> + <li><b>0.5 pre2</b> + <ul> + <li><b>Windows</b> - <li><b>Unix/Linux</b> - - <p>To run jsXe you should just run the java interpreter on the - jsXe.jar file. There is a shell script included in the - source tree for this purpose.</p> - - <p>./bin/jsXe.sh</p> - - <p>The shell script should be run in with the jsXe root directory of - as the working directory. You can also edit the JSXEDIR variable in - the shell script to be the directory where you installed jsXe.</p> - </li> - </ul> - </li> + <p>Just run jsXe using the jsXe.exe in the install directory. The + exe will detect your version of Java and run jsXe using that + version.</p> + </li> + + <li><b>Unix/Linux</b> + + <p>To run jsXe you should just run the java interpreter on the + jsXe.jar file. There is a shell script included in the + source tree for this purpose.</p> + + <p>./bin/jsXe.sh</p> + + <p>The shell script should be run in with the jsXe root directory of + as the working directory. You can also edit the JSXEDIR variable in + the shell script to be the directory where you installed jsXe.</p> + </li> + </ul> + </li> </ul> <?php include("footer.php") ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |