Thanks. -debug offers no clues. Its very strange. No error messages, it just
stops.
>From the debug output:
Build sequence for target `build' is [prepare, prepare-src,
check_for_optional_packages, javacc2_0, antlr, build]
After a clean:
If I remove the antlr target, the build target executes.
If I switch the antlr and javacc2_0 target, it still stops after the antlr
target completes.
If I comment out the antlr task (not the target), the build target executes.
So there is something about the antlr task .... I'll keep looking
Richard Emberson
Stefan Bodewig wrote:
> On Wed, 12 Dec 2001, Richard Emberson <[EMAIL PROTECTED]> wrote:
>
> > A week or so ago my ant build file stopped working (I've been
> > updating via CVS every couple of days).
>
> I'm not aware of any changes that should affect your builds in that
> way.
>
> Last Changes:
>
> ANTLR.java
> revision 1.4
> date: 2001/11/18 15:59:18; author: sbailliez; state: Exp; lines: +88 -11
> ANTLR task will now work with the jar being in ${ant.home}/lib rather than in
> the classpath.
>
> JavaCC.java
> revision 1.10
> date: 2001/11/26 11:03:52; author: bodewig; state: Exp; lines: +1 -0
> JDK 1.1 compatibility.
>
> Javac.java
> revision 1.78
> date: 2001/12/07 20:45:38; author: umagesh; state: Exp; lines: +10 -0
> Added a protected method "recreateSrc" to help task writers who extend
> Javac.
>
> The only thing "a week or so" ago would be the patch to <javac> which
> doesn't look related at all. See
> <http://cvs.apache.org/viewcvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Javac.java.diff?r1=1.77&r2=1.78>
>
> Does ant -debug give any clues?
>
> Stefan
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>