You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Lach, Thierry" <Th...@bbdodetroit.com> on 2004/05/24 18:54:58 UTC

JNDI properties

Is there any standard way to set up jndi properties from within maven?

Specifically what I'm looking for is a way to set jndi java environment
values prior to running junit tests, with the values calculated based
upon values set inside of build.properties.


Re: JNDI properties

Posted by Dion Gillard <di...@gmail.com>.
This can be done using a jndi.properties file.

On Mon, 24 May 2004 12:54:58 -0400, Lach, Thierry
<th...@bbdodetroit.com> wrote:
> 
> Is there any standard way to set up jndi properties from within maven?
> 
> Specifically what I'm looking for is a way to set jndi java environment
> values prior to running junit tests, with the values calculated based
> upon values set inside of build.properties.
> 
>

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


Re: JNDI properties

Posted by "matthew.hawthorne" <ma...@apache.org>.
Lach, Thierry wrote:
> Is there any standard way to set up jndi properties from within maven?
> 
> Specifically what I'm looking for is a way to set jndi java environment
> values prior to running junit tests, with the values calculated based
> upon values set inside of build.properties.

Which properties are you referring to?  Do you mean 
javax.naming.factory.initial,
or are they your own homegrown properties?

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