Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.0
-
Eclipse 3.5.2.R35x, Maven 2.2.1
-
1.6
-
WindowsXP
Description
Trying to configure Eclipse to be able to run Roller from it, revealed some important issues with the configuration (mainly maven):
(this article is also very useful: http://hwellmann.blogspot.com/2010/02/setting-up-eclipse-for-roller.html )
- /weblogger-web/src/main/webapp/WEB-INF/security.xml – replace "spring-security-2.0.1-openidfix.xsd" with "spring-security-2.0.4.xsd"
- /weblogger-web/pom.xml – remove duplicate "taglibs" dependency, add <version>1.1.0</version> (for consistency with /pom.xml)
- /planet-web/pom.xml – remove duplicate "taglibs" dependency, add <version>1.1.0</version> (for consistency with /pom.xml)
- /pom.xml – Error: duplicate repository id: "java.net"
All changes are based on revision: 935288.