spring-attic / spring-android-samples

Spring for Android Sample Applications
http://projects.spring.io/spring-android
Apache License 2.0
758 stars 483 forks source link

MessageList class is missing #1

Closed manandbytes closed 13 years ago

manandbytes commented 13 years ago

MessageList class is missing:

[ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.2:compile (default) on project spring-android-showcase-server: Compiler errors :
[ERROR] error at public @ResponseBody MessageList fetchMessagesXml() {
[ERROR] ^^^^^^^^^
[ERROR] /spring-android-samples/spring-android-showcase/server/src/main/java/org/springframework/android/showcase/HomeController.java:194:0::0 MessageList cannot be resolved to a type
[ERROR] error at MessageList messageList = new MessageList(messages);
[ERROR] ^^^^^^^^
[ERROR] /spring-android-samples/spring-android-showcase/server/src/main/java/org/springframework/android/showcase/HomeController.java:197:0::0 MessageList cannot be resolved to a type
[ERROR] error at MessageList messageList = new MessageList(messages);
[ERROR] ^^^^^^^^
[ERROR] /spring-android-samples/spring-android-showcase/server/src/main/java/org/springframework/android/showcase/HomeController.java:197:0::0 MessageList cannot be resolved to a type

First bad commit is aa74759a83da81b8:

git bisect log 
git bisect start
# bad: [aa74759a83da81b8b6a179b0c24078920c5d0122] Updating dependencies
git bisect bad aa74759a83da81b8b6a179b0c24078920c5d0122
# good: [aa41c819206abdb77e290802c9882324cbdae2a6] Updated to Spring Social 1.0.0.RC2 and Jackson 1.8.4
git bisect good aa41c819206abdb77e290802c9882324cbdae2a6
# good: [aa41c819206abdb77e290802c9882324cbdae2a6] Updated to Spring Social 1.0.0.RC2 and Jackson 1.8.4
git bisect good aa41c819206abdb77e290802c9882324cbdae2a6
# good: [64dc2635a87a694d90311d8740d6e0d59884ea77] Updated to Jackson 1.8.4
git bisect good 64dc2635a87a694d90311d8740d6e0d59884ea77
royclarkson commented 13 years ago

Oops, sorry about that. I committed something that wasn't intended to be committed. The build is fixed now. I've removed the offending bits. I've also created a task to set up a CI build for this samples project to help catch this more quickly in the future. https://jira.springsource.org/browse/ANDROID-53 Thanks for the feedback!