On Tue, 1 Apr 2003 03:03 pm, Conor MacNeill wrote:
>
> If input is not
> provided in this form and a task requests input it will be sent eventually
> to the System.in stream.
Just to update - this is true for in-VM Java tasks only. External tasks such
as and forked can only get input from a fi
On Tue, 1 Apr 2003 12:59 pm, Oki DZ wrote:
> Hi,
>
> I have something like the following in my build.xml:
>
>
>
>
>
>
> MyClass uses Readline.readline() (from
> java-readline.sourceforge.net). Unfortunately, the input is suppressed
> by Ant (meaning, the prompt is not display
Hi,
I have something like the following in my build.xml:
MyClass uses Readline.readline() (from
java-readline.sourceforge.net). Unfortunately, the input is suppressed
by Ant (meaning, the prompt is not displayed). How can I get it working?
BTW, if I use BufferedReader an
Using AnthilPro 2.0.8.188, I have a build track that never completes- the
status never gets past "BUILDING - Labeling Build", and Catalina,log keeps
getting the following repeated messages:
475904455 DEBUG com.urbancode.anthill2.impl.ui.DefaultUIModule - Requested
module
id: Build Owner][com.urb
I'd read up on Adobe Acrobat and figure out how to create a PDF on the
command line. I'm sure there's a way to do it.
Then, to make ant do your dirty work, use the task.
-Original Message-
From: Donal Quinlan [mailto:[EMAIL PROTECTED]
Sent: Monday, March 31, 2003 5:38 PM
To: Ant
Right now, our tech writers write documentation with Adobe Framemaker and manually
build the PDF. Does anybody know how to with ant, or any other tool for that matter,
automatically generate pdf's from the Framemaker format.
What I want to do is checkout the framemaker files, generate the pdf's,
> But we've encountered it in Axis, I am part way through writing a
> commons-logging adapter that binds commons-logging data to the ant
> output levels. So your code uses commons-logging internally, to bind to
> whatever, and in ant it gets the ant log system
Yea, that's true; I could just mod
Hammad Sophie wrote:
Hello fellow ant users!
I started using jstl on my project a few months ago. Currently, we have some
legacy jsps which dont use jstl and other 'newer' ones which do.
My problem: While my old non-jstl jsp precompile happily, I keep getting
Nullpointer exceptions for jsps which
Mike McNally wrote:
I've got some tools that are wired into ant via separate adapter
classes (that implement Task). I'd like to keep the tools such that
they're not directly dependent on Ant classes, but I'd also like to
make them smarter when used in Ant. Specifically, I'd at least like
to be ab