Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] how to remove the multiple warning about no explicit target runtime config in maven tycho build...

Hi Jan,

On 18 August 2011 14:20, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
nope.

It's because of not specifying os/ws/arch environment(s) for your target-platform-configuration.

See http://wiki.eclipse.org/Tycho/Reference_Card#Examplary_parent_POM


Thanks a lot! It worked :).


Thanks and Regards,
Harshana 


Regards
Jan

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Davy Meers
Sent: Donnerstag, 18. August 2011 09:40
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] how to remove the multiple warning about no explicit target runtime config in maven tycho build...

Hello Justin,

it is probably because you did not specify the file encoding.

From http://thomassundberg.wordpress.com/2011/02/22/build-is-platform-dependent/:

"The simple solution is to add the property project.build.sourceEncoding and set it to the file encoding you want."

Regards,
Davy
> Date: Wed, 17 Aug 2011 09:48:57 -0700
> From: earlyster@xxxxxxxxx
> To: tycho-user@xxxxxxxxxxx
> Subject: [tycho-user] how to remove the multiple warning about no explicit target runtime config in maven tycho build...
>
> I keep getting this warning
>
> No explicit target runtime environment configuration. Build is
> platform dependent.
>
> How do I remove this warning from my tycho builds?
>
> Thanks,
>
> Justin
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


--
Harshana Eranga Martin
Software Engineer,
WSO2 Inc.
Web: http://wso2.com 
           http://wso2.org

ECF Committer: http://www.eclipse.org/ecf/
Blog: http://harshana05.blogspot.com
Profile: https://www.google.com/profiles/harshana05


Back to the top