<!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>
testsuite/ copies from build/target/... or -Djboss.dist, and configures things used uniformly by whole testsuite: IP, datasource, users, etc.<BR>
<BR>
Then, in every submodule:<BR>
- AS is copied from ../target/jbossas to target/jbossas, and makes it's own changes;<BR>
- 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>