Post to GitHub.

master
skylarmt 10 years ago
parent 425a7cb681
commit b8e2ab4822

@ -7,7 +7,7 @@
<!-- the Compile on Save feature is turned off for the project. --> <!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting --> <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.--> <!-- in the project's Project Properties dialog box.-->
<project name="MeetLeeb" default="default" basedir="."> <project name="SyMAT" default="default" basedir=".">
<description>Builds, tests, and runs SyMAT.</description> <description>Builds, tests, and runs SyMAT.</description>
<import file="nbproject/build-impl.xml"/> <import file="nbproject/build-impl.xml"/>
<!-- <!--
@ -82,7 +82,7 @@
</unjar> </unjar>
</target> </target>
<target depends="init,compile,-pre-pre-jar,-pre-jar,-unjar-and-copy-lib-jars" name="fat-jar"> <target depends="init,compile,jar,-pre-pre-jar,-pre-jar,-unjar-and-copy-lib-jars" name="fat-jar">
<property location="${build.classes.dir}" name="build.classes.dir.resolved"/> <property location="${build.classes.dir}" name="build.classes.dir.resolved"/>
<jar destfile="${dist.jar}"> <jar destfile="${dist.jar}">
<fileset dir="${build.classes.dir}"/> <fileset dir="${build.classes.dir}"/>

Binary file not shown.

@ -42,6 +42,7 @@ public class CodeRunner {
+ "Could not properly initialize scripting engine." + "Could not properly initialize scripting engine."
+ "\n\nSome functions may not work.\n\n" + "\n\nSome functions may not work.\n\n"
+ "(" + ex.getMessage() + ")"); + "(" + ex.getMessage() + ")");
ex.printStackTrace();
} }
} }

Loading…
Cancel
Save