hi tom,
another problem running forrest: can't find document-v12.dtd
Caused by: D:\Java\apache-forrest-0.6\src\core\targets\validate.xml:143: Could not validate document E:\Java_Work\_projects\db-ojb\target\doc\src\documentation\content\xdocs\code-standards.xml
at org.apache.tools.ant.taskdefs.optional.XMLValidateTask.doValidate(XMLValidateTask.java:469)
at org.apache.tools.ant.taskdefs.optional.XMLValidateTask.execute(XMLValidateTask.java:299)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:386)
... 10 more
Caused by: java.io.FileNotFoundException: E:\Java_Work\_projects\db-ojb\target\doc\src\documentation\content\xdocs\document-v12.dtd (Das System kann die angegebene Datei nicht finden)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
i use forrest 0.6 and ant 1.6.2. after copying xml-commons-resolver-1.1.jar from forrest to ant/lib it ran fine.
is this ok ?
jakob
Thomas Dudziak schrieb:
You need the commons validator lib (is in Forrest) in Ant's lib folder (there should be an echo from the doc target about this). Also, you need Forrest 0.6 (binary zip from website).
Tom
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
