RE: Correct configuration for reading a list into a Java class

2012-12-03 Thread Martin Gainty
this is a bit overly complex so Im looking for any suggestions to slim down the code GoraCompiler main method will need an argument of Collection base class //args[1] list of String arguments consisting of names of absolute path for each asvc//args[2] name of the schema (schema name)from asvc

Re: Correct configuration for reading a list into a Java class

2012-12-03 Thread Lewis John Mcgibbney
Hi Martin, Yes, I need a List[] of avro schemas. I need to compile the lot. I am curious as to an Apache Ant problem or a GoraCompiler problem I have a spade and I am digging On Mon, Dec 3, 2012 at 4:06 PM, Martin Gainty wrote: > > MG>GoraCompiler main method calls compileSchema with one input

RE: Correct configuration for reading a list into a Java class

2012-12-03 Thread Martin Gainty
MG>GoraCompiler main method calls compileSchema with one input src and output dest MG>nearest i can tell GoraCompiler compileSchema references one src file MG>http://grepcode.com/file_/repo1.maven.org/maven2/org.apache.gora/gora-core/0.2.1/org/apache/gora/compiler/GoraCompiler.java/?v=source MG

RE: Correct configuration for reading a list into a Java class

2012-12-03 Thread Scot P. Floess
Lewis, By command line params, I mean what params does GoraCompiler require (can I see examples as if you'd manually execute from command line)... On Mon, 3 Dec 2012, Scot P. Floess wrote: Martin, I don't know the GoraCompiler at all. Again, I was just guessing what he might need to do

RE: Correct configuration for reading a list into a Java class

2012-12-03 Thread Scot P. Floess
Martin, I don't know the GoraCompiler at all. Again, I was just guessing what he might need to do :) Lewis, Can you provide either a doc link or some of the command line params that you need? On Sun, 2 Dec 2012, Martin Gainty wrote: MG>scott do you know the default folder delimiter

RE: Correct configuration for reading a list into a Java class

2012-12-03 Thread Martin Gainty
> From: mgai...@hotmail.com > To: user@ant.apache.org; lewis.mcgibb...@gmail.com > Subject: RE: Correct configuration for reading a list into a Java class > Date: Sun, 2 Dec 2012 19:19:44 -0500 > > > MG>scott do you know the default folder delimiter GoraCompiler expectsMG>if > lewis implemen