From dev-return-28355-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Wed Sep 12 12:32:08 2007 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 60952 invoked from network); 12 Sep 2007 12:32:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2007 12:32:07 -0000 Received: (qmail 84596 invoked by uid 500); 12 Sep 2007 12:32:00 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 84545 invoked by uid 500); 12 Sep 2007 12:32:00 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 84534 invoked by uid 99); 12 Sep 2007 12:32:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 05:32:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 12:33:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F0BD67141ED for ; Wed, 12 Sep 2007 05:31:34 -0700 (PDT) Message-ID: <839884.1189600294981.JavaMail.jira@brutus> Date: Wed, 12 Sep 2007 05:31:34 -0700 (PDT) From: "Vincent Siveton (JIRA)" To: dev@forrest.apache.org Subject: [jira] Commented: (FOR-1023) [forrestdoc] Error for dot target in java.xml In-Reply-To: <25906166.1184073244801.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on 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.