Seems that 1.7 support has just been added to the buildnumber-maven-plugin on 31.3.12, http://markmail.org/message/metpewfasfmls3uw so it's not yet in the latest buildnumber-maven-plugin version.
On Fri, Apr 13, 2012 at 11:01 AM, Ben Wolfe <[email protected]> wrote: > I would guess it has something to do with the buildnumber plugin not liking > 1.7+ layout. > http://mojo.codehaus.org/buildnumber-maven-plugin > > You could take that out temporarily so you can build. Some quick googling > didn't give me an answer for you. > > Ben > > On Thu, Apr 12, 2012 at 10:38 PM, Mathias Lin | Meta Healthcare > <[email protected]> wrote: >> >> I try to build ('mvn install') the webservices.rest module project, >> and getting an error as below: >> >> [ERROR] Failed to execute goal >> org.codehaus.mojo:buildnumber-maven-plugin:1.0:create (default) on >> project webservices.rest-omod: Cannot get the revision information >> from the scm repository : >> [ERROR] Exception while executing SCM command. svn: The path >> '/Users/myuser/Projects/healthcare/openmrs-modules/webservices.rest' >> appears to be part of a Subversion 1.7 or greater >> [ERROR] working copy. Please upgrade your Subversion client to use this >> [ERROR] working copy. >> >> >> However, my svn command-line client is version 1.7.4. (I only use the >> command line, not any other IDE-integrated tools, not Subclipse, etc.) >> (I'm on Mac OS X Lion.) Is the svn command-line client that I'm >> calling not the same that MVN SCM would be using? >> The error only occurs in the OMOD section, not the API or the main. >> >> This is the error/log: >> >> [INFO] Reactor Summary:healthcare >> [INFO] >> [INFO] Rest Web Services ................................. SUCCESS >> [0.293s] >> [INFO] Rest Web Services API ............................. SUCCESS >> [4.558s] >> [INFO] Rest Web Services OMOD ............................ FAILURE >> [2.022s] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 7.725s >> [INFO] Finished at: Fri Apr 13 02:41:27 CST 2012 >> [INFO] Final Memory: 11M/81M >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal >> org.codehaus.mojo:buildnumber-maven-plugin:1.0:create (default) on >> project webservices.rest-omod: Cannot get the revision information >> from the scm repository : >> [ERROR] Exception while executing SCM command. svn: The path >> '/Users/myuser/Projects/healthcare/openmrs-modules/webservices.rest' >> appears to be part of a Subversion 1.7 or greater >> [ERROR] working copy. Please upgrade your Subversion client to use this >> [ERROR] working copy. >> [ERROR] -> [Help 1] >> [ERROR] >> [ERROR] To see the full stack trace of the errors, re-run Maven with >> the -e switch. >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> [ERROR] >> [ERROR] For more information about the errors and possible solutions, >> please read the following articles: >> [ERROR] [Help 1] >> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException >> [ERROR] >> [ERROR] After correcting the problems, you can resume the build with the >> command >> [ERROR] mvn <goals> -rf :webservices.rest-omod >> >> >> Checking svn client version: >> >> MacBookPro:webservices.rest myuser$ svn help >> usage: svn <subcommand> [options] [args] >> Subversion command-line client, version 1.7.4. >> >> I've searched for this issue on StackOverflow before and found two >> related threads, but not a answer for my case. >> >> http://stackoverflow.com/questions/7887395/svn-1-7-1-issue >> >> http://stackoverflow.com/questions/7893396/subversion-client-version-confusion >> >> _________________________________________ >> >> To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to >> [email protected] with "SIGNOFF openmrs-devel-l" in the body (not >> the subject) of your e-mail. >> >> [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l] > > > ________________________________ > Click here to unsubscribe from OpenMRS Developers' mailing list _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

