PDA

View Full Version : Broken build?



mattupstate
Apr 4th, 2011, 09:17 PM
Anyone notice the Greenhouse project doesn't run locally anymore?

Keith Donald
Apr 4th, 2011, 10:19 PM
Well, since a Spring Framework nightly build last week it seems there are some issues. I'll let the Chris and Juergen know.

Keith

Keith Donald
Apr 10th, 2011, 09:28 PM
Just a FYI to wrap this one up: this issue should be fixed in master.

ideiudicibus
Apr 21st, 2011, 09:37 AM
I've just cloned greenhouse repo but my build fails just because atmosphere 0.7 is missing from any reachable repo. Missing deps can be an issue in general in any mvn project, anyway I fixed this by adding a new repo (atlassian one, the first found by googling) that hosts that dependency:

<!-- For Atmosphere-->
<repository>
<id>maven2-atlassian</id>
<name>Java.net Repository for Maven</name>
<url>https://maven.atlassian.com/content/groups/public/</url>
<snapshots><enabled>false</enabled></snapshots>
</repository>

regards
ignazio

Keith Donald
Apr 21st, 2011, 10:12 AM
Well, that's an odd one. In any case, Greenhouse is no longer using Atomosphere for the async stuff. Given that, I've removed the dependency from the pom.xml file and pushed the change. Let me know if you have any other build problems and make sure you have the latest snapshot dependencies as things are evolving rapidly.

Keith