Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: jxr
-
Labels:None
-
Number of attachments :
Description
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:
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
It seems that the xml2dot target produces wrong graph.dot.
Here is an extract from build\forrestdoc\forrestdoc\dot\graph.dot
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 ...
Cannot reporduce it after the refactoring