You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by "Deadman, Hal" <Ha...@Tallan.com> on 2005/03/17 20:03:49 UTC

commons-digester & myfaces-extensions

Myfaces-extensions.jar depends on some org.apache.commons.digester.rss.*
files in commons-digester-1.5.jar that are no longer part of the binary
distribution in commons-digester-1.6.jar. Not sure how you want to
resolve that but I don't think everyone that wants to use
myfaces-extensions.jar will have to choose between switching to
commons-digester 1.5 and compiling their own jar with the digester.rss
code or making their own myfaces-extension.jar.

Maybe that myfaces rss component should live in its own jar since it
depends on example code? 

This is from the 1.6 release notes:

RSS Support
-----------
The RSS package present in previous distributions of Digester was only
ever 
intended to be a "worked example", so the code has been moved to the
"src/examples/api/rss" directory within the CVS repository, and is no
longer part of the standard Digester binary distribution. However
the same package structure has been preserved, so any users who were
using the
rss code in production should just have to compile the example code and
include that additional jar in the classpath. These classes are still
contained
in the source distribution and so (for those for which such things
matter)
are still officially released (though no longer distributed in the
binary).

Re: commons-digester & myfaces-extensions

Posted by Matthias Wessendorf <ma...@matthias-wessendorf.de>.
Sean-

yes I know! and it is inside of Jira,

I'll convert that component to Feedparser
(Jakarta Commons)

A first RC was published during this week
(dev@ commons)

-Matthias

Sean Schofield wrote:
> Thanks for pointing that out.  Would you mind creating an issue in JIRA on this?
> 
> regards,
> 
> sean
> 
> 
> On Thu, 17 Mar 2005 14:03:49 -0500, Deadman, Hal <Ha...@tallan.com> wrote:
> 
>>Myfaces-extensions.jar depends on some org.apache.commons.digester.rss.*
>>files in commons-digester-1.5.jar that are no longer part of the binary
>>distribution in commons-digester-1.6.jar. Not sure how you want to
>>resolve that but I don't think everyone that wants to use
>>myfaces-extensions.jar will have to choose between switching to
>>commons-digester 1.5 and compiling their own jar with the digester.rss
>>code or making their own myfaces-extension.jar.
>>
>>Maybe that myfaces rss component should live in its own jar since it
>>depends on example code?
>>
>>This is from the 1.6 release notes:
>>
>>RSS Support
>>-----------
>>The RSS package present in previous distributions of Digester was only
>>ever
>>intended to be a "worked example", so the code has been moved to the
>>"src/examples/api/rss" directory within the CVS repository, and is no
>>longer part of the standard Digester binary distribution. However
>>the same package structure has been preserved, so any users who were
>>using the
>>rss code in production should just have to compile the example code and
>>include that additional jar in the classpath. These classes are still
>>contained
>>in the source distribution and so (for those for which such things
>>matter)
>>are still officially released (though no longer distributed in the
>>binary).
>>
> 
> 

-- 
Matthias Weßendorf
Aechterhoek 18
DE-48282 Emsdetten
Germany
phone: +49-2572-9170275
cell phone: +49-179-1118979
email: matzew AT apache DOT org
url: http://www.wessendorf.net
callto://mwessendorf (Skype)
icq: 47016183

Re: commons-digester & myfaces-extensions

Posted by Sean Schofield <se...@gmail.com>.
Thanks for pointing that out.  Would you mind creating an issue in JIRA on this?

regards,

sean


On Thu, 17 Mar 2005 14:03:49 -0500, Deadman, Hal <Ha...@tallan.com> wrote:
> Myfaces-extensions.jar depends on some org.apache.commons.digester.rss.*
> files in commons-digester-1.5.jar that are no longer part of the binary
> distribution in commons-digester-1.6.jar. Not sure how you want to
> resolve that but I don't think everyone that wants to use
> myfaces-extensions.jar will have to choose between switching to
> commons-digester 1.5 and compiling their own jar with the digester.rss
> code or making their own myfaces-extension.jar.
> 
> Maybe that myfaces rss component should live in its own jar since it
> depends on example code?
> 
> This is from the 1.6 release notes:
> 
> RSS Support
> -----------
> The RSS package present in previous distributions of Digester was only
> ever
> intended to be a "worked example", so the code has been moved to the
> "src/examples/api/rss" directory within the CVS repository, and is no
> longer part of the standard Digester binary distribution. However
> the same package structure has been preserved, so any users who were
> using the
> rss code in production should just have to compile the example code and
> include that additional jar in the classpath. These classes are still
> contained
> in the source distribution and so (for those for which such things
> matter)
> are still officially released (though no longer distributed in the
> binary).
>