Hi Juraj,

The message 'Das System kann den angegebenenen Pfad nicht finden' comes
probably from your CVS server.

This sounds like a wrong cvs root, or a repository location which does not
match with the root.


If you have omitted the dest attribute from your cvs invocation, and the
current directory where ant is running does not have a CVS subdir,
cvs update will ask the server for an update of ??? do not know for sure.


If you did not omit the dest attribute and you are doing your update like
this :

<cvs cvsroot=":ext:[EMAIL PROTECTED]:/daten/cvs/rep" dest="${ws.dir}"
command="update"/>


It means that on "host" :

- there is no path /daten/cvs/rep

- or there is no path /daten/cvs/rep/[directory pointed to by file
${ws.dir}/CVS/Repository]

Antoine

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 12. November 2003 08:38
An: [EMAIL PROTECTED]
Betreff: CVS task


Hi,

I have some problems while executing the CVS-task. If I run the build from
Excelipse everything works fine. While execution from the command line I get
the following exception. It seems that ANT cannot find the CVS path??? Has
someone an idea, why?

Thanks,
Juraj

$ ant -verbose
Apache Ant version 1.5.3 compiled on April 16 2003
Buildfile: build.xml
Detected Java version: 1.3 in: c:\java\jdk1.3.1_04\jre
Detected OS: Windows 2000
parsing buildfile build.xml with URI = file:c:/cvscheckout/....
Project base dir set to: C:\cvscheckout\......
 [property] Loading C:\cvscheckout\......\build.properties
Build sequence for target `all' is [prepare, update, compile, jar, doc, all]
Complete build sequence is [prepare, update, compile, jar, doc, all, clean]

prepare:
update:
      [cvs] Executing 'cvs' with arguments:
      [cvs] '-d:ext:[EMAIL PROTECTED]:/daten/cvs/rep'
      [cvs] 'update'
      [cvs]
      [cvs] The ' characters around the executable and arguments are
      [cvs] not part of the command.
      [cvs] cvs update: warning: unrecognized response `Das System kann den
angegebenen Pfad nicht f
inden.
      [cvs] ' from cvs server
      [cvs] cvs [update aborted]: end of file from server (consult above
messages if any)




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • CVS task Juraj . Lenharcik
    • Antoine Lévy-Lambert

Reply via email to