Issue Details (XML | Word | Printable)

Key: MSANDBOX-34
Type: Bug Bug
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Major Major
Assignee: Vincent Siveton
Reporter: Vincent Siveton
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Sandbox

[jxr] Error for dot target in java.xml

Created: 12/Sep/07 07:28 AM   Updated: 06/Nov/07 06:55 AM
Component/s: jxr
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide
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

...

Refer to https://issues.apache.org/jira/browse/FOR-1023



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Vincent Siveton added a comment - 06/Nov/07 06:55 AM
Cannot reporduce it after the refactoring