Vamsavardhana,
I have deleted my maven repo and checkout the tags/1.1.0 and built from scratch. I built with the
{,i}tests enabled as well and the build was successful for me. You might try cleaning your repo.
Matt
Vamsavardhana Reddy wrote:
Hello,
I have checked out G1.1 source from
https://svn.apache.org/repos/asf/geronimo/tags/1.1.0/
When I run "maven -Dmaven.test.skip=true -Dmaven.itest.skip=true clean
new",
the build is failing with compilation errors in console-standard project.
Console output is given below. Please help resolve this error.
Thanks,
Vamsi
-------------------------------------------------------------------------------------------
+----------------------------------------
| applications Geronimo :: Console :: Standard Portlets
| Memory: 32M/52M
+----------------------------------------
DEPRECATED: the default goal should be specified in the <build> section of
proje
ct.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the <build> section of
proje
ct.xml instead of maven.xml
build:end:
build:start:
multiproject:install-callback:
[echo] Running war:install for Geronimo :: Console :: Standard Portlets
Tag library requested that is not present: 'caller' in plugin:
'maven-war-plugin
-1.6.1'
war:init:
war:war-resources:
[mkdir] Created dir:
C:\g110\applications\console-standard\target\geronimo-c
onsole-standard
[mkdir] Created dir:
C:\g110\applications\console-standard\target\geronimo-c
onsole-standard\WEB-INF
[copy] Copying 163 files to
C:\g110\applications\console-standard\target\ger
onimo-console-standard
[copy] Copying 1 file to
C:\g110\applications\console-standard\target\geroni
mo-console-standard\WEB-INF
java:prepare-filesystem:
[mkdir] Created dir:
C:\g110\applications\console-standard\target\classes
java:compile:
<depend closure="false" srcdir="1.4" dump="false"
destdir="C:\g110\applications\
console-standard/target/classes"></depend> [echo] Compiling to
C:\g110\applic
ations\console-standard/target/classes
[javac] Compiling 132 source files to
C:\g110\applications\console-standard\
target\classes
[javac]
C:\g110\applications\console-standard\src\java\org\apache\geronimo\c
onsole\jmsmanager\renderers\ViewDLQRenderer.java:37: package
org.activemq.servic
e does not exist
[javac] import org.activemq.service.DeadLetterPolicy;
[javac] ^
[javac]
C:\g110\applications\console-standard\src\java\org\apache\geronimo\c
onsole\jmsmanager\renderers\ViewDLQRenderer.java:78: cannot resolve symbol
[javac] symbol : class DeadLetterPolicy
[javac] location: class
org.apache.geronimo.console.jmsmanager.renderers.Vie
wDLQRenderer
[javac] DeadLetterPolicy dlp = new DeadLetterPolicy();
[javac] ^
[javac]
C:\g110\applications\console-standard\src\java\org\apache\geronimo\c
onsole\jmsmanager\renderers\ViewDLQRenderer.java:78: cannot resolve symbol
[javac] symbol : class DeadLetterPolicy
[javac] location: class
org.apache.geronimo.console.jmsmanager.renderers.Vie
wDLQRenderer
[javac] DeadLetterPolicy dlp = new DeadLetterPolicy();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 3 errors