Re: [piccolo2d-dev] problem building branches\release-1.3\swt on win 7 64bit

2010-12-23 Thread Michael Heuer
Carlo Salinari wrote: 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

[piccolo2d-dev] Re: problem building branches\release-1.3\swt on win 7 64bit

2010-12-23 Thread atdixon
Carlo -- I don't have an immediate 64-bit Windows install to try this out, but I have a few notes for you. The fastest route to get you up running is to install a 32-bit JDK on your machine, point your path to that, and then run the piccolo2d build (w/o any modifications) and that should work.

Re: [piccolo2d-dev] Re: problem building branches\release-1.3\swt on win 7 64bit

2010-12-23 Thread Michael Heuer
atdixon atdi...@gmail.com wrote: I don't have an immediate 64-bit Windows install to try this out, but I have a few notes for you. The fastest route to get you up running is to install a 32-bit JDK on your machine, point your path to that, and then run the piccolo2d build (w/o any

[piccolo2d-dev] Issue 203 in piccolo2d: Missing maven profile for Windows x86_64

2010-12-23 Thread piccolo2d
Status: New Owner: New issue 203 by heue...@gmail.com: Missing maven profile for Windows x86_64 http://code.google.com/p/piccolo2d/issues/detail?id=203 Email from piccolo2d-dev@ -- Forwarded message -- From: Michael Heuer heuer... Date: Thu, Dec 23, 2010 at 12:15 PM

Re: [piccolo2d-dev] problem building branches\release-1.3\swt on win 7 64bit

2010-12-23 Thread Carlo Salinari
On 12/23/2010 6:21 PM, Michael Heuer wrote: Carlo Salinari wrote: 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:

[piccolo2d-dev] Re: Issue 203 in piccolo2d: Missing maven profile for Windows x86_64

2010-12-23 Thread piccolo2d
Updates: Status: Accepted Owner: heuermh Labels: Type-Defect Priority-Critical Effort-Medium OpSys-Windows Toolkit-Piccolo2D.Java Component-SWT Milestone-1.3.1 Comment #1 on issue 203 by heue...@gmail.com: Missing maven profile for Windows x86_64

Re: [piccolo2d-dev] problem building branches\release-1.3\swt on win 7 64bit

