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...

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 

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


Back to the top