Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » problem running an ant script in elipse.
problem running an ant script in elipse. [message #72240] Thu, 12 June 2003 12:02 Go to next message
Eclipse UserFriend
Originally posted by: pchaudhari.empactcorporation.com

I have eclipse 2.1 on my win 2k machine. I have created a small application,
and have a small build file. When i click on run ant..., the ant dialog box
for the build file of the project comes up with the target tab selected. The
icon has a an x mark in a red circle. There are no entries in the Check
targets to execute. and at the top under the Modify attributes and launch
there is an error as follows.

(class: org/apache/xerces/parsers/IntegratedParserConfiguration, method:
configurePipeline signature:()V) Incompatible type for getting or setting
field

This build file runs from the command prompt. I am guessing it's probably a
class path issue, i just can't figure out what. can someone please help me
out on this?

thank you.

Poorav
Re: problem running an ant script in elipse. [message #72257 is a reply to message #72240] Thu, 12 June 2003 12:16 Go to previous message
Eclipse UserFriend
You have included the Xerces JARs in the Ant runtime classpath or have set
an ANT_HOME that directly or indirectly includes these JARs

If you have added the Xerces JARs, remove them. Eclipse's Ant integration
needs to use the JARs provided in the Xerces plugin.
See the Eclipse readme for more details.

If you have set ANT_HOME see the README bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=34151

HTH
Darins

"Poorav" <pchaudhari@empactcorporation.com> wrote in message
news:bca8d4$afg$1@rogue.oti.com...
> I have eclipse 2.1 on my win 2k machine. I have created a small
application,
> and have a small build file. When i click on run ant..., the ant dialog
box
> for the build file of the project comes up with the target tab selected.
The
> icon has a an x mark in a red circle. There are no entries in the Check
> targets to execute. and at the top under the Modify attributes and launch
> there is an error as follows.
>
> (class: org/apache/xerces/parsers/IntegratedParserConfiguration, method:
> configurePipeline signature:()V) Incompatible type for getting or setting
> field
>
> This build file runs from the command prompt. I am guessing it's probably
a
> class path issue, i just can't figure out what. can someone please help me
> out on this?
>
> thank you.
>
> Poorav
>
>
Previous Topic:ANT build and running in separate JVM.
Next Topic:Ant & Eclipse javac problem
Goto Forum:
  


Current Time: Tue Jul 22 02:02:22 EDT 2025

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

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

Back to the top