You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/07/22 10:18:06 UTC

DO NOT REPLY [Bug 21786] - Available property substituion does not work for extended directories

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=21786>.
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=21786

Available property substituion does not work for extended directories

antoine@apache.org changed:

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



------- Additional Comments From antoine@apache.org  2003-07-22 08:18 -------
You should check whether the property weblogic.dir is not assigned before the 
line saying 

<property name="weblogic.dir" value="C:/bea/weblogic81/server"/>

add
<echo message="weblogic.dir=${weblogic.dir}"/> for instance to debug your build.

run your ant build in verbose mode too (ant -verbose) and send the output to the 
users list if you have a real problem.

I do not see a real bug here, so I am closing this as "WORKSFORME".

Antoine

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org