From: hbarlas <nu...@jb...> - 2005-06-23 21:20:48
|
"ad...@jb..." wrote : The jboss-client.xml are parsed using the MetaData classes. | | These already perform the system property replacement so you should use | | | ${jbosstest.server.host:localhost} | | | Adrian, I couldn't get this property to evaluate to the host ie 'node0'. It evaluates to the default value "localhost" each time probably because the property is not set in the first place. I confirmed from the one-test target and 'jbosstest.server.host' is indeed specified there as a system property. Am I doing something wrong? here is how I am testing: | $ build -Dnode0=hbarlas -Dtest=??? one-test | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882558#3882558 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882558 |