# HG changeset patch # User wenzelm # Date 1224433650 -7200 # Node ID 883dc8fc3328e641c91ae695045007266cb24841 # Parent eaac45c4534806b8b0ee9000e9c0356084ac3826 basic Netbeans project setup; diff -r eaac45c45348 -r 883dc8fc3328 src/Tools/jEdit/build.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Tools/jEdit/build.xml Sun Oct 19 18:27:30 2008 +0200 @@ -0,0 +1,69 @@ + + + + + + Builds, tests, and runs the project Isabelle-jEdit. + + + diff -r eaac45c45348 -r 883dc8fc3328 src/Tools/jEdit/manifest.mf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Tools/jEdit/manifest.mf Sun Oct 19 18:27:30 2008 +0200 @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +X-COMMENT: Main-Class will be added automatically by build + diff -r eaac45c45348 -r 883dc8fc3328 src/Tools/jEdit/nbproject/build-impl.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Tools/jEdit/nbproject/build-impl.xml Sun Oct 19 18:27:30 2008 +0200 @@ -0,0 +1,688 @@ + + + + + + + + + + + + + + + + + + +You must set SCALA_HOME or environment property and append "-J-Dscala.home=scalahomepath" +property to the end of "netbeans_default_options" in NetBeansInstallationPath/etc/netbeans.conf to point to +Scala installation directory. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set src.dir + Must set build.dir + Must set dist.dir + Must set build.classes.dir + Must set dist.javadoc.dir + Must set build.test.classes.dir + Must set build.test.results.dir + Must set build.classes.excludes + Must set dist.jar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + To run this application from the command line without Ant, try: + + + + + + + java -cp "${run.classpath.with.dist.jar}" ${main.class} + + + + + + + + + + + + + + + + + + + + + + + To run this application from the command line without Ant, try: + + java -jar "${dist.jar.resolved}" + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set run.class + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set debug.class + + + + + Must set fix.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + Some tests failed; see details above. + + + + + + + + + Must select some files in the IDE or set test.includes + + + + Some tests failed; see details above. + + + + + Must select one file in the IDE or set test.class + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + Must select one file in the IDE or set applet.url + + + + + + + + + + + + + + + + + + + diff -r eaac45c45348 -r 883dc8fc3328 src/Tools/jEdit/nbproject/genfiles.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Tools/jEdit/nbproject/genfiles.properties Sun Oct 19 18:27:30 2008 +0200 @@ -0,0 +1,8 @@ +build.xml.data.CRC32=d2379ac2 +build.xml.script.CRC32=2db9d955 +build.xml.stylesheet.CRC32=ca9d572e +# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. +# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. +nbproject/build-impl.xml.data.CRC32=d2379ac2 +nbproject/build-impl.xml.script.CRC32=234fa40f +nbproject/build-impl.xml.stylesheet.CRC32=411eee22 diff -r eaac45c45348 -r 883dc8fc3328 src/Tools/jEdit/nbproject/private/private.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Tools/jEdit/nbproject/private/private.properties Sun Oct 19 18:27:30 2008 +0200 @@ -0,0 +1,2 @@ +jaxws.endorsed.dir=/home/makarius/lib/netbeans/current/java2/modules/ext/jaxws21/api +user.properties.file=/home/makarius/.netbeans/6.5beta/build.properties diff -r eaac45c45348 -r 883dc8fc3328 src/Tools/jEdit/nbproject/project.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Tools/jEdit/nbproject/project.properties Sun Oct 19 18:27:30 2008 +0200 @@ -0,0 +1,64 @@ +build.classes.dir=${build.dir}/classes +build.classes.excludes=**/*.java,**/*.form,**/*.scala +# This directory is removed when the project is cleaned: +build.dir=build +build.generated.dir=${build.dir}/generated +# Only compile against the classpath explicitly listed here: +build.sysclasspath=ignore +build.test.classes.dir=${build.dir}/test/classes +build.test.results.dir=${build.dir}/test/results +debug.classpath=\ + ${run.classpath} +debug.test.classpath=\ + ${run.test.classpath} +# This directory is removed when the project is cleaned: +dist.dir=dist +dist.jar=${dist.dir}/Isabelle-jEdit.jar +dist.javadoc.dir=${dist.dir}/javadoc +excludes= +file.reference.isabelle-jedit-src=src +file.reference.jedit.jar=/home/makarius/lib/jedit/current/jedit.jar +includes=** +jar.compress=false +java.platform.active=java_default_platform +javac.classpath=\ + ${libs.jEdit.classpath}:\ + ${libs.Flying-Saucer.classpath}:\ + ${libs.Isabelle-Pure.classpath} +# Space-separated list of extra javac options +javac.compilerargs= +javac.deprecation=false +javac.source=1.5 +javac.target=1.5 +javac.test.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir}:\ + ${libs.junit.classpath}:\ + ${libs.junit_4.classpath} +javadoc.additionalparam= +javadoc.author=false +javadoc.encoding=${source.encoding} +javadoc.noindex=false +javadoc.nonavbar=false +javadoc.notree=false +javadoc.private=false +javadoc.splitindex=true +javadoc.use=true +javadoc.version=false +javadoc.windowtitle= +main.class= +manifest.file=manifest.mf +meta.inf.dir=${src.dir}/META-INF +platform.active=default_platform +run.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir} +# Space-separated list of JVM arguments used when running the project +# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value +# or test-sys-prop.name=value to set system properties for unit tests): +run.jvmargs= +run.test.classpath=\ + ${javac.test.classpath}:\ + ${build.test.classes.dir} +source.encoding=UTF-8 +src.dir=${file.reference.isabelle-jedit-src} diff -r eaac45c45348 -r 883dc8fc3328 src/Tools/jEdit/nbproject/project.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Tools/jEdit/nbproject/project.xml Sun Oct 19 18:27:30 2008 +0200 @@ -0,0 +1,14 @@ + + + org.netbeans.modules.scala.project + + + Isabelle-jEdit + 1.6.5 + + + + + + +