Doh! Thanks!

-Matt

--- [EMAIL PROTECTED] wrote:

> Author: kevj
> Date: Wed Sep 27 20:44:19 2006
> New Revision: 450679
> 
> URL:
> http://svn.apache.org/viewvc?view=rev&rev=450679
> Log:
> - fix broken build - change to
> ConcatResourceInputStream wasn't completed here in
> Concat
> 
> Modified:
>    
>
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Concat.java
> 
> Modified:
>
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Concat.java
> URL:
>
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Concat.java?view=diff&rev=450679&r1=450678&r2=450679
>
==============================================================================
> ---
>
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Concat.java
> (original)
> +++
>
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Concat.java
> Wed Sep 27 20:44:19 2006
> @@ -483,12 +483,8 @@
>                  throw new BuildException("Unable to
> open "
>                      + destinationFile + " for
> writing", t);
>              }
> -            try {
> -                in = new
> ConcatResourceInputStream(c);
> -                ((ConcatResourceInputStream)
> in).setManagingComponent(this);
> -            } catch (IOException e) {
> -                throw new BuildException(e);
> -            }
> +            in = new ConcatResourceInputStream(c);
> +            ((ConcatResourceInputStream)
> in).setManagingComponent(this);
>              Thread t = new Thread(new
> StreamPumper(in, out));
>              t.start();
>              try {
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to