You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stefan Bodewig <bo...@bost.de> on 2002/03/01 08:08:24 UTC

Re: cvs commit: jakarta-commons-sandbox/email build.xml

On 28 Feb 2002, <dl...@apache.org> wrote:
> dlr         02/02/28 10:03:51
> 
>   NestableException is not used by this package -- no reason to
>   check for it.

Thanks Daniel, I didn't check whether this class was actually needed,
I just wanted to get my Gump failure fixed.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-commons-sandbox/email build.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On Fri, 01 Mar 2002, Daniel Rall <dl...@finemaltcoding.com> wrote:
> Stefan Bodewig <bo...@bost.de> writes:
>
>> I just wanted to get my Gump failure fixed.
> 
> Oh, speaking of which, Util is listed as a dep in the GUMP
> descriptor:

Which is correct, it shouldn't depend on lang.  I've already sent a
patch to alexandria-dev that takes care of setting things straight.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-commons-sandbox/email build.xml

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Stefan Bodewig <bo...@bost.de> writes:

> On 28 Feb 2002, <dl...@apache.org> wrote:
> > dlr         02/02/28 10:03:51
>> 
>>   NestableException is not used by this package -- no reason to
>>   check for it.
>
> Thanks Daniel, I didn't check whether this class was actually needed,
> I just wanted to get my Gump failure fixed.

Oh, speaking of which, Util is listed as a dep in the GUMP descriptor:

Index: jakarta-commons-sandbox.xml
===================================================================
RCS file: /home/cvspublic/jakarta-alexandria/proposal/gump/project/jakarta-commons-sandbox.xml,v
retrieving revision 1.32
diff -u -u -r1.32 jakarta-commons-sandbox.xml
--- jakarta-commons-sandbox.xml	28 Feb 2002 20:28:53 -0000	1.32
+++ jakarta-commons-sandbox.xml	1 Mar 2002 16:03:54 -0000
@@ -64,7 +64,6 @@
     <depend project="xml-xerces"/>
     <depend project="jaf"/>
     <depend project="javamail"/>
-    <depend project="commons-util"/>
     <jar name="email/dist/commons-email-@@DATE@@.jar"/>
     <javadoc nested="email/dist/docs/api"/>
   </project>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>