Skip to main content

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

Pascal is right.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=429442

Regards,
Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Pascal Rapicault
Sent: Freitag, 4. April 2014 15:48
To: Tycho user list
Subject: Re: [tycho-user] Support for architecture-specfic launcher arguments (argsX86, argsX86_64, etc.)

This support has been added to p2 very recently (close to the end of M6) 
and I don't think tycho has had the opportunity to pick up the version 
of the p2 publisher that include this support.

On 04/04/2014 5:31 AM, Andreas Sewe wrote:
> 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
>

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top