Does anyone have a working Weblogic 6.0 EJBC task that they could share with me? I'm able to get the EJBC built from a command prompt but don't seem to be able to get it to work under Ant. Here is the Taskdef I'm using, am I missing the obvious?
<java classpath="d:\develop\posse_jvm_4_3_1\temp\posse_jar;c:\jdk1.3\lib\tools.jar;c:\bea\wlserver6.0sp1\lib\weblogic.jar;c:\weblogic\classes;" classname="weblogic.ejbc" >
<arg path="d:\develop\posse_jvm_4_3_1\temp\header.jar" />
<arg path="d:\develop\posse_jvm_4_3_1\temp\header4_3_1.jar" />
</java>
I receive a "javax.xml.parsers.FactoryConfigurationError:" when this runs under Ant. I run what I assume to be the equivalent from a command prompt and it builds fine. Any help would be greatly appreciated.
Thanks,
Brett Schmoll
