Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NetworkedGraphicsMV3500
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Goericke, Stefan FORNATL, GY
NetworkedGraphicsMV3500
Commits
c884c4fc
Commit
c884c4fc
authored
6 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
add target rename.IeeeDisStandards
parent
605a1434
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
specifications/build.xml
+17
-1
17 additions, 1 deletion
specifications/build.xml
with
17 additions
and
1 deletion
specifications/build.xml
+
17
−
1
View file @
c884c4fc
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
name=
"DIS Utilities"
default=
""
basedir=
"."
>
<project
name=
"DIS Utilities"
default=
""
basedir=
"."
>
<target
name=
"all"
depends=
"clean.specifications,download.IeeeDisStandards,download.SISO"
/>
<target
name=
"all"
depends=
"clean.specifications,download.IeeeDisStandards,download.SISO
,rename.IeeeDisStandards
"
/>
<target
name=
"clean.specifications"
>
<target
name=
"clean.specifications"
>
<echo
message=
"ensure all files are closed before deleting..."
/>
<echo
message=
"ensure all files are closed before deleting..."
/>
...
@@ -16,6 +16,22 @@
...
@@ -16,6 +16,22 @@
<!-- =============================================== -->
<!-- =============================================== -->
<target
name=
"rename.IeeeDisStandards"
description=
"rename saved DIS specification files to readable filenames"
>
<move
file=
"6387564.pdf"
tofile=
"IEEE1278.1-2012.DistributedInteractiveSimulation.ApplicationProtocols.6387564.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<move
file=
"7459689.pdf"
tofile=
"IEEE1278.2-2015.DistributedInteractiveSimulation.CommunicationsServices.7459689.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<move
file=
"587529.pdf"
tofile=
"IEEE1278.3-2015.DistributedInteractiveSimulation.CommunicationsServices.587529.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<move
file=
"6595010.pdf"
tofile=
"IEEE1278.4-2013.DistributedInteractiveSimulation.VV+A.6595010.pdf"
verbose=
"true"
quiet=
"true"
failonerror=
"false"
/>
<echo
message=
"*.pdf directory contents:"
/>
<!-- https://stackoverflow.com/questions/10528032/listing-all-files-and-subdirectories-using-ant -->
<fileset
id=
"dist.contents"
dir=
"."
includes=
"*.pdf"
/>
<property
name=
"prop.dist.contents"
refid=
"dist.contents"
/>
<!-- https://stackoverflow.com/questions/7102793/how-to-put-a-newline-in-ant-property -->
<echo
message=
"${prop.dist.contents}"
/>
</target>
<!-- =============================================== -->
<target
name=
"download.IeeeDisStandards"
>
<target
name=
"download.IeeeDisStandards"
>
<echo
message=
"Warning: due to cookie restrictions, you must download IEEE specifications manually via links on README.DIS.md"
/>
<echo
message=
"Warning: due to cookie restrictions, you must download IEEE specifications manually via links on README.DIS.md"
/>
...
...
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