You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Attila Mezei-Horvati <at...@yahoo.com> on 2006/08/28 21:40:30 UTC

maven2: ant taskdef

Hi,

In my old ant build file I had something like: 
<taskdef name="xmlbean"
classname="org.apache.xmlbeans.impl.tool.XMLBean" 
classpath="xbean.jar;jsr173_api.jar" />
<task>
 <xmlbean schema="../xmlbeans"
destfile="xmltypes.jar">
</xmlbean>
</task>

How can I translate this in maven ant task? I need to
generate xmlbeans from the xsd files.

thanks,
Attila

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org