aboutsummaryrefslogtreecommitdiff
path: root/lux-python/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-10-09 04:17:44 -0400
committerEduardo Julian2021-10-09 04:17:44 -0400
commitf29d0644f15e6548af6d015ef9bb60eb6f846329 (patch)
tree1985737bbfa9846d7defcb0af95a88e092866f69 /lux-python/commands.md
parent30100903886160f8e187e8da4a7d4c9cafe6c50e (diff)
Fixed packaging issue.
Diffstat (limited to 'lux-python/commands.md')
-rw-r--r--lux-python/commands.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/lux-python/commands.md b/lux-python/commands.md
index f33ea9f3f..177c1ec3c 100644
--- a/lux-python/commands.md
+++ b/lux-python/commands.md
@@ -12,12 +12,6 @@ cd ~/lux/lux-python/ && lein clean && lein lux auto test
cd ~/lux/lux-python/ \
&& lux clean \
&& lux auto build
-
-## Build JVM-based compiler
-cd ~/lux/lux-python/ \
-&& lux clean \
-&& lux build \
-&& mv target/program.jar jvm_based_compiler.jar
```
# Try
@@ -25,7 +19,7 @@ cd ~/lux/lux-python/ \
```
## Compile Lux's Standard Library's tests using a JVM-based compiler.
cd ~/lux/stdlib/ \
-&& lein clean \
+&& lux clean \
&& java -jar ~/lux/lux-python/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux \
&& python3 ~/lux/stdlib/target/program.py
```
@@ -34,6 +28,6 @@ cd ~/lux/stdlib/ \
```
cd ~/lux/lux-python/ \
-&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-python -Dversion=0.6.0-SNAPSHOT -Dpackaging=jar
+&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-python -Dversion=0.7.0-SNAPSHOT -Dpackaging=jar
```