Re: StarTeam Upgrade

2014-07-22 Thread Steve Cohen
Boy, this brings back memories. I wrote that code a dozen years ago. Haven't used StarTeam for over 10 so I'm not the go-to-guy anymore. Good luck, though! Steve On 07/22/2014 09:05 AM, Stefan Bodewig wrote: On 2014-07-17, Eric Fetzer wrote: We're upgrading our StarTeam version from 2009 t

Re: How do I use ejbDeploy outside of RAD

2006-11-02 Thread Steve Cohen
Branden Kolb wrote: I did look at that. I apologize for my lack of understanding. I thought I could use in my build script to define the ejbDeploy task. I'm guessing from your statement "(antTask is not from ant, it is from websphere)" that I cannot use it? As I stated earlier, I call a b

Re: StarTeam checkout task change

2005-06-17 Thread Steve Cohen
Burgess, Benjamin wrote: I am willing and able to help with the StarTeam tasks (just got company permission). I did a search and found 13 open bugs/enhancements for and am very familiar with StarTeam SDK programming. Perhaps I should contact you (or you me) off list to better understand the p

Re: StarTeam checkout task change

2005-06-09 Thread Steve Cohen
Burgess, Benjamin wrote: Currently the StarTeam Checkout Ant task has an attribute named "forced" with the description: If true, checkouts will occur regardless of the status that StarTeam is maintaining for the file. If false, status will be used to determine which files to check out. Defau

Re: Connection Failures On SSHExec Task

2005-06-04 Thread Steve Cohen
Bill: Can you please set your system clock correctly? It is very disconcerting to see emails in my box dated a month in the future. Bill Winspur wrote: Synopsis I am running ant 6.1.2 on XP Pro and have a test case that produces SSH connection failures by repetitively running the same

Re: FTP Issue

2004-06-03 Thread Steve Cohen
stems Inc. > awt.toolkit : sun.awt.windows.WToolkit > java.vm.info : mixed mode > java.version : 1.4.1_02 > java.ext.dirs : c:\java\j2sdk1.4.1_02\jre\lib\ext > sun.boot.class.path : > c:\java\j2sdk1.4.1_02\jre\lib\rt.jar;c:\java\j2sdk1.4.1_02 > \jre\lib\i18n.jar;c:\java\j2sdk1.4.1_02\jre\lib\sunrsasign.jar;c:\java\j2sd >k 1

Re: Ant's FTP task & library dependencies

2004-05-11 Thread Steve Cohen
If you're using ant < 1.6 then you must continue to use NetComponents-1.3.8.jar. I don't know what net.ipov is all about. Are they enhancements over the regular ant FTP task? On Tuesday 11 May 2004 3:08 pm, Mahdad Zarafshan wrote: > Hi Artemis, > > Thanks. > > My Ant is 1.5.1. > I removed those

Re: Ant's FTP task & library dependencies

2004-05-11 Thread Steve Cohen
You're on the right track. commons-net.jar is the replacement for NetComponents that became required by the FTP task with Ant 1.6 and 1.2.1 is the latest version of commons-net. The other thing you need on your classpath is jakarta-oro, any version after 2.0.1 and you should be good to go. On

Re: FTP problem in Ant 1.5.3

2004-04-06 Thread Steve Cohen
No, this is wrong. Ant < 1.6 requires NetComponents.jar, what commons-net used to be called. Ant >= 1.6 requires commons-net On Tuesday 06 April 2004 11:21 am, [EMAIL PROTECTED] wrote: > It seems that you need the Commons-Net library [1]. > I don“t know how to update Eclipse from Ant 1.5 to 1.6,

RE: *.java to *.class?

2003-04-02 Thread Steve Cohen
It would probably be easier to simply organize your compile so that the output .class files go to a different directory from where the .java files are. Then you simply define a fileset on that directory and use that to build your jar. -Original Message- From: Keith Hatton [mailto:[EMAIL P

RE: Include xml file in build.xml

2003-03-02 Thread Steve Cohen
One thing that's wrong is that it won't work in a heterogenous environment where some machines are using Windows and others unix. In that case, this can work: http://central.yourdomain.com/dir/repository.xml";> ]> Of course, this address would have to be behind the firewall, on a machine with a

RE: question

2003-02-26 Thread Steve Cohen
: question The re-definition takes place, with a warning on the console. --DD -Original Message----- From: Steve Cohen [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 12:57 PM To: Ant Users List Subject: RE: question I had been hoping to write a buildfile, not a task. The build

RE: question

2003-02-26 Thread Steve Cohen
Ant Users List Subject: Re: question Sorry... I guess I'm confused. I thought originally you were writing a custom task and wanted it to be flexible about whether a datatype existed or not. But, yes, the is in 1.6, not 1.5. Erik On Wednesday, February 26, 2003, at 12:56 PM, St

RE: question

2003-02-26 Thread Steve Cohen
TED] Sent: Wednesday, February 26, 2003 11:51 AM To: Ant Users List Subject: Re: question On Wednesday, February 26, 2003, at 12:34 PM, Steve Cohen wrote: > I'm not sure I'm following you. What does "look it up internally" > mean? Look at Reference.java in Ant's c