Sure, just use a relative path to refer across VOB boundaries, as in this example:
<property name="vob1.source" location="../vob1/src"/> <property name="vob2.source" location="../vob2/src"/> <property name="vob3.source" location="../vob3/src"/> Sten > -----Original Message----- > From: Fionnula Glynn [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 14, 2002 11:35 AM > To: 'Ant Users List' > Subject: RE: Ant Mail task > > > Thanks Suresh, that worked. > > Another question: does anyone know if it is possible to use > Ant across a > number of Clearcase VOBs - i.e. if the Ant build file is > checked into one > clearcase vob is it possible for the build file to access > code in another > vob? > > Cheers, > > Fionnuala. >
