Hello All,
I'm trying to run scomp, but am getting the following errors.
Time to build schema type system: 1.372 seconds
Time to generate code: 0.431 seconds
java.io.IOException: CreateProcess:
C:\work-5095\harps\trunk\workflow\dynamicwf\
javac @C:\DOCUME~1\KHANHV~1\LOCALS~1\Temp\javac17331 error=2
null
java.io.IOException: CreateProcess:
C:\work-5095\harps\trunk\workflow\dynamicwf\
javac @C:\DOCUME~1\KHANHV~1\LOCALS~1\Temp\javac17331 error=2
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
at java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at
org.apache.xmlbeans.impl.tool.CodeGenUtil.externalCompile(CodeGenUtil
.java:231)
at
org.apache.xmlbeans.impl.tool.SchemaCompiler.compile(SchemaCompiler.j
ava:1154)
at
org.apache.xmlbeans.impl.tool.SchemaCompiler.main(SchemaCompiler.java
:373)
BUILD FAILED
I'm running the following command: scomp -out workflow.jar -src .
xsl/dynamicworkflow.xsd
Thanks for the help
Khanh