You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jason Dillon <ja...@planet57.com> on 2006/11/22 01:02:58 UTC

Re: svn commit: r477963 - /geronimo/server/trunk/testsuite/pom.xml

This is the default... as in if you did not list <installDirectory>  
at all, -DinstallDirectory=/whatever would enable it.

I suggest you remove this configuration.

--jason


On Nov 21, 2006, at 3:33 PM, prasad@apache.org wrote:

> Author: prasad
> Date: Tue Nov 21 15:33:20 2006
> New Revision: 477963
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=477963
> Log:
> * use ${installDirectory} for start-server goal
>
> Modified:
>     geronimo/server/trunk/testsuite/pom.xml
>
> Modified: geronimo/server/trunk/testsuite/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/ 
> pom.xml?view=diff&rev=477963&r1=477962&r2=477963
> ====================================================================== 
> ========
> --- geronimo/server/trunk/testsuite/pom.xml (original)
> +++ geronimo/server/trunk/testsuite/pom.xml Tue Nov 21 15:33:20 2006
> @@ -261,10 +261,7 @@
>                                      <configuration>
>                                          <logOutput>true</logOutput>
>                                          <background>true</background>
> -                                        <!-- EXAMPLE: Use the  
> following option to re-use a single installation of the server for  
> all tests -->
> -                                        <!--
> -                                        <installDirectory>c: 
> \apache</installDirectory>
> -                                         -->
> +                                        <installDirectory>$ 
> {installDirectory}</installDirectory>
>                                      </configuration>
>                                  </execution>
>                                  <execution>
>
>


Re: svn commit: r477963 - /geronimo/server/trunk/testsuite/pom.xml

Posted by Prasad Kashyap <go...@gmail.com>.
Ah.. I see what you mean. Any of the plugin's param can be passed
thro' the -D option, right ! Thanks for reminding me. Good catch.

Cheers
Prasad

On 11/21/06, Jason Dillon <ja...@planet57.com> wrote:
> This is the default... as in if you did not list <installDirectory>
> at all, -DinstallDirectory=/whatever would enable it.
>
> I suggest you remove this configuration.
>
> --jason
>
>
> On Nov 21, 2006, at 3:33 PM, prasad@apache.org wrote:
>
> > Author: prasad
> > Date: Tue Nov 21 15:33:20 2006
> > New Revision: 477963
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=477963
> > Log:
> > * use ${installDirectory} for start-server goal
> >
> > Modified:
> >     geronimo/server/trunk/testsuite/pom.xml
> >
> > Modified: geronimo/server/trunk/testsuite/pom.xml
> > URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/
> > pom.xml?view=diff&rev=477963&r1=477962&r2=477963
> > ======================================================================
> > ========
> > --- geronimo/server/trunk/testsuite/pom.xml (original)
> > +++ geronimo/server/trunk/testsuite/pom.xml Tue Nov 21 15:33:20 2006
> > @@ -261,10 +261,7 @@
> >                                      <configuration>
> >                                          <logOutput>true</logOutput>
> >                                          <background>true</background>
> > -                                        <!-- EXAMPLE: Use the
> > following option to re-use a single installation of the server for
> > all tests -->
> > -                                        <!--
> > -                                        <installDirectory>c:
> > \apache</installDirectory>
> > -                                         -->
> > +                                        <installDirectory>$
> > {installDirectory}</installDirectory>
> >                                      </configuration>
> >                                  </execution>
> >                                  <execution>
> >
> >
>
>