<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
Hi,<BR>
<BR>
<BR>
I've simplified the testsuite.<BR>
Before, it's execution plan was a bit chaotic - things being wildly copied around without much design in it.<BR>
<BR>
Now it works recursively as it should.<BR>
That means:<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp; testsuite/&nbsp; copies from build/target/...&nbsp; or&nbsp; -Djboss.dist,&nbsp; and configures things used uniformly by whole testsuite:&nbsp; IP, datasource, users, etc.<BR>
<BR>
&nbsp;&nbsp;&nbsp; Then, in every submodule:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - AS is copied from ../target/jbossas to target/jbossas, and makes it's own changes;<BR>
&nbsp;&nbsp;&nbsp;&nbsp; - target/jbossas is copied to target/jbossas-something; those are the instance(s) to be run.<BR>
<BR>
<BR>
The pom.xml's have changed a lot, so now I need someone to review and merge it before it gets too complicated to resolve rebase conflicts.<BR>
<BR>
<BR>
Thanks,<BR>
Ondra
</BODY>
</HTML>