Hello all.

I'm trying to develop a custom generator using Rome ( https://rome.dev.java.net/ ). I'm just, for the moment, copying the FileGenerator.java to my FeedGenerator.java, changing the class name, adding:
import com.sun.syndication.feed.synd.*;
import com.sun.syndication.io.*;
to imports, and:

SyndFeedInput feedInput = new SyndFeedInput();
just before the SourceUtil.parse( line.

javac, copying and so on. the test I've made generates me a empty page. Just commenting out the SyndFeedInput feedInput = new SyndFeedInput(); line and everything works. No error (i'm in debug mode). WTF? I'm really annoyed, I'm not a real java dev and I really don't know what could be the problem...

I assume all the necessary classes to be in the WEB-INF/lib directory of my webapp, as I don't have any class not found errors.

I'm using cocoon 2.1.7 on Tomcat 5.5.9, JDK 1.5.0 on Linux.

If someone could do the test, and tell me what I'm doing wrong, it would be wonderful.

Best Regards.
--
Aurélien DEHAY

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

Reply via email to