You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Chasseray Nicolas <n....@lectra.com> on 2003/04/30 11:06:18 UTC

and ${maven.src.dir}

Hello
Can somebody tell me how the property sourceDirectory in the project.xml can
be retrieved from the maven.xml file:

...
<build>
		<sourceDirectory>src/java</sourceDirectory>
...

Is it with the ${maven.src.dir} properties ?
It doesn't work with me ?

Thanks
PS: I am using maven 1.0beta10 SNAPSHOT



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: and ${maven.src.dir}

Posted by Jason van Zyl <ja...@zenplex.com>.
On Wed, 2003-04-30 at 05:06, Chasseray Nicolas wrote:
> Hello
> Can somebody tell me how the property sourceDirectory in the project.xml can
> be retrieved from the maven.xml file:
> 
> ...
> <build>
> 		<sourceDirectory>src/java</sourceDirectory>
> ...
> 
> Is it with the ${maven.src.dir} properties ?
> It doesn't work with me ?

${pom.sourceDirectory}

> Thanks
> PS: I am using maven 1.0beta10 SNAPSHOT
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
-- 
jvz.

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: and ${maven.src.dir}

Posted by di...@multitask.com.au.
${pom.sourceDirectory}
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


Chasseray Nicolas <n....@lectra.com> wrote on 30/04/2003 07:06:18 
PM:

> Hello
> Can somebody tell me how the property sourceDirectory in the project.xml 
can
> be retrieved from the maven.xml file:
> 
> ...
> <build>
>       <sourceDirectory>src/java</sourceDirectory>
> ...
> 
> Is it with the ${maven.src.dir} properties ?
> It doesn't work with me ?
> 
> Thanks
> PS: I am using maven 1.0beta10 SNAPSHOT
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: and ${maven.src.dir}

Posted by di...@multitask.com.au.
Woops....${pom.build.sourceDirectory}
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


Chasseray Nicolas <n....@lectra.com> wrote on 30/04/2003 07:06:18 
PM:

> Hello
> Can somebody tell me how the property sourceDirectory in the project.xml 
can
> be retrieved from the maven.xml file:
> 
> ...
> <build>
>       <sourceDirectory>src/java</sourceDirectory>
> ...
> 
> Is it with the ${maven.src.dir} properties ?
> It doesn't work with me ?
> 
> Thanks
> PS: I am using maven 1.0beta10 SNAPSHOT
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org