Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Ant <iajc/> task and CVS watch/edit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[quote Bruce.E.Sturgen@xxxxxxxxxxxxxx::on 3/15/2005 1:39 AM]
> I am trying to debug an ant build script issue with the <iajc/> task.
> Here is the scenario:
> 
> I have a CVS module that has cvs watch enabled on it, so that all files
> are checked out read-only and users are forced to use the cvs edit
> command. The cvs edit command puts the original copy under the file's
> CVS sub-folder. Along comes <iajc/> and it tries to compile both .java
> files (and generates a corresponding error).
> 
> I have tried various and sundry methods of attempting to exclude files
> under the CVS sub-tree, but to no avail. It seems that the <iajc/> task
> does not leverage traditional filesets like the <javac/> task such that
> an exclude="**/CVS/**" attribute (which I am currently using with
> <javac/>) would accomplish what I am trying to do.
> 
> Have others experienced this problem, and if so, what was the work
> around? Thanks in advance.
> 
> 
A hack would be to copy the sources to some temporary directory for iajc.

- --
:alex |.::the_mindstorm::.|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFCNiJ4TTDTje0R2dgRAnK2AJ0ZrK/2ELwW8wCpuNoAkDeSTTNn/wCdG4Y5
0qeQUk+1gh8Me6Z/ZBYg6Ew=
=YTfe
-----END PGP SIGNATURE-----


Back to the top