> On Dec. 9, 2013, 2:16 a.m., Chris Geer wrote: > > I can't apply the patch to a clean trunk. Several errors come up. > > Stanton Sievers wrote: > Really? What errors are you seeing? > > I updated to revision 1549569 on a different machine, applied the patch I > downloaded from this review, and was able to build. > > I'm building the pom in the root of the project with "mvn clean install" > per the instructions on the website [1]. Should I be doing something > differently? > > [1] http://rave.apache.org/source.html
Figured it out. I was trying to apply the patch using the standard patch command and it wasn't working. Once I used "svn patch" it applied fine. - Chris ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14841/#review29977 ----------------------------------------------------------- On Dec. 6, 2013, 3:42 p.m., Stanton Sievers wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/14841/ > ----------------------------------------------------------- > > (Updated Dec. 6, 2013, 3:42 p.m.) > > > Review request for rave. > > > Bugs: RAVE-1068 > https://issues.apache.org/jira/browse/RAVE-1068 > > > Repository: rave > > > Description > ------- > > With the release of Shindig 2.5.0-update1[1] I think it would be good to > upgrade Rave to a release version of Shindig. > > [1] > http://mail-archives.apache.org/mod_mbox/www-announce/201310.mbox/%3CCAB56zCWRFeCeaqkatiN2PPxfDMvx5ncVcFfSe4-EtTo2u3vy%2Bg%40mail.gmail.com%3E > > > Diffs > ----- > > https://svn.apache.org/repos/asf/rave/trunk/pom.xml 1541204 > > https://svn.apache.org/repos/asf/rave/trunk/rave-components/rave-core-api/src/main/java/org/apache/rave/model/ApplicationData.java > 1541204 > > https://svn.apache.org/repos/asf/rave/trunk/rave-components/rave-core/src/main/java/org/apache/rave/portal/model/impl/ApplicationDataImpl.java > 1541204 > > https://svn.apache.org/repos/asf/rave/trunk/rave-components/rave-jpa/src/main/java/org/apache/rave/portal/model/JpaApplicationData.java > 1541204 > > https://svn.apache.org/repos/asf/rave/trunk/rave-components/rave-jpa/src/main/java/org/apache/rave/portal/repository/impl/JpaApplicationDataRepository.java > 1541204 > > https://svn.apache.org/repos/asf/rave/trunk/rave-components/rave-jpa/src/test/java/org/apache/rave/portal/model/conversion/JpaApplicationDataConverterTest.java > 1541204 > > https://svn.apache.org/repos/asf/rave/trunk/rave-components/rave-jpa/src/test/java/org/apache/rave/portal/repository/impl/JpaApplicationDataRepositoryTest.java > 1541204 > > https://svn.apache.org/repos/asf/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-core/src/main/java/org/apache/rave/opensocial/service/impl/DefaultActivityStreamsService.java > 1541204 > > https://svn.apache.org/repos/asf/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-core/src/main/java/org/apache/rave/opensocial/service/impl/DefaultAppDataService.java > 1541204 > > https://svn.apache.org/repos/asf/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-core/src/main/java/org/apache/rave/opensocial/service/impl/DefaultPersonService.java > 1541204 > > https://svn.apache.org/repos/asf/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-core/src/test/java/org/apache/rave/opensocial/service/AppDataServiceTest.java > 1541204 > > https://svn.apache.org/repos/asf/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-core/src/test/java/org/apache/rave/opensocial/service/DefaultActivityStreamsServiceTest.java > 1541204 > > https://svn.apache.org/repos/asf/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/src/main/resources/rave.shindig.properties > 1541204 > > https://svn.apache.org/repos/asf/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/src/main/webapp/WEB-INF/classes/containers/default/container.js > 1541204 > > Diff: https://reviews.apache.org/r/14841/diff/ > > > Testing > ------- > > Existing unit tests and integration tests pass. > > > Thanks, > > Stanton Sievers > >
