You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Wang, Nan" <Na...@FMR.COM> on 2001/09/27 22:40:04 UTC

ANT in Clearcase

Hi all:

We are currently in the process of evaluating using ANT for our JAVA
projects instead of Clearmake, we're also using base Clearcase with dynamic
views.

A couple of issues came up:

1) Timestamp.  Let's say user checks out a class, modifies, then compiles,
decides that he doesn't want the change and unchecks out the file, ANT will
think everything is uptodate because now the .java is earlier than the
.class, and will require a clean to recompile.  Has anyone came up with
anyway to resolve this besides doing rebuilds?

2) The task "depends" used to figure out reverse dependencies which is nice,
has anyone had any problems with it?  (We are using ant1.4)

3) This really has nothing to do with Clearcase, but one of our project has
a C library, have you dealt with anything like that?  Would you keep the 2
processes seperate?  Write a new task?  Or use exec or script?

Thanks very much in advance.

Re: ANT in Clearcase

Posted by Shyam Koppikar <vk...@tds.net>.
----- Original Message -----
From: "Wang, Nan" <Na...@FMR.COM>
To: "'Ant-User (E-mail)" <an...@jakarta.apache.org>
Sent: Thursday, September 27, 2001 1:40 PM
Subject: ANT in Clearcase


> Hi all:
>
> We are currently in the process of evaluating using ANT for our JAVA
> projects instead of Clearmake, we're also using base Clearcase with
dynamic
> views.
>
> A couple of issues came up:
>
> 1) Timestamp.  Let's say user checks out a class, modifies, then compiles,
> decides that he doesn't want the change and unchecks out the file, ANT
will
> think everything is uptodate because now the .java is earlier than the
> .class, and will require a clean to recompile.  Has anyone came up with
> anyway to resolve this besides doing rebuilds?
>
> 2) The task "depends" used to figure out reverse dependencies which is
nice,
> has anyone had any problems with it?  (We are using ant1.4)
>
> 3) This really has nothing to do with Clearcase, but one of our project
has
> a C library, have you dealt with anything like that?  Would you keep the 2
> processes seperate?  Write a new task?  Or use exec or script?
>
> Thanks very much in advance.


Re: ANT in Clearcase

Posted by Shyam Koppikar <vk...@tds.net>.
----- Original Message -----
From: "Wang, Nan" <Na...@FMR.COM>
To: "'Ant-User (E-mail)" <an...@jakarta.apache.org>
Sent: Thursday, September 27, 2001 1:40 PM
Subject: ANT in Clearcase


> Hi all:
>
> We are currently in the process of evaluating using ANT for our JAVA
> projects instead of Clearmake, we're also using base Clearcase with
dynamic
> views.
>
> A couple of issues came up:
>
> 1) Timestamp.  Let's say user checks out a class, modifies, then compiles,
> decides that he doesn't want the change and unchecks out the file, ANT
will
> think everything is uptodate because now the .java is earlier than the
> .class, and will require a clean to recompile.  Has anyone came up with
> anyway to resolve this besides doing rebuilds?
>
> 2) The task "depends" used to figure out reverse dependencies which is
nice,
> has anyone had any problems with it?  (We are using ant1.4)
>
> 3) This really has nothing to do with Clearcase, but one of our project
has
> a C library, have you dealt with anything like that?  Would you keep the 2
> processes seperate?  Write a new task?  Or use exec or script?
>
> Thanks very much in advance.