This technique works fine for my projects.

On 20:05 Sat 01 Nov     , Alain Javier Guarnieri del Gesu wrote:
> Is it possible to define a property in an extended project using the
> same value in the master project?
> 
> <!-- In master. -->
> <project>
>   <siteDirectory>/www/ajgdg.com/codearea</siteDirectory>        
> </project> 
> 
> <!-- In extension. -->
> <project>
>   <extends>master.xml</extends>
>   <siteDirectory>${pom.siteDirectory}/project1</siteDirectory>
> </project> 
> 
> It seems that my subproject values are all just a string prepended
> to a common prefix. How have other folks handled this?
> 
> -- 
> Alain Javier Guarnieri del Gesu - [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to