Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
78b27be3
Commit
78b27be3
authored
1 year ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
note versions, updated javadoc, Java openjdk21.0.1
parent
724a7932
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.all.log.txt
+859
-868
859 additions, 868 deletions
build.all.log.txt
build.xml
+29
-1
29 additions, 1 deletion
build.xml
with
888 additions
and
869 deletions
build.all.log.txt
+
859
−
868
View file @
78b27be3
source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
build.xml
+
29
−
1
View file @
78b27be3
...
...
@@ -47,7 +47,35 @@ POSSIBILITY OF SUCH DAMAGE.
<property name="specificationsDirectory" location="specifications"/>
<import file="specifications/build.xml"/> -->
<target
name=
"all"
>
<target
name=
"versions"
description=
"show tool versions and environment values"
>
<echo>
ant -version
</echo>
<exec
executable=
"ant"
dir=
"."
vmlauncher=
"false"
>
<arg
value=
"-version"
/>
</exec>
<echo>
java -version
</echo>
<exec
executable=
"java"
dir=
"."
vmlauncher=
"false"
>
<arg
value=
"-version"
/>
</exec>
<echo></echo>
<!-- Ant environment variables https://ant.apache.org/manual/Tasks/property.html -->
<echo>
ANT_HOME=${env.ANT_HOME}
</echo>
<echo>
JAVA_HOME=${env.JAVA_HOME}
</echo>
<echo>
CLASSPATH=${env.CLASSPATH}
</echo>
<!--<echo>USER =${env.USER}</echo> -->
<!-- https://stackoverflow.com/questions/949678/ant-is-using-wrong-java-version -->
<!--echo>javac source/target $java.source=${java.source}</ -->
<echo>
Java/JVM version $ant.java.version=${ant.java.version}
</echo>
<echo>
Java/JVM detail version $java.version=${java.version}
</echo>
<echo>
Ant version $ant.version=${ant.version}
</echo>
<echo>
Configuration settings: https://savage.nps.edu/Savage/developers.html
</echo>
<!-- TODO Netbeans version -->
<!-- TODO Netbeans project version -->
<!-- DEBUG: to show all environment and local properties, add
<echoproperties/> -->
<echo
message=
"==========================================="
/>
</target>
<target
name=
"all"
depends=
"versions"
>
<ant
dir=
"examples"
target=
"clean"
/>
<ant
dir=
"examples"
target=
"jar"
/>
<ant
dir=
"assignments"
target=
"clean"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment