You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by James Mitchell <jm...@apache.org> on 2004/12/02 15:54:36 UTC

Package removal with new Digester

I can't compile the tiles-documentation sources with Digester 1.6, it 
requires the rss package that was moved to "src/examples/api/rss" according 
to the release notes.

Did I miss something?  How are we dealing with this?


--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Package removal with new Digester

Posted by Niall Pemberton <ni...@blueyonder.co.uk>.
Have you got the latest build-webapp.xml?

Craig commented out the tiles-documentation build to stop this failing
(Revision 56019)

Niall

----- Original Message ----- 
From: "James Mitchell" <jm...@apache.org>
To: "Struts Developers List" <de...@struts.apache.org>
Sent: Thursday, December 02, 2004 2:54 PM
Subject: Package removal with new Digester


> I can't compile the tiles-documentation sources with Digester 1.6, it
> requires the rss package that was moved to "src/examples/api/rss"
according
> to the release notes.
>
> Did I miss something?  How are we dealing with this?



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Package removal with new Digester

Posted by James Mitchell <jm...@apache.org>.
That change was made at the end of October.

So now what?  Instead of ignoring those classes, shouldn't we fix the 
problem?  Like include the examples from digester or remove our files that 
refer to the no longer existing package and classes?

I am *not* looking for a vi vs. ide debate, but this is simply aggravating. 
Frankly, I'm tired of cutting off the end of the ham ;)


--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

----- Original Message ----- 
From: "James Mitchell" <jm...@apache.org>
To: "Struts Developers List" <de...@struts.apache.org>; "Martin Cooper" 
<mf...@gmail.com>
Sent: Thursday, December 02, 2004 1:52 PM
Subject: Re: Package removal with new Digester


> Wow, I was missing something.
>
> I just noticed this in build-webapp.xml:
>
>
> ...
> ...
> <!-- Excludes for tiles-documentation to reflect the fact that
> Commons Digester 1.6 no longer ships the RSS demo classes
> -->
> <exclude name="org/apache/struts/webapp/tiles/rssChannel/*.java"/>
> ...
> ...
>
>
>
> --
> James Mitchell
> Software Engineer / Open Source Evangelist
> EdgeTech, Inc.
> 678.910.8017
> AIM: jmitchtx
>
> ----- Original Message ----- 
> From: "Martin Cooper" <mf...@gmail.com>
> To: "Struts Developers List" <de...@struts.apache.org>
> Sent: Thursday, December 02, 2004 1:14 PM
> Subject: Re: Package removal with new Digester
>
>
>> Hmm, that's odd. How are you trying to build? I can run 'ant clean
>> dist' just fine with Digester 1.6, and that builds
>> tiles-documentation.war.
>>
>> --
>> Martin Cooper
>>
>>
>> On Thu, 2 Dec 2004 09:54:36 -0500, James Mitchell <jm...@apache.org> 
>> wrote:
>>> I can't compile the tiles-documentation sources with Digester 1.6, it
>>> requires the rss package that was moved to "src/examples/api/rss" 
>>> according
>>> to the release notes.
>>>
>>> Did I miss something?  How are we dealing with this?
>>>
>>> --
>>> James Mitchell
>>> Software Engineer / Open Source Evangelist
>>> EdgeTech, Inc.
>>> 678.910.8017
>>> AIM: jmitchtx
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: dev-help@struts.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>> For additional commands, e-mail: dev-help@struts.apache.org
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Package removal with new Digester

Posted by James Mitchell <jm...@apache.org>.
Wow, I was missing something.

I just noticed this in build-webapp.xml:


...
...
<!-- Excludes for tiles-documentation to reflect the fact that
Commons Digester 1.6 no longer ships the RSS demo classes
-->
<exclude name="org/apache/struts/webapp/tiles/rssChannel/*.java"/>
...
...



--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

----- Original Message ----- 
From: "Martin Cooper" <mf...@gmail.com>
To: "Struts Developers List" <de...@struts.apache.org>
Sent: Thursday, December 02, 2004 1:14 PM
Subject: Re: Package removal with new Digester


> Hmm, that's odd. How are you trying to build? I can run 'ant clean
> dist' just fine with Digester 1.6, and that builds
> tiles-documentation.war.
>
> --
> Martin Cooper
>
>
> On Thu, 2 Dec 2004 09:54:36 -0500, James Mitchell <jm...@apache.org> 
> wrote:
>> I can't compile the tiles-documentation sources with Digester 1.6, it
>> requires the rss package that was moved to "src/examples/api/rss" 
>> according
>> to the release notes.
>>
>> Did I miss something?  How are we dealing with this?
>>
>> --
>> James Mitchell
>> Software Engineer / Open Source Evangelist
>> EdgeTech, Inc.
>> 678.910.8017
>> AIM: jmitchtx
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
>> For additional commands, e-mail: dev-help@struts.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Package removal with new Digester

Posted by Martin Cooper <mf...@gmail.com>.
Hmm, that's odd. How are you trying to build? I can run 'ant clean
dist' just fine with Digester 1.6, and that builds
tiles-documentation.war.

--
Martin Cooper


On Thu, 2 Dec 2004 09:54:36 -0500, James Mitchell <jm...@apache.org> wrote:
> I can't compile the tiles-documentation sources with Digester 1.6, it
> requires the rss package that was moved to "src/examples/api/rss" according
> to the release notes.
> 
> Did I miss something?  How are we dealing with this?
> 
> --
> James Mitchell
> Software Engineer / Open Source Evangelist
> EdgeTech, Inc.
> 678.910.8017
> AIM: jmitchtx
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org