1 Reply Latest reply on Feb 6, 2006 12:43 PM by starksm64

    Extending tools in JBossAS to other JEMS projects

      I was looking at the following task which is the port of the SerialVersionUID test into a reusable task.

      http://jira.jboss.com/jira/browse/JBBUILD-154

      Porting it is no problem, but it brings up a higher level question. For things such as this, the validation of license headers tools, the tasks to start and stop jboss as well deploying things...we want to reuse them across JEMS products.

      The serialVersion tests however relies on code that is found in the varia module and the server tasks are found in the test framework.

      Are we reaching a point where this "common" code which is being housed in AS needs to abstracted out?