[forrestdoc] Error for dot target in java.xml
---------------------------------------------
Key: FOR-1023
URL: https://issues.apache.org/jira/browse/FOR-1023
Project: Forrest
Issue Type: Bug
Components: Tool: Forrestdoc
Reporter: Vincent Siveton
Using the rev 554901 of forrestdoc, the dot target in the src/java.xml produces
errors on Windows with graphviz-2.12.
Here is an extract of the build output:
{noformat}
xml2dot:
Processing
D:\temp\forrest\whiteboard\forrestdoc\build\forrestdoc\forrestdoc\xml\xmldocs.xml
to
D:\temp\forrest\whiteboard\forrestdoc\build\forrestdoc\forrestdoc\dot\graph.dot
Loading stylesheet
D:\temp\forrest\whiteboard\forrestdoc\src\resources\javadoc\xml2dot.xsl
dot:
Error:
D:\temp\forrest\whiteboard\forrestdoc\build\forrestdoc\forrestdoc\dot/graph.dot:3:
syntax error near line 3
context: >>> Converts <<< path and classpath information to a specific target
OS
Warning:
D:\temp\forrest\whiteboard\forrestdoc\build\forrestdoc\forrestdoc\dot/graph.dot:190:
string ran past end of line
Warning:
D:\temp\forrest\whiteboard\forrestdoc\build\forrestdoc\forrestdoc\dot/graph.dot:249:
string ran past end of line
Result: 1
uml:
Using Project dir: D:\temp\forrest\whiteboard\forrestdoc
Using Target dir: D:\temp\forrest\whiteboard\forrestdoc\build\forrestdoc\for
restdoc
ant buildfine available: true
dot:
Error:
D:\temp\forrest\whiteboard\forrestdoc\build\forrestdoc\forrestdoc\dot/graph.dot:3:
syntax error near line 3
context: >>> Converts <<< path and classpath information to a specific target
OS
Warning:
D:\temp\forrest\whiteboard\forrestdoc\build\forrestdoc\forrestdoc\dot/graph.dot:190:
string ran past end of line
Warning:
D:\temp\forrest\whiteboard\forrestdoc\build\forrestdoc\forrestdoc\dot/graph.dot:249:
string ran past end of line
Result: 1
{noformat}
It seems that the xml2dot target produces wrong graph.dot.
Here is an extract from build\forrestdoc\forrestdoc\dot\graph.dot
{noformat}
Converts path and classpath information to a specific target OS
format. The resulting formatted path is placed into the specified property.Ant
1.4
category="utility"
constructor
Create a nested PATH element
...
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.