Joel Trunick wrote:

> The following complains that "naming" is not a valid attribute of ejbjar.
> What's up?
> 
>     <ejbjar naming="ejb-name" srcdir="${classes}"
>             descriptordir="${classes}" >
>       <weblogic destdir="${classes}"
>                 classpath="${smartprice.lib.path}"/>
>       <include name="**/ejb-jar.xml"/>
>               <exclude name="**/*weblogic*.xml"/>
>     </ejbjar>
> 
> TIA,
> Joel
> 

Have you got the correct version of Ant. What does

ant -version

say? In addition you'll need to make sure you have the corresponding 
version of the optional.jar file.

Conor


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to