RE: Newbie; Sending VC++.NET build output to cmd window

2004-04-02 Thread White, Jeffrey
This is true, but only the Ant output, not the VC++.NET output. It seems that when Ant executes the build, the VC++.NET output is redirected somewhere, or perhaps does not know where to go. The output I'm talking about is the stuff that Visual Studio compiler (and linker) outputs to describe wha

RE: Email alias

2004-04-02 Thread Conelly, Luis (GNF, Contractor)
My customer (the one whom provides me email address) has also a MS Exchange server as mail server; I have tried with aliases, but failed; the content of my MailLogger.properties file is: MailLogger.mailhost=mail.host.ip.address [EMAIL PROTECTED] MailLogger.failure.to=ALIASXXX MailLogger.

Ant SQL Task can define stored procedure?

2004-04-02 Thread Jack Woehr
I am trying to use the Ant SQL task to replace a shell scripting solution but I get errors on a stored procedure. Is it possible to define stored procedures via Ant SQL? In the midst of a stored procedure definition ... select @querystring = "alter table " + @tmptablename + " dro

Filtering on war/jar task

2004-04-02 Thread Ryan Steckel
Is it possible to do filtering "on the fly" with the war/jar task? Or, do I need to copy (with filtering) to a directory, and then jar the files from there? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: mapper and apply task

2004-04-02 Thread Matt Benson
It may be that your executable wants your target filename and your /out: switch to be part of the same argument. There may be a better way, but the first thing that comes to my mind is to extend ExecuteOn (apply) in Java and set up your args in code, including the target file but omitting the "/ou

mapper and apply task

2004-04-02 Thread Mckenna, Rob
Hi I'm using a mapper with targetfile to specify the output names in an apply task, but the executable is not recognizing . The task and output. Any thoughts on what I'm doing wrong? The task and output is below. Rob McKenna

RE: [javacreport] Generating compilation reports

2004-04-02 Thread Stirling, Scott
> From: Roberto Juarez [mailto:[EMAIL PROTECTED] > > I believe most of us know about the task, which > is the counterpart of the task. I also believe that > we all know about the task, but, does anyone know > about a task? I think it would be great to have > such a tool for generating comp

RE: Newbie; Sending VC++.NET build output to cmd window

2004-04-02 Thread Dominique Devienne
The output of goes to the console that started Ant by default. --DD > -Original Message- > From: White, Jeffrey [mailto:[EMAIL PROTECTED] > Sent: Friday, April 02, 2004 1:45 PM > To: 'Ant Users List' > Subject: RE: Newbie; Sending VC++.NET build output to cmd window > > Thanks for the re

RE: Email alias

2004-04-02 Thread Anderson, Rob (Global Trade)
Please read... http://cvs.apache.org/viewcvs/~checkout~/ant/docs/manual/listeners.html?content-type=text/html -Rob Anderson > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Friday, April 02, 2004 11:33 AM > To: [EMAIL PROTECTED] > Subject: RE: Email alia