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
8c774144
Commit
8c774144
authored
14 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
tweaks to test scripts
parent
81ed2e8c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
releng.wtpbuilder/distribution/jsdt.tests/build.xml
+10
-1
10 additions, 1 deletion
releng.wtpbuilder/distribution/jsdt.tests/build.xml
releng.wtpbuilder/distribution/jsdt.tests/testdependency.xml
+0
-278
0 additions, 278 deletions
releng.wtpbuilder/distribution/jsdt.tests/testdependency.xml
with
10 additions
and
279 deletions
releng.wtpbuilder/distribution/jsdt.tests/build.xml
+
10
−
1
View file @
8c774144
...
@@ -99,8 +99,17 @@
...
@@ -99,8 +99,17 @@
<fail
<fail
message=
"dependency file not found: ${dependency.properties}"
message=
"dependency file not found: ${dependency.properties}"
unless=
"dependency.properties.exists"
/>
unless=
"dependency.properties.exists"
/>
<property
name=
"test.dependency.properties"
value=
"${buildDirectory}/maps/${env.RELENG}${env.DEP_DIR}/maps/jsdttestdependencies.properties"
/>
<available
file=
"${test.dependency.properties}"
property=
"test.dependency.properties.exists"
/>
<fail
message=
"test dependency file not found: ${test.dependency.properties}"
unless=
"test.dependency.properties.exists"
/>
<ant
<ant
antfile=
"${test.
component.dir}/testdependency.xml
"
antfile=
"${test.
dependency.properties}
"
target=
"get"
>
target=
"get"
>
<property
<property
name=
"base.install.dir"
name=
"base.install.dir"
...
...
This diff is collapsed.
Click to expand it.
releng.wtpbuilder/distribution/jsdt.tests/testdependency.xml
deleted
100644 → 0
+
0
−
278
View file @
81ed2e8c
<?xml version="1.0"?>
<!--
======================================================================
Properties that must be passed to this script: base.install.dir
dependencyTargets local.cache.dir dependency.properties
======================================================================
-->
<project
name=
"test"
default=
"get"
>
<property
environment=
"env"
/>
<!-- required to get proper value of dropinsFolder -->
<property
name=
"keyCfgFile"
value=
"${env.PROJECT_BUILDERS}/${projectname}/${env.RELENG}/maps/build.cfg"
/>
<echo
level=
"info"
message=
"keyCfgFile: ${keyCfgFile}"
/>
<fail
message=
"Required property file does not exist: ${keyCfgFile}"
>
<condition>
<not>
<available
file=
"${keyCfgFile}"
/>
</not>
</condition>
</fail>
<property
file=
"${keyCfgFile}"
/>
<condition
property=
"getprereq.eclipse"
>
<istrue
value=
"true"
/>
</condition>
<condition
property=
"getprereq.eclipseplatform"
>
<istrue
value=
"false"
/>
</condition>
<condition
property=
"getprereq.emf"
>
<istrue
value=
"false"
/>
</condition>
<condition
property=
"getprereq.emfxsd"
>
<istrue
value=
"false"
/>
</condition>
<condition
property=
"getprereq.emfvalidation"
>
<istrue
value=
"false"
/>
</condition>
<condition
property=
"getprereq.gef"
>
<istrue
value=
"false"
/>
</condition>
<condition
property=
"getprereq.dtp"
>
<istrue
value=
"false"
/>
</condition>
<condition
property=
"getprereq.wst"
>
<istrue
value=
"false"
/>
</condition>
<condition
property=
"getprereq.jst"
>
<istrue
value=
"false"
/>
</condition>
<condition
property=
"getprereq.wtp"
>
<istrue
value=
"false"
/>
</condition>
<condition
property=
"getprereq.dltk"
>
<istrue
value=
"false"
/>
</condition>
<target
name=
"get"
>
<!--
read in this properties, just so we can make sure our
requested pre-reqs are defined, which we do later with
statements such if="${groupId}.url"
-->
<property
file=
"${dependency.properties}"
/>
<antcall
target=
"prereq.emf"
/>
<antcall
target=
"prereq.emfxsd"
/>
<antcall
target=
"prereq.emfvalidation"
/>
<antcall
target=
"prereq.gef"
/>
<antcall
target=
"prereq.dtp"
/>
<antcall
target=
"prereq.wst"
/>
<antcall
target=
"prereq.jst"
/>
<antcall
target=
"prereq.wtp"
/>
<antcall
target=
"prereq.dltk"
/>
<antcall
target=
"getAndInstallBase"
>
<param
name=
"groupId"
value=
"eclipse"
/>
</antcall>
<antcall
target=
"getAndInstallDropins"
>
<param
name=
"groupId"
value=
"eclipseTestFramework"
/>
</antcall>
</target>
<target
name=
"prereq.eclipse"
if=
"getprereq.eclipse"
>
<antcall
target=
"getAndInstallBase"
>
<param
name=
"groupId"
value=
"eclipse"
/>
</antcall>
</target>
<target
name=
"prereq.eclipseplatform"
if=
"getprereq.eclipseplatform"
>
<antcall
target=
"getAndInstallBase"
>
<param
name=
"groupId"
value=
"eclipseplatform"
/>
</antcall>
</target>
<target
name=
"prereq.emf"
if=
"getprereq.emf"
>
<antcall
target=
"getAndInstallDropins"
>
<param
name=
"groupId"
value=
"emf"
/>
</antcall>
</target>
<target
name=
"prereq.emfxsd"
if=
"getprereq.emfxsd"
>
<antcall
target=
"getAndInstallDropins"
>
<param
name=
"groupId"
value=
"emfxsd"
/>
</antcall>
</target>
<target
name=
"prereq.emfvalidation"
if=
"getprereq.emfvalidation"
>
<antcall
target=
"getAndInstallDropins"
>
<param
name=
"groupId"
value=
"emfvalidation"
/>
</antcall>
</target>
<target
name=
"prereq.gef"
if=
"getprereq.gef"
>
<antcall
target=
"getAndInstallDropins"
>
<param
name=
"groupId"
value=
"gef"
/>
</antcall>
</target>
<target
name=
"prereq.dtp"
if=
"getprereq.dtp"
>
<antcall
target=
"getAndInstallDropins"
>
<param
name=
"groupId"
value=
"dtp"
/>
</antcall>
</target>
<target
name=
"prereq.wst"
if=
"getprereq.wst"
>
<antcall
target=
"getAndInstallDropins"
>
<param
name=
"groupId"
value=
"wst"
/>
</antcall>
</target>
<target
name=
"prereq.jst"
if=
"getprereq.jst"
>
<antcall
target=
"getAndInstallDropins"
>
<param
name=
"groupId"
value=
"jst"
/>
</antcall>
</target>
<target
name=
"prereq.wtp"
if=
"getprereq.wtp"
>
<antcall
target=
"getAndInstallDropins"
>
<param
name=
"groupId"
value=
"wtp"
/>
</antcall>
</target>
<target
name=
"prereq.dltk"
if=
"getprereq.dltk"
>
<antcall
target=
"getAndInstallDropins"
>
<param
name=
"groupId"
value=
"dltk"
/>
</antcall>
</target>
<target
name=
"getAndInstallBase"
if=
"${groupId}.url"
>
<ant
antfile=
"${dependencyTargets}"
target=
"checkDependency"
>
<property
name=
"groupId"
value=
"${groupId}"
/>
</ant>
<ant
antfile=
"${dependencyTargets}"
target=
"installDependency"
>
<property
name=
"groupId"
value=
"${groupId}"
/>
<property
name=
"install.destination"
value=
"${base.install.dir}"
/>
</ant>
</target>
<target
name=
"getAndInstallDropins"
if=
"${groupId}.url"
>
<ant
antfile=
"${dependencyTargets}"
target=
"checkDependency"
>
<property
name=
"groupId"
value=
"${groupId}"
/>
</ant>
<ant
antfile=
"${dependencyTargets}"
target=
"installDependency"
>
<property
name=
"groupId"
value=
"${groupId}"
/>
<property
name=
"install.destination"
value=
"${base.install.dir}${dropinsFolder}"
/>
</ant>
</target>
</project>
\ No newline at end of file
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