On 12/15/16, 3:02 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
>If there now is a „asdoc.jar“ created by the ant build, the proper way to >do this in Maven would be to create a „asdoc“ module. Creating multiple >jars from one codebase is usually an indicator for the need to refactor. Well, you are welcome to propose another refactor. In Ant, we still output an mxmlc.jar and compc.jar. These client jars are empty and just have different entry points to the client classes in jsc.jar. The ASDoc JSON output is generated via a different emitter in compiler-jx. -Alex