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
d90a1027
Commit
d90a1027
authored
13 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
prep for 3.2.4 patch builds
parent
2ba99e9d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
releng.wtpbuilder/distribution/patches32x.site/build.xml
+30
-5
30 additions, 5 deletions
releng.wtpbuilder/distribution/patches32x.site/build.xml
releng.wtpbuilder/distribution/patches32x.site/publish.xml
+62
-819
62 additions, 819 deletions
releng.wtpbuilder/distribution/patches32x.site/publish.xml
with
92 additions
and
824 deletions
releng.wtpbuilder/distribution/patches32x.site/build.xml
+
30
−
5
View file @
d90a1027
...
...
@@ -18,13 +18,31 @@
<property
file=
"${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"
/>
<!-- = = = end standard properties pattern = = = -->
<echo
message=
"ant.file: ${ant.file}"
/>
<echo
level=
"debug"
message=
"ant.file: ${ant.file}"
/>
<target
name=
"build"
>
<mkdir
dir=
"${buildDirectory}/${buildLabel}"
/>
<!-- make sure there is a base builder, since we need the launcher -->
<ant
antfile=
"${wtp.builder.home}/scripts/build/runbuild.xml"
target=
"getBaseBuilder"
/>
<condition
property=
"antQuietValue"
value=
"-quiet"
else=
""
>
<istrue
value=
"${env.USE_QUIET}"
/>
</condition>
<!-- TODO: should set 'failonerror' to false, and follow up with error
check and appropriate cleanup/finishup actions before failing -->
<java
jar=
"${eclipse.launcher}"
fork=
"true"
failonerror=
"true"
>
failonerror=
"true"
classname=
"org.eclipse.equinox.launcher.Main"
>
<classpath>
<fileset
dir=
"${pde.builder.path}/plugins"
>
<include
name=
"org.eclipse.equinox.launcher_*.jar"
/>
</fileset>
</classpath>
<jvmarg
value=
"-Dosgi.ws=${env.BASEWS}"
/>
<jvmarg
value=
"-Dosgi.os=${env.BASEOS}"
/>
<jvmarg
value=
"-Dosgi.arch=${env.BASEARCH}"
/>
...
...
@@ -46,6 +64,7 @@
<arg
value=
"${basedir}/workspace"
/>
<arg
value=
"-application"
/>
<arg
value=
"org.eclipse.ant.core.antRunner"
/>
<arg
value=
"${antQuietValue}"
/>
<arg
value=
"-buildfile"
/>
<arg
value=
"${ant.file}"
/>
<arg
value=
"publish"
/>
...
...
@@ -64,6 +83,10 @@
property=
"component.dir"
/>
<ant
antfile=
"${wtp.builder.home}/scripts/build/label.xml"
/>
<property
file=
"${buildDirectory}/label.properties"
/>
<!-- buildLabel is defined in label.properties -->
<mkdir
dir=
"${buildDirectory}/${buildLabel}"
/>
<property
name=
"publish.xml"
value=
"${component.dir}/publish.xml"
/>
...
...
@@ -104,11 +127,13 @@
<!-- Get the build map over for the results to point to. -->
<copy
failonerror=
"false"
file=
"${buildDirectory}/directory.txt"
tofile=
"${result}/directory.txt"
/>
<!-- Copy info for build identification -->
<copy
failonerror=
"false"
file=
"${buildDirectory}/label.properties"
tofile=
"${result}/label.properties"
/>
...
...
@@ -129,7 +154,7 @@
dir=
"${env.ANT_WORKING}/${projectname}"
includes=
"antBuilderOutput.log"
/>
</copy>
<!-- final count files -->
<countBuildFiles
sourceDirectory=
"${buildDirectory}/${buildLabel}"
...
...
This diff is collapsed.
Click to expand it.
releng.wtpbuilder/distribution/patches32x.site/publish.xml
+
62
−
819
View file @
d90a1027
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