diff --git a/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/build-impl.xml b/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/build-impl.xml index 2b58afc..99f4d96 100644 --- a/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/build-impl.xml +++ b/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/build-impl.xml @@ -119,43 +119,7 @@ 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) - + @@ -278,6 +242,20 @@ is divided into following sections: + + + + + + + + + + + + + + @@ -365,7 +343,7 @@ is divided into following sections: - + @@ -416,7 +394,7 @@ is divided into following sections: - + @@ -458,7 +436,7 @@ is divided into following sections: - + @@ -537,7 +515,7 @@ is divided into following sections: - + @@ -565,7 +543,7 @@ is divided into following sections: - + @@ -641,7 +619,7 @@ is divided into following sections: - + @@ -872,9 +850,6 @@ is divided into following sections: - - - @@ -924,7 +899,7 @@ is divided into following sections: - + @@ -958,7 +933,7 @@ is divided into following sections: - + @@ -990,7 +965,7 @@ is divided into following sections: - + @@ -1224,7 +1199,7 @@ is divided into following sections: To run this application from the command line without Ant, try: - ${platform.java} -jar "${dist.jar.resolved}" + java -jar "${dist.jar.resolved}" @@ -1326,8 +1301,8 @@ is divided into following sections: - - + + @@ -1520,19 +1495,16 @@ is divided into following sections: - - - - + - + - + diff --git a/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/genfiles.properties b/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/genfiles.properties index ca12892..46a3baf 100644 --- a/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/genfiles.properties +++ b/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/genfiles.properties @@ -1,8 +1,8 @@ -build.xml.data.CRC32=25d86ec5 +build.xml.data.CRC32=4f17a7fa build.xml.script.CRC32=638d3506 -build.xml.stylesheet.CRC32=f85dc8f2@1.108.0.48 +build.xml.stylesheet.CRC32=f85dc8f2@1.109.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=25d86ec5 -nbproject/build-impl.xml.script.CRC32=57519cf4 -nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.108.0.48 +nbproject/build-impl.xml.data.CRC32=4f17a7fa +nbproject/build-impl.xml.script.CRC32=0d9268a8 +nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.109.0.48 diff --git a/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/project.properties b/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/project.properties index b887cc6..2bf64fa 100644 --- a/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/project.properties +++ b/Semester 4/Assignments/MapASDV_CalebFontenot/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=MapASDV_CalebFontenot +application.vendor=caleb build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: @@ -32,6 +33,7 @@ dist.jar=${dist.dir}/MapASDV_CalebFontenot.jar dist.javadoc.dir=${dist.dir}/javadoc dist.jlink.dir=${dist.dir}/jlink dist.jlink.output=${dist.jlink.dir}/MapASDV_CalebFontenot +endorsed.classpath= excludes= includes=** jar.compress=false @@ -75,7 +77,7 @@ main.class=mapasdv_calebfontenot.MapASDV manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF mkdist.disabled=false -platform.active=Graal_JDK_20 +platform.active=default_platform run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} diff --git a/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/project.xml b/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/project.xml index 4bff5e6..c2ad170 100644 --- a/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/project.xml +++ b/Semester 4/Assignments/MapASDV_CalebFontenot/nbproject/project.xml @@ -4,7 +4,6 @@ MapASDV_CalebFontenot -