Hi all, just some input on two issues with latest 2.1 builds
I HAD to add mail.jar and mod the jars.xml to get passed lots of javax.mail
compile probs..
( the condition on mail.jar does not seem to be correct)
after adding j2ee 1.3 mail.jar
one compile issue in
scratchpad/src/org/apache/cocoon/mail/MailContentHandlerDelegate.java
METHOD javax.mail.Folder.getDeletedMessageCount();
is referencing a beta java J2EE 1.4 APIs
line 385 // addAttribute("deleted-messages",
String.valueOf(folder.getDeletedMessageCount()));
do you want to target j2ee 1.4 yet....
ALSO
I am testing the latest 2.1 build on tomcat 4.1.17
with the webapp-local compile, the basic app was
giving this error
http://www.mail-archive.com/[email protected]/msg24597.html
it worked fine in 4.0.? tomcat
problem seems to be the entity entry in document-v10.dtd
<!ENTITY % charEntity SYSTEM "characters.ent">
%charEntity;
I removed the above lines from all four document-v10.dtd
and the cocoon servlet will work under my 4.1.17
some on know the new right why to include the characters.ent ???
I hope that provides a little ground work
thanks
dan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]