> > Is there any reason not to switch > system-controls/src/webservice/build.xml to use <control-jar> rather > than just <jar>? >
FYI, the <control-jar> ant task is identical to the <jar> task (actually a subclass of) but adds a little extra secret sauce pick up the jar manifest fragments generated by the control annotation processor and merge them into the jar manifest. Converting over is as easy as adding the <taskdef> element and changing <jar> to <control-jar> Cheers! -- Kyle