From: Sascha H. <sa...@xm...> - 2009-12-10 18:33:01
|
Can you make an update and check again. I replaced that class by a ByteArrayOutputStream. Not sure why we were using that other class in the first place. // Sascha On Thu, Dec 10, 2009 at 6:07 PM, Scott Wells <sco...@gm...> wrote: > 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(); > > > > ------------------------------------------------------------------------------ > Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |