AngelDoReMi / closure-templates

Automatically exported from code.google.com/p/closure-templates
Apache License 2.0
0 stars 0 forks source link

SoyParseInfoGenerator should use outputDirectory and javaPackage to construct output path #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A minor request:

Right now users must specify --outputDirectory=myproj/src/com/example/generated 
--javaPackage=com.example.generated

It would be easier and less verbose for the package name to be converted to a 
relative path and used in conjunction with the output directory like this:

outputDirectory=myproj/src/ --javaPackage=com.example.generated 

and still have files places in myproj/src/com/example/generated

Original issue reported on code.google.com by ori.schw...@gmail.com on 6 Oct 2011 at 2:33

GoogleCodeExporter commented 8 years ago
Closure Templates has migrated to GitHub: 
https://github.com/google/closure-templates. Please reopen this there if it's 
still an issue.

Original comment by brendan....@gmail.com on 27 Feb 2015 at 12:16