RE: How to redirect the output of javac?

2005-05-27 Thread Zsolt Koppany
I have already a listener but it doesn't get the output of javac. I don't start javac as on external task (I use I think that the problem is the javac writes its output to System.out. Zsolt >-Original Message- >From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] >Sent: Saturday, May 28,

Re: import Tidy jar, path to jar

2005-05-27 Thread Mark Lundquist
On May 27, 2005, at 4:40 PM, THUFIR HAWAT wrote: yes? No. —ml— - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: import Tidy jar, path to jar

2005-05-27 Thread THUFIR HAWAT
I did a bit of googling, and per put an echo statement in there. I'm working on adding more echo statements to debug this. here's where I'm currently at: [EMAIL PROTECTED] java]$ pwd /home/thufir/java [EMAIL PROTECTED] java]$ cat argFile.txt src/at

Re: import Tidy jar, path to jar

2005-05-27 Thread THUFIR HAWAT
On 5/27/05, Mark Lundquist <[EMAIL PROTECTED]> wrote: ... > That's wrong, I meant to say this: > > > > ... yes? (I'm not at my computer right now, will test later) thanks, Thufir -

Re: How to redirect the output of javac?

2005-05-27 Thread Antoine Levy-Lambert
> --- Ursprüngliche Nachricht --- > Von: "Zsolt Koppany" <[EMAIL PROTECTED]> > Datum: Fri, 27 May 2005 17:30:12 +0200 > > Hi, > > We start ant from our application (in the same VM) and I would like to get > the output of . The ant scripts cannot be modified. How can I do > that? > You can develo

Re: Ant Task: sshexec

2005-05-27 Thread Matt Benson
--- S I <[EMAIL PROTECTED]> wrote: > :) I figured as much. :) On a more serious note, we're always interested in any contributions that might make Ant's documentation better. Even when it deprives us of the immense satisfaction that can only come from producing an unintelligible user manual. -

Re: import Tidy jar, path to jar

2005-05-27 Thread Mark Lundquist
On May 27, 2005, at 9:38 AM, THUFIR HAWAT wrote: On 5/25/05, Mark Lundquist <[EMAIL PROTECTED]> wrote: Hi all, ... So "org.w3c.tidy.Tidy" has absolutely nothing to do with where Tidy.jar lives. It has everything to do with what you see when you do "jar tf Tidy.jar" (try that command and you

Re: import Tidy jar, path to jar

2005-05-27 Thread THUFIR HAWAT
On 5/25/05, Mark Lundquist <[EMAIL PROTECTED]> wrote: Hi all, ... > So "org.w3c.tidy.Tidy" has absolutely nothing to do with where Tidy.jar > lives. It has everything to do with what you see when you do "jar tf > Tidy.jar" (try that command and you'll see what I mean). ahh, thank you for explain

Re: Retaining directory structure with image task

2005-05-27 Thread Erik Hatcher
I concur that this issue should be addressed by fixing the default behavior even at the risk of backwards compatibility issues - I seriously doubt that folks would complain about this change. Erik On May 27, 2005, at 11:18 AM, Antoine Levy-Lambert wrote: Matt Benson wrote: Yes, it a

RE: Ant Task: sshexec

2005-05-27 Thread S I
gw-3.online-age.net (int-ch1gw-3 [3.159.232.67])by ext-ch1gw-8.online-age.net (8.12.11/8.12.11/20050527-JWF) with ESMTP id j4REsEjs013630for ; Fri, 27 May 2005 10:54:14 -0400 Received: from casjcx01nege.ne.ge.com (localhost [127.0.0.1])by int-ch1gw-3.online-age.net (8.12.9/8.12.3/990426-RLH) with

Re: Ant Task: sshexec

2005-05-27 Thread S I
:) I figured as much. :) Original Message Follows From: Peter Reilly <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: Ant Users List Subject: Re: Ant Task: sshexec Date: Fri, 27 May 2005 09:09:44 +0100 MIME-Version: 1.0 Received: from mail.apache.org ([209.237.227.199]) by mc10-f38.h

