Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 24744 Details for
Bug 103614
build tests can not run due to blocking XML Validation Tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch for releng.builder to support wtp.autotest.noninteractive property
releng.builder.patch (text/plain), 3.08 KB, created by
Lawrence Mandel
on 2005-07-14 04:58:55 EDT
(
hide
)
Description:
Patch for releng.builder to support wtp.autotest.noninteractive property
Filename:
MIME Type:
Creator:
Lawrence Mandel
Created:
2005-07-14 04:58:55 EDT
Size:
3.08 KB
patch
obsolete
>Index: scripts/buildAll.xml >=================================================================== >RCS file: /home/webtools/releng.builder/scripts/buildAll.xml,v >retrieving revision 1.3 >diff -u -r1.3 buildAll.xml >--- scripts/buildAll.xml 13 Jul 2005 04:14:56 -0000 1.3 >+++ scripts/buildAll.xml 14 Jul 2005 08:55:54 -0000 >@@ -387,7 +387,6 @@ > <jvmarg value="-Dos=${baseos}"/> > <jvmarg value="-Darch=${basearch}"/> > <jvmarg value="-Dnoclean=true"/> >- <jvmarg value="-Dwtp.quite=true"/> > <arg value="-propertyfile" /> > <arg value="test.properties" /> > <arg value="-application"/> >@@ -398,7 +397,6 @@ > <arg value="org.apache.tools.ant.DefaultLogger"/> > <arg value="${testTarget}"/> > <sysproperty key="build.home" value="${build.home}"/> >- <sysproperty key="wtp.quiet" value="true"/> > <sysproperty key="buildDirectory" value="${buildDirectory}"/> > <sysproperty key="baseLocation" value="${baseLocation}"/> > <sysproperty key="testDir" value="${testDir}"/> >Index: scripts/testScripts/test.xml >=================================================================== >RCS file: /home/webtools/releng.builder/scripts/testScripts/test.xml,v >retrieving revision 1.1 >diff -u -r1.1 test.xml >--- scripts/testScripts/test.xml 9 Jul 2005 19:41:32 -0000 1.1 >+++ scripts/testScripts/test.xml 14 Jul 2005 08:55:54 -0000 >@@ -81,15 +81,28 @@ > </target> > > <target name="runtests-normal" unless="runAsPerfApp"> >- <ant antfile="${eclipse-home}/plugins/${testPlugin}/test.xml" dir="${eclipse-home}"/> >+ <condition property="extraVMargs" value=""> >+ <not> >+ <isset property="extraVMargs"/> >+ </not> >+ </condition> >+ <ant antfile="${eclipse-home}/plugins/${testPlugin}/test.xml" dir="${eclipse-home}"> >+ <property name="extraVMargs" value="${extraVMargs} -Dwtp.autotest.noninteractive=true"/> >+ </ant> > <copy file="${eclipse-home}/${report}.xml" tofile="${results}/xml/${report}_${platform}.xml" failonerror="false" /> > <antcall target="genHtml" /> > </target> > > <target name="runtests-runAsPerfApp" if="runAsPerfApp"> >+ <condition property="extraVMargs" value=""> >+ <not> >+ <isset property="extraVMargs"/> >+ </not> >+ </condition> > <ant antfile="${eclipse-home}/plugins/${testPlugin}/test.xml" dir="${eclipse-home}"> > <property name="library-file" value="${testDir}/performance-tests.xml"/> > <property name="runAsPerfApp" value="true"/> >+ <property name="extraVMargs" value="${extraVMargs} -Dwtp.autotest.noninteractive=true"/> > </ant> > <copy file="${eclipse-home}/${report}.xml" tofile="${results}/xml/${report}_${platform}.xml" failonerror="false" /> > <antcall target="genHtml" />
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 103614
:
24667
|
24683
| 24744