Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Support for architecture-specfic launcher arguments (argsX86, argsX86_64, etc.)

Hi,

I build an eclipse-product. Recently, I had to resort to
architecture-specific launcher arguments. From my .product file:

>       <vmArgsWin>
>          <argsX86>-Xmx1536m</argsX86>
>          <argsX86_64>-Xmx2g</argsX86_64>
>       </vmArgsWin>

Unfortunately, these are not picked up by Tycho 0.20.0 or, rather, only
the first one is picked up; both my win32.win32.x86 and my
win32.win32.x86_64 product use the -Xmx1536m in the respective product's
.ini file.

Are architecture-specific launcher args not yet supported by Tycho? Or
is this a genuine bug? (Either way, I couldn't find an issue in Bugzilla.)

Best wishes,

Andreas

-- 
Codetrails UG (haftungsbeschränkt)
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top