Wouter Zoons schrieb:
Well, the problem is described right here:

  
Case-sensitive issue: The dependency andromdaexample:andromdaexample-core
has a case problem.  The dependency was either retrieved in the past with
the wrong case or has been specified with the wrong case in your
project.xml file.  Fix your project.xml or update your local repository
with the properly-cased file and try again.


    

I personally never had this problem but I think you tried to build the
example once but you were using a slightly different name (with or without
some capitals)

  
Well, I had too, and I think it was introduced by a missconfiguration on  my part or some
project setup problem with the bpm4struts and webservice cartidges.

You'll find more regading these message in the maven docs at apache.org
The message was introduced, because somebody wanted a
reminder if there are problems with character case when switching
between Unix (case sensitive file system) and Windows (case insensitive file system)

Unfortunately, the test is broken, because it also triggers, if there is a change in the relatve path,
like the redundant insertion of ./ or ../<dir>

Anyway, there was a fix available for this on the maven site, turning the error into a warning.
I just seem to be unable to remember, where...

Thomas



Reply via email to