how to get a rss parser? is there an example please?
Abdera abdera = new Abdera();
Parser parser = abdera.getParserFactory().getParser("rss");this parser is null On Tue, Jul 28, 2009 at 8:39 PM, David Calavera <[email protected]>wrote: > the snapshots are the compiled version of what there were in the repository > in that date. If you use maven you just need to add that repository and the > right dependency. If you just need the jar for rss extension you can grab > it > from here: > > > http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/abdera-extensions-rss/1.0-SNAPSHOT/ > > If you want to compile your own version you have to use maven, go to the > extension directory into the source code and execute "mvn install". > > On Tue, Jul 28, 2009 at 12:01 PM, 5Fei <[email protected]> wrote: > > > Hi ,david: > > > > > > your snapshot seems very different from > > http://svn.apache.org/repos/asf/abdera/ > > , > > > > but real question is how to build a jar lib from your snapshot?i didn't > > find a pom.xml file or build file there > > > > thanks very much for your help > > > > > > On Mon, Jul 27, 2009 at 6:20 PM, David Calavera < > [email protected]>wrote: > > > >> that code was moved to an extension, abdera-extensions-rss, you can find > >> it > >> in the maven snapshot repository: > >> > >> http://people.apache.org/repo/m2-snapshot-repository/org/apache/abdera/ > >> > >> On Mon, Jul 27, 2009 at 11:43 AM, 5Fei <[email protected]> wrote: > >> > >> > i noticed there is a rss module under contrib directory in the src > >> > zip(apache-abdera-0.4.0-incubating-src.zip), > >> > is there a binary version of this module? i cann't find the build > >> > instruction in the build.xml file . > >> > > >> > thanks very much > >> > > >> > On Mon, Jul 27, 2009 at 3:12 PM, 5Fei <[email protected]> wrote: > >> > > >> > > is there a plugin module which support RSS feed? > >> > > >> > >> > >> > >> -- > >> David Calavera > >> http://www.thinkincode.net > >> > > > > > > > -- > David Calavera > http://www.thinkincode.net >
