Re: CHMOD Problem

2006-06-23 Thread glenn opdycke-hansen
Some things to check: 1. what version of ant is being used? The version of ant might pre-date support for chmod 2. is ${REAL} set to the correct value? I just had a problem where a property was not set as expected. 3. try setting verbose="true" for chmod task and run again. --glenn -

Re: Re: Looking for a custom task for classes generation using Oracle Jaxb

2006-06-23 Thread Antoine Levy-Lambert
Hello Dominique, thanks for your help. I have found your bugzilla record : http://issues.apache.org/bugzilla/show_bug.cgi?id=14640 Regards, Antoine Original-Nachricht Datum: Fri, 23 Jun 2006 08:42:18 -0500 Von: Dominique Devienne <[EMAIL PROTECTED]> An: Ant Users List Betref

Re: Re: Looking for a custom task for classes generation using Oracle Jaxb

2006-06-23 Thread Antoine Levy-Lambert
Hello Steve, thanks for your suggestions. Regards, Antoine Original-Nachricht Datum: Fri, 23 Jun 2006 15:01:32 +0100 Von: Steve Loughran <[EMAIL PROTECTED]> An: Ant Users List Betreff: Re: Looking for a custom task for classes generation using Oracle Jaxb > Antoine Levy-Lambe

Re: Capturing Output of a Spawned Java Process?

2006-06-23 Thread Dominique Devienne
Because the typical use case spawn is to have the spawned process outlive the Ant process. Pumping the out/err streams of the process would prevent the Ant VM from exiting, no? I'm no specialist of System.exec. If you can provide a patch that allows Ant to pump the streams while still alive, and

Re: Capturing Output of a Spawned Java Process?

2006-06-23 Thread Aaron Davies
Well why not? I'm looking through the Execute code, and it looks like ant deliberately throws away the output of a spawned process. What's the design philosophy behind this? On 6/23/06, Dominique Devienne <[EMAIL PROTECTED]> wrote: I don't think it is. Unless you spawn a shell that executes your

Re: CHMOD Problem

2006-06-23 Thread Dominique Devienne
Don't know. Try with perm="777" perhaps. --DD On 6/23/06, Wurm, Markus <[EMAIL PROTECTED]> wrote: Hi, I got a problem with using chmod as task: (in RedHat Linux) In the -verbose log it says that all the files in $REAL are updated but they all still have no execute right

Re: Capturing Output of a Spawned Java Process?

2006-06-23 Thread Dominique Devienne
I don't think it is. Unless you spawn a shell that executes your command, doing the redirection. --DD On 6/23/06, Aaron Davies <[EMAIL PROTECTED]> wrote: Is it possible to capture the stdout and stderr of a spawned Java process (i.e. a )? It's rather hard to debug without that. -- Aaron Davies [

Capturing Output of a Spawned Java Process?

2006-06-23 Thread Aaron Davies
Is it possible to capture the stdout and stderr of a spawned Java process (i.e. a )? It's rather hard to debug without that. -- Aaron Davies [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

CHMOD Problem

2006-06-23 Thread Wurm, Markus
Hi, I got a problem with using chmod as task: (in RedHat Linux) In the -verbose log it says that all the files in $REAL are updated but they all still have no execute rights :-( Why does chmod work on the shell and not with ant when started with the same user. T

Re: Looking for a custom task for classes generation using Oracle Jaxb

2006-06-23 Thread Steve Loughran
Antoine Levy-Lambert wrote: Hi, in the makes I am taking care now, we are using a macrodef built around oracle.xml.jaxb.orajaxb. It has 3 disadvantages : - *not* really failing on error, sounds like a bug in oracle's app. - when the XSD's are wrong, the error message is laconic you c

How to set PATH in EXEC task

2006-06-23 Thread Wurm, Markus
Hi I got a problem setting the correct PATH env in an exec task, I wrote it like: The problem is that the PATH setting is ignored and the system property in the build machine is used instead. I even used newenvironment="true" but it did not help; ANT a

Re: Looking for a custom task for classes generation using Oracle Jaxb

2006-06-23 Thread Dominique Devienne
I do, one that used SUN's jaxb. But since it was using internally, most of the processing done should be easily applicable to Oracle's Jaxb I suppose. I posted it in BugZilla a while back. --DD On 6/22/06, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Hi, in the makes I am taking care now, w

Re: AW: Documentation v1.6.5

2006-06-23 Thread pacqa100
Sorry, I hadn't got that far yet. Thank you. Peter Quoting [EMAIL PROTECTED]: > It's part of each release. > > Jan > > >-Ursprüngliche Nachricht- > >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > >Gesendet: Freitag, 23. Juni 2006 10:41 > >An: Ant Users List > >Betreff: Documentati

AW: Documentation v1.6.5

2006-06-23 Thread Jan.Materne
It's part of each release. Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 23. Juni 2006 10:41 >An: Ant Users List >Betreff: Documentation v1.6.5 > >I've looked for an offline version of recent Ant documentation >(PDF, ZIPped HTML, w

Documentation v1.6.5

2006-06-23 Thread pacqa100
I've looked for an offline version of recent Ant documentation (PDF, ZIPped HTML, whatever), v1.6 or later. Does anyone know where I can get a copy? Thank you Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm