RE: VSS task? - sorry for my mistake

2003-09-22 Thread Bui Dinh Chien
That is cause of: In Ant's MSVSS.java file, in [run] method: protected int run(Commandline cmd) { try { Execute exe = new Execute(new LogStreamHandler(this, Project.MSG_INFO, Project.MSG_WARN)); // If location of ss.ini is specified we need to set the

VSS task? - sorry for my mistake

2003-09-22 Thread Bui Dinh Chien
That is not PATH environment variable, that is SSDIR environment variable. Thanks so much -Original Message- From: Bui Dinh Chien Sent: Monday, September 22, 2003 3:30 PM To: Ant Users List Subject: VSS task? When PATH environment variable has a path point to an srcsafe.ini. Ant will

VSS task?

2003-09-22 Thread Bui Dinh Chien
When PATH environment variable has a path point to an srcsafe.ini. Ant will use this path instead of path that was set by serverPath = "specified_path". How can I do to use path that was set by serverPath = "specified_path" Best regards Chien ---

RE: Can I use Japanese for basedir?

2003-09-05 Thread Bui Dinh Chien
OK, I saved my build file with UTF-8 and now I can use Japanese for basedir --- Sure ok, was joking Java supports unicode (I think) and xml, too. So change the xml header to your appropriate encoding (I use ) and try it out. ... and let us know the result :-) Jan > Subject: Can I use

Can I use Japanese for basedir?

2003-09-05 Thread Bui Dinh Chien
Dear all, Can I use Japanese for basedir? and how I have to do? Thanks Chien - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to catch an error of one Ant task in my own task?

2003-08-06 Thread Bui Dinh Chien
oh my God, very simple :-) Thanks Jan >Catch their BuildException and do what you want. >Jan > Logic of my question is: > > I write a my own task, in my own task I use some Ant tasks. > So how can I catch error of Ant tasks to write into a logging file or > simply print out into command window.

.Ô: Have you imported a source file into Visual Age for Java

2003-07-24 Thread Bui Dinh Chien
Thanks for your help, I grabed a source distribution (apache-ant-1.5.3-1-src.zip) and built Ant by myselt as guide in http://ant.apache.org/manual/installlist.html (I have downloaded all needed libraries as required already). But im may Jar file (ant.jar and option.jar) not contain VAJ task? Pls te

Have you imported a source file into Visual Age for Java

2003-07-22 Thread Bui Dinh Chien
Hi all, Now I am trying to import a source file into VAJ but I can not. My VAJ repository is local repository and my build file has followed lines And when I run Ant, this exception occured BUILD FAILED java.lang.NullPointerException at org.apache.tools.ant.DirectoryScanner.g