wlrun task uses "null" for default properties file for 5.1
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=3137
*** shadow/3137 Wed Aug 15 14:22:00 2001
--- shadow/3137.tmp.12664 Wed Aug 15 16:20:16 2001
***************
*** 2,9 ****
| wlrun task uses "null" for default properties file for 5.1 |
+----------------------------------------------------------------------------+
| Bug #: 3137 Product: Ant |
! | Status: NEW Version: 1.4Beta1 |
! | Resolution: Platform: All |
| Severity: Normal OS/Version: All |
| Priority: Other Component: Optional Tasks |
+----------------------------------------------------------------------------+
--- 2,9 ----
| wlrun task uses "null" for default properties file for 5.1 |
+----------------------------------------------------------------------------+
| Bug #: 3137 Product: Ant |
! | Status: RESOLVED Version: 1.4Beta1 |
! | Resolution: FIXED Platform: All |
| Severity: Normal OS/Version: All |
| Priority: Other Component: Optional Tasks |
+----------------------------------------------------------------------------+
***************
*** 33,36 ****
if (weblogicPropertiesFile == null) {
weblogicPropertiesFile = DEFAULT_PROPERTIES_FILE;
}
! propertiesFile = new File(weblogicSystemHome, weblogicPropertiesFile);
--- 33,39 ----
if (weblogicPropertiesFile == null) {
weblogicPropertiesFile = DEFAULT_PROPERTIES_FILE;
}
! propertiesFile = new File(weblogicSystemHome, weblogicPropertiesFile);
!
! ------- Additional Comments From conor@cortexebusiness.com.au 2001-08-15 16:20 -------
! Fixed for Beta 2 - Thanks
|