문제

Has anyone attempted to build the Apache Geronimo DayTrader application with the latest Maven build? When I try to follow the instructions here:

https://cwiki.apache.org/GMOxDOC22/daytrader-a-more-complex-application.html

I am getting numerous build errors:

[ERROR] The build could not read 6 projects -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.geronimo.daytrader:daytrader-web:3.0-SNAPSHOT (C:\workspaces\sma\DayTrader\trunk\modules\web\pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.taglibs:taglibs-standard-jstlel:jar is missing. @ line 99, column 21
[ERROR]   
[ERROR]   The project org.apache.geronimo.daytrader:json-proxy:3.0-SNAPSHOT (C:\workspaces\sma\DayTrader\trunk\modules\json-proxy\pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.taglibs:taglibs-standard-jstlel:jar is missing. @ line 55, column 21
[ERROR]   
[ERROR]   The project org.apache.geronimo.daytrader:daytrader-web-jdbc:3.0-SNAPSHOT (C:\workspaces\sma\DayTrader\trunk\assemblies\web\daytrader-web-jdbc\pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.taglibs:taglibs-standard-jstlel:jar is missing. @ line 72, column 20
[ERROR]   
[ERROR]   The project org.apache.geronimo.daytrader:daytrader-web-jpa:3.0-SNAPSHOT (C:\workspaces\sma\DayTrader\trunk\assemblies\web\daytrader-web-jpa\pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.taglibs:taglibs-standard-jstlel:jar is missing. @ line 81, column 21
[ERROR]   
[ERROR]   The project org.apache.geronimo.daytrader:daytrader-webprofile-war:3.0-SNAPSHOT (C:\workspaces\sma\DayTrader\trunk\assemblies\webprofile\daytrader-webprofile-war\pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.taglibs:taglibs-standard-jstlel:jar is missing. @ line 112, column 20
[ERROR]   
[ERROR]   The project org.apache.geronimo.daytrader:daytrader-war:3.0-SNAPSHOT (C:\workspaces\sma\DayTrader\trunk\assemblies\javaee\daytrader-war\pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.taglibs:taglibs-standard-jstlel:jar is missing. @ line 112, column 21

I am following the instructions exactly as they have them. Am I missing something?

도움이 되었습니까?

해결책

The error is because the <version> information for taglibs-standard-jstlel project is missing. This will break not just in maven3, but in any other maven version as well. This is likely a bug.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top