intelligentautomation / proteus

Desktop client for Sensor Observation Service (SOS) data discovery
GNU Lesser General Public License v3.0
8 stars 1 forks source link

PDE/Build cannot build TAR archives on Windows #28

Open metajungle opened 11 years ago

metajungle commented 11 years ago

The generated ANT scripts tries to execute the "cp" command on Windows if builds are configured for Linux and tries to build TAR archives using the archivesFormat "linux, gtk, x86 - tar". This of course fails and an error is thrown.

For now I'm just building ZIPs on all platforms, which works. At least it works to build, but may not work to execute the build artifacts on Linux. This should be verified.