On Tue, 30 Nov 2004 22:26:31 +0100, Eric Pugh <[EMAIL PROTECTED]> wrote:
> I'd guess that the JSF jar's are not distributable on IBiblio, just like the
> JavaMail ones?

Yah, you might be right. I guess that would mean we'd have to tweak
the Ant build file by hand, as Craig did for the Email one recently?
Sigh. ;-(

One alternative, I suppose, might be to get the MyFaces jars up on
ibiblio and build against that instead. The lesser of two evils?

--
Martin Cooper


> ERic
> 
> 
> 
> > -----Original Message-----
> > From: Martin Cooper [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, November 30, 2004 7:00 PM
> > To: Jakarta Commons Developers List; [EMAIL PROTECTED]
> > Subject: Re: cvs commit:
> > jakarta-commons/chain/src/java/org/apache/commons/chain/web/servlet
> > ChainProcessor.java ServletApplicationScopeMap.java
> > ServletHeaderValuesMap.java ServletRequestScopeMap.java
> > ServletSessionScopeMap.java
> >
> >
> > On Tue, 30 Nov 2004 00:06:52 -0800, Craig McClanahan
> > <[EMAIL PROTECTED]> wrote:
> > > -1
> > >
> > > Besides the fact that this change bundle breaks the "ant clean dist"
> > > command that is necessary for the current ngihtly build scripts to
> > > work
> >
> > I don't believe that's why the build broke. The problem is that, for
> > some reason, the JSF jar files have disappeared from ibiblio. I don't
> > know how to fix that.
> >
> > >, it alters the semantics with changes like this:
> >
> > How does it change the semantics? All of 'public', 'static' and
> > 'final' are redundant here, because this is an interface.
> >
> > --
> > Martin Cooper
> >
> >
> > >
> > >
> > > >   Index: Catalog.java
> > > >   ===================================================================
> > > >   RCS file:
> > /home/cvs/jakarta-commons/chain/src/java/org/apache/commons/chain/
> > Catalog.java,v
> > > >   retrieving revision 1.6
> > > >   retrieving revision 1.7
> > > >   diff -u -r1.6 -r1.7
> > > >   --- Catalog.java      25 Feb 2004 00:01:07 -0000      1.6
> > > >   +++ Catalog.java      30 Nov 2004 05:52:22 -0000      1.7
> > > >   @@ -37,7 +37,7 @@
> > > >         * <p>A default context attribute for storing a
> > default [EMAIL PROTECTED] Catalog},
> > > >         * provided as a convenience only.</p>
> > > >         */
> > > >   -    public static final String CATALOG_KEY =
> > "org.apache.commons.chain.CATALOG";
> > > >   +    String CATALOG_KEY = "org.apache.commons.chain.CATALOG";
> > > >
> > > >        /**
> > > >
> > >
> > > Craig
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > ---------------------------------------------------------------------
> 
> 
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to