[jbosstools-dev] Missing win32 x86_64 configuration in parent pom
Max Rydahl Andersen
max.andersen at redhat.com
Wed Apr 25 10:33:39 EDT 2012
I know that when I wrote the original pom.xml it wasn't included since we didn't support it.
I actually thought it was as added once we started building 64 bit windows support - so i'm surprised its not there.
Jiri, best way is to open jira with patch.
/max
> 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>
>
>
> _______________________________________________
> jbosstools-dev mailing list
> jbosstools-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
More information about the jbosstools-dev
mailing list