I use command line build for RED5 since I don't use Eclipse
as my IDE.

Guess I better look back in the build.xml and teh ivy's config xml's to see
if I
need to reference anything.

I do see a reference to following in ivyconfig.xml:

<url name="googlecode">
               <artifact pattern="
http://red5.googlecode.com/svn/trunk/repository/[artifact].[ext]"; />
               <artifact pattern="
http://red5.googlecode.com/svn/trunk/repository/[artifact]-[revision].[ext]";
/>
               <artifact pattern="
http://red5.googlecode.com/svn/trunk/repository/[organisation]/[artifact].[ext]";
/>
               <artifact pattern="
http://red5.googlecode.com/svn/trunk/repository/[organisation]/[artifact]-[revision].[ext]";
/>
           </url>

But nothing seems to pull from this url.

Lenny


On 6/28/07, Dan Rossi <[EMAIL PROTECTED]> wrote:

Its busted in eclipse even with this so called ivy ide plugin which i
cant seem to find active in eclipse. Try ant jar with the updated build
file.

Dan Rossi wrote:
> Id make sure you updated the build.xml file aswell it has bits in the
> compile tasks for some new ivy dependancy system. I think an explanation
> on how to build via command line and eclipse is at hand. Ive just
> refreshed my project after removing .classpath and rebuilding the lib
> path because svn keeps overwriting my change, I've got a heap of errors
>
> Ie.
>
> Severity and Description    Path    Resource    Location    Creation
> Time    Id
> _context cannot be resolved    red5_server/src/org/red5/server/jetty
> Red5WebPropertiesConfiguration.java    line
71    1183033837330    199903
>
> There is nothing left in lib yes.
>
> Lenny Sorey wrote:
>
>> I see that my entire LIB is empty except ivy-1.4.1.jar
>>
>> Lenny
>>
>>
>> On 6/28/07, *Lenny Sorey* <[EMAIL PROTECTED]
>> <mailto:[EMAIL PROTECTED]>> wrote:
>>
>>     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
>>
>>
>
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to