Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Ant job error


You have included a Xerces implementation on the Ant runtime classpath.
Don't do this and please see the Eclipse readme for more details (Known issues, Ant)

As well please post these types of questions to the Eclipse newsgroups in the future...after searching the archives where you would have found the answer to this question :-)

Darins



"Gast, Thorsten  IZ/HZA-IS7" <gasttor@xxxxxxxxxx>
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

11/14/03 06:10 AM
Please respond to platform-ant-dev

       
        To:        platform-ant-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-ant-dev] Ant job error



Hello,

I am trying to use the ant job functionality of eclipse. But I run in the following error.
Any help is appreciated.

Greetings Thorsten

!SESSION Nov 14, 2003 15:07:19.560 ---------------------------------------------
java.version=1.4.2_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/entwicklung/programme/eclipse/ <file:C:/entwicklung/programme/eclipse/>
!ENTRY org.eclipse.ant.core 4 1 Nov 14, 2003 15:07:19.560
!MESSAGE (class: org/apache/xerces/parsers/IntegratedParserConfiguration, method: configurePipeline signature: ()V) Incompatible type for getting or setting field
!STACK 0
java.lang.VerifyError: (class: org/apache/xerces/parsers/IntegratedParserConfiguration, method: configurePipeline signature: ()V) Incompatible type for getting or setting field
                at java.lang.Class.getDeclaredConstructors0(Native Method)
                at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
                at java.lang.Class.getConstructor0(Unknown Source)
                at java.lang.Class.newInstance0(Unknown Source)
                at java.lang.Class.newInstance(Unknown Source)
                at org.apache.xerces.util.ObjectFactory.newInstance(ObjectFactory.java:266)
                at org.apache.xerces.util.ObjectFactory.findJarServiceProvider(ObjectFactory.java:360)
                at org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:185)
                at org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:120)
                at org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:95)
                at org.apache.xerces.jaxp.SAXParserImpl.<init>(SAXParserImpl.java:101)
                at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(SAXParserFactoryImpl.java:95)
                at org.apache.tools.ant.util.JAXPUtils.newSAXParser(JAXPUtils.java:188)
                at org.apache.tools.ant.util.JAXPUtils.getParser(JAXPUtils.java:137)
                at org.apache.tools.ant.helper.ProjectHelperImpl.parse(ProjectHelperImpl.java:134)
                at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:117)
                at org.eclipse.ant.internal.core.ant.InternalAntRunner.parseBuildFile(InternalAntRunner.java:289)
                at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:553)
                at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:367)
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
                at java.lang.reflect.Method.invoke(Unknown Source)

                 at org.eclipse.ant.core.AntRunner.run(AntRunner.java:335)
                at org.eclipse.ui.externaltools.internal.ant.launchConfigurations.AntLaunchDelegate$1.run(AntLaunchDelegate.java:172)
                at java.lang.Thread.run(Unknown Source)
_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev



Back to the top