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
d72e7bcf
Commit
d72e7bcf
authored
2 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
rename X3dToX3dom.xslt to X3dToX3domX_ITE.xsl
parent
04155326
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
+14
-14
14 additions, 14 deletions
build.xml
with
14 additions
and
14 deletions
build.xml
+
14
−
14
View file @
d72e7bcf
...
@@ -1425,8 +1425,8 @@ ignoreSetupDownloadErrors=true
...
@@ -1425,8 +1425,8 @@ ignoreSetupDownloadErrors=true
dest=
"${stylesheet.dir}/X3dToX3dvClassicVrmlEncoding.xslt"
verbose=
"true"
ignoreerrors=
"${ignoreSetupDownloadErrors}"
/>
dest=
"${stylesheet.dir}/X3dToX3dvClassicVrmlEncoding.xslt"
verbose=
"true"
ignoreerrors=
"${ignoreSetupDownloadErrors}"
/>
<get
src=
"${x3d.sourceforge.site}/x3d/stylesheets/X3dExtrusionCrossSectionToSvg.xslt"
<get
src=
"${x3d.sourceforge.site}/x3d/stylesheets/X3dExtrusionCrossSectionToSvg.xslt"
dest=
"${stylesheet.dir}/X3dExtrusionCrossSectionToSvg.xslt"
verbose=
"true"
ignoreerrors=
"${ignoreSetupDownloadErrors}"
/>
dest=
"${stylesheet.dir}/X3dExtrusionCrossSectionToSvg.xslt"
verbose=
"true"
ignoreerrors=
"${ignoreSetupDownloadErrors}"
/>
<get
src=
"${x3d.sourceforge.site}/x3d/stylesheets/X3dToX3dom.xslt"
<get
src=
"${x3d.sourceforge.site}/x3d/stylesheets/X3dToX3dom
X_ITE
.xslt"
dest=
"${stylesheet.dir}/X3dToX3dom.xslt"
verbose=
"true"
ignoreerrors=
"${ignoreSetupDownloadErrors}"
/>
dest=
"${stylesheet.dir}/X3dToX3dom
X_ITE
.xslt"
verbose=
"true"
ignoreerrors=
"${ignoreSetupDownloadErrors}"
/>
<mkdir
dir=
"${c14n.dir}"
/>
<mkdir
dir=
"${c14n.dir}"
/>
<get
src=
"${x3d.sourceforge.site}/x3d/tools/canonical/dist/lib/${c14n.jar}"
<get
src=
"${x3d.sourceforge.site}/x3d/tools/canonical/dist/lib/${c14n.jar}"
...
@@ -1676,25 +1676,25 @@ ignoreSetupDownloadErrors=true
...
@@ -1676,25 +1676,25 @@ ignoreSetupDownloadErrors=true
<arg
value=
"-o:HelloWorld.html"
/>
<arg
value=
"-o:HelloWorld.html"
/>
<arg
value=
"-xsl:${stylesheet.dir}/X3dToXhtml.xslt"
/>
<arg
value=
"-xsl:${stylesheet.dir}/X3dToXhtml.xslt"
/>
</java>
</java>
<echo
message=
"Convert HelloWorld.x3d to HelloWorldX_ITE.html using X3dToX3dom.xslt stylesheet"
/>
<echo
message=
"Convert HelloWorld.x3d to HelloWorldX_ITE.html using X3dToX3dom
X_ITE
.xslt stylesheet"
/>
<java
classname=
"net.sf.saxon.Transform"
classpath=
"${saxon.classpath}"
fork=
"${fork}"
>
<java
classname=
"net.sf.saxon.Transform"
classpath=
"${saxon.classpath}"
fork=
"${fork}"
>
<arg
value=
"-warnings:recover"
/>
<!-- recover after writing a warning message -->
<arg
value=
"-warnings:recover"
/>
<!-- recover after writing a warning message -->
<!-- <arg value="-t"/> saxon version and timing information -->
<!-- <arg value="-t"/> saxon version and timing information -->
<arg
value=
"-s:HelloWorld.x3d"
/>
<arg
value=
"-s:HelloWorld.x3d"
/>
<arg
value=
"-o:HelloWorldX_ITE.html"
/>
<arg
value=
"-o:HelloWorldX_ITE.html"
/>
<arg
value=
"-xsl:${stylesheet.dir}/X3dToX3dom.xslt"
/>
<arg
value=
"-xsl:${stylesheet.dir}/X3dToX3dom
X_ITE
.xslt"
/>
<arg
value=
"player=X_ITE"
/>
<arg
value=
"player=X_ITE"
/>
<arg
value=
"suffix=X_ITE"
/>
<arg
value=
"suffix=X_ITE"
/>
<arg
value=
"urlScene=HelloWorld.x3d"
/>
<arg
value=
"urlScene=HelloWorld.x3d"
/>
<arg
value=
"extension=html"
/>
<arg
value=
"extension=html"
/>
</java>
</java>
<echo
message=
"Convert HelloWorld.x3d to HelloWorldX3dom.xhtml using X3dToX3dom.xslt stylesheet"
/>
<echo
message=
"Convert HelloWorld.x3d to HelloWorldX3dom.xhtml using X3dToX3dom
X_ITE
.xslt stylesheet"
/>
<java
classname=
"net.sf.saxon.Transform"
classpath=
"${saxon.classpath}"
fork=
"${fork}"
>
<java
classname=
"net.sf.saxon.Transform"
classpath=
"${saxon.classpath}"
fork=
"${fork}"
>
<arg
value=
"-warnings:recover"
/>
<!-- recover after writing a warning message -->
<arg
value=
"-warnings:recover"
/>
<!-- recover after writing a warning message -->
<!-- <arg value="-t"/> saxon version and timing information -->
<!-- <arg value="-t"/> saxon version and timing information -->
<arg
value=
"-s:HelloWorld.x3d"
/>
<arg
value=
"-s:HelloWorld.x3d"
/>
<arg
value=
"-o:HelloWorldX3dom.xhtml"
/>
<arg
value=
"-o:HelloWorldX3dom.xhtml"
/>
<arg
value=
"-xsl:${stylesheet.dir}/X3dToX3dom.xslt"
/>
<arg
value=
"-xsl:${stylesheet.dir}/X3dToX3dom
X_ITE
.xslt"
/>
</java>
</java>
<echo
message=
"Convert HelloWorld.x3d to HelloWorld.wrl using X3dToVrml97.xslt stylesheet"
/>
<echo
message=
"Convert HelloWorld.x3d to HelloWorld.wrl using X3dToVrml97.xslt stylesheet"
/>
<java
classname=
"net.sf.saxon.Transform"
classpath=
"${saxon.classpath}"
fork=
"${fork}"
>
<java
classname=
"net.sf.saxon.Transform"
classpath=
"${saxon.classpath}"
fork=
"${fork}"
>
...
@@ -1861,25 +1861,25 @@ ignoreSetupDownloadErrors=true
...
@@ -1861,25 +1861,25 @@ ignoreSetupDownloadErrors=true
<arg
value=
"-o:newScene.html"
/>
<arg
value=
"-o:newScene.html"
/>
<arg
value=
"-xsl:${stylesheet.dir}/X3dToXhtml.xslt"
/>
<arg
value=
"-xsl:${stylesheet.dir}/X3dToXhtml.xslt"
/>
</java>
</java>
<echo
message=
"Convert newScene.x3d to newSceneX_ITE.html using X3dToX3dom.xslt stylesheet in X_ITE mode"
/>
<echo
message=
"Convert newScene.x3d to newSceneX_ITE.html using X3dToX3dom
X_ITE
.xslt stylesheet in X_ITE mode"
/>
<java
classname=
"net.sf.saxon.Transform"
classpath=
"${saxon.classpath}"
fork=
"${fork}"
>
<java
classname=
"net.sf.saxon.Transform"
classpath=
"${saxon.classpath}"
fork=
"${fork}"
>
<arg
value=
"-warnings:recover"
/>
<!-- recover after writing a warning message -->
<arg
value=
"-warnings:recover"
/>
<!-- recover after writing a warning message -->
<!-- <arg value="-t"/> saxon version and timing information -->
<!-- <arg value="-t"/> saxon version and timing information -->
<arg
value=
"-s:newScene.x3d"
/>
<arg
value=
"-s:newScene.x3d"
/>
<arg
value=
"-o:newSceneX_ITE.html"
/>
<arg
value=
"-o:newSceneX_ITE.html"
/>
<arg
value=
"-xsl:${stylesheet.dir}/X3dToX3dom.xslt"
/>
<arg
value=
"-xsl:${stylesheet.dir}/X3dToX3dom
X_ITE
.xslt"
/>
<arg
value=
"player=X_ITE"
/>
<arg
value=
"player=X_ITE"
/>
<arg
value=
"suffix=X_ITE"
/>
<arg
value=
"suffix=X_ITE"
/>
<arg
value=
"urlScene=newScene.x3d"
/>
<arg
value=
"urlScene=newScene.x3d"
/>
<arg
value=
"extension=html"
/>
<arg
value=
"extension=html"
/>
</java>
</java>
<echo
message=
"Convert newScene.x3d to newSceneX3dom.xhtml using X3dToX3dom.xslt stylesheet in default mode"
/>
<echo
message=
"Convert newScene.x3d to newSceneX3dom.xhtml using X3dToX3dom
X_ITE
.xslt stylesheet in default mode"
/>
<java
classname=
"net.sf.saxon.Transform"
classpath=
"${saxon.classpath}"
fork=
"${fork}"
>
<java
classname=
"net.sf.saxon.Transform"
classpath=
"${saxon.classpath}"
fork=
"${fork}"
>
<arg
value=
"-warnings:recover"
/>
<!-- recover after writing a warning message -->
<arg
value=
"-warnings:recover"
/>
<!-- recover after writing a warning message -->
<!-- <arg value="-t"/> saxon version and timing information -->
<!-- <arg value="-t"/> saxon version and timing information -->
<arg
value=
"-s:newScene.x3d"
/>
<arg
value=
"-s:newScene.x3d"
/>
<arg
value=
"-o:newSceneX3dom.xhtml"
/>
<arg
value=
"-o:newSceneX3dom.xhtml"
/>
<arg
value=
"-xsl:${stylesheet.dir}/X3dToX3dom.xslt"
/>
<arg
value=
"-xsl:${stylesheet.dir}/X3dToX3dom
X_ITE
.xslt"
/>
</java>
</java>
<echo
message=
"Convert newScene.x3d to newScene.wrl using X3dToVrml97.xslt regular stylesheet"
/>
<echo
message=
"Convert newScene.x3d to newScene.wrl using X3dToVrml97.xslt regular stylesheet"
/>
<java
classname=
"net.sf.saxon.Transform"
classpath=
"${saxon.classpath}"
fork=
"${fork}"
>
<java
classname=
"net.sf.saxon.Transform"
classpath=
"${saxon.classpath}"
fork=
"${fork}"
>
...
@@ -2481,11 +2481,11 @@ ignoreSetupDownloadErrors=true
...
@@ -2481,11 +2481,11 @@ ignoreSetupDownloadErrors=true
<mapper
dir=
"."
type=
"glob"
from=
"*.x3d"
to=
"*X3dom.xhtml"
/>
<mapper
dir=
"."
type=
"glob"
from=
"*.x3d"
to=
"*X3dom.xhtml"
/>
<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}.x3d processing with X3dToX3dom stylesheet:
</echo>
<echo>
${archive.path}/${relative.path1}/${relative.path2}/${name.short}.x3d processing with X3dToX3dom
X_ITE
stylesheet:
</echo>
<echo>
${archive.path}/${relative.path1}/${relative.path2}/${name.short}X3dom.xhtml
</echo>
<echo>
${archive.path}/${relative.path1}/${relative.path2}/${name.short}X3dom.xhtml
</echo>
<!-- Saxon11 is locally defined macro -->
<!-- Saxon11 is locally defined macro -->
<Saxon11
scene=
"${relative.path1}/${relative.path2}/${name.short}"
<Saxon11
scene=
"${relative.path1}/${relative.path2}/${name.short}"
stylesheet=
"${stylesheet.dir}/X3dToX3dom"
stylesheet=
"${stylesheet.dir}/X3dToX3dom
X_ITE
"
parameterPair1=
"player=X3DOM"
parameterPair1=
"player=X3DOM"
suffix=
"X3dom"
suffix=
"X3dom"
extension=
"xhtml"
extension=
"xhtml"
...
@@ -2544,10 +2544,10 @@ ignoreSetupDownloadErrors=true
...
@@ -2544,10 +2544,10 @@ ignoreSetupDownloadErrors=true
<mapper
dir=
"."
type=
"glob"
from=
"*.x3d"
to=
"*X_ITE.html"
/>
<mapper
dir=
"."
type=
"glob"
from=
"*.x3d"
to=
"*X_ITE.html"
/>
<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}.x3d processing with X3dToX3dom
(
X_ITE
)
stylesheet: ${name.short}X_ITE.html
</echo>
<echo>
${archive.path}/${relative.path1}/${relative.path2}/${name.short}.x3d processing with X3dToX3domX_ITE stylesheet: ${name.short}X_ITE.html
</echo>
<!-- Saxon11 is locally defined macro -->
<!-- Saxon11 is locally defined macro -->
<Saxon11
scene=
"${relative.path1}/${relative.path2}/${name.short}"
<Saxon11
scene=
"${relative.path1}/${relative.path2}/${name.short}"
stylesheet=
"${stylesheet.dir}/X3dToX3dom"
stylesheet=
"${stylesheet.dir}/X3dToX3dom
X_ITE
"
parameterPair1=
"player=X_ITE"
parameterPair1=
"player=X_ITE"
parameterPair2=
"urlScene=${name.short}.x3d"
parameterPair2=
"urlScene=${name.short}.x3d"
suffix=
"X_ITE"
suffix=
"X_ITE"
...
...
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