You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Peter Janes <pe...@liberate.com> on 2001/12/19 19:22:04 UTC

[PATCH] Jar vs. Manifest constructors

I'm unable to build/bootstrap Ant from from current CVS.  It's complaining 
that Jar.java is attempting to use a nonexistent Manifest constructor, 
Manifest(InputStream).  This was converted to Manifest(Reader) in revision 
1.12; the attached patch fixes each InputStream call by creating an 
InputStreamReader around it.

-- 
fix, n., v.  What one does when a problem has been reported too many
times to be ignored.
   --The New Hacker's Dictionary, 3rd ed.

Re: [PATCH] Jar vs. Manifest constructors

Posted by Peter Janes <pe...@liberate.com>.
Stefan Bodewig wrote:

> On Wed, 19 Dec 2001, Peter Janes <pe...@liberate.com> wrote:
> 
>>I'm unable to build/bootstrap Ant from from current CVS.  It's
>>complaining that Jar.java is attempting to use a nonexistent
>>Manifest constructor, Manifest(InputStream).
> 
> Something must be wrong with your CVS checkout, when I changed
> Manifest, I changed Jar at the same time (revision 1.29).


Yup, that was it.  I'd checked out a previous revision and forgot that CVS 
is "sticky".  Thanks!
-- 
fix, n., v.  What one does when a problem has been reported too many
times to be ignored.
   --The New Hacker's Dictionary, 3rd ed.


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


Re: [PATCH] Jar vs. Manifest constructors

Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 19 Dec 2001, Peter Janes <pe...@liberate.com> wrote:

> I'm unable to build/bootstrap Ant from from current CVS.  It's
> complaining that Jar.java is attempting to use a nonexistent
> Manifest constructor, Manifest(InputStream).

Something must be wrong with your CVS checkout, when I changed
Manifest, I changed Jar at the same time (revision 1.29).

Stefan

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