I'm running windows 2000, JDK 1.2.2 trying to build from the CVS snapshot (HEAD)
My goal is to get cocoon running in command line mode. Has anyone got any idea what I 
need to do?
I'd like to use 1.2.2 because that's what's on the sun box I plan to deploy to.
Thanks,
Mike

compile:
     [echo] Compiling with Java 1.2, debug on, optimize off, deprecation off
    [javac] Compiling 2 source files to C:\XML-CO~1\build\cocoon\classes
    [javac] C:\XML-CO~1\build\cocoon\src\org\apache\cocoon\components\source\URL
Source.java:219: Method setInstanceFollowRedirects(boolean) not found in class j
ava.net.HttpURLConnection.
    [javac]                        ((HttpURLConnection)connection).setInstanceFo
llowRedirects(false);
    [javac]
             ^
    [javac] C:\XML-CO~1\build\cocoon\src\org\apache\cocoon\components\store\File
systemStore.java:379: Exception java.lang.Exception must be caught, or it must b
e declared in the throws clause of this method.
    [javac]         return java.net.URLDecoder.decode( filename );
    [javac]                                          ^
    [javac] 2 errors

BUILD FAILED

C:\XML-CO~1\build.xml:925: Compile failed, messages should have been provided.

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to