Hi, Being maven-ignorant (I'll study it. Promise.) I need a little hand building branches\release-1.3\swt under windows 7 64bit.
My mvn -version says: Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.6.0_23 Java home: C:\Program Files\Java\jdk1.6.0_23\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 7" version: "6.1" arch: "amd64" Family: "windows" following http://code.google.com/p/piccolo2d/wiki/BuildSWTOnMacOSX I tried adding this to release-1.3\swt\pom.xml: <profile> <id>windows_64</id> <activation> <os> <family>windows</family> <arch>amd64</arch> </os> </activation> <properties> <swt.groupId>org.eclipse.swt.win32.win32</swt.groupId> <swt.artifactId>x86_64</swt.artifactId> </properties> </profile> <profile> but it didn't make the trick. I guess I also have to tell maven where to fetch swt.win32.win32.x86_64, right? Should I modify the parent pom? Btw: why is the dependency <version>[3.3.0-v3346,)</version> so strict? cheers, Carlo -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
