javac compilation error

2001-09-20 Thread Tan, Ming
Hi, all: I am getting this error that looks like insufficient memory..any clues? Please help [javac] [parsing completed 10ms] [javac] [parsing started C:\JarBuild\JAR Source\badiyan\com\badiyan\corpu\business\TextchoiceResultForm.java] [javac] [parsing completed 10ms] [javac] [pars

jar update

2001-09-18 Thread Tan, Ming
Hi, all: I have ANT 1.4, which has the "update" attribute for the jar task. However, it still doesn't work as I expected. After I ran it, it only updated the manifest file. Please help. Here's my code: -Ming -Original Message- From: Pugh, Eric [mailto:[EMA

RE: error running ant

2001-09-13 Thread Tan, Ming
Thanks! it works! -Original Message- From: Daisy Guo [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 11:11 AM To: '[EMAIL PROTECTED]' Subject: RE: error running ant set classpath= then run ant -Original Message----- From: Tan, Ming [mailto:[EMAIL PROTEC

error running ant

2001-09-13 Thread Tan, Ming
Hi, all: Does anyone know why this is happening when I tried to run ANT? Exception in thread "main" java.lang.NoClassDefFoundError: Connectors\classes; Thanks in advance Ming Tan

Mail Task

2001-06-28 Thread Tan, Ming
Hi, all: I have a question about using the Mail task. I have the name of the mailhost, however, when I tried to run the target below, I received this error: C:\CLE\buildLegalEdCenter.xml:321: IO error sending mail: Unexpected reply to co mmand: RCPT TO: <[EMAIL PROTECTED]>: 550 <[EMAIL PROTECTED

RE: VSSGET label attribute

2001-06-19 Thread Tan, Ming
he project ... just the parent folder. Would it be possible to post your code up again? I somehow missed it. Felice -----Original Message- From: Tan, Ming [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 1:58 PM To: '[EMAIL PROTECTED]' Subject: VSSGET label attribute Hi,

VSSGET label attribute

2001-06-19 Thread Tan, Ming
Thanks in advance. -Ming -Original Message- From: Nico Seessle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 19, 2001 12:51 PM To: [EMAIL PROTECTED] Subject: Re: VSSGET label attribute - Original Message ----- From: "Tan, Ming" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

RE: VSSGET label attribute

2001-06-19 Thread Tan, Ming
esday, June 19, 2001 12:51 PM To: [EMAIL PROTECTED] Subject: Re: VSSGET label attribute - Original Message ----- From: "Tan, Ming" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 4:28 PM Subject: RE: VSSGET label attribute > Hi, Nico: >

RE: VSSGET label attribute

2001-06-19 Thread Tan, Ming
To: [EMAIL PROTECTED] Subject: Re: VSSGET label attribute - Original Message - From: "Tan, Ming" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 12:17 AM Subject: VSSGET label attribute > "C:\Program Files\Microsoft Visual Studio\C

VSSGET label attribute

2001-06-18 Thread Tan, Ming
Hi, all: Below is my ANT task to get files from VSS. What I don't understand is that I keep getting the error specified in Section# 2. Even though I know the I have a valid label. The job would run if I took out the label attribute. Please helpThanks -Ming Section#1: