[ http://issues.apache.org/jira/browse/FOR-353?page=all ]

Juan Jose Pablos updated FOR-353:
---------------------------------

      Component: Plugins (general issues)
    Description: 
------
BUILD FAILED
/usr/local/svn/forrest/main/build.xml:325: taskdef class 
org.cyberneko.dtd.anttasks.DTD2XML cannot be found
------

In forrest.build.xml
The <taskdef> points to the class "org.cyberneko.dtd.anttasks.DTD2XML", whereas 
in the "nekodtd-0.1.10.jar" located in "lib\core" the DTD2XML class seems to be 
in the "org.cyberneko.dtd.ant" package.

However, changing that to "org.cyberneko.dtd.ant.DTD2XML" causes other errors 
to show for each DTD that is processed ...
------
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/xerces/util/ObjectFactory
        at xni.Writer.main(Unknown Source)
------

Thanks to Arik Kfir for reporting the issue.

  was:
------
BUILD FAILED
/usr/local/svn/forrest/main/build.xml:325: taskdef class 
org.cyberneko.dtd.anttasks.DTD2XML cannot be found
------

In forrest.build.xml
The <taskdef> points to the class "org.cyberneko.dtd.anttasks.DTD2XML", whereas 
in the "nekodtd-0.1.10.jar" located in "lib\core" the DTD2XML class seems to be 
in the "org.cyberneko.dtd.ant" package.

However, changing that to "org.cyberneko.dtd.ant.DTD2XML" causes other errors 
to show for each DTD that is processed ...
------
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/xerces/util/ObjectFactory
        at xni.Writer.main(Unknown Source)
------

Thanks to Arik Kfir for reporting the issue.

    Environment: 

i can not find the dtd plugin 

> build target "expand-dtd" is broken: perhaps incompatible "nekodtd" and 
> "xerces"
> --------------------------------------------------------------------------------
>
>          Key: FOR-353
>          URL: http://issues.apache.org/jira/browse/FOR-353
>      Project: Forrest
>         Type: Bug
>   Components: Plugins (general issues)
>     Versions: 0.7-dev
>     Reporter: David Crossley
>     Priority: Minor

>
> ------
> BUILD FAILED
> /usr/local/svn/forrest/main/build.xml:325: taskdef class 
> org.cyberneko.dtd.anttasks.DTD2XML cannot be found
> ------
> In forrest.build.xml
> The <taskdef> points to the class "org.cyberneko.dtd.anttasks.DTD2XML", 
> whereas in the "nekodtd-0.1.10.jar" located in "lib\core" the DTD2XML class 
> seems to be in the "org.cyberneko.dtd.ant" package.
> However, changing that to "org.cyberneko.dtd.ant.DTD2XML" causes other errors 
> to show for each DTD that is processed ...
> ------
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/apache/xerces/util/ObjectFactory
>         at xni.Writer.main(Unknown Source)
> ------
> Thanks to Arik Kfir for reporting the issue.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to