Re: Does Ant support overlaying of files during Perforce sync?

2005-04-14 Thread Antoine Levy-Lambert
Hello Suzanne, I do not think that Ant knows how to support this. If you want to ... you could file a bug report and attach to it suggested patches. Cheers, Antoine Suzanne Dorman wrote: As of version 2004.2 (I believe), Perforce supports overlaying files from the depot to the local drive. For e

Does Ant support overlaying of files during Perforce sync?

2005-04-14 Thread Suzanne Dorman
As of version 2004.2 (I believe), Perforce supports overlaying files from the depot to the local drive. For example, if my clientspec specifies the following: //depot/EDITSolutions/DummyB2/... //BuildClient/DummyB2/... +//depot/EDITSolutions/HedgeFundDummyBase/... //BuildClien

RE: port information

2005-04-14 Thread Dominique Devienne
On my Win2K box, it's at the usual place: C:\>which netstat C:\WINNT\system32/netstat.exe --DD > -Original Message- > From: [EMAIL PROTECTED] > > Probably something needs to be in windows path for your specific command > to be executed. > > The standard way is netstat -an. > -Orig

RE: port information

2005-04-14 Thread Srikrishna_Parthasarathy
Probably something needs to be in windows path for your specific command to be executed. The standard way is netstat -an. -Original Message- From: Radha Sangal [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 4:03 PM To: Ant Users List Subject: RE: port information Thanks I think

RE: port information

2005-04-14 Thread Radha Sangal
Thanks I think this is it. I tried executing this command at command prompt but it's not getting recognized. Any suggestions? http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs /en-us/netstat.mspx -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: port information

2005-04-14 Thread Srikrishna_Parthasarathy
Try to execute netstat -an command inside ant. -Original Message- From: Radha Sangal [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 3:36 PM To: Ant Users List Subject: port information Hello All, I donno if this is even possible with ant, but I need to write a script/figur

Tar package in Ant!

2005-04-14 Thread Ram Myneni
Hi All, I am using Ant Tar package to extract the archive .tar.gz. I am facing problems on Solaris if there is a space in the directory name. Do any one of you had a similar problem and fixed it? Ram Myneni - To unsubscribe, e-m

port information

2005-04-14 Thread Radha Sangal
Hello All, I donno if this is even possible with ant, but I need to write a script/figure out a way to find out what applications are running on which port on windows machine. Any advice would help. Thanks.

what XSLT processor does Ant use? (to report bug)

2005-04-14 Thread Daniel B.
What XSLT processor does Ant 1.6.2 use when run on Sun JDK 1.5.0 (5.0)? (I'm trying to find the right place to report an XSLT-processing bug.) Thanks, Daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

AW: XmlLogger File broken

2005-04-14 Thread Huditsch Roman
No, not durign the ant process Maybe I need to give ant more memory to use? Actually, I didn't find the right place in my ant.bat to do this Would that fix the problem? wbr, Roman > -Ursprüngliche Nachricht- > Von: Conor MacNeill [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag,

Re: XmlLogger File broken

2005-04-14 Thread Conor MacNeill
Are you processing the log file you are in the process of generating? That would explain why it's not complete. Perhaps you need to have a two phase approach? Conor Huditsch Roman wrote: Hi, After bringing my ant XSLT transformation workflow to work with your great help, I encountered that I ge

XmlLogger File broken

2005-04-14 Thread Huditsch Roman
Hi, After bringing my ant XSLT transformation workflow to work with your great help, I encountered that I get rather strange XML log files by the XMLLogger. The XML log files seems to be brocken in the middle. Here is my output (using the default output method):

RE: Setting log level of the XmlLogger

2005-04-14 Thread Ninju Bohra
So there is no way to set the log level used by the XmlLogger at the command line ? I was hoping to find a "per-instance" way to set the level. I was not planning to adjust the level for all ANT sessions, just the one initiated by CruiseControl. I was hoping for a -Dorg.apache.tools.ant.XmlLogge

Re: Error output from javac compiles being blocked

2005-04-14 Thread Kristian Perkins
it works OK for me, maybe its ants logging 'adornments' which is wrapping the output and throwing you. try running ant with -emacs or logging output to a file. It can be hard to decipher what the ^ is pointing to when lines are longer than the console width. Asfand Yar Qazi wrote: Hi, I like

task ->read file -> output propertyfile

2005-04-14 Thread Rebhan, Gilbert
Hi, i want to write an own task, that reads in a txtfile and generates a propertyfile out of specific contents. Some values are always on the same line, some propertys may be multiline text with variable length. Optional maybe it should be possible to search for regexp, but that's not important

Re: Help with some shell script and ssh command problems...

2005-04-14 Thread Ricky Clarkson
>From the SSH man page: (B (B"Using the default values for (B PreferredAuthentications, the client will try to authenticate first using (B the hostbased method; if this method fails, public key authentication is (B attempted, and finally if this method fails, keyboard$B!>(Bintera

AW: Copiing newer files to a directory [was: using file names]

2005-04-14 Thread Huditsch Roman
Thanks a lot for all the helpful answers and suggestions! You helped me a lot! wbr, Roman > -Ursprüngliche Nachricht- > Von: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 14. April 2005 07:09 > An: Ant Users List > Betreff: Re: Copiing newer files to a directory

Re: bug in ant 1.6.3 beta1?

2005-04-14 Thread Stefan Bodewig
On Wed, 13 Apr 2005, Greg Gimler <[EMAIL PROTECTED]> wrote: > This is probably the wrong forum to submit a bug for ant so I'll > apologize in advance and hope that someone can redirect me to a more > approrpriate place to discuss bugs. The bug database would be the place to report and discuss bug