Gus,
I've fixed this. Sorry 'bout that.
Erik
Patrick (Gus) Heck wrote:
I did a checkout of cvs head twice. Got the same thing both times, which would be good except that what I got is very badly broken.
I suspect a bunch of image manip stuff got added in a way that it is compiled as part of bootstrap. I have pasted a snipped version of my attempt to build ant. I can supply the 300+ line version if it would help.
-Gus
[EMAIL PROTECTED] jakarta-ant]$ ./build.sh ... Bootstrapping Ant Distribution ... Compiling Ant Classes Note: Some input files use or override a deprecated API. Note: Recompile with -deprecation for details. ... Copying Required Files ... Building Ant Distribution Buildfile: build.xml
bootstrap:
prepare:
check_for_optional_packages:
build:
Created dir: /home/gus/projects/jakarta-ant/build/lib
Compiling 196 source files to /home/gus/projects/jakarta-ant/build/classes
/home/gus/projects/jakarta-ant/src/main/org/apache/tools/ant/types/optional/image/Arc.java:56: package javax.media.jai does not exist
import javax.media.jai.PlanarImage;
^
/home/gus/projects/jakarta-ant/src/main/org/apache/tools/ant/types/optional/image/ImageOperation.java:57: package javax.media.jai does not exist
import javax.media.jai.RenderedOp;
^
---(big snip)---
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
63 errors
BUILD FAILED
file:/home/gus/projects/jakarta-ant/build.xml:581: Compile failed; see the compiler error output for details.
Total time: 8 seconds ... Failed Building Ant Distribution ! Bootstrap FAILED
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
