| | |
| | | </taskdef> |
| | | |
| | | <mkdir dir="${dsml.gen.dir}/org/opends/dsml/protocol" /> |
| | | <xjc target="${dsml.gen.dir}" schema="${dsml.dir}/schema/DSMLv2.xsd" |
| | | <xjc destdir="${dsml.gen.dir}" schema="${dsml.dir}/schema/DSMLv2.xsd" |
| | | removeOldOutput="yes" package="org.opends.dsml.protocol" |
| | | binding="${dsml.dir}/schema/bindings.xjb"> |
| | | binding="${dsml.dir}/schema/bindings.xjb" target="2.1"> |
| | | <!-- Don't generate package-info.java as it conflicts with |
| | | the one in src/dsml --> |
| | | <arg value="-npa"/> |
| | | <arg value="-verbose"/> |
| | | <produces dir="${dsml.gen.dir}/org/opends/dsml/protocol" |
| | | includes="* impl/*" /> |
| | | </xjc> |