Closed GoogleCodeExporter closed 9 years ago
Original comment by heue...@gmail.com
on 23 Dec 2010 at 6:19
Added profiles on svn trunk
$ svn commit -m "Issue 203 ; adding separate profiles for windows_x86,
windows_amd64, and windows_x86_64"
Committed revision 1098.
and branches/release-1.3
$ svn commit -m "Issue 203 ; adding separate profiles for windows_x86,
windows_amd64, and windows_x86_64"
Committed revision 1099.
Original comment by heue...@gmail.com
on 23 Dec 2010 at 6:24
Marking as fixed, but I don't have access to amd64 or x86_64 versions of
Windows. Please verify.
Original comment by heue...@gmail.com
on 23 Dec 2010 at 6:25
Oops, missed a _64
svn trunk
$ svn commit -m "Issue 203 ; fix typo with windows_x86_64 profile" pom.xml
Committed revision 1101.
branches/release-1.3
$ svn commit -m "Issue 203 ; fix typo with windows_x86_64 profile" pom.xml
Committed revision 1100.
Original comment by heue...@gmail.com
on 23 Dec 2010 at 6:38
Please verify.
Original comment by heue...@gmail.com
on 23 Dec 2010 at 6:38
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 mailer, or
I have to use the web interface?)
Original comment by carlo.sa...@gmail.com
on 23 Dec 2010 at 6:42
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 help:active-profiles
should report
The following profiles are active:
- windows_amd64 (source: pom)
and the build should complain about a missing dependency
groupId: org.eclipse.swt.win32.win32
artifactId: x86_64
which you can install manually as described above.
Original comment by heue...@gmail.com
on 23 Dec 2010 at 6:51
Verified, works on windows 7 64bit with intel cpu and oracle 64bit jvm.
(I think you can safely delete profile windows_x86_64.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6378452)
On second thought though I think this can break the build of someone using
win64 with a 32bit vm, since I'm not sure what getProperty("os.arch") would
return then. I'll make some tests and post the results.
Original comment by carlo.sa...@gmail.com
on 23 Dec 2010 at 8:06
Ok, the 32bit-vm/64bit-win is handled correctly.
For the record, I attach the mvn -version result. The OS is win 7 64bit.
Original comment by carlo.sa...@gmail.com
on 23 Dec 2010 at 10:21
Attachments:
Moving issue to Verified per previous comments.
Original comment by atdi...@gmail.com
on 20 Mar 2011 at 7:47
Moving issue to Verified per previous comments.
Original comment by atdi...@gmail.com
on 20 Mar 2011 at 7:47
Original issue reported on code.google.com by
heue...@gmail.com
on 23 Dec 2010 at 6:17