Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Run Ant... Error: Config file is not of expected XML Type
Run Ant... Error: Config file is not of expected XML Type [message #155655] Thu, 22 April 2004 23:56 Go to next message
Eclipse UserFriend
Originally posted by: something.something.com

I am running Eclipse 2.1.1 with JDK 1.4.2_01.

When I try to Run Ant..., after highlighting the plugin.xml, I get the
error:

plugin.xml:6: Config file is not of expected XML type.

This is when trying to Run ant for the org.eclipse.core.boot/plugin.xml.

here are the first six lines of the plugin.xml (I didn't change it)
----------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<plugin
id="org.eclipse.core.boot"
name="pluginName"
version="2.1.1"
provider-name="providerName">


-------------------------------------------

It seems to be a problem with Eclipse itself. I was able to gen the
build.xml's a few weeks ago, but something seems to have happened since.
This happens with all plugins I try to open up.

Any ideas?

thanks...
Re: Run Ant... Error: Config file is not of expected XML Type [message #155664 is a reply to message #155655] Thu, 22 April 2004 23:58 Go to previous messageGo to next message
Eclipse UserFriend
You do not run Ant on the plugin.xml.
You need to Run Ant... on the build.xml that you generate from the
plugin.xml

HTH
Darins

"RPM" <something@something.com> wrote in message
news:c6a3qu$j94$1@eclipse.org...
>
> I am running Eclipse 2.1.1 with JDK 1.4.2_01.
>
> When I try to Run Ant..., after highlighting the plugin.xml, I get the
> error:
>
> plugin.xml:6: Config file is not of expected XML type.
>
> This is when trying to Run ant for the org.eclipse.core.boot/plugin.xml.
>
> here are the first six lines of the plugin.xml (I didn't change it)
> ----------------------------------
> <?xml version="1.0" encoding="UTF-8"?>
> <plugin
> id="org.eclipse.core.boot"
> name="pluginName"
> version="2.1.1"
> provider-name="providerName">
>
>
> -------------------------------------------
>
> It seems to be a problem with Eclipse itself. I was able to gen the
> build.xml's a few weeks ago, but something seems to have happened since.
> This happens with all plugins I try to open up.
>
> Any ideas?
>
> thanks...
>
>
Re: Run Ant... Error: Config file is not of expected XML Type [message #155688 is a reply to message #155664] Fri, 23 April 2004 00:47 Go to previous message
Eclipse UserFriend
Originally posted by: something.something.com

oops, sorry for the newbie question!

thanks

"Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
news:c6a3u7$jad$1@eclipse.org...
> You do not run Ant on the plugin.xml.
> You need to Run Ant... on the build.xml that you generate from the
> plugin.xml
>
> HTH
> Darins
>
> "RPM" <something@something.com> wrote in message
> news:c6a3qu$j94$1@eclipse.org...
> >
> > I am running Eclipse 2.1.1 with JDK 1.4.2_01.
> >
> > When I try to Run Ant..., after highlighting the plugin.xml, I get the
> > error:
> >
> > plugin.xml:6: Config file is not of expected XML type.
> >
> > This is when trying to Run ant for the org.eclipse.core.boot/plugin.xml.
> >
> > here are the first six lines of the plugin.xml (I didn't change it)
> > ----------------------------------
> > <?xml version="1.0" encoding="UTF-8"?>
> > <plugin
> > id="org.eclipse.core.boot"
> > name="pluginName"
> > version="2.1.1"
> > provider-name="providerName">
> >
> >
> > -------------------------------------------
> >
> > It seems to be a problem with Eclipse itself. I was able to gen the
> > build.xml's a few weeks ago, but something seems to have happened since.
> > This happens with all plugins I try to open up.
> >
> > Any ideas?
> >
> > thanks...
> >
> >
>
>
Previous Topic:Editor does not react any more after refactoring
Next Topic:What will AST ultimately support?
Goto Forum:
  


Current Time: Thu May 08 23:29:47 EDT 2025

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

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

Back to the top