Hi Felipe,

Is there no way to print information about the file set? I don't think it
helps just printing a debug log with the "Adding fileset" information.

Thanks
-Vincent

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: mardi 12 juillet 2005 03:51
> To: [EMAIL PROTECTED]
> Subject: cvs commit: jakarta-
> cactus/integration/maven/src/main/org/apache/cactus/integration/maven
> CactusScannerTag.java
> 
> felipeal    2005/07/11 18:50:53
> 
>   Modified:
> integration/maven/src/main/org/apache/cactus/integration/maven
>                         CactusScannerTag.java
>   Log:
>   CACTUS-219: fix a NPE caused by a toString() call on Ant 1.6.x when
> running Maven 1.1 (thanks Eric Lapierre for pointing it out)
> 
>   Revision  Changes    Path
>   1.4       +2 -2      jakarta-
> cactus/integration/maven/src/main/org/apache/cactus/integration/maven/Cact
> usScannerTag.java
> 
>   Index: CactusScannerTag.java
>   ===================================================================
>   RCS file: /home/cvs/jakarta-
> cactus/integration/maven/src/main/org/apache/cactus/integration/maven/Cact
> usScannerTag.java,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- CactusScannerTag.java   29 Feb 2004 16:34:44 -0000      1.3
>   +++ CactusScannerTag.java   12 Jul 2005 01:50:53 -0000      1.4
>   @@ -170,7 +170,7 @@
>         */
>        public void addFileset(FileSet theSet)
>        {
>   -        log.debug("Adding fileset [" + theSet + "]");
>   +        log.debug("Adding fileset");
>            this.fileset = theSet;
>        }
> 


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

Reply via email to