You cannot test with the WAR version right now, it is in flux; You may
however test SN-1 with "ant server"
Paul
On 8/29/07, Daniel Rossi <[EMAIL PROTECTED]> wrote:
>
> Yes i notice , i was going to test out the SN1 changes.
> Thanks heaps.
>
> On 29/08/2007, at 10:45 PM, Lenny Sorey wrote:
>
> Hi Dan,
>
> Are building from the latest Trunk?
>
> I think Paul (Mondain) is still making some changes to the trunk.
>
> Regards,
>
> Lenny
>
>
> On 8/29/07, Daniel Rossi <[EMAIL PROTECTED]> wrote:
> >
> > Sorry !. Is this a bug in the system ? Very dead so far.
> > On 29/08/2007, at 7:17 PM, Storm wrote:
> >
> > gotta love your monologues, dan :) You may be interested in
> > www.twitter.com :P
> >
> > Cheers
> >
> > On 8/29/07, Daniel Rossi <[EMAIL PROTECTED] > wrote:
> > >
> > > Worked some of this out
> > >
> > > <mkdir dir="${webapps.build.dir}/tutorial/WEB-INF/classes" />
> > > <mkdir dir="${ webapps.build.dir}/tutorial/WEB-INF/lib" />
> > > <javac sourcepath= "" srcdir= "${webapps.dir}/tutorial/WEB-INF/src"
> > > destdir="${webapps.build.dir}/tutorial/WEB-INF/classes"
> > > classpathref="webapps.classpath" optimize="${build.optimize}"
> > > verbose= "${build.verbose}"
> > > fork= "${build.fork}" nowarn= "${build.nowarn}" deprecation= "${
> > > build.deprecation}"
> > > debug= "${debug.state}" compiler="${compiler}" source= "${
> > > java.target_version}" target= "${java.target_version}" />
> > > <copy todir="${ webapps.build.dir}/tutorial" filtering= "true" >
> > > <fileset dir= "webapps/tutorial">
> > > <exclude name= "**/src/**"/>
> > > </fileset>
> > > </copy>
> > >
> > > Its copying all files into dist, but if i run ant jar there is nothing
> > > else in dist ..
> > >
> > >
> > > On 29/08/2007, at 6:21 PM, Daniel Rossi wrote:
> > >
> > > Getting more wierd startup errors in eclipse, im guessing its
> > > partially broken still
> > >
> > > [INFO] 2007-08-29 18:18:19,339 main:( org.mortbay.log.invoke0 )
> > > jetty-6.1.5
> > > [WARN] 2007-08-29 18:18:19,434 main:( org.mortbay.log.invoke0 ) Failed
> > > startup of context [EMAIL
> > > PROTECTED]/admin,file:/Volumes/FIREWIRE/www/Red5/webapps/admin/}
> > >
> > > java.util.zip.ZipException : error in opening zip file
> > > at java.util.zip.ZipFile.open( Native Method )
> > > at java.util.zip.ZipFile.<init>( ZipFile.java:114)
> > > at java.util.jar.JarFile.<init>( JarFile.java:133)
> > > at java.util.jar.JarFile.<init>( JarFile.java:97)
> > > at org.mortbay.jetty.webapp.TagLibConfiguration.configureWebApp(
> > > TagLibConfiguration.java:171 )
> > > at org.mortbay.jetty.webapp.WebAppContext.startContext (
> > > WebAppContext.java:1215)
> > > at org.mortbay.jetty.handler.ContextHandler.doStart(
> > > ContextHandler.java:500)
> > > at org.mortbay.jetty.webapp.WebAppContext.doStart( WebAppContext.java
> > > :448)
> > > at org.mortbay.component.AbstractLifeCycle.start(
> > > AbstractLifeCycle.java:40 )
> > > at org.mortbay.jetty.handler.HandlerCollection.doStart (
> > > HandlerCollection.java:147)
> > > at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(
> > > ContextHandlerCollection.java:161)
> > > at org.mortbay.component.AbstractLifeCycle.start(
> > > AbstractLifeCycle.java:40)
> > > at org.mortbay.jetty.handler.HandlerCollection.doStart(
> > > HandlerCollection.java:147 )
> > > at org.mortbay.component.AbstractLifeCycle.start (
> > > AbstractLifeCycle.java:40)
> > > at org.mortbay.jetty.handler.HandlerWrapper.doStart(
> > > HandlerWrapper.java:117)
> > > at org.mortbay.jetty.Server.doStart( Server.java:217)
> > > at org.mortbay.component.AbstractLifeCycle.start(
> > > AbstractLifeCycle.java:40 )
> > > at org.red5.server.jetty.JettyLoader.init( JettyLoader.java:136)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke0( Native Method)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke(
> > > NativeMethodAccessorImpl.java:39)
> > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > > DelegatingMethodAccessorImpl.java :25)
> > > at java.lang.reflect.Method.invoke( Method.java:589 )
> > > at
> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(
> > > AbstractAutowireCapableBeanFactory.java:1240 )
> > > at
> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(
> > > AbstractAutowireCapableBeanFactory.java:1205 )
> > > at
> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(
> > > AbstractAutowireCapableBeanFactory.java:1171 )
> > > at
> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(
> > > AbstractAutowireCapableBeanFactory.java:425 )
> > > at
> > > org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(
> > > AbstractBeanFactory.java:251 )
> > > at
> > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(
> > > DefaultSingletonBeanRegistry.java:156 )
> > > at
> > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> > > AbstractBeanFactory.java:248)
> > > at
> > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> > > AbstractBeanFactory.java:160)
> > > at
> > > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(
> > > DefaultListableBeanFactory.java:287 )
> > > at
> > > org.springframework.context.support.AbstractApplicationContext.refresh(
> > > AbstractApplicationContext.java:352 )
> > > at
> > > org.springframework.context.access.ContextSingletonBeanFactoryLocator.initializeDefinition(
> > > ContextSingletonBeanFactoryLocator.java:141 )
> > > at
> > > org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory(
> > > SingletonBeanFactoryLocator.java:382 )
> > > at org.red5.server.Standalone.main( Standalone.java:156)
> > > [WARN] 2007-08-29 18:18:19,475 main:( org.mortbay.log.invoke0 ) Failed
> > > startup of context [EMAIL
> > > PROTECTED]/adminPanel,file:/Volumes/FIREWIRE/www/Red5/webapps/adminPanel/}
> > >
> > > java.util.zip.ZipException : error in opening zip file
> > > at java.util.zip.ZipFile.open( Native Method )
> > > at java.util.zip.ZipFile.<init>( ZipFile.java:114)
> > > at java.util.jar.JarFile.<init>( JarFile.java:133)
> > > at java.util.jar.JarFile.<init>( JarFile.java:97)
> > > at org.mortbay.jetty.webapp.TagLibConfiguration.configureWebApp(
> > > TagLibConfiguration.java:171 )
> > > at org.mortbay.jetty.webapp.WebAppContext.startContext (
> > > WebAppContext.java:1215)
> > > at org.mortbay.jetty.handler.ContextHandler.doStart(
> > > ContextHandler.java:500)
> > > at org.mortbay.jetty.webapp.WebAppContext.doStart( WebAppContext.java
> > > :448)
> > > at org.mortbay.component.AbstractLifeCycle.start(
> > > AbstractLifeCycle.java:40 )
> > > at org.mortbay.jetty.handler.HandlerCollection.doStart (
> > > HandlerCollection.java:147)
> > > at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(
> > > ContextHandlerCollection.java:161)
> > > at org.mortbay.component.AbstractLifeCycle.start(
> > > AbstractLifeCycle.java:40)
> > > at org.mortbay.jetty.handler.HandlerCollection.doStart(
> > > HandlerCollection.java:147 )
> > > at org.mortbay.component.AbstractLifeCycle.start (
> > > AbstractLifeCycle.java:40)
> > > at org.mortbay.jetty.handler.HandlerWrapper.doStart(
> > > HandlerWrapper.java:117)
> > > at org.mortbay.jetty.Server.doStart( Server.java:217)
> > > at org.mortbay.component.AbstractLifeCycle.start(
> > > AbstractLifeCycle.java:40 )
> > > at org.red5.server.jetty.JettyLoader.init( JettyLoader.java:136)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke0( Native Method)
> > > at sun.reflect.NativeMethodAccessorImpl.invoke(
> > > NativeMethodAccessorImpl.java:39)
> > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(
> > > DelegatingMethodAccessorImpl.java :25)
> > > at java.lang.reflect.Method.invoke( Method.java:589 )
> > > at
> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(
> > > AbstractAutowireCapableBeanFactory.java:1240 )
> > > at
> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(
> > > AbstractAutowireCapableBeanFactory.java:1205 )
> > > at
> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(
> > > AbstractAutowireCapableBeanFactory.java:1171 )
> > > at
> > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(
> > > AbstractAutowireCapableBeanFactory.java:425 )
> > > at
> > > org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(
> > > AbstractBeanFactory.java:251 )
> > > at
> > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(
> > > DefaultSingletonBeanRegistry.java:156 )
> > > at
> > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> > > AbstractBeanFactory.java:248)
> > > at
> > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(
> > > AbstractBeanFactory.java:160)
> > > at
> > > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(
> > > DefaultListableBeanFactory.java:287 )
> > > at
> > > org.springframework.context.support.AbstractApplicationContext.refresh(
> > > AbstractApplicationContext.java:352 )
> > > at
> > > org.springframework.context.access.ContextSingletonBeanFactoryLocator.initializeDefinition(
> > > ContextSingletonBeanFactoryLocator.java:141 )
> > > at
> > > org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory(
> > > SingletonBeanFactoryLocator.java:382 )
> > > at org.red5.server.Standalone.main( Standalone.java:156)
> > >
> > >
> > >
> > > _______________________________________________
> > > 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
> > >
> > >
> >
> >
> > --
> > -------------------------------------------------------------------
> > C makes it easy to shoot yourself in the foot; C++ makes it harder, but
> > when you do, it blows away your whole leg.
> > _______________________________________________
> > 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
>
>
--
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