On 23 May 2002 [EMAIL PROTECTED] wrote:
> dion 02/05/23 02:02:25
>
> Modified: src/templates/build/plugins/j2ee build.xml Control.vm
> default.properties
> Log:
> Patch applied for the J2EE Plug-in, supplied by Kevin O'Neill <[EMAIL PROTECTED]>
> Allows the creation of ejb jars, ejb remote jars and ejb local jars
>
> + <target name="ejb-init" if="maven.j2ee.ejb.ready">
> + <dirname property="maven.j2ee.ejb.ejb-xml.dir"
>file="${maven.j2ee.ejb.ejb-xml}"/>
> + <basename property="maven.j2ee.ejb.ejb-xml.file"
>file="${maven.j2ee.ejb.ejb-xml}"/>
> + <property name="maven.j2ee.ejb.target-base"
>value="${maven.build.dir}/ejb/"/>
> + </target>
This target breaks Ant1.4.1 compatibility. The <dirname> task is Ant1.5
specific.
Please undo this change or find an alternative to the <dirname> task.
Glenn McAllister
SOMA Networks, Inc.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>