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
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
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
---
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
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]
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.
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
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