PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3248 *** shadow/3248 Tue Aug 28 03:19:21 2001 --- shadow/3248.tmp.6995 Tue Aug 28 05:59:42 2001 *************** *** 41,44 **** ------- Additional Comments From [EMAIL PROTECTED] 2001-08-28 03:19 ------- Can you give me the build file snippet that is relevant. I'll then have a dig ! around to confirm the change and update the doco accordingly - thanks --- 41,75 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-08-28 03:19 ------- Can you give me the build file snippet that is relevant. I'll then have a dig ! around to confirm the change and update the doco accordingly - thanks ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-08-28 05:59 ------- ! This is the text containing the filter token: ! ! [EMAIL PROTECTED]@ ! EJBS=$EJBS,$APP_HOME/ear/elocation-ejb.jar ! ! This is the assignment of the filter token in the buildfile. The replace value ! is being brought in from a property file: ! ! <filter token="int.server.all.ejb.jar" value="${int.server.all.ejb.jar}"/> ! ! This is the copy task in the buildfile: ! ! <copy todir="${int.dist.home}/${int.dist.name}/ ! ${int.weblogic.runtime.configuration.name}" ! filtering="true"> ! <fileset dir="${int.subproject.home}/ ! ${int.weblogic.runtime.configuration.name}" ! includes="**/*" ! excludes="**/${int.weblogic.system.name}*"/> ! </copy> ! ! This is the value being brought in from the property file: ! ! int.server.all.ejb.jar=$APP_HOME/ear/rental-ejb.jar ! ! ! The above are snippets from a set of configurations that builds and deploys a ! weblogic configuration. This script worked correctly under Ant 1.3 but fails ! under 1.4.
