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, [EMAIL PROTECTED] 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>



Reply via email to