[
https://issues.apache.org/jira/browse/SLING-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bertrand Delacretaz updated SLING-744:
--------------------------------------
Summary: jcrinstall tests fail on Windows XP (was: Build Failure on
Windows XP)
Confirmed, I also got test errors in the jcrinstall module when trying to build
under Windows XP (mvn 2.09, java 1.6.0_06).
As a workaround until this is fixed, if you don't need jcrinstall you can
disable its build by commenting it in the main sling pom.xml file:
...
<module>extensions/apt/parser</module>
<module>extensions/apt/servlet</module>
<!--
<module>extensions/jcrinstall</module>
-->
<module>extensions/runmode</module>
...
> jcrinstall tests fail on Windows XP
> -----------------------------------
>
> Key: SLING-744
> URL: https://issues.apache.org/jira/browse/SLING-744
> Project: Sling
> Issue Type: Bug
> Components: JCR Install
> Environment: Windows XP, java 1.6.0_03
> Reporter: Darrell Pittman
> Attachments:
> TEST-org.apache.sling.jcr.jcrinstall.jcr.impl.ResourceDetectionTest.xml
>
>
> I did the following:
> svn checkout http://svn.apache.org/repos/asf/incubator/sling/trunk sling
> cd sling
> mvn -s settings.xml clean install.
> Note: I don't know the XP equivalent of /dev/null so I created a settings.xml
> file in sling folder with just an empty <settings/> tag to override local
> settings.
> I got a build failure on
> org.apache.sling.jcr.jcrinstall.jcr.impl.ResourceDetectionTest. I have
> attached the test report.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.