Re: [Nant-users] Nant and dependencied

2004-06-05 Thread Martin Gainty
need* Merci, -Martin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 02, 2004 8:40 AM Subject: RE : [Nant-users] Nant and dependencied Konstantin Using the most capable Nant function "file::up-to-date" should do the tric

RE: [Nant-users] Nant and dependencied

2004-06-05 Thread Yvl
On Behalf Of Martin Gainty Sent: mercredi 2 juin 2004 14:00 To: Konstantin Sokolovskiy; [EMAIL PROTECTED] Subject: Re: [Nant-users] Nant and dependencied Konstantin- If you are capable to install 1.42 Java2 Platform Standard Edition at http://java.sun.com/j2se/1.4.2/download.html and instal

RE : [Nant-users] Nant and dependencied

2004-06-05 Thread lorphely
On Behalf Of Martin Gainty Sent: mercredi 2 juin 2004 14:00 To: Konstantin Sokolovskiy; [EMAIL PROTECTED] Subject: Re: [Nant-users] Nant and dependencied Konstantin- If you are capable to install 1.42 Java2 Platform Standard Edition at http://java.sun.com/j2se/1.4.2/download.html and instal

[Fwd: Re: [Nant-users] Nant and dependencied]

2004-06-02 Thread Ian MacLean
e.net/nightly/help/tasks/uptodate.html Ian - Original Message - From: "Scott Hernandez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Castro, Edwin Gabriel (Firing Systems Engr.)" <[EMAIL PROTECTED]> Sent: Wednesday, June 02, 2004 2:39 PM Subject: Re: [

Re: [Nant-users] Nant and dependencied

2004-06-02 Thread Ian MacLean
ginal Message - From: "Scott Hernandez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Castro, Edwin Gabriel (Firing Systems Engr.)" <[EMAIL PROTECTED]> Sent: Wednesday, June 02, 2004 2:39 PM Subject: Re: [Nant-users] Nant and dependencied There

Re: [Nant-users] Nant and dependencied

2004-06-02 Thread Martin Gainty
more than happy to tackle an outofdate task (if it's not already on the burner) - Original Message - From: "Scott Hernandez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Castro, Edwin Gabriel (Firing Systems Engr.)" <[EMAIL PROTECTED]> Sent:

Re: [Nant-users] Nant and dependencied

2004-06-02 Thread Gary Feldman
>From: "Scott Hernandez" <[EMAIL PROTECTED]> >Sent: Wednesday, June 02, 2004 2:39 PM > dependencies. It would nice if the compiler took care of that, or we would > need to parse the source files in some task, collect the new dependencies, > and use them in the cl task. Not exactly clean, but if som

Re: [Nant-users] Nant and dependencied

2004-06-02 Thread Scott Hernandez
There is no question that this should be handled automatically, but that requires somebody pre-process the source files and generate additional dependencies. It would nice if the compiler took care of that, or we would need to parse the source files in some task, collect the new dependencies, and u

RE: [Nant-users] Nant and dependencied

2004-06-02 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
PROTECTED] Subject: Re: [Nant-users] Nant and dependencied An easy way, would be to use the uptodate task to check if any headers have changed, then touch (to update the timestamp) all your cpp files before your compilation step. This will cause the compiler to recompile. http://nant.sourceforge.net

Re: [Nant-users] Nant and dependencied

2004-06-02 Thread Scott Hernandez
An easy way, would be to use the uptodate task to check if any headers have changed, then touch (to update the timestamp) all your cpp files before your compilation step. This will cause the compiler to recompile. http://nant.sourceforge.net/nightly/help/tasks/uptodate.html http://nant.sourceforge

RE: [Nant-users] Nant and dependencied

2004-06-02 Thread Konstantin Sokolovskiy
artin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:00 PM To: Konstantin Sokolovskiy; [EMAIL PROTECTED] Subject: Re: [Nant-users] Nant and dependencied Konstantin- If you are capable to install 1.42 Java2 Platform Standard Edition at http://java.sun.com/j2se/1.4.2/download.htm

Re: [Nant-users] Nant and dependencied

2004-06-02 Thread Martin Gainty
Konstantin- If you are capable to install 1.42 Java2 Platform Standard Edition at http://java.sun.com/j2se/1.4.2/download.html and install the more capable Ant build utility from http://ant.apache.org/bindownload.cgi you could use the OutOfDate task- http://ant-contrib.sourceforge.net/tasks/outof