Re: Sling Trunk Build Failure

2013-06-19 Thread Dishara Wijewardana
Hi, I got a fresh checkout from trunk [1] and still it build fails. I am using maven 3 to build this. I also tried adding the settings.xml file as per readme inside .m2/settings.xml. Still fails. Any idea why ? [1] - https://svn.apache.org/repos/asf/sling/trunk [INFO] Reactor Summary: [INFO]

Re: Sling Trunk Build Failure

2013-06-19 Thread Ian Boston
Hi, There are all sorts of things that can go wrong on a fresh maven build from the central maven repo timing out to an intermediate proxy sending html instead of a pom.xml file. First: The version of mvn, since the output you have pasted doest contain quite as much feedback as I would have

Sling Trunk Build Failure

2013-06-18 Thread Dishara Wijewardana
Hi all, I checked out the source from trunk and try to build from root. Is this a known build failure. This occurs when building the trunk with or without tests. Have anybody came across with this ? [INFO] Apache Sling Launchpad Testing Fragment Bundle SKIPPED [INFO] Apache Sling Launchpad

Re: Sling Trunk Build Failure

2013-06-18 Thread Dan Klco
Dishara, Hm, not that I know of at least. I was not able to reproduce the issue you indicated. Can you try re-running the item build with the command below? This should run Maven in debug mode and start it at the project which failed. mvn install -rf :sling-servlet-archetype -X Also, what

Re: Sling Trunk Build Failure

2013-06-18 Thread Dishara Wijewardana
On Wed, Jun 19, 2013 at 12:02 AM, Dan Klco dan.k...@sixdimensions.comwrote: Dishara, Hm, not that I know of at least. I was not able to reproduce the issue you indicated. Can you try re-running the item build with the command below? This should run Maven in debug mode and start it at the