I am making an app that assembles a feed using the Rome RSS .jars and it works fantastically on my local system. I've had to create my own module because not all the elements I'm using are a part of the RSS standard, and I did so following the really helpful tutorial here:
http://sujitpal.blogspot.com/2007/10/custom-modules-with-rome.html now, I've deployed my app to AE and my custom module isn't writing anything. Everything else works fine, but the elements I try to assemble that are a part of my namespace don't appear in the feed. The app needs to use a rome.properties config file and I had the same problem (no output for custom elements) before I configured my Run classpath correctly in eclipse. I've got the file in war/WEB-INF/ romeconfig and I've added the folder to the classpath under project properties, but apparently no dice. This is my first AE app so I thought maybe I'm just missing something with my project setup? Any help would be greatly appreciated. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
