RE: pulling out the code from SourceSafe

2001-04-16 Thread Shannon Wagner
correct database. When you set the env.bat with ssdir and then ssdir also is used as the path for the executable in vssget, how is this consistent/resolved? Is there away of echoing or finding out what ssdir is set to. Dana -Original Message- From: Shannon Wagner [mailto:[EMAIL PROTECTE

RE: Using JDKs with jar files

2001-04-16 Thread Shannon Wagner
Isn't it possible to use the "target" attribute of the task to accomplish this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 10:00 AM To: [EMAIL PROTECTED] Subject: Re: Using JDKs with jar files The only way I know of to accomplish

RE: pulling out the code from SourceSafe

2001-04-13 Thread Shannon Wagner
TCOLLINS_D\VSS\COMDev And FTCOLLINS is one of my network places. -Original Message- From: Shannon Wagner [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 11:18 AM To: '[EMAIL PROTECTED]' Subject: RE: pulling out the code from SourceSafe Sorry - I don't k

RE: pulling out the code from SourceSafe

2001-04-13 Thread Shannon Wagner
e because when I execute ss.exe I get into "help". Do you run you env.bat just before the ant build? I think this is still my problem. I get this: [vssget] $/path/to/project/in/vss is not an existing filename or project. Is \\SERVER\path\to\vss_database explicitly what is mapped onto your pc

RE: pulling out the code from SourceSafe

2001-04-13 Thread Shannon Wagner
t the code from SourceSafe Thanks Shannon, I'm closer but still not there. Am I wrong in observing that vssget tries to execute ss.exe? Should it not be ssexp.exe? -Original Message- From: Shannon Wagner [mailto:[EMAIL PROTECTED]] Sent: Friday, April 13, 2001 9:49 AM To: '[EMAIL PRO

RE: pulling out the code from SourceSafe

2001-04-13 Thread Shannon Wagner
Dana, We're using code similar to the following: ... rem setenv.bat - This part runs in a batch script. rem rem You seem to need to have this environment variable rem set in order for VSS to find the database. set ssdir=\\SERVER\path\to\vss_database ... -Original Message- From: Dana

RE: environment variables

2001-04-12 Thread Shannon Wagner
I haven't seen an obvious way to do this sort of thing yet. I haven't tested the sample below, but I think something along these lines would work, if you can't find anything more direct. ... ... -Original Message- From: N. J. O'Neill [mailto:[EMAIL PROTECTED]

RE: pulling out the code from SourceSafe

2001-04-12 Thread Shannon Wagner
nstall "optional.jar" ? -----Original Message- From: Shannon Wagner [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 10:46 AM To: '[EMAIL PROTECTED]' Subject: RE: pulling out the code from SourceSafe You need to use the "vssget" task. The documentation is ava

RE: pulling out the code from SourceSafe

2001-04-12 Thread Shannon Wagner
You need to use the "vssget" task. The documentation is available here: http://jakarta.apache.org/ant/manual/OptionalTasks/vssget.html It's an optional task, so you'll need to make sure you've included "optional.jar" in your Ant installation. You can download "optional.jar" here if you don't a

RE: running tasks in the background

2001-04-10 Thread Shannon Wagner
I had actually thought that this was the default functionality. ie, that Ant would not wait while an arbitrary process finished execution, but would just continue with other tasks. We're actually having a problem here where we are using a third-party tool to create jars, and we need Ant to wait

RE: JDK problem

2001-04-04 Thread Shannon Wagner
out how to use target attribute of the javac task ? Thank you -Original Message----- From: Shannon Wagner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 2001 11:21 AM To: '[EMAIL PROTECTED]' Subject: RE: JDK problem I think that you may have to use the "target" at

RE: JDK problem

2001-04-04 Thread Shannon Wagner
I think that you may have to use the "target" attribute of the "javac" task. I haven't used it or had a chance to test it yet, though, so I'm not certain if this solves the problem. - shannon -Original Message- From: Pinar Bicioglu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 04, 20