This means that cvs.exe is not in your path;
Cheers
Antoine
>
> init:
> [cvs] Caught exception: CreateProcess: cvs -
> d:pserver:[EMAIL PROTECTED]:/home/cvspublic checkout ant error=2
>
-
To unsubscribe, e-mail: [EMAIL
Hi Jan,
thanks. I've got it working now. I updated my source. More specifically
though I'm not sure what I was doing wrong.
Now that I've got it working, I would like to use propertyregex to add
carriage returns and indents to a string, replacing colons. I've got this:
I am trying to use
Hello
I'm new to ANT and I am trying to use the ANT's CVS task to retrieve
some sources from a CVS server. I wrote a simple build.xml file but
after running it I get the folowing message:
D:\ANT_TESTS>ant
Buildfile: build.xml
init:
[cvs] Caught exception: CreateProcess: cvs -
d:pserver:[E
This problem is fixed in ant 1.6alpha (nightly builds).
See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18667
You can download a nightly build from :
http://cvs.apache.org/builds/ant/nightly/
Cheers.
Antoine
- Original Message -
From: "Rutger Hofman" <[EMAIL PROTECTED]>
To: "Ant Users
When I try to run a javah task with the most recent SUN Windows jdk
(j2sdk 1.4.2 beta) it turns out that the API of com.sun.tools.javah.Main
has changed. The javah task requires this constructor:
public com.sun.tools.javah.Main(java.lang.String[]);
which seems to have disappeared:
C:\TEMP>jav
The code worked on my machine
- Win 2000
- JDK 1.4.0_02
- Ant 1.6 (compiled on 2003-06-16 from CVS source tree)
- ant/lib includes
- jakarta-oro-2.0.7.jar
- jakarta-regexp-1.2.jar
Maybe one of these libs is needed. It try to "comment" them out ...
With
27.804 ant-contrib-20030617.jar
No I don't think it's your code. I think I'm missing another jar. It's
ant.util.regexp.RegexpFactory which is complaining. Do you know what I'm
missing?
file:///home/adam/src/projects/linklibrary/build.xml:156: No supported
regular expression matcher found
at
org.apache.tools.ant.util.
The other option that you can think of is to use Javascript inside your
build.xml to read the date of build.xml before and after.
Antoine
- Original Message -
From: "Harkness, David" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Friday, June 20, 2003 1:28 AM
Subject: Ch