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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to