You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by Daniel Jemiolo <da...@us.ibm.com> on 2006/10/04 16:35:27 UTC

nightly build [was: Re: New compiles errors with apache-httpd's sample]

Nightly build is now at:

        http://ws.apache.org/muse/nightly

We are just starting to work on the 2.1 issues, so I will update it when 
significant commits are made, until Andrew has the automation in place.

Dan



Giovanni Fleres <gi...@tin.it> wrote on 10/04/2006 06:07:09 AM:

> Hi,
> Following Daniel Jemiolo's hints, this morning  I've downloaded 
> muse-2.0.0-bin.zip's  latest nightly build
> to be able  to compile apache-httpd's sample.
> After I've decompressed this file and added lib directory from 
> yesterday's build (as I've written in the
> precedent post, in latest build there isn't the lib directory), I 
> received these errors:
> 
> --------- begin error log ---------------
> 
> C:\muse-2.0.0\samples\apache-httpd>ant
> Buildfile: build.xml
> 
> init:
> 
> clean:
> 
> layout:
>      [copy] Copying 67 files to C:\muse-2.0.0\samples\apache-httpd\build
>      [copy] Copying 9 files to 
> C:\muse-2.0.0\samples\apache-httpd\build\WEB-INF\
> services\muse
>      [copy] Copying 1 file to 
> C:\muse-2.0.0\samples\apache-httpd\build\WEB-INF\s
> ervices\muse\META-INF
>      [copy] Copying 1 file to 
> C:\muse-2.0.0\samples\apache-httpd\build\WEB-INF\s
> ervices\muse
>      [copy] Copying 20 files to 
> C:\muse-2.0.0\samples\apache-httpd\build\WEB-INF
> \lib
> 
> java:
>     [mkdir] Created dir: C:\muse-2.0.0\samples\apache-httpd\build\bin
>     [javac] Compiling 8 source files to 
> C:\muse-2.0.0\samples\apache-httpd\build
> \bin
>     [javac] 
> C:\muse-2.0.0\samples\apache-httpd\src\org\apache\muse\test\http\rem
> ote\HttpServerClient.java:168: setAction(java.lang.String) in 
> org.apache.muse.co
> re.proxy.ProxyHandler cannot be applied to (java.net.URI)
>     [javac]             handler.setAction(_ACTIONS[n]);
>     [javac]                    ^
>     [javac] 
> C:\muse-2.0.0\samples\apache-httpd\src\org\apache\muse\test\http\tes
> tapp\HttpServerTestApp.java:38: incompatible types
>     [javac] found   : java.lang.String
>     [javac] required: java.net.URI
>     [javac]         URI value = factory.getNextIdentifier();
>     [javac]                                              ^
>     [javac] Note: 
> C:\muse-2.0.0\samples\apache-httpd\src\org\apache\muse\test\ht
> tp\remote\HttpServerClient.java uses unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 2 errors
> 
> BUILD FAILED
> C:\muse-2.0.0\samples\apache-httpd\build.xml:69: Compile failed; see the 

> compile
> r error output for details.
> 
> Total time: 10 seconds
> C:\muse-2.0.0\samples\apache-httpd>
> 
> 
> -------- end error log ---------------------------
> 
> Could anybody help me ?
> 
> Thanks in advance
> 
> Giovanni
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: muse-user-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


Re: nightly build [was: Re: New compiles errors with apache-httpd's sample]

Posted by Daniel Jemiolo <da...@us.ibm.com>.
sorry, forgot to add: the mirrors won't look for the new files from 
minotaur until ten past the hour; in my experience this means they will be 
available around half past the hour. look for the files to appear in about 
an hour.

Dan



Daniel Jemiolo/Durham/IBM@IBMUS wrote on 10/04/2006 10:35:27 AM:

> Nightly build is now at:
> 
>         http://ws.apache.org/muse/nightly
> 
> We are just starting to work on the 2.1 issues, so I will update it when 

> significant commits are made, until Andrew has the automation in place.
> 
> Dan
> 
> 
> 
> Giovanni Fleres <gi...@tin.it> wrote on 10/04/2006 06:07:09 AM:
> 
> > Hi,
> > Following Daniel Jemiolo's hints, this morning  I've downloaded 
> > muse-2.0.0-bin.zip's  latest nightly build
> > to be able  to compile apache-httpd's sample.
> > After I've decompressed this file and added lib directory from 
> > yesterday's build (as I've written in the
> > precedent post, in latest build there isn't the lib directory), I 
> > received these errors:
> > 
> > --------- begin error log ---------------
> > 
> > C:\muse-2.0.0\samples\apache-httpd>ant
> > Buildfile: build.xml
> > 
> > init:
> > 
> > clean:
> > 
> > layout:
> >      [copy] Copying 67 files to 
C:\muse-2.0.0\samples\apache-httpd\build
> >      [copy] Copying 9 files to 
> > C:\muse-2.0.0\samples\apache-httpd\build\WEB-INF\
> > services\muse
> >      [copy] Copying 1 file to 
> > C:\muse-2.0.0\samples\apache-httpd\build\WEB-INF\s
> > ervices\muse\META-INF
> >      [copy] Copying 1 file to 
> > C:\muse-2.0.0\samples\apache-httpd\build\WEB-INF\s
> > ervices\muse
> >      [copy] Copying 20 files to 
> > C:\muse-2.0.0\samples\apache-httpd\build\WEB-INF
> > \lib
> > 
> > java:
> >     [mkdir] Created dir: C:\muse-2.0.0\samples\apache-httpd\build\bin
> >     [javac] Compiling 8 source files to 
> > C:\muse-2.0.0\samples\apache-httpd\build
> > \bin
> >     [javac] 
> > C:\muse-2.0.0\samples\apache-httpd\src\org\apache\muse\test\http\rem
> > ote\HttpServerClient.java:168: setAction(java.lang.String) in 
> > org.apache.muse.co
> > re.proxy.ProxyHandler cannot be applied to (java.net.URI)
> >     [javac]             handler.setAction(_ACTIONS[n]);
> >     [javac]                    ^
> >     [javac] 
> > C:\muse-2.0.0\samples\apache-httpd\src\org\apache\muse\test\http\tes
> > tapp\HttpServerTestApp.java:38: incompatible types
> >     [javac] found   : java.lang.String
> >     [javac] required: java.net.URI
> >     [javac]         URI value = factory.getNextIdentifier();
> >     [javac]                                              ^
> >     [javac] Note: 
> > C:\muse-2.0.0\samples\apache-httpd\src\org\apache\muse\test\ht
> > tp\remote\HttpServerClient.java uses unchecked or unsafe operations.
> >     [javac] Note: Recompile with -Xlint:unchecked for details.
> >     [javac] 2 errors
> > 
> > BUILD FAILED
> > C:\muse-2.0.0\samples\apache-httpd\build.xml:69: Compile failed; see 
the 
> 
> > compile
> > r error output for details.
> > 
> > Total time: 10 seconds
> > C:\muse-2.0.0\samples\apache-httpd>
> > 
> > 
> > -------- end error log ---------------------------
> > 
> > Could anybody help me ?
> > 
> > Thanks in advance
> > 
> > Giovanni
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: muse-user-help@ws.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: muse-user-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


Re: nightly build [was: Re: New compiles errors with apache-httpd's sample]

Posted by Daniel Jemiolo <da...@us.ibm.com>.
sorry, forgot to add: the mirrors won't look for the new files from 
minotaur until ten past the hour; in my experience this means they will be 
available around half past the hour. look for the files to appear in about 
an hour.

Dan



Daniel Jemiolo/Durham/IBM@IBMUS wrote on 10/04/2006 10:35:27 AM:

> Nightly build is now at:
> 
>         http://ws.apache.org/muse/nightly
> 
> We are just starting to work on the 2.1 issues, so I will update it when 

> significant commits are made, until Andrew has the automation in place.
> 
> Dan
> 
> 
> 
> Giovanni Fleres <gi...@tin.it> wrote on 10/04/2006 06:07:09 AM:
> 
> > Hi,
> > Following Daniel Jemiolo's hints, this morning  I've downloaded 
> > muse-2.0.0-bin.zip's  latest nightly build
> > to be able  to compile apache-httpd's sample.
> > After I've decompressed this file and added lib directory from 
> > yesterday's build (as I've written in the
> > precedent post, in latest build there isn't the lib directory), I 
> > received these errors:
> > 
> > --------- begin error log ---------------
> > 
> > C:\muse-2.0.0\samples\apache-httpd>ant
> > Buildfile: build.xml
> > 
> > init:
> > 
> > clean:
> > 
> > layout:
> >      [copy] Copying 67 files to 
C:\muse-2.0.0\samples\apache-httpd\build
> >      [copy] Copying 9 files to 
> > C:\muse-2.0.0\samples\apache-httpd\build\WEB-INF\
> > services\muse
> >      [copy] Copying 1 file to 
> > C:\muse-2.0.0\samples\apache-httpd\build\WEB-INF\s
> > ervices\muse\META-INF
> >      [copy] Copying 1 file to 
> > C:\muse-2.0.0\samples\apache-httpd\build\WEB-INF\s
> > ervices\muse
> >      [copy] Copying 20 files to 
> > C:\muse-2.0.0\samples\apache-httpd\build\WEB-INF
> > \lib
> > 
> > java:
> >     [mkdir] Created dir: C:\muse-2.0.0\samples\apache-httpd\build\bin
> >     [javac] Compiling 8 source files to 
> > C:\muse-2.0.0\samples\apache-httpd\build
> > \bin
> >     [javac] 
> > C:\muse-2.0.0\samples\apache-httpd\src\org\apache\muse\test\http\rem
> > ote\HttpServerClient.java:168: setAction(java.lang.String) in 
> > org.apache.muse.co
> > re.proxy.ProxyHandler cannot be applied to (java.net.URI)
> >     [javac]             handler.setAction(_ACTIONS[n]);
> >     [javac]                    ^
> >     [javac] 
> > C:\muse-2.0.0\samples\apache-httpd\src\org\apache\muse\test\http\tes
> > tapp\HttpServerTestApp.java:38: incompatible types
> >     [javac] found   : java.lang.String
> >     [javac] required: java.net.URI
> >     [javac]         URI value = factory.getNextIdentifier();
> >     [javac]                                              ^
> >     [javac] Note: 
> > C:\muse-2.0.0\samples\apache-httpd\src\org\apache\muse\test\ht
> > tp\remote\HttpServerClient.java uses unchecked or unsafe operations.
> >     [javac] Note: Recompile with -Xlint:unchecked for details.
> >     [javac] 2 errors
> > 
> > BUILD FAILED
> > C:\muse-2.0.0\samples\apache-httpd\build.xml:69: Compile failed; see 
the 
> 
> > compile
> > r error output for details.
> > 
> > Total time: 10 seconds
> > C:\muse-2.0.0\samples\apache-httpd>
> > 
> > 
> > -------- end error log ---------------------------
> > 
> > Could anybody help me ?
> > 
> > Thanks in advance
> > 
> > Giovanni
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: muse-user-help@ws.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: muse-user-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-user-help@ws.apache.org