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
ccd51310
Commit
ccd51310
authored
5 years ago
by
brutzman
Browse files
Options
Downloads
Patches
Plain Diff
processScenes.turtle, clean.turtle
parent
8f3a63de
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.xml
+45
-5
45 additions, 5 deletions
build.xml
with
45 additions
and
5 deletions
build.xml
+
45
−
5
View file @
ccd51310
...
...
@@ -1701,7 +1701,25 @@ ignoreSetupDownloadErrors=true
expand=
"on"
parameterPair1=
"insertPackagePrefix=false"
/>
<!-- expand:on since DTD defaults needed -->
<echo>
HelloWorld.ttl creation with X3dToTurtle.xslt
</echo>
<!-- Turtle .ttl -->
<Saxon9
scene=
"HelloWorld"
stylesheet=
"${stylesheet.dir}/X3dToTurtle"
extension=
"ttl"
expand=
"on"
parameterPair1=
"defaultModelPrefix="
/>
<!-- expand:on since DTD defaults needed -->
<echo
message=
"${arq} --data ${semantics.dir}/ontologies/X3dOntology4.0.ttl --query ${semantics.dir}/queries/X3dHelloWorldQuery_03.rq --graph HelloWorld.ttl"
/>
<exec
executable=
"${arq}"
dir=
"."
vmlauncher=
"false"
>
<arg
value=
"--data"
/>
<arg
value=
"${semantics.dir}/ontologies/X3dOntology4.0.ttl"
/>
<arg
value=
"--query"
/>
<arg
value=
"${semantics.dir}/queries/X3dHelloWorldQuery_03.rq"
/>
<arg
value=
"--graph"
/>
<arg
value=
"HelloWorld.ttl"
/>
<redirector
output=
"HelloWorld.rq.txt"
alwayslog=
"true"
append=
"true"
/>
</exec>
<if>
<not>
<equals
arg1=
"${jenkins.prepared}"
arg2=
"true"
/>
...
...
@@ -1715,6 +1733,8 @@ ignoreSetupDownloadErrors=true
<fileset
dir=
"."
includes=
"HelloWorld.json"
/>
<fileset
dir=
"."
includes=
"HelloWorld.java"
/>
<fileset
dir=
"."
includes=
"HelloWorld.py"
/>
<fileset
dir=
"."
includes=
"HelloWorld.ttl"
/>
<fileset
dir=
"."
includes=
"HelloWorld.rq.txt"
/>
<fileset
dir=
"."
includes=
"HelloWorld.html"
/>
<fileset
dir=
"."
includes=
"HelloWorldX_ITE.html"
/>
<fileset
dir=
"."
includes=
"HelloWorldX3dom.xhtml"
/>
...
...
@@ -1856,6 +1876,24 @@ ignoreSetupDownloadErrors=true
expand=
"on"
parameterPair1=
"insertPackagePrefix=false"
/>
<!-- expand:on since DTD defaults needed -->
<echo>
HelloWorld.ttl creation with X3dToTurtle.xslt
</echo>
<!-- Turtle .ttl -->
<Saxon9
scene=
"newScene"
stylesheet=
"${stylesheet.dir}/X3dToTurtle"
extension=
"ttl"
expand=
"on"
parameterPair1=
"defaultModelPrefix="
/>
<!-- expand:on since DTD defaults needed -->
<echo
message=
"${arq} --data ${semantics.dir}/ontologies/X3dOntology4.0.ttl --query ${semantics.dir}/queries/X3dHelloWorldQuery_03.rq --graph newScene.ttl"
/>
<exec
executable=
"${arq}"
dir=
"."
vmlauncher=
"false"
>
<arg
value=
"--data"
/>
<arg
value=
"${semantics.dir}/ontologies/X3dOntology4.0.ttl"
/>
<arg
value=
"--query"
/>
<arg
value=
"${semantics.dir}/queries/X3dHelloWorldQuery_03.rq"
/>
<arg
value=
"--graph"
/>
<arg
value=
"newScene.ttl"
/>
<redirector
output=
"newScene.rq.txt"
alwayslog=
"true"
append=
"true"
/>
</exec>
<if>
<not>
...
...
@@ -1871,6 +1909,8 @@ ignoreSetupDownloadErrors=true
<fileset
dir=
"."
includes=
"newScene.json"
/>
<fileset
dir=
"."
includes=
"newScene.java"
/>
<fileset
dir=
"."
includes=
"newScene.py"
/>
<fileset
dir=
"."
includes=
"newScene.ttl"
/>
<fileset
dir=
"."
includes=
"newScene.rq.txt"
/>
<fileset
dir=
"."
includes=
"newSceneX_ITE.html"
/>
<fileset
dir=
"."
includes=
"newSceneX3dom.xhtml"
/>
<fileset
dir=
"."
includes=
"newSceneCanonical.xml"
/>
...
...
@@ -4131,7 +4171,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
<echo
message=
"==============================================================="
/>
</target>
<target
name=
"processScenes.turtle"
description=
"generate turtle source, run validation test"
depends=
"
clean.RoundTrip
"
>
<target
name=
"processScenes.turtle"
description=
"generate turtle source, run validation test"
depends=
""
>
<echo
message=
"Verifying Apache Ant XML Catalog resolver classpath: ${resolver.dir}/resolver.jar (${resolver.jar.length} bytes)"
/>
<echo
message=
"==================================="
/>
<for
param=
"file.path.name"
>
...
...
@@ -4183,7 +4223,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
</java>
<echo message="- - - - - - - - - - -"/>
-->
<echo
message=
"
c
reate
turtle
:"
/>
<echo
message=
"
C
reate
${name.short}.ttl turtle representation
:"
/>
<!-- process individual files here. show full path to facilitate user loading, editing of reported files -->
<echo>
${archive.path}/${relative.path1}/${relative.path2}/${name.short}.x3d processing with X3dToTurtle stylesheet...
</echo>
<!-- Saxon9 is locally defined macro -->
...
...
@@ -4197,7 +4237,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
<!-- Default options:
parameterPair1="defaultModelPrefix="
-->
<echo>
${archive.path}/${relative.path1}/${relative.path2}/
${name.short}.ttl self-validation test:
</echo>
<echo>
Query
${name.short}.ttl
using SPARQL as
self-validation test:
</echo>
<if>
<!-- https://ant.apache.org/manual/Tasks/conditions.html -->
<contains
string=
"${name.short}"
substring=
"{name.short}"
/>
<!-- undefined -->
...
...
@@ -4221,7 +4261,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
<arg
value=
"${relative.path1}/${relative.path2}/${name.short}.ttl"
/>
<redirector
output=
"${relative.path1}/${relative.path2}/${name.short}.rq.txt"
alwayslog=
"true"
append=
"true"
/>
</exec>
<echo
message=
"
test.
X3dToTurtle.xslt
.one
conversion of ${name.short}.x3d to ${name.short}.ttl complete."
/>
<echo
message=
"X3dToTurtle.xslt conversion of ${name.short}.x3d to ${name.short}.ttl complete."
/>
</else>
</if>
<echo
message=
"==================================="
/>
...
...
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