Dear Sir/Madam,
When I ran the build script, I got the following error
messages:
compile:
[echo] Compiling with Java 1.2, debug on,
optimize off, deprecation off
[javac] Compiling 3 source files to
C:\cocoon2\xml-cocoon2\build\cocoon\clas
ses
[javac]
C:\cocoon2\xml-cocoon2\build\cocoon\src\org\apache\cocoon\acting\Sen
dmailAction.java:67: Package javax.mail not found in
import.
[javac] import javax.mail.*;
[javac] ^
[javac]
C:\cocoon2\xml-cocoon2\build\cocoon\src\org\apache\cocoon\acting\Sen
dmailAction.java:68: Package javax.mail.internet not
found in import.
[javac] import javax.mail.internet.*;
[javac] ^
[javac]
C:\cocoon2\xml-cocoon2\build\cocoon\src\org\apache\cocoon\components
\source\URLSource.java:232: Method
setInstanceFollowRedirects(boolean) not found
in class java.net.HttpURLConnection.
[javac]
((HttpURLConnection)connection).setInstanceFo
llowRedirects(false);
[javac]
^
[javac]
C:\cocoon2\xml-cocoon2\build\cocoon\src\org\apache\cocoon\components
\store\FilesystemStore.java:378: Exception
java.lang.Exception must be caught, o
r it must be declared in the throws clause of this
method.
[javac] return java.net.URLDecoder.decode(
filename );
[javac] ^
[javac] 4 errors
BUILD FAILED
Please advise.
Thanks,
Paul E. Dango Jr.
__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/
---------------------------------------------------------------------
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]>