# HG changeset patch # User japod@localhost # Date 1222619025 -7200 # Node ID ac8f5d2832db5ebb10ca6cbdfa6c9fb94d6124f5 # Parent 97662396c0fd68cbb4ae296f38e21c2937af6c50 changed java platform to default at solutions 9, 10 diff -r 97662396c0fd -r ac8f5d2832db task1/solution09/nbproject/build-impl.xml --- a/task1/solution09/nbproject/build-impl.xml Sun Sep 28 14:12:38 2008 +0200 +++ b/task1/solution09/nbproject/build-impl.xml Sun Sep 28 18:23:45 2008 +0200 @@ -47,43 +47,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - 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) - @@ -192,7 +155,7 @@ - + @@ -235,7 +198,7 @@ - + @@ -265,9 +228,6 @@ - - - @@ -283,9 +243,7 @@ - - - + @@ -310,7 +268,7 @@ - + @@ -331,7 +289,7 @@ - + @@ -433,7 +391,7 @@ - ${platform.java} -cp "${run.classpath.with.dist.jar}" ${main.class} + java -cp "${run.classpath.with.dist.jar}" ${main.class} @@ -458,7 +416,7 @@ To run this application from the command line without Ant, try: - ${platform.java} -jar "${dist.jar.resolved}" + java -jar "${dist.jar.resolved}" @@ -524,7 +482,7 @@ --> - + diff -r 97662396c0fd -r ac8f5d2832db task1/solution09/nbproject/genfiles.properties --- a/task1/solution09/nbproject/genfiles.properties Sun Sep 28 14:12:38 2008 +0200 +++ b/task1/solution09/nbproject/genfiles.properties Sun Sep 28 18:23:45 2008 +0200 @@ -3,6 +3,6 @@ build.xml.stylesheet.CRC32=be360661 # 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=e8d85d23 -nbproject/build-impl.xml.script.CRC32=f0008fa7 +nbproject/build-impl.xml.data.CRC32=cab2f6f1 +nbproject/build-impl.xml.script.CRC32=711fa7d6 nbproject/build-impl.xml.stylesheet.CRC32=e55b27f5 diff -r 97662396c0fd -r ac8f5d2832db task1/solution09/nbproject/project.properties --- a/task1/solution09/nbproject/project.properties Sun Sep 28 14:12:38 2008 +0200 +++ b/task1/solution09/nbproject/project.properties Sun Sep 28 18:23:45 2008 +0200 @@ -53,7 +53,7 @@ jnlp.offline-allowed=false jnlp.signed=false meta.inf.dir=${src.dir}/META-INF -platform.active=JDK_1.6 +platform.active=default_platform run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} diff -r 97662396c0fd -r ac8f5d2832db task1/solution09/nbproject/project.xml --- a/task1/solution09/nbproject/project.xml Sun Sep 28 14:12:38 2008 +0200 +++ b/task1/solution09/nbproject/project.xml Sun Sep 28 18:23:45 2008 +0200 @@ -5,7 +5,6 @@ Currency Convertor Solution 09 1.6.5 - diff -r 97662396c0fd -r ac8f5d2832db task1/solution10/nbproject/build-impl.xml --- a/task1/solution10/nbproject/build-impl.xml Sun Sep 28 14:12:38 2008 +0200 +++ b/task1/solution10/nbproject/build-impl.xml Sun Sep 28 18:23:45 2008 +0200 @@ -47,43 +47,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - 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) - @@ -192,7 +155,7 @@ - + @@ -235,7 +198,7 @@ - + @@ -265,9 +228,6 @@ - - - @@ -283,9 +243,7 @@ - - - + @@ -310,7 +268,7 @@ - + @@ -331,7 +289,7 @@ - + @@ -433,7 +391,7 @@ - ${platform.java} -cp "${run.classpath.with.dist.jar}" ${main.class} + java -cp "${run.classpath.with.dist.jar}" ${main.class} @@ -458,7 +416,7 @@ To run this application from the command line without Ant, try: - ${platform.java} -jar "${dist.jar.resolved}" + java -jar "${dist.jar.resolved}" @@ -524,7 +482,7 @@ --> - + diff -r 97662396c0fd -r ac8f5d2832db task1/solution10/nbproject/genfiles.properties --- a/task1/solution10/nbproject/genfiles.properties Sun Sep 28 14:12:38 2008 +0200 +++ b/task1/solution10/nbproject/genfiles.properties Sun Sep 28 18:23:45 2008 +0200 @@ -1,8 +1,8 @@ -build.xml.data.CRC32=75e20e37 +build.xml.data.CRC32=6601af03 build.xml.script.CRC32=2c84d7b2 build.xml.stylesheet.CRC32=be360661 # 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=75e20e37 -nbproject/build-impl.xml.script.CRC32=e2acc04f +nbproject/build-impl.xml.data.CRC32=6601af03 +nbproject/build-impl.xml.script.CRC32=5e67461a nbproject/build-impl.xml.stylesheet.CRC32=e55b27f5 diff -r 97662396c0fd -r ac8f5d2832db task1/solution10/nbproject/project.properties --- a/task1/solution10/nbproject/project.properties Sun Sep 28 14:12:38 2008 +0200 +++ b/task1/solution10/nbproject/project.properties Sun Sep 28 18:23:45 2008 +0200 @@ -43,7 +43,7 @@ javadoc.version=false javadoc.windowtitle= meta.inf.dir=${src.dir}/META-INF -platform.active=JDK_1.6 +platform.active=default_platform run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} diff -r 97662396c0fd -r ac8f5d2832db task1/solution10/nbproject/project.xml --- a/task1/solution10/nbproject/project.xml Sun Sep 28 14:12:38 2008 +0200 +++ b/task1/solution10/nbproject/project.xml Sun Sep 28 18:23:45 2008 +0200 @@ -5,7 +5,6 @@ Currency Convertor Solution 10 1.6.5 -