Le 07/04/2020 à 13:50, Rémy Maucherat a écrit :
> I would want to keep the basic tool available.
Of course, this is in addition to the command line tool.
> Ideally it is nice to avoid having too many options.
I hardly imagine more than 10 options for this kind of tool.
Emmanuel Bourg
---
On Tue, Apr 7, 2020 at 11:54 AM Emmanuel Bourg wrote:
> Hi,
>
> So I've started working on the Jakarta EE migration tool. I've some
> enhancements in mind but I'd like to ensure there is a consensus before
> proceeding.
>
> Here are my suggestions:
>
> - Turn the tool into a plugin for the main b
Le 07/04/2020 à 12:41, Mark Thomas a écrit :
>> - Use a CLI parsing library (picocli, jcommander or commons-cli) to ease
>> the addition of command line options. It may also bring help/manpage
>> generation, tab completion, colored messages.
> Are we at the point where we need one?
The lack of p
On 07/04/2020 10:54, Emmanuel Bourg wrote:
> Hi,
>
> So I've started working on the Jakarta EE migration tool. I've some
> enhancements in mind but I'd like to ensure there is a consensus before
> proceeding.
>
> Here are my suggestions:
>
> - Turn the tool into a plugin for the main build syste
Hi,
So I've started working on the Jakarta EE migration tool. I've some
enhancements in mind but I'd like to ensure there is a consensus before
proceeding.
Here are my suggestions:
- Turn the tool into a plugin for the main build systems (Maven, Gradle,
Ant) to easily post process the jar/war fi