Hi Tony, On 4/24/07, Tony Thompson <[EMAIL PROTECTED]> wrote:
Sorry if this came through twice. I wasn't subscribed the first time so I wasn't sure if it made it.
np at all I am using these instructions to generate a custom schema:
http://cwiki.apache.org/confluence/display/DIRxSRVx10/Custom+Schema The instructions used to work but now I get an error trying to compile the example. I tried modifying the generated pom.xml to set the source and target to 1.5 but there appears to be a classpath issue that I am not sure how to fix. Any suggestions? Here are the compile errors: \test\sch\test-schema\target\generated-sources\com\stoneware\schema\apac he\CarSchema.java:[41,17] generics are not supported in -source 1.3 (try -source 1.5 to enable generics) ArrayList<String> list = new ArrayList<String>();
Can you post the CarSchema.java file you get ? I don't understand why you have some Java 5 syntax in it. -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
