You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by "Vincent Siveton (JIRA)" <ji...@apache.org> on 2007/07/10 15:14:04 UTC

[jira] Created: (FOR-1023) [forrestdoc] Error for dot target in java.xml

[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.


[jira] Commented: (FOR-1023) [forrestdoc] Error for dot target in java.xml

Posted by "Vincent Siveton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FOR-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526759 ] 

Vincent Siveton commented on FOR-1023:
--------------------------------------

Moved to http://jira.codehaus.org/browse/MSANDBOX-34 due to r574907

> [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.


[jira] Commented: (FOR-1023) [forrestdoc] Error for dot target in java.xml

Posted by "Thorsten Scherler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FOR-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513066 ] 

Thorsten Scherler commented on FOR-1023:
----------------------------------------

Need to have a closer look on this, do you have any findings?

> [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.


[jira] Commented: (FOR-1023) [forrestdoc] Error for dot target in java.xml

Posted by "Vincent Siveton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FOR-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513080 ] 

Vincent Siveton commented on FOR-1023:
--------------------------------------

Not really :(

My apologies for this hard reading, Apache Jira doesnt provide wiki style markup :(

> [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.


[jira] Closed: (FOR-1023) [forrestdoc] Error for dot target in java.xml

Posted by "Vincent Siveton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FOR-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed FOR-1023.
--------------------------------

    Resolution: Won't Fix

Forrestdoc is now supported by the Maven Team (r574907)

> [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.