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 24683 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
releng.builder.patch.txt (text/plain), 1.90 KB, created by
Jeffrey Liu
on 2005-07-13 13:53:50 EDT
(
hide
)
Description:
Patch for releng.builder
Filename:
MIME Type:
Creator:
Jeffrey Liu
Created:
2005-07-13 13:53:50 EDT
Size:
1.90 KB
patch
obsolete
>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 13 Jul 2005 17:50:19 -0000 >@@ -81,7 +81,9 @@ > </target> > > <target name="runtests-normal" unless="runAsPerfApp"> >- <ant antfile="${eclipse-home}/plugins/${testPlugin}/test.xml" dir="${eclipse-home}"/> >+ <ant antfile="${eclipse-home}/plugins/${testPlugin}/test.xml" dir="${eclipse-home}"> >+ <property name="library-file" value="${testDir}/junit-tests.xml"/> >+ </ant> > <copy file="${eclipse-home}/${report}.xml" tofile="${results}/xml/${report}_${platform}.xml" failonerror="false" /> > <antcall target="genHtml" /> > </target> >Index: scripts/testScripts/junit-tests.xml >=================================================================== >RCS file: scripts/testScripts/junit-tests.xml >diff -N scripts/testScripts/junit-tests.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ scripts/testScripts/junit-tests.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,21 @@ >+<?xml version="1.0"?> >+<project name="API tests" basedir="." > >+ >+ <property name="library-xml-file" value="${basedir}/plugins/org.eclipse.test_3.1.0/library.xml"/> >+ <import file="${library-xml-file}"/> >+ >+ <target name="core-test"> >+ <antcall target="eclipse-test"> >+ <param name="application" value="org.eclipse.test.coretestapplication"/> >+ <param name="extraVMargs" value="${extraVMargs} -Dwtp.quiet=true"/> >+ </antcall> >+ </target> >+ >+ <target name="ui-test"> >+ <antcall target="eclipse-test"> >+ <param name="application" value="org.eclipse.test.uitestapplication"/> >+ <param name="extraVMargs" value="${extraVMargs} -Dwtp.quiet=true"/> >+ </antcall> >+ </target> >+ >+</project>
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