<!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.18.3">
</HEAD>
<BODY>
Hi,<BR>
<BR>
before someone starts copying XML snippects across all pom.xml's, let me remind:<BR>
<BR>
The concept is (was) to do the changes recursively from global to sub-module specific:<BR>
<BR>
&nbsp;&nbsp; 1) Copy AS from ${jboss.dist} to target/jbossas<BR>
&nbsp;&nbsp; 2) Do the global changes like IP/ports/database config<BR>
&nbsp;&nbsp; 3) Let the submodules copy this to their target/jbossas and perform their specific config changes.<BR>
<BR>
These warnings started appearing after the test files were moved to modules:<BR>
&nbsp;&nbsp;&nbsp;&nbsp; [copy] Warning: /home/ondra/work/AS7/ozizka-as7/testsuite/integration/src/test/resources/test-configs/smoke does not exist.<BR>
&nbsp;&nbsp;&nbsp;&nbsp; [copy] Warning: /home/ondra/work/AS7/ozizka-as7/testsuite/integration/src/test/resources/test-configs/clustering-udp-0 does not exist.<BR>
&nbsp;&nbsp;&nbsp;&nbsp; [copy] Warning: /home/ondra/work/AS7/ozizka-as7/testsuite/integration/src/test/resources/test-configs/clustering-udp-1 does not exist.<BR>
&nbsp;&nbsp;&nbsp;&nbsp; [copy] Warning: /home/ondra/work/AS7/ozizka-as7/testsuite/integration/src/test/resources/test-configs/iiop-client does not exist.<BR>
&nbsp;&nbsp;&nbsp;&nbsp; [copy] Warning: /home/ondra/work/AS7/ozizka-as7/testsuite/integration/src/test/resources/test-configs/iiop-server does not exist.<BR>
<BR>
I guess someone forgot to edit the ant script.<BR>
<BR>
<BR>
Ondra<BR>
<BR>
<BR>
<BR>
<BR>
Thomas Diesler p&#237;&#353;e v &#268;t 01. 12. 2011 v 16:40 +0100:
<BLOCKQUOTE TYPE=CITE>
<PRE>
The XSLT transform that I need does more than just tweak the ports.

The general requirement would be that a set/group of test can do a 
transformation of the original config before it runs. This works for 
smoke tests, which run against a transformed server config (i.e. 
target/jbossas-smoke/configuration) but not for the basic integration tests.


-thomas

On 12/01/2011 01:16 PM, Kabir Khan wrote:
&gt; As suggested on the mailing list last week. If we change the config files to use port-offset=&quot;${jboss.port.offset:0}&quot; and make the tests use -Djboss.port.offset=??? instead there might not be any need for xslt to change the portes.
&gt;
&gt; ---
&gt; Reply to this email directly or view it on GitHub:
&gt; <A HREF="https://github.com/jbossas/jboss-as/pull/751#issuecomment-2974043">https://github.com/jbossas/jboss-as/pull/751#issuecomment-2974043</A>

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>