Hello all,

I use SmartSVN to retrieve from RED5 trunk.

I updated this morning and started to compiled the war version with ANT
webwar:

err, What happened?

Lenny



The following is what I got:


D:\red5>ant webwar
Buildfile: build.xml
    [echo] java.home is D:\java\jdk16\jre and the target version is 1.6

clean:
  [delete] Deleting directory D:\red5\bin

compile_war:
    [echo] Javac version: 1.6
    [echo] Compiler adapter name: modern
   [mkdir] Created dir: D:\red5\bin\WEB-INF\classes
   [javac] Compiling 404 source files to D:\red5\bin\WEB-INF\classes
   [javac] D:\red5\src\org\red5\io\ITagWriter.java:24: package
org.apache.mina.
common does not exist
   [javac] import org.apache.mina.common.ByteBuffer;
   [javac]                              ^
   [javac] D:\red5\src\org\red5\io\ITag.java:22: package
org.apache.mina.common
does not exist
   [javac] import org.apache.mina.common.ByteBuffer;
   [javac]                              ^
   [javac] D:\red5\src\org\red5\io\ITagWriter.java:76: cannot find symbol
   [javac] symbol  : class ByteBuffer
   [javac] location: interface org.red5.io.ITagWriter
   [javac]     public boolean writeTag(byte type, ByteBuffer data) throws
IOExc
eption;
   [javac]                                        ^
   [javac] D:\red5\src\org\red5\io\ITag.java:38: cannot find symbol
   [javac] symbol  : class ByteBuffer
   [javac] location: interface org.red5.io.ITag
   [javac]     public ByteBuffer getBody();
   [javac]            ^
   [javac] D:\red5\src\org\red5\io\ITag.java:66: cannot find symbol
   [javac] symbol  : class ByteBuffer
   [javac] location: interface org.red5.io.ITag
   [javac]     public ByteBuffer getData();
   [javac]            ^
   [javac] D:\red5\src\org\red5\io\ITag.java:79: cannot find symbol
   [javac] symbol  : class ByteBuffer
   [javac] location: interface org.red5.io.ITag
   [javac]     public void setBody(ByteBuffer body);
   [javac]                         ^
   [javac] D:\red5\src\org\red5\io\FileKeyFrameMetaCache.java:35: package
org.a
pache.commons.logging does not exist
   [javac] import org.apache.commons.logging.Log;
   [javac]                                  ^
   [javac] D:\red5\src\org\red5\io\FileKeyFrameMetaCache.java:36: package
org.a
pache.commons.logging does not exist
   [javac] import org.apache.commons.logging.LogFactory;
   [javac]                                  ^
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to