Im adding one of mina jmx classes to the -library.check target so others
wont run into this issue in the future.

Paul

On 8/22/07, Thijs Triemstra | Collab <[EMAIL PROTECTED]> wrote:
>
> Nevermind, running ant retrieve fixed it.
> Thijs
>
> On Aug 22, 2007, at 3:01 PM, Thijs Triemstra | Collab wrote:
>
> Hi Paul,
> I updated to r2238 and getting this error. Is ant retrieve still broken?
>
> retrieve:
>     [javac] Compiling 433 source files to
> /Users/thijstriemstra/Sites/software/red5/trunk/bin
>     [javac]
> /Users/thijstriemstra/Sites/software/red5/trunk/src/org/red5/server/net/rtmp/RTMPMinaTransport.java:24:
> package org.apache.mina.integration.jmx does not exist
>     [javac] import org.apache.mina.integration.jmx.IoServiceManager;
>     [javac]                                        ^
>     [javac]
> /Users/thijstriemstra/Sites/software/red5/trunk/src/org/red5/server/net/rtmp/RTMPMinaTransport.java:25:
> package org.apache.mina.integration.jmx does not exist
>     [javac] import org.apache.mina.integration.jmx.IoServiceManagerMBean;
>     [javac]                                        ^
>     [javac]
> /Users/thijstriemstra/Sites/software/red5/trunk/src/org/red5/server/net/rtmp/RTMPMinaTransport.java:232:
> cannot find symbol
>     [javac] symbol  : class IoServiceManager
>     [javac] location: class org.red5.server.net.rtmp.RTMPMinaTransport
>     [javac]                     IoServiceManager serviceManager = new
> IoServiceManager(acceptor);
>     [javac]                 ^
>     [javac]
> /Users/thijstriemstra/Sites/software/red5/trunk/src/org/red5/server/net/rtmp/RTMPMinaTransport.java:232:
> cannot find symbol
>     [javac] symbol  : class IoServiceManager
>     [javac] location: class org.red5.server.net.rtmp.RTMPMinaTransport
>     [javac]                     IoServiceManager serviceManager = new
> IoServiceManager(acceptor);
>     [javac]                                                       ^
>     [javac]
> /Users/thijstriemstra/Sites/software/red5/trunk/src/org/red5/server/net/rtmp/RTMPMinaTransport.java:238:
> cannot find symbol
>     [javac] symbol  : class IoServiceManagerMBean
>     [javac] location: class org.red5.server.net.rtmp.RTMPMinaTransport
>     [javac]                     JMXAgent.registerMBean(serviceManager,
> serviceManager.getClass().getName(), IoServiceManagerMBean.class,
> serviceManagerObjectName);
>     [javac]
>                              ^
>     [javac] Note:
> /Users/thijstriemstra/Sites/software/red5/trunk/src/org/red5/io/FileKeyFrameMetaCache.java
> uses or overrides a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note: Some input files use unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 5 errors
>
> BUILD FAILED
> /Users/thijstriemstra/Sites/software/red5/trunk/build.xml:146: The
> following error occurred while executing this line:
> /Users/thijstriemstra/Sites/software/red5/trunk/build.xml:181: Compile
> failed; see the compiler error output for details.
>
>
> Thijs
>
>
> On Aug 20, 2007, at 8:19 PM, Mondain wrote:
>
> I just did an svn update and got r2233, i dont get the same error you have
> but I do notice that I sent the wrong target to everyone :( its "retrieve"
> not "resolve".
>
> C:\dev\other\red5>ant clean resolve
> Buildfile: build.xml
>      [echo] java.home is c:\dev\java6\jre and the target version is 1.6
>
> clean:
>    [delete] Deleting directory C:\dev\other\red5\bin
>    [delete] Deleting directory C:\dev\other\red5\dist
>
> BUILD FAILED
> Target "resolve" does not exist in the project "RED5".
>
> Total time: 38 seconds
> C:\dev\other\red5>ant clean retrieve
> Buildfile: build.xml
>      [echo] java.home is c:\dev\java6\jre and the target version is 1.6
>
> clean:
>
> retrieve:
> [ivy:configure] Loading jar:file:/C:/dev/v2/build_system/tools/apache-
> ant-1.7.0/lib/ivy-1.4.1-patched-IVY-404.jar!/fr/ja
> yasoft/ivy/ivy.properties
> [ivy:configure] :: Ivy 1.4.1-pathced-IVY-404 - 20070208181221 ::
> http://ivy.jayasoft.org/ ::
> [ivy:configure] log4j:WARN No appenders could be found for logger (
> org.apache.commons.httpclient.HttpClient).
> [ivy:configure] log4j:WARN Please initialize the log4j system properly.
> [ivy:configure] :: configuring :: file = C:\dev\other\red5\ivyconfig.xml
>      [echo] Ivy conf name: default
> [ivy:retrieve] :: resolving dependencies :: [ red5 | server |
> [EMAIL PROTECTED] ]
>
> Paul
>
> On 8/20/07, Lenny Sorey <[EMAIL PROTECTED]> wrote:
> >
> > When I type ANT at the command I with the latest trunk get the
> > following:
> >
> > BUILD FAILED
> > D:\red5\build.xml:1: The markup in the document preceding the root
> > element must be well-formed.
> >
> > What else must I do to get RED5 to compile?
> >
> > Thanks,
> >
> > Lenny
> >
> >
> > On 8/20/07, Mondain <[EMAIL PROTECTED]> wrote:
> > >
> > > Anyone who is having build failures, please do an ant resolve at the
> > > command line or if you're using eclipse right click on Ivy in the package
> > > explorer and select refresh then resolve. Its likely that you are missing
> > > library jars.
> > >
> > > Paul
> > >
> > > On 8/20/07, Nathan P. Johansen <[EMAIL PROTECTED]> wrote:
> > > >
> > > > Hi Everyone,
> > > >
> > > > The last revision of Red5 that I could get to compile was
> > > > 2228.  Every
> > > > revision since then up to the current 2233 will fail when compiling
> > > > with
> > > > ANT on both my Windows and Debian machines:
> > > >
> > > > BUILD FAILED
> > > > C:\Red5SVN\build.xml:145: The following error occurred while
> > > > executing this line:
> > > > C:\Red5SVN\build.xml:169: Compile failed; see the compiler error
> > > > output for details.
> > > > Total time: 18 seconds
> > > >
> > > > Is anyone else having this problem, or is there something different
> > > > that I
> > > > need to do now to compile the code?  =)
> > > >
> > > >
> > > > Thanks,
> > > >
> > > > Nathan
> > > >
> > > >
> > > > _______________________________________________
> > > > Red5 mailing list
> > > > [email protected]
> > > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > > >
> > >
> > >
> > >
> > > --
> > > It is difficult to free fools from the chains they revere. - Voltaire
> > > _______________________________________________
> > > 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
> >
> >
>
>
> --
> It is difficult to free fools from the chains they revere. - Voltaire
> _______________________________________________
> 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
>
>


-- 
It is difficult to free fools from the chains they revere. - Voltaire
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to