RE: ant and starteam

2001-09-13 Thread Carter A. Thompson
Troy, The error message you're getting is due to a lack of encryption support on your solaris machine. Starteam is expecting encrypted RSA RC4 data from the client. Either install the encryption libraries or turn encryption off under Starteam Server Properties. BTW: If your Starteam server

RE: Calling Ant from a JSP page

2001-09-12 Thread Carter A. Thompson
nds? Meaning I can't instantiate an Ant Object and call a build > command? > > Ray > > -Original Message- > From: Carter A. Thompson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 12, 2001 1:04 PM > To: [EMAIL PROTECTED] > Subject: RE: Calling Ant from a J

RE: Calling Ant from a JSP page

2001-09-12 Thread Carter A. Thompson
I have a JSP page that runs a Perl script that calls Ant. In your case I suppose you could just substitute the perl script for an Ant call directly. In your JSP Page use something like this: Process myProc = Runtime.getRuntime().exec("cmd /c ant"); or for Unix use one of the various shells a

Exit Code

2001-07-19 Thread Carter A. Thompson
Does anyone know if the future builds of ant will include a valid exit code? Successful builds and failed builds both exit 0. C:/>ant Buildfile: build.xml does not exist! Build failed C:/>echo $? 0 Bummer. Carter. -- Carter A. Thompson Lead Release Engineer Voxeo Corporatio