DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28096>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28096

jjtree outputdirectory now required

           Summary: jjtree outputdirectory now required
           Product: Ant
           Version: 1.6.1
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When upgrading from 1.5.4 to 1.6.1 found an undocumented change in the optional 
task jjtree. This task now needs the outputdirectory specified otherwise the 
generated code appears in directory where ant ran from (location of build.xml).

1.5.4 version that does not work on 1.6.1
    <jjtree
      target="${gkdd_root}/com/kwiz/kdCore/util/expression/ExpressionParser.jjt"
      javacchome="${anttask_root}"/>

1.6.1 version that works on 1.6.1
<jjtree
   target="${gkdd_root}/com/kwiz/kdCore/util/expression/ExpressionParser.jjt"
   outputdirectory="${gkdd_root}/com/kwiz/kdCore/util/expression"
   javacchome="${anttask_root}"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to