Add command line option to prevent thrift from inserting gen-* directories
--------------------------------------------------------------------------

                 Key: THRIFT-1069
                 URL: https://issues.apache.org/jira/browse/THRIFT-1069
             Project: Thrift
          Issue Type: Improvement
          Components: Java - Compiler
    Affects Versions: 0.5
         Environment: OSX
            Reporter: David Trott


I maintain a plug-in to execute thrift under maven:

https://github.com/dtrott/maven-thrift-plugin

The gen-* directories do not add any value for me (I have to add additional 
code to move the files back up one level after generation - for IDE 
integration).

Would it be possible to add an additional command line option to either:
* Suppress the insertion of the gen- directory
* or, Allow me to specify the full path to the output directory (without the 
gen- postfix)


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to