Weblogic MBean - Security Providers Generation

Weblogic has commands to generate the security provider jars. Now its simpler in Ant.

Some gaps if using the Java plugin in gradle

  • compile / test / check tasks do not exactly apply - because the code wont compile for lack of the generated stubs
  • jar should be replaced with the weblogic java exec commands

Another constraint is a bit self created but these are part of existing project with multiple modules - so trying to make it work as a multi module project.

1 Option is to write a whole new plugin - requires all the tasks to be defined and also define the task dependency

are there any other better options? any did this before?