Sorry if this came through twice. I wasn't subscribed the first time so I wasn't sure if it made it.
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>(); \test\sch\test-schema\target\generated-sources\com\stoneware\schema\apac he\CarObjectClassProducer.java:[59,17] generics are not supported in -source 1.3 (try -source 1.5 to enable generics) ArrayList<String> array = new ArrayList<String>(); \test\sch\test-schema\target\generated-sources\com\stoneware\schema\apac he\CarAttributeTypeProducer.java:[60,17] generics are not supported in -source 1.3 (try -source 1.5 to enable generics) ArrayList<String> names = new ArrayList<String>(); This message (and any associated files) is intended only for the use of the individual or entity to which it is addressed and may contain information that is confidential, subject to copyright or constitutes a trade secret. If you are not the intended recipient you are hereby notified that any dissemination, copying or distribution of this message, or files associated with this message, is strictly prohibited. If you have received this message in error, please notify us immediately by replying to the message and deleting it from your computer. Messages sent to and from Stoneware, Inc. may be monitored.
