In your example you are not doing it from within Ant
itself.  How do I do a "cd" from within Ant?

--- Jason Rogers <[EMAIL PROTECTED]> wrote:
> Providing us with the error message will help.
> 
> Some things to look for...
> 
> Add should be done in the directory that contains
> the file, I believe.
> 
> Import should be done from a temp directory with the
> -I ! param set in order
> to reset the files to ignore (whatever that means). 
> Here's an example:
> 
> You have in CVS a directory structure,
> External/Java.
> You want to import Ant such that the structure will
> look like
> External/Java/Ant (with all of the subdirs and files
> contained in Ant).
> 
> mv <current_Location>/Ant /tmp/Ant
> cd /tmp/Ant
> cvs import -I ! -m "Importing Ant into External code
> base" External/Java
> vendor_tag_that_must_start_with_a_letter
> release_tag_that_must_start_with_a_letter
> 
> -Jason
> 


=====
Regards,
Cornellious Mann

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. 
http://im.yahoo.com

Reply via email to