Hi, The attached two tasks are intented to use when developing for the WebLogic 5.1 AppServer. Because both tasks are specific for WebLogic they are placed in a "weblogic51" subpackage.
The EJBC_WL51 builds EJB jar files for all EJB's found in a specfic directory tree. The Properties task can be used to define a filter for "weblogic.ejb.deploy" property that is stored in the weblogic.properties file. Is looks for all jar files in a specific directory and adds these to the weblogic.ejb.deploy tag. The Properties task is a subclass of CopyFile. In order to use it you create a template of the weblogic.properties file and then use the Properties task to copy the template to the real weblogic.properties file. Hope these can be included in the Ant distribution. Regards, Gero Vermaas ---------------------------------------------------------------------------- --------- Gero Vermaas, Sun Java Center, The Netherlands Mail: [EMAIL PROTECTED] Phone: +31 33 4515737 Sun home page: http://www.holland/~gv103953
Properties.java
Description: Binary data
EJBC_WL51.java
Description: Binary data
