Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE Build errors on xerces jar
PDE Build errors on xerces jar [message #598445] Mon, 22 June 2009 18:49
Eclipse UserFriend
Originally posted by: udaykabe.yahoo.com

I am creating an automated build for my RCP product but the build fails with
the following error:

[java] BUILD FAILED
[java]
d:\JEE35RC4\eclipse\plugins\org.eclipse.pde.build_3.5.0.v200 90527-1800\scripts\productBuild\productBuild.xml:42:
The following error occurred while executing this line:
[java]
D:\JEE35RC4\eclipse\plugins\org.eclipse.pde.build_3.5.0.v200 90527-1800\scripts\build.xml:129:
The following error occurred while executing this line:
[java] D:\WSDP\ws.kabe.news.build\customTargets.xml:26: The following
error occurred while executing this line:
[java]
D:\JEE35RC4\eclipse\plugins\org.eclipse.pde.build_3.5.0.v200 90527-1800\scripts\productBuild\allElements.xml:20:
The following error occurred while executing this line:
[java]
D:\JEE35RC4\eclipse\plugins\org.eclipse.pde.build_3.5.0.v200 90527-1800\scripts\genericTargets.xml:192:
The following error occurred while executing this line:
[java]
d:\WSIDEBuild\package.org.eclipse.pde.build.container.featur e.all.xml:23:
The following error occurred while executing this line:
[java]
d:\WSIDEBuild\package.org.eclipse.pde.build.container.featur e.all.xml:15:
The following error occurred while executing this line:
[java]
D:\JEE35RC4\eclipse\plugins\org.eclipse.pde.build_3.5.0.v200 90527-1800\scripts\productBuild\allElements.xml:54:
The following error occurred while executing this line:
[java]
d:\WSIDEBuild\package.org.eclipse.pde.build.container.featur e.win32.win32.x86.xml:100:
The following error occurred while executing this line:
[java]
d:\WSIDEBuild\package.org.eclipse.pde.build.container.featur e.win32.win32.x86.xml:540:
d:\WSIDEBuild\tmp\news\plugins\org.apache.xerces_2.9.0.v2008 05270400 not
found.

The problem is that, within the zip task, the xerces jar is being
incorrectly identified as a directory instead of a jar file. It is being
copied properly earlier in the process as a jar file by the copy task.

Does anyone know how to fix this problem?

Thanks in advance.

Uday
Previous Topic:How to run simple unit tests?
Next Topic:Building in Software Sites (headless)?
Goto Forum:
  


Current Time: Thu Apr 25 02:11:40 GMT 2024

Powered by FUDForum. Page generated in 0.03014 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top