diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index 74bb203..52b95a5 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -54,7 +54,43 @@ is divided into following sections: - + + + + + + + + + + + + + + + + + + + + + + + + + + Must set platform.home + Must set platform.bootcp + Must set platform.java + Must set platform.javac + + The J2SE Platform is not correctly set up. + Your active platform is: ${platform.active}, but the corresponding property "platforms.${platform.active}.home" is not found in the project's properties files. + Either open the project in the IDE and setup the Platform with the same name or add it manually. + For example like this: + ant -Duser.properties.file=<path_to_property_file> jar (where you put the property "platforms.${platform.active}.home" in a .properties file) + or ant -Dplatforms.${platform.active}.home=<path_to_JDK_home> jar (where no properties file is used) + @@ -183,15 +219,6 @@ is divided into following sections: - - - - - - - - - @@ -260,7 +287,7 @@ is divided into following sections: - + @@ -300,7 +327,7 @@ is divided into following sections: - + @@ -381,7 +408,7 @@ is divided into following sections: - + @@ -404,7 +431,7 @@ is divided into following sections: - + @@ -443,7 +470,7 @@ is divided into following sections: - + @@ -523,7 +550,7 @@ is divided into following sections: - + @@ -548,7 +575,7 @@ is divided into following sections: - + @@ -728,6 +755,9 @@ is divided into following sections: + + + @@ -743,7 +773,9 @@ is divided into following sections: - + + + @@ -768,7 +800,7 @@ is divided into following sections: - + @@ -795,7 +827,7 @@ is divided into following sections: - + @@ -993,7 +1025,7 @@ is divided into following sections: To run this application from the command line without Ant, try: - java -jar "${dist.jar.resolved}" + ${platform.java} -jar "${dist.jar.resolved}" @@ -1202,10 +1234,13 @@ is divided into following sections: + + + - + - + diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 8a9a778..c510496 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=995c6558 +build.xml.data.CRC32=e12c343b build.xml.script.CRC32=8fce06d2 -build.xml.stylesheet.CRC32=8064a381@1.74.0.48 +build.xml.stylesheet.CRC32=8064a381@1.75.0.48 # 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=995c6558 -nbproject/build-impl.xml.script.CRC32=34410c88 -nbproject/build-impl.xml.stylesheet.CRC32=defa084b@1.74.0.48 +nbproject/build-impl.xml.data.CRC32=e12c343b +nbproject/build-impl.xml.script.CRC32=74e17d1c +nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.0.48 diff --git a/nbproject/project.properties b/nbproject/project.properties index 9b3ffa7..fccf811 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,9 +1,10 @@ annotation.processing.enabled=true annotation.processing.enabled.in.editor=false -annotation.processing.processor.options= annotation.processing.processors.list= annotation.processing.run.all.processors=true annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output +application.title=Turrets +application.vendor=aNNiMON build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: @@ -26,6 +27,7 @@ dist.archive.excludes= dist.dir=dist dist.jar=${dist.dir}/Turrets.jar dist.javadoc.dir=${dist.dir}/javadoc +endorsed.classpath= excludes= includes=** jar.compress=false @@ -35,8 +37,8 @@ javac.compilerargs= javac.deprecation=false javac.processorpath=\ ${javac.classpath} -javac.source=1.7 -javac.target=1.7 +javac.source=1.8 +javac.target=1.8 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir} @@ -57,7 +59,7 @@ main.class=com.annimon.turrets.Main manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF mkdist.disabled=false -platform.active=default_platform +platform.active=JDK_1.8 run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} diff --git a/nbproject/project.xml b/nbproject/project.xml index 1af4e11..7f6de8e 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -4,6 +4,7 @@ Turrets +