Update version info

This commit is contained in:
James Roseborough
2010-05-22 18:33:26 +00:00
parent 50739f7cb1
commit 4680cc2d58
2 changed files with 11 additions and 11 deletions

View File

@@ -17,7 +17,7 @@
Getting Started with LuaJ Getting Started with LuaJ
</h1> </h1>
James Roseborough, Ian Farmer, Version 2.0-beta1 James Roseborough, Ian Farmer, Version 2.0-beta2
<p> <p>
<small> <small>
Copyright &copy; 2009-2010 Luaj.org. Copyright &copy; 2009-2010 Luaj.org.
@@ -78,7 +78,7 @@ at improving on the 1.0 vm in the following aspects.
From the main distribution directory line type: From the main distribution directory line type:
<pre> <pre>
java -cp lib/luaj-jse-2.0-beta1.jar lua examples/lua/hello.lua java -cp lib/luaj-jse-2.0-beta2.jar lua examples/lua/hello.lua
</pre> </pre>
<p> <p>
@@ -93,8 +93,8 @@ You should see the following output:
From the main distribution directory line type: From the main distribution directory line type:
<pre> <pre>
java -cp lib/luaj-jse-2.0-beta1.jar luac examples/lua/hello.lua java -cp lib/luaj-jse-2.0-beta2.jar luac examples/lua/hello.lua
java -cp lib/luaj-jse-2.0-beta1.jar lua luac.out java -cp lib/luaj-jse-2.0-beta2.jar lua luac.out
</pre> </pre>
<p> <p>
@@ -107,8 +107,8 @@ Luaj can compile to lua bytecode if the bcel library is on the class path. From
<pre> <pre>
ant bcel-lib ant bcel-lib
java -cp &quot;lib/luaj-jse-2.0-beta1.jar;lib/bcel-5.2.jar&quot; luajc -s examples/lua -d . hello.lua java -cp &quot;lib/luaj-jse-2.0-beta2.jar;lib/bcel-5.2.jar&quot; luajc -s examples/lua -d . hello.lua
java -cp &quot;lib/luaj-jse-2.0-beta1.jar;.&quot; lua -l hello java -cp &quot;lib/luaj-jse-2.0-beta2.jar;.&quot; lua -l hello
</pre> </pre>
<p> <p>
@@ -140,7 +140,7 @@ A simple example may be found in
</pre> </pre>
<p> <p>
You must include the library <b>lib/luaj-jse-2.0-beta1.jar</b> in your class path. You must include the library <b>lib/luaj-jse-2.0-beta2.jar</b> in your class path.
<h2>Run a script in a MIDlet</h2> <h2>Run a script in a MIDlet</h2>
@@ -167,7 +167,7 @@ A simple example may be found in
</pre> </pre>
<p> <p>
You must include the library <b>lib/luaj-jme-2.0-beta1.jar</b> in your midlet jar. You must include the library <b>lib/luaj-jme-2.0-beta2.jar</b> in your midlet jar.
<p> <p>
An ant script to build and run the midlet is in An ant script to build and run the midlet is in
@@ -228,7 +228,7 @@ The standard use of JSR-233 scripting engines may be used:
All standard aspects of script engines including compiled statements should be supported. All standard aspects of script engines including compiled statements should be supported.
<p> <p>
You must include the library <b>lib/luaj-jse-2.0-beta1.jar</b> in your class path. You must include the library <b>lib/luaj-jse-2.0-beta2.jar</b> in your class path.
<p> <p>
A working example may be found in A working example may be found in
@@ -351,7 +351,7 @@ The following lua script will open a swiing frame on Java SE:
<p> <p>
See a longer sample in <em>src/test/res/swingapp.lua</em> for details, or try running it using: See a longer sample in <em>src/test/res/swingapp.lua</em> for details, or try running it using:
<pre> <pre>
java -cp lib/luaj-jse-2.0-beta1.jar lua src/test/res/swingapp.lua java -cp lib/luaj-jse-2.0-beta2.jar lua src/test/res/swingapp.lua
</pre> </pre>
<p> <p>

View File

@@ -1,2 +1,2 @@
# on the way to version 2.0 # on the way to version 2.0
version: 2.0-beta1 version: 2.0-beta2