Hi !
I try to install like in n
http://wiki.idempiere.org/en/Installation_in_Eclipsebut in the Marketplace during installing "MercurialEclipse 2.2" I get the following error.
Cannot complete the install because one or more required items could not be found.
Software currently installed: org.apache.tomcat.util.translated_host_properties 7.0.32.v201211201952
Missing requirement: org.apache.tomcat.util.translated_host_properties 7.0.32.v201211201952 requires 'org.apache.catalina [7.0.32,7.0.33)' but it could not be found
I downloaded "tomcat-catalina" 7.0.32 and 7.0.33 from Maven and put it in my plugin dir as in my other projects should do, renamed them into "org.apache.catalina-7.0.32" (respectivly -7.0.33)
but still the MercurialEclipse 2.2 claims the same error.
Ideas anyone ?