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
36b6ceec
Commit
36b6ceec
authored
3 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
deploy.guidance
parent
eb8c336f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.xml
+19
-1
19 additions, 1 deletion
build.xml
with
19 additions
and
1 deletion
build.xml
+
19
−
1
View file @
36b6ceec
...
@@ -56,10 +56,13 @@
...
@@ -56,10 +56,13 @@
<echo
message=
"================"
/>
<echo
message=
"================"
/>
<antcall
target=
"javadoc.custom"
/>
<antcall
target=
"javadoc.custom"
/>
<echo
message=
"================"
/>
<echo
message=
"================"
/>
<echo
message=
"TODO: test suite
cleanup
s, individual programs are runnable OK"
/>
<echo
message=
"TODO: test suite
addition
s, individual programs are runnable OK"
/>
<antcall
target=
"test"
/>
<antcall
target=
"test"
/>
<echo
message=
"================"
/>
<echo
message=
"================"
/>
<antcall
target=
"jar"
/>
<antcall
target=
"jar"
/>
<echo
message=
"================"
/>
<antcall
target=
"deploy.guidance"
/>
<echo
message=
"================"
/>
<echo
message=
"build all complete"
/>
<echo
message=
"build all complete"
/>
</target>
</target>
...
@@ -118,6 +121,21 @@
...
@@ -118,6 +121,21 @@
<!-- TODO implementation-independent approach if possible, but note that other Ant approaches usually have to be customized for each OS. -->
<!-- TODO implementation-independent approach if possible, but note that other Ant approaches usually have to be customized for each OS. -->
</target>
</target>
<target
name=
"deploy.guidance"
description=
"instructions"
>
<echo
message=
"Deployment steps:"
/>
<echo
message=
"* NetworkedGraphicsMV3500"
/>
<echo
message=
" * update.open-dis7.jar.local"
/>
<echo
message=
" * Test student assignments and course examples"
/>
<echo
message=
" * commit open-dis7-full.jar"
/>
<echo
message=
"* scp savage.nps.edu/data/html/open-dis7-java"
/>
<echo
message=
" * open-dis7-java/dist/javadoc"
/>
<echo
message=
" * open-dis7-java/dist/open-dis7-full.jar"
/>
<echo
message=
" * open-dis7-source-generator/xml/DIS_7_2012.autogenerated.xsd to xml"
/>
<echo
message=
" * open-dis7-source-generator/xml/dis_7_2021 directory of template files"
/>
<echo
message=
" * Corresponding Altova XMLSpy autogenerated documentation to xml/SchemaDocumentation"
/>
<!-- TODO additional pieces/parts -->
</target>
<target
name=
"javadoc.custom"
description=
"Customized javadoc"
>
<target
name=
"javadoc.custom"
description=
"Customized javadoc"
>
<echo
message=
"$javac.classpath=${javac.classpath}"
/>
<echo
message=
"$javac.classpath=${javac.classpath}"
/>
...
...
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