--- Jorge Cardenas <[EMAIL PROTECTED]> wrote:
> cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot
> checkout error=2
Usted necesita agregar el directorio donde 'cvs.exe' vive a su %Path%.
Diane
=
([EMAIL PROTECTED])
__
Do You Yahoo!?
Ya
I have a linux server where this the cvs server, this is path
/usr/root/cvsroot created as root and with the corresponding permissions
and I have my client in Win NT I have a file build.xml where I connect the
server of the following way:
cvsroot works but cvs no. The following error app
Users List" <[EMAIL PROTECTED]>
Sent: Friday, April 05, 2002 5:18 PM
Subject: Re: problem with cvs task
> --- Salma Saad <[EMAIL PROTECTED]> wrote:
> > I am using cvs for NT which I installed myself and I know thats where
> > the path is pointing too
>
> Can you ve
-
From: Salma Saad [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 3:05 PM
To: Ant Users List
Subject: Re: problem with cvs task
Yes all directories exist. I can do the same command successfully on the
command line (DOS and Cygwin). What do you mean by local prefix?
--
{ http://trelo
--- Salma Saad <[EMAIL PROTECTED]> wrote:
> I am using cvs for NT which I installed myself and I know thats where
> the path is pointing too
Can you verify that, using the task to run 'cvs -version'?
Have you tried using the Cygwin 'cvs' (assuming it's not actually the one
already being used)?
]>
Sent: Friday, April 05, 2002 4:53 PM
Subject: RE: problem with cvs task
> Please also try to add "local" prefix. Are you sure that all mentioned
> directories exist?
>
> - Alexey.
>
> -Original Message-
> From: Salma Saad [mailto:[EMAIL PROTECTED]]
Please also try to add "local" prefix. Are you sure that all mentioned
directories exist?
- Alexey.
-Original Message-
From: Salma Saad [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 2:52 PM
To: Ant Users List
Subject: Re: problem with cvs task
I tried the cygdrive
prompt
again with testCVsRoot set to both Windows and UNIX syntax and same error.
Original Message -
From: "Diane Holt" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Friday, April 05, 2002 4:20 PM
Subject: Re: problem with cvs task
> --- S
oblem with cvs task
Thanks. I did the following . I defined a new property in my build file
and I also tried
and
and changed my target to
and ran ant in verbose mode but I still got the same error all three times.
--
{ http://trelony.cjb.net/ } Alexey N. Solofnenko
{
"Ant Users List" <[EMAIL PROTECTED]>
Sent: Friday, April 05, 2002 4:20 PM
Subject: Re: problem with cvs task
> --- Salma Saad <[EMAIL PROTECTED]> wrote:
> > The c:/cvs is because I am using CYGWIN to run ant so I can use
> > everything UNIX on my windows box. I
--- Salma Saad <[EMAIL PROTECTED]> wrote:
> The c:/cvs is because I am using CYGWIN to run ant so I can use
> everything UNIX on my windows box. I think the / is okay because its
> fine for all the hundreds of other properties I am setting in my ant
> scripts.
Right, you should, theoretically, b
sRoot.
- Original Message -
From: "Diane Holt" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Friday, April 05, 2002 3:52 PM
Subject: Re: problem with cvs task
> --- Salma Saad <[EMAIL PROTECTED]> wrote:
> > The error I
D]>; <[EMAIL PROTECTED]>
Sent: Friday, April 05, 2002 3:47 PM
Subject: RE: problem with cvs task
> --- Frederic Lavigne <[EMAIL PROTECTED]> wrote:
> > make sure cvs.exe is in your PATH. This is required by the cvs task.
>
> Just FYI: error=267 means the directory name is
--- Salma Saad <[EMAIL PROTECTED]> wrote:
> The error I get is:
> C:\javaDev\projects\antFiles\prod.xml:28: java.io.IOException:
> CreateProcess: cvs -d c:/cvs checkout com error=267
> at org.apache.tools.ant.taskdefs.Cvs.execute(Cvs.java:221)
>
> Any idea what error=267 refers to?
To th
--- Frederic Lavigne <[EMAIL PROTECTED]> wrote:
> make sure cvs.exe is in your PATH. This is required by the cvs task.
Just FYI: error=267 means the directory name is invalid (if the error
number had been 2, that'd point to the exe not being found in PATH).
Diane
=
([EMAIL PROTECTED])
__
t the cvsRoot to
c:/cvs?
- Original Message -
From: "Frederic Lavigne" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Friday, April 05, 2002 3:23 PM
Subject: RE: problem with cvs task
> make sure cvs.exe is in your PATH. This is requ
make sure cvs.exe is in your PATH. This is required by the cvs task.
> -Message d'origine-
> De : Salma Saad [mailto:[EMAIL PROTECTED]]
> Envoyé : vendredi 5 avril 2002 23:12
> À : [EMAIL PROTECTED]
> Objet : problem with cvs task
>
>
> I am having a pr
-
From: Salma Saad [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 4:12 PM
To: [EMAIL PROTECTED]
Subject: problem with cvs task
I am having a problem using the cvs task on a windows2000 machine. I am
simply trying to check out code. Here is a snippet from my ant file
The error I
I am having a problem using the cvs task on a windows2000 machine. I am
simply trying to check out code. Here is a snippet from my ant file
The error I get is:
C:\javaDev\projects\antFiles\prod.xml:28: java.io.IOException:
CreateProcess: cvs -d c:/cvs checkout com error=267
at or
--- Nico Seessle <[EMAIL PROTECTED]> wrote :
> From the docs I would guess what Nicolas should use is
> package="my_module" command="co -d ${basedir}/>
Oh, okay. Maybe it should be an idea to precise in the doc that dest attribute
mimics the cvs -d option and not the cvs co -d optio
"Nico Seessle" <[EMAIL PROTECTED]> writes:
> - Original Message -
> From: "Daniel Martin" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, September 10, 2001 7:49 PM
> Subject: Re: problem with cvs checkout dest=&q
Is it possible to exclude a class file from within a package I declare in my
JavaDoc build? My developers say that they cannot simply flag the class
private.
Dave
- Original Message -
From: "Daniel Martin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 10, 2001 7:49 PM
Subject: Re: problem with cvs checkout dest="."
> Nicolas Girard <[EMAIL PROTECTED]> writes:
>
> > Hi,
>
Nicolas Girard <[EMAIL PROTECTED]> writes:
> Hi,
> I'd like to have cvs work just like it does at the command line:
> prompt$ cvs checkout -d . my_module
> cvs checkout: Updating .
> U my_module/src
> U my_module/src/redame.txt
> this creates src in .
>
> But with the supposed eq
: Monday, September 10, 2001 11:21 AM
To: [EMAIL PROTECTED]
Subject: RE: problem with cvs checkout dest="."
> update -dP does the same thing as a checkout ("P" prunes empty dirs). The
> -d option tells the update command to create the directory structures if
> they do
> update -dP does the same thing as a checkout ("P" prunes empty dirs). The
> -d option tells the update command to create the directory structures if
> they do not exist.
> -Jason
Well I'm sorry but I *really* want a checkout. You can perform an update once
you got a CVS directory, i.e. after yo
onday, September 10, 2001 11:44 AM
> To: [EMAIL PROTECTED]
> Subject: Re: problem with cvs checkout dest="."
>
>
> > this sounds to me as if you use the wrong command.
> > What u might wanna do is to use 'cvs update -d'
> >
> this sounds to me as if you use the wrong command.
> What u might wanna do is to use 'cvs update -d'
> does that help?
> detlef
No, thanks anyway but I really want to perform a checkout
Regards,
Nicolas
>
> > Hi,
> > I'd like to have cvs work just like it does at the command line:
> > prom
this sounds to me as if you use the wrong command.
What u might wanna do is to use 'cvs update -d'
does that help?
detlef
Quoting Nicolas Girard <[EMAIL PROTECTED]>:
> Hi,
> I'd like to have cvs work just like it does at the command line:
> prompt$ cvs checkout -d . my_module
> cvs chec
Hi,
I'd like to have cvs work just like it does at the command line:
prompt$ cvs checkout -d . my_module
cvs checkout: Updating .
U my_module/src
U my_module/src/redame.txt
this creates src in .
But with the supposed equivalent in ant:
--snip-- basedir="." --snip--
cvs cr
Hi,
I had mailed before regarding the problem with checking out the files from
the CVS through ANT.
The CVS setup in our organization is through the SSH. User cannot access
CVS unless untill he has logged into SSH. Can anyone tell me what is the
code to be added in my build.xml fo
Hi,
The ant.jar is in my classpath. Can there be any other reason for this
error to occur.
Thanks,
Anoop.
-Original Message-
From: Nico Seessle [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 31, 2001 3:25 AM
To: [EMAIL PROTECTED]
Subject: Re: Problem with CVS check out
EMAIL PROTECTED]'
Subject: RE: Problem with CVS check out
your property is named "co.dir" while in the cvs task you reference "codir",
which doesn't exist. Since it doesn't exist, the cvs task is passing an
empty string. You can see this in the error messa
Try fixing the property name and see if that gets you going.
--jason
-Original Message-
From: Anoop [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 30, 2001 7:14 PM
To: [EMAIL PROTECTED]
Subject: Problem with CVS check out
Hi all,
I am trying to check out files from the CVS a
Anoop wrote:
> Hi all,
> Am working with ant as a build tool. The task is to check out all the files
> in the CVS and build the files to create a jar. Can anyone please help me
> out with the peice of code in the build.xml of ant to check out the files
> from the C
- Original Message -
From: "Anoop" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 31, 2001 5:13 AM
Subject: Problem with CVS check out
>
> F:\ixappDeployed\ixapp\build.xml:26: java.io.IOException: CreateProcess:
> cvs -d :pserver:a
Hi all,
I am trying to check out files from the CVS and then build them.
This is the piece of code in my build.xml file -
package="venus"
dest="${codir}"
/>
When i try this it is giving the following error -
F:\ixappD
See the cvs task. Look in your Ant's manual for details.
Will
Anoop wrote:
>
> Hi all,
> Am working with ant as a build tool. The task is to check out all the files
> in the CVS and build the files to create a jar. Can anyone please help me
> out with the peice of code in the build.xml
Hi all,
Am working with ant as a build tool. The task is to check out all the files
in the CVS and build the files to create a jar. Can anyone please help me
out with the peice of code in the build.xml of ant to check out the files
from the CVS.
Thanking u all in advance.
Thanks,
A
39 matches
Mail list logo