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 92076 Details for
Bug 208021
[prov] Run the test framework on provisioned SDK
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]
Proposed fix
patch.txt (text/plain), 5.46 KB, created by
John Arthorne
on 2008-03-10 15:50:41 EDT
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
John Arthorne
Created:
2008-03-10 15:50:41 EDT
Size:
5.46 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.releng.eclipsebuilder >Index: eclipse/buildConfigs/sdk.tests/testScripts/test.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/sdk.tests/testScripts/test.xml,v >retrieving revision 1.36 >diff -u -r1.36 test.xml >--- eclipse/buildConfigs/sdk.tests/testScripts/test.xml 6 Mar 2008 15:40:28 -0000 1.36 >+++ eclipse/buildConfigs/sdk.tests/testScripts/test.xml 10 Mar 2008 19:44:46 -0000 >@@ -70,7 +70,7 @@ > eclipse/plugins/org.eclipse.ant.optional.junit_* > ${testPluginsRequired} > -x eclipse/plugins/*.source*/** >- -d ${install}" /> >+ -d ${install}/eclipse/dropins/" /> > </exec> > </target> > >@@ -220,10 +220,10 @@ > </target> > <target name="configureTeamTest" if="teamcvs"> > <!-- Fill in cvs repository information --> >- <replace file="${eclipse-home}/plugins/${org.eclipse.team.tests.cvs.core}/repository.properties" token="@user@" value="${cvs_user}" /> >- <replace file="${eclipse-home}/plugins/${org.eclipse.team.tests.cvs.core}/repository.properties" token="@password@" value="${cvs_password}" /> >- <replace file="${eclipse-home}/plugins/${org.eclipse.team.tests.cvs.core}/repository.properties" token="@host@" value="${cvs_host}" /> >- <replace file="${eclipse-home}/plugins/${org.eclipse.team.tests.cvs.core}/repository.properties" token="@root@" value="${cvs_root}" /> >+ <replace file="${eclipse-home}/dropins/eclipse/plugins/${org.eclipse.team.tests.cvs.core}/repository.properties" token="@user@" value="${cvs_user}" /> >+ <replace file="${eclipse-home}/dropins/eclipse/plugins/${org.eclipse.team.tests.cvs.core}/repository.properties" token="@password@" value="${cvs_password}" /> >+ <replace file="${eclipse-home}/dropins/eclipse/plugins/${org.eclipse.team.tests.cvs.core}/repository.properties" token="@host@" value="${cvs_host}" /> >+ <replace file="${eclipse-home}/dropins/eclipse/plugins/${org.eclipse.team.tests.cvs.core}/repository.properties" token="@root@" value="${cvs_root}" /> > </target> > > <target name="configureDeltaPack" if="pdebuild"> >@@ -257,8 +257,11 @@ > <property name="test.target" value="junit" /> > <property name="report" value="@{testPlugin}" /> > >+ <!--library.xml is now in dropins folder --> >+ <property name="library-file" value="${eclipse-home}/dropins/eclipse/plugins/org.eclipse.test/library.xml"/> >+ > <!--install Cloudscape plug-ins if running performance tests--> >- <condition property="derby" value="eclipse/plugins/Cloudscape*/* "> >+ <condition property="derby" value="eclipse/dropins/eclipse/plugins/Cloudscape*/* "> > <equals arg1="${test.target}" arg2="performance" /> > </condition> > <property name="derby" value="" /> >@@ -272,19 +275,19 @@ > > <target name="junit" unless="skip.test"> > <antcall target="setup" /> >- <ant antfile="${eclipse-home}/plugins/${testPlugin}/test.xml" dir="${eclipse-home}" /> >+ <ant antfile="${eclipse-home}/dropins/eclipse/plugins/${testPlugin}/test.xml" dir="${eclipse-home}" /> > <antcall target="genResults" /> > </target> > > <target name="performance" if="performance.target.present" unless="skip.test"> > <antcall target="setup" /> >- <ant antfile="${eclipse-home}/plugins/${testPlugin}/test.xml" dir="${eclipse-home}" target="performance" /> >+ <ant antfile="${eclipse-home}/dropins/eclipse/plugins/${testPlugin}/test.xml" dir="${eclipse-home}" target="performance" /> > <antcall target="genResults" /> > </target> > > <target name="genResults"> > <copy file="${eclipse-home}/${report}.xml" tofile="${results}/xml/${report}_${platform}.xml" failonerror="false" /> >- <style style="${eclipse-home}/plugins/org.eclipse.test/JUNIT.XSL" basedir="${results}/xml" destdir="${results}/html" /> >+ <style style="${eclipse-home}/dropins/eclipse/plugins/org.eclipse.test/JUNIT.XSL" basedir="${results}/xml" destdir="${results}/html" /> > </target> > > <target name="ant"> >Index: eclipse/buildConfigs/sdk.tests/testScripts/runtests.bat >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/sdk.tests/testScripts/runtests.bat,v >retrieving revision 1.4 >diff -u -r1.4 runtests.bat >--- eclipse/buildConfigs/sdk.tests/testScripts/runtests.bat 1 Aug 2007 20:15:49 -0000 1.4 >+++ eclipse/buildConfigs/sdk.tests/testScripts/runtests.bat 10 Mar 2008 19:44:46 -0000 >@@ -25,7 +25,7 @@ > REM Install Eclipse if it does not exist > REM > REM **************************************************************** >-if NOT EXIST eclipse unzip -qq -o eclipse-SDK-*.zip && unzip -qq -o -C eclipse-junit-tests*.zip */plugins/org.eclipse.test* >+if NOT EXIST eclipse unzip -qq -o eclipse-SDK-*.zip && unzip -qq -o -C eclipse-junit-tests*.zip */plugins/org.eclipse.test* -d eclipse/dropins/ > > > :processcmdlineargs >#P org.eclipse.test >Index: library.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.test/library.xml,v >retrieving revision 1.31 >diff -u -r1.31 library.xml >--- library.xml 7 Nov 2007 21:26:08 -0000 1.31 >+++ library.xml 10 Mar 2008 19:44:47 -0000 >@@ -138,7 +138,7 @@ > </fileset> > </junitreport> > >- <style style="${eclipse-home}/plugins/org.eclipse.test/JUNIT.XSL" >+ <style style="${eclipse-home}/dropins/eclipse/plugins/org.eclipse.test/JUNIT.XSL" > basedir="${junit-report-output}" > includes="${classname}.result.xml" > destdir="${junit-report-output}" />
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 208021
:
92076
|
92092
|
92235
|
92368
|
92546