2010-12-23 Thread Aaron Dixon
Carlo -- You're getting that error because you're resolving SWT 32-bit binaries but using a 64-bit JDK. (See http://stackoverflow.com/questions/2921193/swt-on-windows-64-bit) You need to: 1) Download and point your JAVA_HOME and PATH to a *32-bit* JDK before running the build. OR 2) Download

Re: [piccolo2d-dev] Re: problem building branches\release-1.3\swt on win 7 64bit

2010-12-23 Thread Aaron Dixon
Ah, thanks Michael... Do you know if the public repos have a 64-bit SWT that p2d can refer to? On Thu, Dec 23, 2010 at 12:15 PM, Michael Heuer heue...@gmail.com wrote: atdixon atdi...@gmail.com wrote: I don't have an immediate 64-bit Windows install to try this out, but I have a few notes for

[piccolo2d-dev] [piccolo2d] r1098 committed - Issue 203 ; adding separate profiles for windows_x86, windows_amd64, a...

2010-12-23 Thread piccolo2d
Revision: 1098 Author: heuermh Date: Thu Dec 23 10:21:46 2010 Log: Issue 203 ; adding separate profiles for windows_x86, windows_amd64, and windows_x86_64 http://code.google.com/p/piccolo2d/source/detail?r=1098 Modified: /piccolo2d.java/trunk/swt/pom.xml

Re: [piccolo2d-dev] Re: problem building branches\release-1.3\swt on win 7 64bit

2010-12-23 Thread Michael Heuer
Aaron Dixon atdi...@gmail.com wrote: Ah, thanks Michael... Do you know if the public repos have a 64-bit SWT that p2d can refer to? Not currently, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=283745 snip michael -- Piccolo2D Developers Group:

Re: [piccolo2d-dev] problem building branches\release-1.3\swt on win 7 64bit

2010-12-23 Thread Michael Heuer
Aaron Dixon atdi...@gmail.com wrote: Carlo -- You're getting that error because you're resolving SWT 32-bit binaries but using a 64-bit JDK. (See http://stackoverflow.com/questions/2921193/swt-on-windows-64-bit) You need to: 1) Download and point your JAVA_HOME and PATH to a *32-bit* JDK

[piccolo2d-dev] [piccolo2d] r1099 committed - Issue 203 ; adding separate profiles for windows_x86, windows_amd64, a...

2010-12-23 Thread piccolo2d
Revision: 1099 Author: heuermh Date: Thu Dec 23 10:23:06 2010 Log: Issue 203 ; adding separate profiles for windows_x86, windows_amd64, and windows_x86_64 http://code.google.com/p/piccolo2d/source/detail?r=1099 Modified: /piccolo2d.java/branches/release-1.3/swt/pom.xml

[piccolo2d-dev] Re: Issue 203 in piccolo2d: Missing maven profile for Windows x86_64

2010-12-23 Thread piccolo2d
Comment #2 on issue 203 by heue...@gmail.com: Missing maven profile for Windows x86_64 http://code.google.com/p/piccolo2d/issues/detail?id=203 Added profiles on svn trunk $ svn commit -m Issue 203 ; adding separate profiles for windows_x86, windows_amd64, and windows_x86_64 Committed

[piccolo2d-dev] Re: Issue 203 in piccolo2d: Missing maven profile for Windows x86_64

2010-12-23 Thread piccolo2d
Updates: Status: Fixed Comment #3 on issue 203 by heue...@gmail.com: Missing maven profile for Windows x86_64 http://code.google.com/p/piccolo2d/issues/detail?id=203 Marking as fixed, but I don't have access to amd64 or x86_64 versions of Windows. Please verify. -- Piccolo2D

Re: [piccolo2d-dev] problem building branches\release-1.3\swt on win 7 64bit

2010-12-23 Thread Michael Heuer
Michael Heuer heue...@gmail.com wrote: Aaron Dixon atdi...@gmail.com wrote: Carlo -- You're getting that error because you're resolving SWT 32-bit binaries but using a 64-bit JDK. (See http://stackoverflow.com/questions/2921193/swt-on-windows-64-bit) You need to: 1) Download and point

[piccolo2d-dev] [piccolo2d] r1100 committed - Issue 203 ; fix typo with windows_x86_64 profile

2010-12-23 Thread piccolo2d
Revision: 1100 Author: heuermh Date: Thu Dec 23 10:36:30 2010 Log: Issue 203 ; fix typo with windows_x86_64 profile http://code.google.com/p/piccolo2d/source/detail?r=1100 Modified: /piccolo2d.java/branches/release-1.3/swt/pom.xml === ---

[piccolo2d-dev] [piccolo2d] r1101 committed - Issue 203 ; fix typo with windows_x86_64 profile

2010-12-23 Thread piccolo2d
Revision: 1101 Author: heuermh Date: Thu Dec 23 10:36:50 2010 Log: Issue 203 ; fix typo with windows_x86_64 profile http://code.google.com/p/piccolo2d/source/detail?r=1101 Modified: /piccolo2d.java/trunk/swt/pom.xml === --- /piccolo2d.java/trunk/swt/pom.xml

[piccolo2d-dev] Re: Issue 203 in piccolo2d: Missing maven profile for Windows x86_64

2010-12-23 Thread piccolo2d
Updates: Status: Started Comment #4 on issue 203 by heue...@gmail.com: Missing maven profile for Windows x86_64 http://code.google.com/p/piccolo2d/issues/detail?id=203 Oops, missed a _64 svn trunk $ svn commit -m Issue 203 ; fix typo with windows_x86_64 profile pom.xml Committed

[piccolo2d-dev] Re: Issue 203 in piccolo2d: Missing maven profile for Windows x86_64

2010-12-23 Thread piccolo2d
Updates: Status: Fixed Comment #5 on issue 203 by heue...@gmail.com: Missing maven profile for Windows x86_64 http://code.google.com/p/piccolo2d/issues/detail?id=203 Please verify. -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

[piccolo2d-dev] Re: Issue 203 in piccolo2d: Missing maven profile for Windows x86_64

2010-12-23 Thread piccolo2d
Comment #6 on issue 203 by carlo.salinari: Missing maven profile for Windows x86_64 http://code.google.com/p/piccolo2d/issues/detail?id=203 I've an Intel i7 920 and it is reported as amd64. I think that's the only x86 64bit architecture java reports. (btw: can I reply to issues from my

[piccolo2d-dev] Re: Issue 203 in piccolo2d: Missing maven profile for Windows x86_64

2010-12-23 Thread piccolo2d
Comment #7 on issue 203 by heue...@gmail.com: Missing maven profile for Windows x86_64 http://code.google.com/p/piccolo2d/issues/detail?id=203 I don't think so, but you never know, new features appear in this hosting platform all the time. So with the latest revision, $ mvn

[piccolo2d-dev] Re: Issue 203 in piccolo2d: Missing maven profile for Windows x86_64

2010-12-23 Thread piccolo2d
Comment #8 on issue 203 by carlo.salinari: Missing maven profile for Windows x86_64 http://code.google.com/p/piccolo2d/issues/detail?id=203 Verified, works on windows 7 64bit with intel cpu and oracle 64bit jvm. (I think you can safely delete profile windows_x86_64.

Re: [piccolo2d-dev] problem building branches\release-1.3\swt on win 7 64bit

2010-12-23 Thread Carlo Salinari
Thanks for the tips Aaron. Everything is working now. On 12/23/2010 7:22 PM, Aaron Dixon wrote: Carlo -- You're getting that error because you're resolving SWT 32-bit binaries but using a 64-bit JDK. (See http://stackoverflow.com/questions/2921193/swt-on-windows-64-bit) You need to: