help - uptodate task clarification needed please.

2002-02-21 Thread Jeff Vincent
Could someone please help me clarify the usage of the uptodate task in ANT (v1.4.1) ? I have the following files: ./build.xml ./Lexer.g ./gensrc/Lexer.java ./gensrc/LexerTokenTypes.java ./gensrc/LexerTokenTypes.txt The 'gensrc' directory is peer to both the Lexer.g file and my build.xml file.

Re: help - uptodate task clarification needed please.

2002-02-21 Thread Jeff Vincent
ACK!! — Thank you. I really need more sleep. [EMAIL PROTECTED] 02/21/02 07:42PM --- Jeff Vincent [EMAIL PROTECTED] wrote: target name=isUpToDate uptodate property=buildLexer targetfile=gensrc/Lexer.java srcfiles dir=. includesfile=Lexer.g/ /uptodate /target

Netbeans/ANT integration and classpath issue

2002-02-08 Thread Jeff Vincent
Could someone please explain something to me. I am trying to use ANT for the first time as it exists in the NetBeans 3.3.1 integrated environment (ANT 1.4.1?). I am trying to use it to generate source from an ANTLR '.g' file using the ANTLR task. However it tells me