Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] CBI Eclipse Platform moved

Hi Everyone,

I've faced the problem to run automated tests with 3.x branch on windows.
Here are the steps:
1. copy org.eclipse.sdk.epp-win32.win32.x86.zip & eclipse-junit-tests-1.0.0-SNAPSHOT-bundle.zip in to D:/eclipse_CBI/test dir and unzip eclipse-junit-tests-1.0.0-SNAPSHOT-bundle.zip
2. runtests.bat -noclean -vm C:\jdk1.8.0\bin\java
unzip: cannot find any matches for wildcard specification "eclipse-SDK-*.zip".

No zipfiles found.
checkdir:  cannot create extraction directory: eclipse/dropins
The system cannot find the path specified.
Error: Unable to access jarfile eclipse\plugins\org.eclipse.equinox.launcher_1.3.0.v20111107-1631.jar

3. Rename org.eclipse.sdk.epp-win32.win32.x86.zip to eclipse-SDK-win32.win32.x86.zip

4. runtests.bat -noclean -vm C:\jdk1.8.0\bin\java

D:\eclipse_CBI\test>runtests.bat -noclean -vm C:\jdk1.8.0\bin\java
caution: filename not matched:  plugins/org.eclipse.test*
Buildfile: test.xml

all:

setJVMfromUserSpecified:

setJVMProperties:

equinoxp2:

junit:

setJVMfromUserSpecified:

setJVMProperties:

equinoxp2ui:

junit:

pdeui:

junit:

setRuntimeArchive:
    [echo] setRuntimeArchive os win32 ws win32 arch x86
    [echo] runtimeArchive eclipse-SDK-201203150406-win32.zip !!!

init:
   [mkdir] Created dir: D:\eclipse_CBI\test\results\xml
   [mkdir] Created dir: D:\eclipse_CBI\test\results\html
   [mkdir] Created dir: D:\eclipse_CBI\test\results\win32.win32.x86

setup:
    [echo] trying to find org.eclipse.pde.ui.tests_*

BUILD FAILED
D:\eclipse_CBI\test\test.xml:945: The following error occurred while executing this line: D:\eclipse_CBI\test\test.xml:640: The following error occurred while executing this line: D:\eclipse_CBI\test\test.xml:407: The following error occurred while executing this line: D:\eclipse_CBI\test\test.xml:424: D:\eclipse_CBI\test\test-eclipse\eclipse\plugins does not exist.

Total time: 1 second
An error has occurred. See the log file
D:\eclipse_CBI\test\workspace\.metadata\.log.

5. Modify test.xml to remove test-eclipse:
<property name="install" value="${basedir}/test-eclipse" />
<property name="install" value="${basedir}" />

The script doesn't create test-eclipse\eclipse\plugins, the eclipse\plugins is created

7. runtests.bat -noclean -vm C:\jdk1.8.0\bin\java
Buildfile: test.xml

all:

setJVMfromUserSpecified:

setJVMProperties:

equinoxp2:

junit:

setJVMfromUserSpecified:

setJVMProperties:

equinoxp2ui:

junit:

pdeui:

junit:

setRuntimeArchive:
    [echo] setRuntimeArchive os win32 ws win32 arch x86
    [echo] runtimeArchive eclipse-SDK-201203150406-win32.zip !!!

init:

setup:
    [echo] trying to find org.eclipse.pde.ui.tests_*
    [echo] trying to find

runSuite:

genResults:
[copy] Warning: Could not find file D:\eclipse_CBI\test\eclipse\org.eclips
.pde.ui.tests.xml to copy.

BUILD FAILED
D:\eclipse_CBI\test\test.xml:945: The following error occurred while executing his line: D:\eclipse_CBI\test\test.xml:640: The following error occurred while executing his line: D:\eclipse_CBI\test\test.xml:407: The following error occurred while executing his line: D:\eclipse_CBI\test\test.xml:432: The following error occurred while executing his line: D:\eclipse_CBI\test\test.xml:469: stylesheet D:\eclipse_CBI\test\eclipse\plugin
\org.eclipse.test_3.3.100.201203150406\JUNIT.XSL doesn't exist.

Total time: 0 seconds
An error has occurred. See the log file
D:\eclipse_CBI\test\workspace\.metadata\.log.

I've attached the .log file as well.

Could somebody tell me what is wrong, environment or eclipse issue?
Looking forward for any help.

Regards,
Ludmila


Thanh Ha wrote:
Hi Everyone,

