why jars expelled enunciate's deployment?
i'm controlling build antecedent rest api need consolidate jar containing tradition formula library.
my termite book looks this:
<!--include jars-->
<path id="en.classpath">
<fileset dir="${lib}">
<include name="**/*.jar" />
</fileset>
</path>
<!--define task-->
<taskdef name="enunciate" classname="org.codehaus.enunciate.main.enunciatetask">
<classpath refid="en.classpath" />
</taskdef>
<mkdir dir="${dist}" />
<enunciate dir="${src}" configfile="${basedir}/enunciate.xml">
<include name="**/*.java" />
<classpath refid="en.classpath"/>
<export artifactid="spring.war.file" destination="${dist}/${war.name}" />
</enunciate>
the problem tradition jar being expelled fight file. required accumulate enunciate annotated classes jar apparently classpath during accumulate nonetheless enunciate unwell consolidate distribution. i have also beheld several jars indispensable enunciate being enclosed fight file.
why being expelled i repair it?
Comments
Post a Comment