From df6cf0d3c980e3d7240eec6cb38d86af61037725 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 8 Nov 2021 02:02:27 -0400 Subject: Sharing the same Function class between bootsrapper and JVM compiler. --- lux-jvm-function/commands.md | 15 +++++++ lux-jvm-function/dependency.jar | Bin 0 -> 951 bytes lux-jvm-function/dependency.pom | 85 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 100 insertions(+) create mode 100644 lux-jvm-function/commands.md create mode 100644 lux-jvm-function/dependency.jar create mode 100644 lux-jvm-function/dependency.pom (limited to 'lux-jvm-function') diff --git a/lux-jvm-function/commands.md b/lux-jvm-function/commands.md new file mode 100644 index 000000000..a82070bc6 --- /dev/null +++ b/lux-jvm-function/commands.md @@ -0,0 +1,15 @@ +# Deploy + +``` +cd ~/lux/lux-jvm-function/ \ +&& mvn install:install-file -Dfile=dependency.jar -DgroupId=com.github.luxlang -DartifactId=lux-jvm-function -Dversion=0.6.5-SNAPSHOT -Dpackaging=jar + +cd ~/lux/lux-jvm/ && mvn deploy:deploy-file \ +-Durl=https://:@oss.sonatype.org/content/repositories/snapshots/ \ +-Dfile=target/program.jar \ +-DgroupId=com.github.luxlang \ +-DartifactId=lux-jvm \ +-Dversion=0.6.1-SNAPSHOT \ +-Dpackaging=jar +``` + diff --git a/lux-jvm-function/dependency.jar b/lux-jvm-function/dependency.jar new file mode 100644 index 000000000..500384906 Binary files /dev/null and b/lux-jvm-function/dependency.jar differ diff --git a/lux-jvm-function/dependency.pom b/lux-jvm-function/dependency.pom new file mode 100644 index 000000000..1c826547f --- /dev/null +++ b/lux-jvm-function/dependency.pom @@ -0,0 +1,85 @@ + + + 4.0.0 + com.github.luxlang + lux-jvm-function + jar + 0.6.5-SNAPSHOT + lux-jvm-function + Function abstract class for the JVM compiler. + https://github.com/LuxLang/lux + + + Lux License v0.1.2 + https://github.com/LuxLang/lux/blob/master/license.txt + + + + https://github.com/LuxLang/lux.git + + + source + test + + + resources + + + + + resources + + + target + target/classes + + + + + central + https://repo1.maven.org/maven2/ + + false + + + true + + + + clojars + https://repo.clojars.org/ + + true + + + true + + + + snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + true + + + true + + + + + + + + + + + Eduardo Julian + https://github.com/eduardoejp + + + + + -- cgit v1.2.3