Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Ant Plugins missing in M9
Ant Plugins missing in M9 [message #246115] Thu, 27 May 2004 05:28 Go to next message
Eclipse UserFriend
Originally posted by: leo_zen.gmx.at

Is there a reason why in M9 the Ant-Dirs are not any longer in the default
package?

The reason for asking, is that I'm missing 'org.apache.xerces_4.0.13' with
the 'xmlParserAPIs.jar' and 'xercesImpl.jar'-files without them I get in
Ant an Error-Message saying SAXException which is fixed with the two
jar-files. Since, it's not included any more, it has to be done manually.
Re: Ant Plugins missing in M9 [message #246367 is a reply to message #246115] Thu, 27 May 2004 13:36 Go to previous messageGo to next message
Eclipse UserFriend
The xerces JARs have never been included with the Ant plugin.
You are correct that in some situations you are required to do it manually.
We have a bug report to add the Xerces JARs to the Ant plugin but this is
likely not going to happen for 3.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=62055

Darins

"LeO" <leo_zen@gmx.at> wrote in message news:c94cbt$vjc$1@eclipse.org...
> Is there a reason why in M9 the Ant-Dirs are not any longer in the default
> package?
>
> The reason for asking, is that I'm missing 'org.apache.xerces_4.0.13' with
> the 'xmlParserAPIs.jar' and 'xercesImpl.jar'-files without them I get in
> Ant an Error-Message saying SAXException which is fixed with the two
> jar-files. Since, it's not included any more, it has to be done manually.
>
Re: Ant Plugins missing in M9 [message #246437 is a reply to message #246367] Thu, 27 May 2004 14:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: leo_zen.gmx.at

Sorry, but this 'have never been included with the Ant plugin' I do not
understand. In M8 it was included! So, what are you refering to?

LeO

Darin Swanson wrote:

> The xerces JARs have never been included with the Ant plugin.
> You are correct that in some situations you are required to do it manually.
> We have a bug report to add the Xerces JARs to the Ant plugin but this is
> likely not going to happen for 3.0
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=62055

> Darins

> "LeO" <leo_zen@gmx.at> wrote in message news:c94cbt$vjc$1@eclipse.org...
> > Is there a reason why in M9 the Ant-Dirs are not any longer in the default
> > package?
> >
> > The reason for asking, is that I'm missing 'org.apache.xerces_4.0.13' with
> > the 'xmlParserAPIs.jar' and 'xercesImpl.jar'-files without them I get in
> > Ant an Error-Message saying SAXException which is fixed with the two
> > jar-files. Since, it's not included any more, it has to be done manually.
> >
Re: Ant Plugins missing in M9 [message #246563 is a reply to message #246437] Thu, 27 May 2004 16:43 Go to previous messageGo to next message
Eclipse UserFriend
The xerces JARs were not included in the org.apache.ant plugin
The xerces plugin used to be included in the Eclipse SDK

Darins

"LeO" <leo_zen@gmx.at> wrote in message news:c95b9i$c08$1@eclipse.org...
> Sorry, but this 'have never been included with the Ant plugin' I do not
> understand. In M8 it was included! So, what are you refering to?
>
> LeO
>
> Darin Swanson wrote:
>
> > The xerces JARs have never been included with the Ant plugin.
> > You are correct that in some situations you are required to do it
manually.
> > We have a bug report to add the Xerces JARs to the Ant plugin but this
is
> > likely not going to happen for 3.0
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=62055
>
> > Darins
>
> > "LeO" <leo_zen@gmx.at> wrote in message news:c94cbt$vjc$1@eclipse.org...
> > > Is there a reason why in M9 the Ant-Dirs are not any longer in the
default
> > > package?
> > >
> > > The reason for asking, is that I'm missing 'org.apache.xerces_4.0.13'
with
> > > the 'xmlParserAPIs.jar' and 'xercesImpl.jar'-files without them I get
in
> > > Ant an Error-Message saying SAXException which is fixed with the two
> > > jar-files. Since, it's not included any more, it has to be done
manually.
> > >
>
>
Re: Ant Plugins missing in M9 [message #246721 is a reply to message #246563] Fri, 28 May 2004 03:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: leo_zen.gmx.at

I never said, they were included in the org.apache.ant, but seems still
confusing for me. It's quite hard to distinguish, if it's the ant-plugin
or the xerces-plugin which is missing, because ant will not run without
the xerces-jars.

Even more I still do not understand, why the 'xerces' are not any longer
included, especially the Error

java.lang.NoClassDefFoundError: org/xml/sax/SAXException

seems to occur quite often (when searching within this forum, there are
many responses, but only few suggestion for fixing).

1) Why the xerces-plugin (or however you wanna call it) is no longer
included in M9?
2) Why is there no 'default' fix for it? e.g. the Ant-Build has per
default the Ant-Home included, then why not also include the xerces-file
per default?

LeO

Darin Swanson wrote:

> The xerces JARs were not included in the org.apache.ant plugin
> The xerces plugin used to be included in the Eclipse SDK

> Darins

> "LeO" <leo_zen@gmx.at> wrote in message news:c95b9i$c08$1@eclipse.org...
> > Sorry, but this 'have never been included with the Ant plugin' I do not
> > understand. In M8 it was included! So, what are you refering to?
> >
> > LeO
> >
> > Darin Swanson wrote:
> >
> > > The xerces JARs have never been included with the Ant plugin.
> > > You are correct that in some situations you are required to do it
> manually.
> > > We have a bug report to add the Xerces JARs to the Ant plugin but this
> is
> > > likely not going to happen for 3.0
> > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=62055
> >
> > > Darins
> >
> > > "LeO" <leo_zen@gmx.at> wrote in message news:c94cbt$vjc$1@eclipse.org...
> > > > Is there a reason why in M9 the Ant-Dirs are not any longer in the
> default
> > > > package?
> > > >
> > > > The reason for asking, is that I'm missing 'org.apache.xerces_4.0.13'
> with
> > > > the 'xmlParserAPIs.jar' and 'xercesImpl.jar'-files without them I get
> in
> > > > Ant an Error-Message saying SAXException which is fixed with the two
> > > > jar-files. Since, it's not included any more, it has to be done
> manually.
> > > >
> >
> >
Re: Ant Plugins missing in M9 [message #246906 is a reply to message #246721] Fri, 28 May 2004 13:06 Go to previous message
Eclipse UserFriend
If you run Ant in a 1.4.* VM the JAXP implementation of an XML parser
provided by the VM will be used and builds will generally work fine.

Otherwise you need to add the Xerces JARs manually. We plan to address this
in the future with
https://bugs.eclipse.org/bugs/show_bug.cgi?id=62055

The "Xerces" issue has been discussed here many times so if you want the
history please use the archives.

Darins

"LeO" <leo_zen@gmx.at> wrote in message news:c96plh$v5r$1@eclipse.org...
> I never said, they were included in the org.apache.ant, but seems still
> confusing for me. It's quite hard to distinguish, if it's the ant-plugin
> or the xerces-plugin which is missing, because ant will not run without
> the xerces-jars.
>
> Even more I still do not understand, why the 'xerces' are not any longer
> included, especially the Error
>
> java.lang.NoClassDefFoundError: org/xml/sax/SAXException
>
> seems to occur quite often (when searching within this forum, there are
> many responses, but only few suggestion for fixing).
>
> 1) Why the xerces-plugin (or however you wanna call it) is no longer
> included in M9?
> 2) Why is there no 'default' fix for it? e.g. the Ant-Build has per
> default the Ant-Home included, then why not also include the xerces-file
> per default?
>
> LeO
>
> Darin Swanson wrote:
>
> > The xerces JARs were not included in the org.apache.ant plugin
> > The xerces plugin used to be included in the Eclipse SDK
>
> > Darins
>
> > "LeO" <leo_zen@gmx.at> wrote in message news:c95b9i$c08$1@eclipse.org...
> > > Sorry, but this 'have never been included with the Ant plugin' I do
not
> > > understand. In M8 it was included! So, what are you refering to?
> > >
> > > LeO
> > >
> > > Darin Swanson wrote:
> > >
> > > > The xerces JARs have never been included with the Ant plugin.
> > > > You are correct that in some situations you are required to do it
> > manually.
> > > > We have a bug report to add the Xerces JARs to the Ant plugin but
this
> > is
> > > > likely not going to happen for 3.0
> > > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=62055
> > >
> > > > Darins
> > >
> > > > "LeO" <leo_zen@gmx.at> wrote in message
news:c94cbt$vjc$1@eclipse.org...
> > > > > Is there a reason why in M9 the Ant-Dirs are not any longer in the
> > default
> > > > > package?
> > > > >
> > > > > The reason for asking, is that I'm missing
'org.apache.xerces_4.0.13'
> > with
> > > > > the 'xmlParserAPIs.jar' and 'xercesImpl.jar'-files without them I
get
> > in
> > > > > Ant an Error-Message saying SAXException which is fixed with the
two
> > > > > jar-files. Since, it's not included any more, it has to be done
> > manually.
> > > > >
> > >
> > >
>
>
Previous Topic:M9 PDE work with RCP
Next Topic:OLE and Eclipse, New embedded program
Goto Forum:
  


Current Time: Thu Jun 05 01:33:34 EDT 2025

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

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

Back to the top