DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15449>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15449

Weblogic deploy task

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-04-08 21:28 -------
The '-username' switch is added if the 'username' attribute is specified in the
build file.

Property expansion works for the username, component and other attributes.

This snipit:

<serverdeploy action="update" source="${build.dir}/lib/${ant.project.name}.jar">
  <weblogic application="AppName"
            server="t3://${appserver.hostname}:7001"
            username="${username}"
            password="${password}"
            component="AppName:${ant.project.name}">
            <classpath>
              <path refid="weblogic.class.path"/>
            </classpath>
  </weblogic>
</serverdeploy>

Produces this as debug output:
'-component'
'AppName:TestBean'
'-url'
't3://localhost:7001'
'-username'
'build'
'update'
'buildpass'
'AppName'
'/Users/jesse/source/test/build/lib/TestBean.jar'

Jesse

Reply via email to