You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build both 32/64bit versions for win and linux (only 64bit for mac)
Maven uses OR on activation conditions (despite being documented as AND)
so the original (windows && 64bit) condition was activating on all 64bit
machines. We now activate only on os type, but build both versions.
Building for all platforms now requires -Pall-platforms -P!mac (or
whichever platform) to disable to autodetected profile (note that the !
needs to be escaped in a bash shell, as -P!mac).
architecture (32 vs 64bit). Ordering of profiles is such that the
-Pall-platforms will supersede the autoactivated profiles on most
machines.
(really) Fixes#259
Tycho issues a warning when no target env is specified. An easy fix would be to add the current env since this is what it defaults to.
The text was updated successfully, but these errors were encountered: