dev@glassfish.java.net

deprecated asadmin syntax in qe tests

From: Bobby Bissett <Robert.Bissett_at_Sun.COM>
Date: Tue, 17 Nov 2009 10:12:03 -0500

A minor thing, but I see this deprecation warning during some tests.
Unless the test is specifically making sure the older syntax works,
this should probably be changed. For example:

deploy-web-module-common:
      [echo] Deploying /Users/bobby/work/ws/qe_sec_3/appserver-sqe/
build/pe/x86_64_hostname.local_Darwin/wss/archive/wss-tax-web.war
      [exec] Deprecated syntax, instead use:
      [exec] asadmin --port 4848 --host localhost --passwordfile /
Users/bobby/work/ws/qe_sec_3/appserver-sqe/build-config/
adminpassword.txt --echo --user admin --terse=false deploy [options] ...
      [exec] asadmin --host localhost --port 4848 --user admin --
passwordfile /Users/bobby/work/ws/qe_sec_3/appserver-sqe/build-config/
adminpassword.txt --interactive=false --echo=true --terse=false deploy
--force=false --precompilejsp=false --verify=false --enabled=true --
generatermistubs=false --availabilityenabled=false --target server --
keepreposdir=false --keepfailedstubs=false --logReportedErrors=true --
help=false /Users/bobby/work/ws/qe_sec_3/appserver-sqe/build/pe/
x86_64_hostname.local_Darwin/wss/archive/wss-tax-web.war