Incorrect javac location in scomp.exe
-------------------------------------
Key: XMLBEANS-244
URL: http://issues.apache.org/jira/browse/XMLBEANS-244
Project: XMLBeans
Type: Bug
Components: Compiler
Versions: Version 2.1
Environment: Windows XP SP2
Reporter: Ilana Davidi
Priority: Minor
The javac location in the scomp executable is incorrect. It should be changed
from
java -classpath %cp% org.apache.xmlbeans.impl.tool.SchemaCompiler %* to
%JAVA_HOME%/bin/java -classpath %cp%
org.apache.xmlbeans.impl.tool.SchemaCompiler %*
Thanks
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]