basically, you're expecting the parent project to resolve the property to an absolute path and then pass the absolute path to the subprojects. I don't think this is the case. I think the property is inherited by the subproject, then evaluated to an absolute path from the subproject.
> -----Original Message----- > From: Kevin Pearcey [mailto:[EMAIL PROTECTED] > Sent: Friday, May 21, 2004 10:45 AM > To: 'Maven Users List' > Subject: RE: Inherited properties (RC3) > > > > Always prepend ${basedir} > > For example ${basedir}/../maven-rep > > > > wkr, > > Geoffrey > > Nope, doesn't make any difference. Path is still evaluated > from the sub > projects location rather then where the project.properties > file was found > (ie inherited from). > > Kevin > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