How to redirect the output of javac?

2005-05-27 Thread Zsolt Koppany
Hi, We start ant from our application (in the same VM) and I would like to get the output of . The ant scripts cannot be modified. How can I do that? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Retaining directory structure with image task

2005-05-27 Thread Antoine Levy-Lambert
Matt Benson wrote: Yes, it appears the patch should default to a flattenmapper rather than an identitymapper... or did you have some other concern? -Matt Hello Matt, the image task now seems to contain a kind of hardcoded flattenmapper. This is not usual for an an ant.task, and I would

RE: Ant Task: sshexec

2005-05-27 Thread Conelly, Luis (GE Energy, Non GE, GENE)
>I wish those of you who are more knowledgeable than the rest >of us NEWBIES, >had more patient and explained things more thoroughly, so some >day we can be >like you guys to pass it on and to help others. :) Not being an Ant Guru, I just have something to say: http://jakarta.apache.org/sit

Re: Retaining directory structure with image task

2005-05-27 Thread Matt Benson
--- Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: [SNIP] > I have had a look at the existing code, and I wonder > whether it will be > possible to fix the problem while maintaining > compatibility. Yes, it appears the patch should default to a flattenmapper rather than an identitymapper... or d

RE: multiple compilations

2005-05-27 Thread McIntosh, Stephen
Thank you for your help, Rob. -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 7:34 PM To: Ant Users List Subject: RE: multiple compilations Setting a property if any compilation fails would work. Try using the ant-conrti task

RE: Login to DB as sys user

2005-05-27 Thread Shatzer, Larry
I don't know about the sql task, but if you have a sql file, and use sqlplus (with an exec task), put this at the top of the file that needs to be run. CONNECT sys/[EMAIL PROTECTED] as sysdba ^ That part is needed. -Original Message- From: Manas Pand

Re: Retaining directory structure with image task

2005-05-27 Thread Jeffrey E Care
http://ant.apache.org/ant_task_guidelines.html -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere Build SWAT Team Lead WebSphere Build Tooling Lead (Project Mantis) https://w3.opensource.ibm.com/projects/mantis "Helmut Lerch" <[EMAIL PROTECTED]> wrote on 05/27/2005 03:58:50 AM: > Hy again, > >

Re: Checking out with CVS_RSH=ssh using ant

2005-05-27 Thread Antoine Levy-Lambert
Hello Todd, have a look at the task, maybe you would need to use it. It contains also a caveat concerning CVSNT. Which cvs.exe are you using ? And which ssh ? You might want to start ant with -debug or -verbose as a command line option, I think that in this case the command lines which are se

Re: Retaining directory structure with image task

2005-05-27 Thread Antoine Levy-Lambert
Helmut Lerch wrote: Hy again, You are not doing anything wrong. Actually, there is a bug report 30373 http://issues.apache.org/bugzilla/show_bug.cgi?id=30373 concerning this in our bug reporting system. You might want to vote for the bug. I think I have solved the problems in the sou

and jdk1.4.2 gives java.langOutOfMemoryError

2005-05-27 Thread Mikael Petterson \(KI/EAB\)
Hi, I have had this problem before but increasing Xms and Xmx solved it (ANT_OPTS). However now it does not. I have tests that is being run. No problem! I also create a coverage report with emma. But when I get to the junitreport-task I get a java.lang.OutOfMemoryError. I am using ant 1.6.2,

Re: Retaining directory structure with image task

2005-05-27 Thread Helmut Lerch
Hy again, > You are not doing anything wrong. Actually, there is a bug report 30373 > http://issues.apache.org/bugzilla/show_bug.cgi?id=30373 concerning this > in our bug reporting system. You might want to vote for the bug. I think I have solved the problems in the source code. What is the easie

Re: Ant Task: sshexec

2005-05-27 Thread Peter Reilly
S I wrote: And speaking of Apache and its contributors...why're the documentations (Tasks or otherwise) written so cryptic and so hard? Just to torment the rest of us? Yes, we take great pleasure in writing crypic documentation. Peter