Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
2d0c27d6
Commit
2d0c27d6
authored
14 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
335530 - releng tests crash if no versioning report available
parent
6740d68a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/org.eclipse.wtp.releng.tests/META-INF/MANIFEST.MF
+1
-1
1 addition, 1 deletion
tests/org.eclipse.wtp.releng.tests/META-INF/MANIFEST.MF
tests/org.eclipse.wtp.releng.tests/test.xml
+7
-3
7 additions, 3 deletions
tests/org.eclipse.wtp.releng.tests/test.xml
with
8 additions
and
4 deletions
tests/org.eclipse.wtp.releng.tests/META-INF/MANIFEST.MF
+
1
−
1
View file @
2d0c27d6
...
...
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.wtp.releng.tests;singleton:=true
Bundle-Activator: org.eclipse.wtp.releng.tests.TestActivator
Bundle-Version: 1.1.
3
.qualifier
Bundle-Version: 1.1.
4
.qualifier
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
...
...
This diff is collapsed.
Click to expand it.
tests/org.eclipse.wtp.releng.tests/test.xml
+
7
−
3
View file @
2d0c27d6
...
...
@@ -98,6 +98,9 @@
quiet=
"true"
/>
<mkdir
dir=
"${workspace}"
/>
<available
file=
"${buildDirectory}/${buildLabel}/versioningReport_${buildLabel}.xml"
property=
"reportAvailable"
/>
</target>
<!--
This suite target defines the tests that need to be run.
...
...
@@ -162,7 +165,8 @@
tofile=
"${buildDirectory}/${buildLabel}/testResults/consolelogs/${plugin-name}.consolelog.txt"
/>
</target>
<target
name=
"copyxsl"
>
name=
"copyxsl"
if=
"reportAvailable"
>
<!-- copy our particular xsl files to web directory for prosperity-->
<copy
todir=
"${buildDirectory}/${buildLabel}/"
...
...
@@ -173,10 +177,10 @@
name=
"**/org.eclipse.wtp.releng.tests*/versioningReportToHTML.xsl"
/>
</fileset>
</copy>
<!-- and use them to create basic display -->
<!-- and use them to create basic
HTML
display
, if there is a report
-->
<xslt
basedir=
"${buildDirectory}/${buildLabel}/"
includes=
"versioningReport_
*
"
includes=
"versioningReport_
${buildLabel}.xml
"
destdir=
"${buildDirectory}/${buildLabel}/"
style=
"versioningReportToHTML.xsl"
force=
"true"
/>
...
...
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