Skip to content
Snippets Groups Projects
Commit d93126b1 authored by Ali Sinan Köksal's avatar Ali Sinan Köksal
Browse files

folder for compiled CP examples and script modification

parent e6d9c963
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ class FunCheckProject(info: ProjectInfo) extends DefaultProject(info) with FileT ...@@ -104,7 +104,7 @@ class FunCheckProject(info: ProjectInfo) extends DefaultProject(info) with FileT
fw.write(" -Dscala.home=" + libStr.substring(0, libStr.length-21) + " \\" + nl) fw.write(" -Dscala.home=" + libStr.substring(0, libStr.length-21) + " \\" + nl)
fw.write(" -classpath ${FUNCHECKCLASSPATH} \\" + nl) fw.write(" -classpath ${FUNCHECKCLASSPATH} \\" + nl)
fw.write(" scala.tools.nsc.Main -Xplugin:" + cpPlugin.jarPath.absolutePath + " -classpath ${SCALACCLASSPATH} $@" + nl) fw.write(" scala.tools.nsc.Main -Xplugin:" + cpPlugin.jarPath.absolutePath + " -classpath ${SCALACCLASSPATH} -d out $@" + nl)
fw.close fw.close
f.setExecutable(true) f.setExecutable(true)
None None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment