[
https://issues.apache.org/jira/browse/GORA-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lewis John McGibbney updated GORA-191:
--------------------------------------
Attachment: GORA-191.patch
Patch for trunk.
[~udesh] this merely adds command line parsing to incorporate your patch more
cleanly. The problem here though is that this fundamentally changes ONLY the
command line parsing, where the usage for GoraCompiler is now
{code}
Usage: GoraCompiler <output dir> <schema_file1> [<schema_file2> <schema_file3>
...] [-license <id>]
<schema file> - individual avsc file to be compiled
<output dir> - output directory for generated Java files
[-license <id>] - the preferred license header to add to the
generated Java file. Current options include;
ASLv2 (Apache Software License v2.0)
AGPLv3 (GNU Affero General Public License)
CDDLv1 (Common Development and Distribution License v1.0)
FDLv13 (GNU Free Documentation License v1.3)
GPLv1 (GNU General Public License v1.0)
GPLv2 (GNU General Public License v2.0)
GPLv3 (GNU General Public License v3.0)
LGPLv21 (GNU Lesser General Public License v2.1)
LGPLv3 (GNU Lesser General Public License v2.1)
{code}
> Add a constructor to GoraCompiler so it can be used outside of Gora.
> --------------------------------------------------------------------
>
> Key: GORA-191
> URL: https://issues.apache.org/jira/browse/GORA-191
> Project: Apache Gora
> Issue Type: Improvement
> Components: gora-core, schema
> Affects Versions: 0.4
> Reporter: Lewis John McGibbney
> Assignee: Apostolos Giannakidis
> Priority: Critical
> Labels: goraCompiler, patch
> Fix For: 0.4
>
> Attachments: GORA-191.patch, goraCompilerPatch.patch
>
>
> We need to automate the compiling of various .avsc files over in Nutch. We
> should add a constructor to GoraCompiler so it can be used more widely.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira