X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.detached.launcher%2Fsrc%2Fmain%2Fbase%2Fbin%2Fslc-detached-settings.bat.template;fp=runtime%2Forg.argeo.slc.detached.launcher%2Fsrc%2Fmain%2Fbase%2Fbin%2Fslc-detached-settings.bat.template;h=54f23e3c8a873aad651f9fe8a374321b273c84af;hb=3e24f32c95b5ac3ec7fcae7000c4a8cfb857d514;hp=0000000000000000000000000000000000000000;hpb=7a2f320afe9a0d3d7590365b26f3f5b0e8d9fd3b;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.detached.launcher/src/main/base/bin/slc-detached-settings.bat.template b/runtime/org.argeo.slc.detached.launcher/src/main/base/bin/slc-detached-settings.bat.template new file mode 100644 index 000000000..54f23e3c8 --- /dev/null +++ b/runtime/org.argeo.slc.detached.launcher/src/main/base/bin/slc-detached-settings.bat.template @@ -0,0 +1,14 @@ +@echo off + +rem Target application +set JAVA_HOME=[the target JRE] +set SLC_USER_CLASSPATH=[classpath of the application to test] +set SLC_DETACHED_APPCLASS=[main class of the application to test] +set SLC_DETACHED_APPARGS=[arguments of the application to test] +set SLC_DETACHED_JVM_ARGS=[additional JVM arguments] + +rem Runtime +set PROJECT_BASE=[base of the project to being developed] +set SLC_WORK_DIR=%PROJECT_BASE%/src/main/slc/work +set SLC_USER_BUNDLES=reference:file:%PROJECT_BASE%/target/classes +