Add config option "java package name" to binding-java compiler
--------------------------------------------------------------

                 Key: ETCH-199
                 URL: https://issues.apache.org/jira/browse/ETCH-199
             Project: Etch
          Issue Type: New Feature
          Components: java-binding
    Affects Versions: 1.1
            Reporter: Michael Fitzner
            Priority: Minor
             Fix For: 1.3


- Extend compiler
- Extend Ant Task
<etch home="${etch.home}"
              binding="java"
              quiet="false"
              what="INTF,CLIENT,SERVER"
              outputDir="${dir.gen}"
              file="src/Helklo.etch">
              <params>
                <param name="packageName">org.apache.example</param>
              </params>
</etch>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to