Cannot load SchemaTypeSystem

2009-09-13 Thread Wynand Vermeulen
Hello, I'm trying to get XMLBeans 2.4.0 to work in a standard Netbeans project. I have a built.xml file in my project directory, which contains ANT script to build the XMLBeans source. I get no errors while performing the build, but do get a runtime exeception java.lang.RuntimeException: Cannot

Re: Cannot load SchemaTypeSystem

2009-09-13 Thread Jacob Danner
If the file is present as a result of the ant build, I'd say the issue lay somewhere in your netbeans configuration. Is there a reason you need the xmlbeans sources? From your ant task it looks like you want the task to generate source (srcOnly) and a jar (destFile). I've only used the task with