Hi,

I think there is a small bug in webapp-module-1.0-tc40/lib/Makefile.in.
This bug causes pr_warp_defs.h to be generated as an empty file. 

Maybe, someone already fixed this. I can't get the file directly from the
cvs, cause I'm living behind a firewall and proxy :-(
So I got the file from
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/src/webapp-
module-1.0-tc40-src.tar.gz

Regards,
Hendrik

---------------------------------------------------
Hendrik Harms
TOJAQ Datentechnik GmbH, Germany
Tel.: 05361 / 9 - 49828
Handy: 0151 / 12 70 23 37
E-Mail: [EMAIL PROTECTED]




> *** Makefile.in       Mon Sep 17 02:42:59 2001
> --- Makefile.in.fix   Fri Nov 30 11:23:30 2001
> ***************
> *** 56,62 ****
>   #
> =========================================================================
> #
>   
>   # @author  Pier Fumagalli <mailto:[EMAIL PROTECTED]>
> ! # @version $Id: Makefile.in,v 1.16 2001/09/17 00:42:59 pier Exp $
>   
>   include @TGTDIR@/Makedefs
>   
> --- 56,62 ----
>   #
> =========================================================================
> #
>   
>   # @author  Pier Fumagalli <mailto:[EMAIL PROTECTED]>
> ! # @version $Id: Makefile.in,v 1.16 2001/09/17 00:42:59 pier Exp + fix $
>   
>   include @TGTDIR@/Makedefs
>   
> ***************
> *** 96,102 ****
>   
>   pr_warp_defs.h: $(TGTDIR)/java/Constants.java
>       @$(MECHO) "Generating \"$@\""
> !     @$(CAT) "$<" | \
>           $(GREP) "TYPE_" | \
>           $(SED) "s/public static final int/#define/g" | \
>           $(SED) "y/=;/  /" > $@
> --- 96,102 ----
>   
>   pr_warp_defs.h: $(TGTDIR)/java/Constants.java
>       @$(MECHO) "Generating \"$@\""
> !     @$(CAT) "$?" | \
>           $(GREP) "TYPE_" | \
>           $(SED) "s/public static final int/#define/g" | \
>           $(SED) "y/=;/  /" > $@

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

Reply via email to