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
b01111e2
Commit
b01111e2
authored
19 years ago
by
jeffliu
Browse files
Options
Downloads
Patches
Plain Diff
[95813] Adding OAGIS WSDLs testcases to the build
parent
683c6eb3
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
archive/org.eclipse.wtp.releng/buildAll.xml
+12
-0
12 additions, 0 deletions
archive/org.eclipse.wtp.releng/buildAll.xml
archive/org.eclipse.wtp.releng/maps/build.cfg
+4
-0
4 additions, 0 deletions
archive/org.eclipse.wtp.releng/maps/build.cfg
with
16 additions
and
0 deletions
archive/org.eclipse.wtp.releng/buildAll.xml
+
12
−
0
View file @
b01111e2
...
...
@@ -331,6 +331,14 @@
<unzip
dest=
"${testDir}"
src=
"${build.home}/${build.drivers}/${junitFile}"
overwrite=
"true"
/>
<unzip
dest=
"${testDir}"
src=
"${build.home}/${build.drivers}/${tomcat50File}"
overwrite=
"true"
/>
<untar
dest=
"${testDir}"
src=
"${build.home}/${build.drivers}/${jonas432File}"
compression=
"gzip"
overwrite=
"true"
/>
<condition
property=
"oagis80.exists"
value=
"true"
>
<and>
<available
file=
"${build.home}/${build.drivers}/${oagis80Release}"
property=
"oagis80.release.exists"
/>
<available
file=
"${build.home}/${build.drivers}/${oagis80WSDL}"
property=
"oagis80.wsdl.exists"
/>
</and>
</condition>
<antcall
target=
"unzipOAGIS80Files"
/>
</target>
<target
name=
"unzipTestEclipseSDK"
unless=
"isEclipseFileTarGz"
>
<unzip
dest=
"${testDir}"
src=
"${build.home}/${build.drivers}/${eclipseFile}"
overwrite=
"true"
/>
...
...
@@ -338,6 +346,10 @@
<target
name=
"untarTestEclipseSDK"
if=
"isEclipseFileTarGz"
>
<untar
dest=
"${testDir}"
src=
"${build.home}/${build.drivers}/${eclipseFile}"
compression=
"gzip"
overwrite=
"true"
/>
</target>
<target
name=
"unzipOAGIS80Files"
if=
"oagis80.exists"
>
<unzip
dest=
"${testDir}"
src=
"${build.home}/${build.drivers}/${oagis80Release}"
overwrite=
"true"
/>
<unzip
dest=
"${testDir}"
src=
"${build.home}/${build.drivers}/${oagis80WSDL}"
overwrite=
"true"
/>
</target>
<target
name=
"runTestEclipse"
>
<java
classpath=
"${testDir}/eclipse/startup.jar"
...
...
This diff is collapsed.
Click to expand it.
archive/org.eclipse.wtp.releng/maps/build.cfg
+
4
−
0
View file @
b01111e2
...
...
@@ -87,6 +87,10 @@ javaMailFile=javamail-1_3_2.zip
jafURL=http://java.sun.com/
jafFile=jaf-1_0_2-upd.zip
# OAGIS
- CANNOT BE DOWNLOADED AUTOMATICALLY - PLEASE DOWNLOAD AND COPY
oagis80URL=http://www.openapplications.org/
oagis80Release=oagis_release_8.0_GA-withSP3.zip
oagis80WSDL=oagis_wsdl_8.0.zip
#URL
to Web Tools downloads
# non-mirrored
site: webtoolsDownloadURL=http://download.eclipse.org/webtools/downloads/drops
...
...
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