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
a009fbdc
Commit
a009fbdc
authored
5 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
fix typo in clean.viewpointImages
parent
adc29b35
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
+7
-8
7 additions, 8 deletions
build.xml
with
7 additions
and
8 deletions
build.xml
+
7
−
8
View file @
a009fbdc
...
@@ -930,7 +930,7 @@ Key references:
...
@@ -930,7 +930,7 @@ Key references:
<echo
message=
"clean/delete autogenerated viewpoint image files"
/>
<echo
message=
"clean/delete autogenerated viewpoint image files"
/>
<delete
failonerror=
"false"
includeemptydirs=
"true"
verbose=
"true"
>
<delete
failonerror=
"false"
includeemptydirs=
"true"
verbose=
"true"
>
<fileset
dir=
"."
>
<fileset
dir=
"."
>
<include
name=
"*/_viewpoints/*.png"
/>
<include
name=
"*
*
/_viewpoints/*.png"
/>
</fileset>
</fileset>
</delete>
</delete>
<echo
message=
"Note: you must also clean HTML versions of scenes to trigger re-shooting of replica screenshot images"
/>
<echo
message=
"Note: you must also clean HTML versions of scenes to trigger re-shooting of replica screenshot images"
/>
...
@@ -2269,12 +2269,12 @@ ignoreSetupDownloadErrors=true
...
@@ -2269,12 +2269,12 @@ ignoreSetupDownloadErrors=true
<target
name=
"processScenes"
description=
"process all scenes with all conversion tasks"
depends=
"get.saxon"
>
<target
name=
"processScenes"
description=
"process all scenes with all conversion tasks"
depends=
"get.saxon"
>
<echo>
TODO: note that if Viewpoint descriptions changed, or the visible rendered scene changed,
</echo>
<echo>
TODO: note that if Viewpoint descriptions changed, or the visible rendered scene changed,
</echo>
<echo>
then you must delete the pretty-print .html version in order to trigger target task
</echo>
<echo>
then you must delete the pretty-print .html version in order to trigger target task
</echo>
<echo>
processScenes.capture
Viewpoint
s that regenerates the viewpoint snapshot images.
</echo>
<echo>
processScenes.capture
Image
s that regenerates the viewpoint snapshot images.
</echo>
<!-- processScenes.regularExpressionChecks occurs first because provides diagnostic scene correctness checks -->
<!-- processScenes.regularExpressionChecks occurs first because provides diagnostic scene correctness checks -->
<!-- processScenes.canonicalX3D occurs second because it replaces original .x3d scene -->
<!-- processScenes.canonicalX3D occurs second because it replaces original .x3d scene -->
<!-- processScenes.X3DtoVRML97 occurs third because provides diagnostic scene correctness checks -->
<!-- processScenes.X3DtoVRML97 occurs third because provides diagnostic scene correctness checks -->
<!-- processScripts.jslint, X3dToJson occur fourth,fifth & provide diagnostic script correctness checks -->
<!-- processScripts.jslint, X3dToJson occur fourth,fifth & provide diagnostic script correctness checks -->
<!-- processScenes.capture
Viewpoints
occurs sixth because it must be performed before processScenes.X3dToHtmlListing -->
<!-- processScenes.capture
Images
occurs sixth because it must be performed before processScenes.X3dToHtmlListing -->
<!-- this task depends on other tasks to look through the directories, only updating as needed -->
<!-- this task depends on other tasks to look through the directories, only updating as needed -->
<antcall
target=
"processScenes.regularExpressionChecks"
/>
<antcall
target=
"processScenes.regularExpressionChecks"
/>
<antcall
target=
"processScenes.canonicalX3D"
/>
<antcall
target=
"processScenes.canonicalX3D"
/>
...
@@ -2289,9 +2289,8 @@ ignoreSetupDownloadErrors=true
...
@@ -2289,9 +2289,8 @@ ignoreSetupDownloadErrors=true
<antcall
target=
"processScenes.X3dToX3domXhtml"
/>
<antcall
target=
"processScenes.X3dToX3domXhtml"
/>
<antcall
target=
"processScenes.X3dToX3dvClassicVrmlEncoding"
/>
<antcall
target=
"processScenes.X3dToX3dvClassicVrmlEncoding"
/>
<antcall
target=
"processScenes.X3dToX3dbCompressedBinaryEncoding"
/>
<antcall
target=
"processScenes.X3dToX3dbCompressedBinaryEncoding"
/>
<!-- processScenes.captureThumbnails, captureViewpointImages conversions should precede processScenes.X3dToHtmlListing -->
<!-- processScenes.captureImages need to precede processScenes.X3dToHtmlListing -->
<antcall
target=
"processScenes.captureThumbnails"
/>
<antcall
target=
"processScenes.captureImages"
/>
<antcall
target=
"processScenes.captureViewpoints"
/>
<antcall
target=
"processScenes.X3dToHtmlListing"
/>
<antcall
target=
"processScenes.X3dToHtmlListing"
/>
<echo
message=
"${archive.name} processScenes complete."
/>
<echo
message=
"${archive.name} processScenes complete."
/>
</target>
</target>
...
@@ -3462,8 +3461,8 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
...
@@ -3462,8 +3461,8 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
<arg
value=
"../${archive.name}"
/>
<arg
value=
"../${archive.name}"
/>
<arg
value=
"${CreateContentCatalog.dir}"
/>
<arg
value=
"${CreateContentCatalog.dir}"
/>
</java>
</java>
<echo
message=
"if a package.html chapter summary is not appearing in chapter.html output, check filters in"
/>
<echo
message=
"if a package.html chapter summary is not appearing in chapter.html output, check filters in"
/>
<echo
message=
" tools/CreateContentCatalog/CreateContentCatalogPages.xslt ChapterPackageDescription"
/>
<echo
message=
" tools/CreateContentCatalog/CreateContentCatalogPages.xslt ChapterPackageDescription"
/>
<echo
message=
"catalog creation complete, if successful then rename result to include archive name:"
/>
<echo
message=
"catalog creation complete, if successful then rename result to include archive name:"
/>
<move
file=
"ContentCatalog.xml"
tofile=
"ContentCatalog${archive.name}.xml"
overwrite=
"true"
failonerror=
"false"
verbose=
"true"
/>
<move
file=
"ContentCatalog.xml"
tofile=
"ContentCatalog${archive.name}.xml"
overwrite=
"true"
failonerror=
"false"
verbose=
"true"
/>
</target>
</target>
...
...
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