RE: Parsing directory names

2006-10-05 Thread Suzanne Dorman
The user specifies the version. If they specify 1.1, I need to get the directories of 1.0 and 1.1 but not 1.1.1 and 2.0. If they specify 1.1.1, I have to get 1.0, 1.1, and 1.1.1. So it's not as simple as just using the version they specify, I have to add some logic to figure out what versions ar

Parsing directory names

2006-10-04 Thread Suzanne Dorman
t any problem but I don't know how to parse the string I get. In fact, I can't find anything for string manipulation in Ant or ant-contrib. Is there such a thing? Thanks in advance for any help, Suzanne Dorman - To un

Does Ant support overlaying of files during Perforce sync?

2005-04-14 Thread Suzanne Dorman
r is Ant not prepared for this? Is the '+' a special character in Ant? Thanks, Suzanne Dorman [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to select the view in p4add?

2005-03-29 Thread Suzanne Dorman
view. I thought it would take the view from my last p4sync but it didn't, it took a previous p4sync view instead. Here is the example from the Ant user manual. It never specifies where the files will be added. Thanks, Suzanne Dorman [EMAIL

FW: Problem picking up correct view in p4labelsync

2005-03-24 Thread Suzanne Dorman
#x27;s commands. When I used the command line functions, I didn't specify a label view and it defaulted to //depot/... The subsequent p4 labelsync worked correctly. Thanks, Suzanne Dorman -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2

Problem picking up correct view in p4labelsync

2005-03-22 Thread Suzanne Dorman
s a bug or am I using these commands incorrectly? I tried to use them the same way I would use the p4 commands. Thank you, Suzanne Dorman [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Getting root directory from Perforce client spec

2005-02-25 Thread Suzanne Dorman
be the only person having this problem with Perforce, right? Or am I way off base here? Also, I'm sorry if this has already been answered but for some odd reason, I can't do a search on 'p4' in this user list. It strips 'p4' off of my search crit

Incremental builds with VSS

2003-09-11 Thread Suzanne . Dorman
My build file gets the files from VSS (Visual Source Safe) to a local directory, compiles the contents of the local directory, and then creates the jars. It does a vssget every time it executes, which then forces a full compile. Is there a way for it to only get files from VSS that are new since t