Hi Nick,
is there any reason for missing configuration for win32 x86_64 in
https://anonsvn.jboss.org/repos/jbosstools/trunk/build/parent/pom.xml in
target-platform-configuration plugin? It seems to be necessary to make
bot test running properly on w64 and it would be good to have it defined
in parent pom. Please add it there if possible
Thanks, regards
Jirka
--- pom.xml 2012-04-25 15:47:26.045219150 +0200
+++ pom2.xml 2012-04-25 15:49:12.195802290 +0200
@@ -149,6 +149,11 @@
<arch>x86</arch>
</environment>
<environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>