All,
I am attempting to run the mxlmc compiler via ant from an AIX
platform. I am running under JDK 1.4.2. In order to use the xerces
parser that comes with flex I am issuing the following within my java
task:
<jvmarg value="-Xbootclasspath/p:${env.MXMLC_HOME}/lib/xercesImpl.jar" />
see http://tech.groups.yahoo.com/group/flexcoders/message/53653 for an
explanation for why I am doing this.
After making this change I also specifed "verbose" to see class
loading messages. The build fails and it seems to be while loading
classes:
[java] [Loaded flex2.compiler.SourceList from
file:/home/somedir/adobe/lib/
mxmlc.jar]
[java] Error: Unsupported file type:
/ibdcms/ccmdb/eas/st_root/cache/source
/#24/290224
[java] [Loaded flex2.compiler.util.Benchmark from
file:/home/somedir/adobe/
lib/mxmlc.jar]
[java] [Loaded java.lang.Shutdown from /usr/java14/jre/lib/core.jar]
[java] [Loaded java.lang.Shutdown$Lock from
/usr/java14/jre/lib/core.jar]
[java] [Loaded java.lang.Shutdown$HaltLock from
/usr/java14/jre/lib/core.jar]
A couple of questions:
1) This is the only output I am receiving from the the build. Am I
right in assuming that the Error above is fatal?
2) Is this error output from SourceList.java? If so if there anyway
to look at the source? Is there a distribution of the source?
3) The path that error references is a cms synergy (source control)
area. Any clue as to why this path would be examined?
Thanks,
Dan