yonite / snofyre

Automatically exported from code.google.com/p/snofyre
0 stars 0 forks source link

Maven build fails #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Checked out code from svn repo
2.Try to build snomed-osgi component with mvn clean install
3.Maven build fails

What is the expected output? What do you see instead?
Expect successful build of snomed-osgi components. 

Instead Maven throws the following error:
[INFO] [buildnumber:hgchangeset {execution: default}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Command failed.
EXECUTION FAILED
  Execution of cmd : id failed with exit code: 255.
  Working directory was: 
    /Users/jay/Documents/snofyresvnworkspace/snomed-osgi
  Your Hg installation seems to be valid and complete.
    Hg version: 1.7.1+20101116 (OK)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jay.kola on 25 Jan 2011 at 3:45

GoogleCodeExporter commented 8 years ago
Issue was being caused by references to Mercurial changesets. These have now 
been removed. All builds are successful now. See commit 
http://code.google.com/p/snofyre/source/detail?r=151 for more information.

Original comment by jay.kola on 25 Jan 2011 at 6:08