We moved the CBI Eclipse Platform to a new location. The updated download instructions can be found on the wiki at
http://wiki.eclipse.org/CBI/Eclipse_Platform_Build


Thanh
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


!SESSION 2012-03-27 12:05:11.515 -----------------------------------------------
eclipse.buildId=1.0.0.201203150406
java.version=1.8.0-ea
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -application org.eclipse.ant.core.antRunner -file test.xml -Dws=win32 -Dos=win32 -Darch=x86 -Dnoclean=true -logger org.apache.tools.ant.DefaultLogger
Command-line arguments:  -data workspace -application org.eclipse.ant.core.antRunner -file test.xml -Dws=win32 -Dos=win32 -Darch=x86 -Dnoclean=true -logger org.apache.tools.ant.DefaultLogger

!ENTRY org.eclipse.osgi 4 0 2012-03-27 12:05:13.703
!MESSAGE Application error
!STACK 1
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.eclipse.ant.core.AntRunner.run(AntRunner.java:513)
	at org.eclipse.ant.core.AntRunner.start(AntRunner.java:600)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:352)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:624)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:579)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1433)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1409)
Caused by: D:\eclipse_CBI\test\test.xml:945: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:640: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:407: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:432: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:469: stylesheet D:\eclipse_CBI\test\eclipse\plugins\org.eclipse.test_3.3.100.201203150406\JUNIT.XSL doesn't exist.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:672)
	at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:537)
	... 19 more
Caused by: D:\eclipse_CBI\test\test.xml:640: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:407: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:432: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:469: stylesheet D:\eclipse_CBI\test\eclipse\plugins\org.eclipse.test_3.3.100.201203150406\JUNIT.XSL doesn't exist.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
	at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:401)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	... 35 more
Caused by: D:\eclipse_CBI\test\test.xml:407: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:432: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:469: stylesheet D:\eclipse_CBI\test\eclipse\plugins\org.eclipse.test_3.3.100.201203150406\JUNIT.XSL doesn't exist.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:398)
	... 48 more
Caused by: D:\eclipse_CBI\test\test.xml:432: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:469: stylesheet D:\eclipse_CBI\test\eclipse\plugins\org.eclipse.test_3.3.100.201203150406\JUNIT.XSL doesn't exist.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	... 63 more
Caused by: D:\eclipse_CBI\test\test.xml:469: stylesheet D:\eclipse_CBI\test\eclipse\plugins\org.eclipse.test_3.3.100.201203150406\JUNIT.XSL doesn't exist.
	at org.apache.tools.ant.taskdefs.XSLTProcess.handleError(XSLTProcess.java:1243)
	at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:382)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	... 77 more
Root exception:
D:\eclipse_CBI\test\test.xml:945: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:640: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:407: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:432: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:469: stylesheet D:\eclipse_CBI\test\eclipse\plugins\org.eclipse.test_3.3.100.201203150406\JUNIT.XSL doesn't exist.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:672)
	at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:537)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.eclipse.ant.core.AntRunner.run(AntRunner.java:513)
	at org.eclipse.ant.core.AntRunner.start(AntRunner.java:600)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:352)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:624)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:579)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1433)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1409)
Caused by: D:\eclipse_CBI\test\test.xml:640: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:407: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:432: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:469: stylesheet D:\eclipse_CBI\test\eclipse\plugins\org.eclipse.test_3.3.100.201203150406\JUNIT.XSL doesn't exist.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
	at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:401)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	... 35 more
Caused by: D:\eclipse_CBI\test\test.xml:407: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:432: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:469: stylesheet D:\eclipse_CBI\test\eclipse\plugins\org.eclipse.test_3.3.100.201203150406\JUNIT.XSL doesn't exist.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:398)
	... 48 more
Caused by: D:\eclipse_CBI\test\test.xml:432: The following error occurred while executing this line:
D:\eclipse_CBI\test\test.xml:469: stylesheet D:\eclipse_CBI\test\eclipse\plugins\org.eclipse.test_3.3.100.201203150406\JUNIT.XSL doesn't exist.
	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	... 63 more
Caused by: D:\eclipse_CBI\test\test.xml:469: stylesheet D:\eclipse_CBI\test\eclipse\plugins\org.eclipse.test_3.3.100.201203150406\JUNIT.XSL doesn't exist.
	at org.apache.tools.ant.taskdefs.XSLTProcess.handleError(XSLTProcess.java:1243)
	at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:382)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:474)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:390)
	at org.apache.tools.ant.Target.performTasks(Target.java:411)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
	... 77 more

Back to the top