On 2/20/16, 7:32 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
>Another thing I just noticed: >We have even more tools that are needed during the build: >- AnnotateClass.java >- ProblemEnumGenerator.java >- ProblemLocalizer.java > >So I guess it would be good if I just moved those 3 together with the >UnknownTreePatternInputOutput into a separate falcon-build-tools project >and extend my maven plugin to support 4 goals to trigger all of them via >maven. Of course you can continue to call them all the same way you >always did via Ant with slightly adjusted paths. That's fine with me. I was wondering if even the IASNodeAdapter that Jburg needs can go with all of these into one jar. Then there is only one new artifact. -Alex