AW: build dependent projects

2004-11-30 Thread Jan . Materne
004 15:28 > An: Ant Users List > Betreff: RE: build dependent projects > > Hi, > > I try > So this will only be done if there is a need to rebuild. That > means that ant will check if the jar is > out of date? > > //Mikael > > -Original Message- &g

RE: build dependent projects

2004-11-30 Thread Mikael Petterson \(KI/EAB\)
dependent projects Simply let Ant build the two jars. It should only work if the JARs needs to be updated. Jan > -Ursprüngliche Nachricht- > Von: Mikael Petterson (KI/EAB) [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 30. November 2004 15:20 > An: [EMAIL PROTECTED] >

AW: build dependent projects

2004-11-30 Thread Jan . Materne
Simply let Ant build the two jars. It should only work if the JARs needs to be updated. Jan > -Ursprüngliche Nachricht- > Von: Mikael Petterson (KI/EAB) [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 30. November 2004 15:20 > An: [EMAIL PROTECTED] > Betreff: build dep

build dependent projects

2004-11-30 Thread Mikael Petterson \(KI/EAB\)
Hi! In order to build a specific java project I use proj1.jar and proj2.jar in classpath. But these projects could be uncompiled at the time we are building our project. I am thinking of doing the following: * check if the dependant jars exists. * If jars does not exist, then we compile the s