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
e8595768
Commit
e8595768
authored
6 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
improved diagnostics, improved python clean including *.new.x3d
parent
0fd1857f
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
+3
-2
3 additions, 2 deletions
build.xml
with
3 additions
and
2 deletions
build.xml
+
3
−
2
View file @
e8595768
...
@@ -3725,6 +3725,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
...
@@ -3725,6 +3725,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
<delete
verbose=
"true"
>
<delete
verbose=
"true"
>
<fileset
dir=
"."
>
<fileset
dir=
"."
>
<include
name=
"**/*.py"
/>
<include
name=
"**/*.py"
/>
<include
name=
"**/*.new.x3d"
/>
<exclude
name=
"_archive/*"
/>
<exclude
name=
"_archive/*"
/>
<exclude
name=
"**/originals/**/*"
/>
<exclude
name=
"**/originals/**/*"
/>
</fileset>
</fileset>
...
@@ -3820,7 +3821,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
...
@@ -3820,7 +3821,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
<mapper
dir=
"."
type=
"glob"
from=
"*.x3d"
to=
"*.java"
/>
<mapper
dir=
"."
type=
"glob"
from=
"*.x3d"
to=
"*.java"
/>
<sequential>
<sequential>
<!-- process individual files here. show full path to facilitate user loading, editing of reported files -->
<!-- process individual files here. show full path to facilitate user loading, editing of reported files -->
<echo>
${archive.path}/${relative.path1}/${relative.path2}/${name.short}.
java produced from
${name.short}.
x3d
</echo>
<echo>
${archive.path}/${relative.path1}/${relative.path2}/${name.short}.
x3d converted to
${name.short}.
java
</echo>
<!-- Saxon9 is locally defined macro -->
<!-- Saxon9 is locally defined macro -->
<Saxon9
scene=
"${relative.path1}/${relative.path2}/${name.short}"
<Saxon9
scene=
"${relative.path1}/${relative.path2}/${name.short}"
stylesheet=
"${stylesheet.dir}/X3dToJava"
stylesheet=
"${stylesheet.dir}/X3dToJava"
...
@@ -3956,7 +3957,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
...
@@ -3956,7 +3957,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
<arg
value=
"${archive.path}/${relative.path1}/${relative.path2}/${name.short}.x3d"
/>
<arg
value=
"${archive.path}/${relative.path1}/${relative.path2}/${name.short}.x3d"
/>
</exec>
</exec>
<!-- TODO verify result -->
<!-- TODO verify result -->
<echo>
${name.short}.
py produced from
${name.short}.
x3d
</echo>
<echo>
${name.short}.
x3d converted to
${name.short}.
py
</echo>
<!-- now run python output to validate -->
<!-- now run python output to validate -->
<echo
message=
"test python:"
/>
<echo
message=
"test python:"
/>
...
...
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