From: Scott W. <sco...@gm...> - 2009-12-10 17:08:28
|
I updated to the latest XMLVM source this morning and got the error below while trying to build. I can see the imported class in the JDK (1.6.0_17). Any ideas? Is this because it's a Sun internal class? Thanks, Scott ================================================== build-xmlvm: [echo] Compiling XMLVM [javac] Compiling 60 source files to c:\Users\swells\dev\projects\xmlvm\build\bin [javac] c:\Users\swells\dev\projects\xmlvm\src\xmlvm\org\xmlvm\proc\out\CILByteCodeOutputProcess.java:40: package com.sun.xml.internal.messaging.saaj.util does not exist [javac] import com.sun.xml.internal.messaging.saaj.util.ByteOutputStream; [javac] ^ [javac] c:\Users\swells\dev\projects\xmlvm\src\xmlvm\org\xmlvm\proc\out\CILByteCodeOutputProcess.java:204: cannot find symbol [javac] symbol : class ByteOutputStream [javac] location: class org.xmlvm.proc.out.CILByteCodeOutputProcess [javac] ByteOutputStream outputStream = new ByteOutputStream(); [javac] ^ [javac] c:\Users\swells\dev\projects\xmlvm\src\xmlvm\org\xmlvm\proc\out\CILByteCodeOutputProcess.java:204: cannot find symbol [javac] symbol : class ByteOutputStream [javac] location: class org.xmlvm.proc.out.CILByteCodeOutputProcess [javac] ByteOutputStream outputStream = new ByteOutputStream(); |