Re: Getting input

2003-03-31 Thread Conor MacNeill
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

Re: Getting input

2003-03-31 Thread Conor MacNeill
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

Getting input

2003-03-31 Thread Oki DZ
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

Build Never Completing

2003-03-31 Thread George_Schlitz
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

RE: automatically generating pdf's from framemaker

2003-03-31 Thread Matt Reason
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

automatically generating pdf's from framemaker

2003-03-31 Thread Donal Quinlan
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,

Re: simple log level determination

2003-03-31 Thread Mike McNally
> 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

Re: jspc, tomcat, jstl nullpointer exceptions

2003-03-31 Thread Steve Loughran
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

Re: simple log level determination

2003-03-31 Thread Steve Loughran
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