On 14 Nov 2013, at 7:25 am, christofer.d...@c-ware.de wrote:

> Hi,
> 
> Ok ... to some of the problems I was having wih the testsuite ... so there 
> seems to be major differences between 32bit and 64bit builds. 
> 
> I am running my Java Stuff and my IDE on a 64bit system. Therefore the " 
> PROGRAMFILES" will always point to " C:\Program Files" making the tests look 
> for C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\Web. 
> Unfortunately NPanday should look in C:\Program Files 
> (x86)\MSBuild\Microsoft\VisualStudio\v10.0\Web instead. I was able to make 
> the integration-tests find the resources by forcefully switching to a 32bit 
> Java VM.
> I guess somehow using the maven-enforcer-plugin to fail on 64bit system 
> immediately should help people like me not wasting too much time ;-) 
> (http://maven.apache.org/enforcer/enforcer-rules/requireOS.html)

I recently addressed some issues with this by forcing the plugin runner to run 
in 32-bit mode, so I'm not sure why this wasn't picked up. I can run them 
again. Which test failed with it?

- Brett

--
Brett Porter   @brettporter
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter

Reply via email to