Re: Ant sshexec random failures

2007-07-10 Thread Kevin Jackson
Hi, Has anyone posted a bug on BZ for this? If we have an open bug report and a patch & test for it, we can perform the fix and get it into the trunk of ant for 1.7.1 Thanks, Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Ant sshexec random failures

2007-07-10 Thread Andrew Goktepe
Regarding my earlier post, the upgrade from JSch 0.1.31 to 0.1.33 did not make any difference. It sounds like that Ant patch will help though. -Andrew On 7/10/07, ruel loehr <[EMAIL PROTECTED]> wrote: I am facing this problem also. Has a bug been opened up for this? I'm unable to find it in

ant doing regression test

2007-07-10 Thread Basha
Hi All, i am haivng a task to do the regression test using ant can any one help in this case. thanks in advance. -- Khadar

Re: Ant sshexec random failures

2007-07-10 Thread ruel loehr
I am facing this problem also. Has a bug been opened up for this? I'm unable to find it in bugzilla Atsuhiko Yamanaka-2 wrote: > > Hi, > > 2007/6/1, ken77 <[EMAIL PROTECTED]>: >> I am having the same exactly problem with the sshexec, the same script >> sometimes works, sometimes it give

RE: xmltask xpath bug ?!, buffer to property ?!

2007-07-10 Thread Rebhan, Gilbert
Hi, Brian -Original Message- From: Brian Agnew [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 3:02 PM To: Ant Users List Cc: [EMAIL PROTECTED] Subject: Re: xmltask xpath bug ?!, buffer to property ?! /* (note: there's an XMLTask mailing list [EMAIL PROTECTED] which is more suita

Re: xmltask xpath bug ?!, buffer to property ?!

2007-07-10 Thread Brian Agnew
Hi Gilbert - (note: there's an XMLTask mailing list [EMAIL PROTECTED] which is more suitable for XMLTask-specific messages, but...) I will have to check on property appends vs. buffer appends and what's expected to work. Note that properties are normally immutable, so I suspect that (for whatever

Re: Checkout source files from subversion using ANT

2007-07-10 Thread sarancse
Thank you Steve. This is working fine. Steve Loughran wrote: > > sarancse wrote: >> Folks >> >> I am working with Red Hat Enterprise Linux environment. >> I have installed ANT, subversion client and used the following target to >> checkout source files from SVN repository. >> >> >>

Re: Create WEB-INF/lib based on path-structure

2007-07-10 Thread DATACOM - Diego
Hmmm, the guy said he had a "path structure", not a "fileset" (look subject of the message). Unfortunately, if he cannot change his path into a fileset, I think he is in trouble. I had exactly the same problem with the War task. All these bugs seem to be related with this problem (does anyone

xmltask xpath bug ?!, buffer to property ?!

2007-07-10 Thread Rebhan, Gilbert
Hi, i have a problem with xmltask 1.14 and xpath. i want a nodelist as property. the relevant xml section looks like that = modul_A 020407_134553535 N modul_B to_be_build J with the xpath expression = //module/*/name/text() i expect to get the nodelist containing both modulnames modul

Re: Create WEB-INF/lib based on path-structure

2007-07-10 Thread Steve Loughran
hezjing wrote: Hi Prashant Thanks for the WAR task description. If I have a path-like structure called "base.path", you should know that app servers will only add WEB-INF/lib/*.jar to their path, not **/*.jar. I normally just copy everything I need to a single directory; you c

Re: Checkout source files from subversion using ANT

2007-07-10 Thread Steve Loughran
sarancse wrote: Folks I am working with Red Hat Enterprise Linux environment. I have installed ANT, subversion client and used the following target to checkout source files from SVN repository.

Checkout source files from subversion using ANT

2007-07-10 Thread sarancse
Folks I am working with Red Hat Enterprise Linux environment. I have installed ANT, subversion client and used the following target to checkout source files from SVN repository.

AW: TImestamping in ANT

2007-07-10 Thread Jan.Materne
http://ant.apache.org/manual/listeners.html#TimestampedLogger Jan >-Ursprüngliche Nachricht- >Von: Alexey Solofnenko [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 9. Juli 2007 19:41 >An: Ant Users List >Betreff: Re: TImestamping in ANT > >I parse the build output in real time and note wh

Re: Create WEB-INF/lib based on path-structure

2007-07-10 Thread Prashant Reddy
On Tue, 2007-07-10 at 12:25 +0530, Prashant Reddy wrote: > >> Based on http://ant.apache.org/manual/CoreTypes/fileset.html, how > do > >> we know the element supports "refid" attribute? > The relevant documentation seem to be here : http://ant.apache.org/manual/dirtasks.html#patterns "We said t