[jbosstools-dev] Win64 and OSX_64 environments added to parent pom (was Re: Missing win32 x86_64 configuration in parent pom)

Nick Boldt nboldt at redhat.com
Wed Apr 25 16:05:36 EDT 2012


It's a tiny change, not worth the overhead of jira and patches. I've 
added this to the parent pom in the plugin config for 
org.eclipse.tycho:target-platform-configuration:

@@ -144,11 +144,21 @@
                                                         <arch>x86</arch>
                                                 </environment>
                                                 <environment>
+                                                       <os>macosx</os>
+                                                       <ws>cocoa</ws>
+                                                       <arch>x86_64</arch>
+                                               </environment>
+                                               <environment>
                                                         <os>win32</os>
                                                         <ws>win32</ws>
                                                         <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>


On 04/25/2012 10:33 AM, Max Rydahl Andersen wrote:
> 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
>

-- 
Nick Boldt :: JBoss by Red Hat
Productization Lead :: JBoss Tools & Dev Studio
http://nick.divbyzero.com


More information about the jbosstools-dev mailing list