> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 18 January 2002 1:54 PM
> To: [EMAIL PROTECTED]
> Subject: javac skipping files
>
>
> I'm getting the following error message when I run ant:
>
> [javac] cdtool/AbortCommand.java,v skipped - don't know how to handle it
>
>
>
> I have my java files in a cvs repository which is why they have a v at
> the end, I don't know if thisis the problem or something else. Any
> suggestions?
>

Normally you don't compile the files directly in the repository. You check
them out into some working directory and compile them there. In general only
cvs should be playing in the repository area.

You will find that these files are not in fact Java files - they consist of
the current image of the file and then a set of backward differences
necessary to transform the file into previous versions. It will not compile.

Conor


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

Reply via email to