Skip to content

Instantly share code, notes, and snippets.

@justinwyer
Forked from heiko-braun/gist:1088976
Created July 18, 2011 10:22
Show Gist options
  • Save justinwyer/1089112 to your computer and use it in GitHub Desktop.
Save justinwyer/1089112 to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Application Server: Web Subsystem 7.1.0.Alpha1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ jboss-as-web ---
[INFO] Deleting /Users/hbraun/dev/prj/jboss-as/web/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (ban-bad-dependencies) @ jboss-as-web ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-java-version) @ jboss-as-web ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven-version) @ jboss-as-web ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ jboss-as-web ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd /Users/hbraun/dev/prj/jboss-as/web && git show
[INFO] Working directory: /Users/hbraun/dev/prj/jboss-as/web
[INFO] Storing buildNumber: c4da1072479834d049caa78e9cf6104437f1afd4 at timestamp: 1310980299172
[INFO] Executing: /bin/sh -c cd /Users/hbraun/dev/prj/jboss-as/web && git show
[INFO] Working directory: /Users/hbraun/dev/prj/jboss-as/web
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-web ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ jboss-as-web ---
[INFO] Compiling 100 source files to /Users/hbraun/dev/prj/jboss-as/web/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[118,39] [deprecation] javax.servlet.http.HttpSessionContext in javax.servlet.http has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[902,29] [deprecation] javax.servlet.http.HttpSessionContext in javax.servlet.http has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[925,16] [deprecation] removeValue(java.lang.String) in javax.servlet.http.HttpSession has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[920,16] [deprecation] putValue(java.lang.String,java.lang.Object) in javax.servlet.http.HttpSession has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[912,20] [deprecation] getValueNames() in javax.servlet.http.HttpSession has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[907,18] [deprecation] getValue(java.lang.String) in javax.servlet.http.HttpSession has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[902,49] [deprecation] getSessionContext() in javax.servlet.http.HttpSession has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/WarMetaDataProcessor.java:[101,38] [deprecation] getLowerCaseName() in org.jboss.vfs.VirtualFile has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/WebFragmentParsingDeploymentProcessor.java:[70,38] [deprecation] getLowerCaseName() in org.jboss.vfs.VirtualFile has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/ServletDeploymentStats.java:[95,43] [deprecation] readModel(org.jboss.as.controller.PathAddress) in org.jboss.as.controller.OperationContext has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/WebParsingDeploymentProcessor.java:[65,60] [deprecation] parse(javax.xml.stream.XMLStreamReader) in org.jboss.metadata.parser.servlet.WebMetaDataParser has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/TldParsingDeploymentProcessor.java:[76,38] [deprecation] getLowerCaseName() in org.jboss.vfs.VirtualFile has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/TldParsingDeploymentProcessor.java:[86,41] [deprecation] getLowerCaseName() in org.jboss.vfs.VirtualFile has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/TldParsingDeploymentProcessor.java:[101,37] [deprecation] getLowerCaseName() in org.jboss.vfs.VirtualFile has been deprecated
[WARNING] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/WebSubsystemDescribe.java:[48,42] [deprecation] readModel(org.jboss.as.controller.PathAddress) in org.jboss.as.controller.OperationContext has been deprecated
[INFO] 15 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/JBossContextConfig.java:[121,40] cannot inherit from final org.apache.catalina.startup.ContextConfig
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSessionValve.java:[51,7] org.jboss.as.web.session.ClusteredSessionValve is not abstract and does not override abstract method invoke(org.apache.catalina.Request,org.apache.catalina.Response,org.apache.catalina.ValveContext) in org.apache.catalina.valves.ValveBase
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSessionValve.java:[87,4] method does not override or implement a method from a supertype
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSessionValve.java:[99,4] method does not override or implement a method from a supertype
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSessionValve.java:[121,16] cannot find symbol
symbol : method getNext()
location: class org.jboss.as.web.session.ClusteredSessionValve
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSessionValve.java:[123,16] cannot find symbol
symbol : method getNext()
location: class org.jboss.as.web.session.ClusteredSessionValve
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[89,59] cannot find symbol
symbol : variable STRICT_SERVLET_COMPLIANCE
location: class org.apache.catalina.Globals
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[393,4] method does not override or implement a method from a supertype
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[428,4] method does not override or implement a method from a supertype
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[744,28] cannot find symbol
symbol : method isPackageProtectionEnabled()
location: class org.apache.catalina.security.SecurityUtil
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[822,50] cannot find symbol
symbol : method error(java.lang.String,java.lang.Throwable)
location: interface org.apache.catalina.Logger
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[841,50] cannot find symbol
symbol : method error(java.lang.String,java.lang.Throwable)
location: interface org.apache.catalina.Logger
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[882,54] cannot find symbol
symbol : method error(java.lang.String,java.lang.Throwable)
location: interface org.apache.catalina.Logger
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1154,49] cannot find symbol
symbol : method getApplicationSessionLifecycleListeners()
location: interface org.apache.catalina.Context
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1171,58] cannot find symbol
symbol : method error(java.lang.String,java.lang.Throwable)
location: interface org.apache.catalina.Logger
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1264,53] cannot find symbol
symbol : method getApplicationSessionLifecycleListeners()
location: interface org.apache.catalina.Context
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1289,62] cannot find symbol
symbol : method error(java.lang.String,java.lang.Throwable)
location: interface org.apache.catalina.Logger
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1344,32] cannot find symbol
symbol : variable SESSION_PASSIVATED_EVENT
location: interface org.apache.catalina.Session
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1365,62] cannot find symbol
symbol : method error(java.lang.String,java.lang.Throwable)
location: interface org.apache.catalina.Logger
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1391,32] cannot find symbol
symbol : variable SESSION_ACTIVATED_EVENT
location: interface org.apache.catalina.Session
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1412,62] cannot find symbol
symbol : method error(java.lang.String,java.lang.Throwable)
location: interface org.apache.catalina.Logger
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1687,58] cannot find symbol
symbol : method error(java.lang.String,java.lang.Throwable)
location: interface org.apache.catalina.Logger
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1706,4] method does not override or implement a method from a supertype
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/helpers/VFSDirContext.java:[112,19] cannot find symbol
symbol : constructor NamingContextEnumeration(java.util.Iterator<org.apache.naming.NamingEntry>)
location: class org.apache.naming.NamingContextEnumeration
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/helpers/VFSDirContext.java:[118,15] cannot find symbol
symbol : constructor NamingContextEnumeration(java.util.Iterator<org.apache.naming.NamingEntry>)
location: class org.apache.naming.NamingContextEnumeration
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/helpers/VFSDirContext.java:[127,19] cannot find symbol
symbol : constructor NamingContextBindingsEnumeration(java.util.Iterator<org.apache.naming.NamingEntry>,org.jboss.as.web.deployment.helpers.VFSDirContext)
location: class org.apache.naming.NamingContextBindingsEnumeration
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/helpers/VFSDirContext.java:[133,15] cannot find symbol
symbol : constructor NamingContextBindingsEnumeration(java.util.Iterator<org.apache.naming.NamingEntry>,org.jboss.as.web.deployment.helpers.VFSDirContext)
location: class org.apache.naming.NamingContextBindingsEnumeration
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/WebVirtualHostService.java:[79,16] cannot find symbol
symbol : method setDefaultWebapp(java.lang.String)
location: class org.apache.catalina.core.StandardHost
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/WebVirtualHostService.java:[143,18] incompatible types
found : org.apache.catalina.valves.ExtendedAccessLogValve
required: org.apache.catalina.valves.AccessLogValve
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[80,12] cannot find symbol
symbol : variable processExpiresFrequency
location: class org.jboss.as.web.session.AbstractSessionManager
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[122,4] method does not override or implement a method from a supertype
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[182,27] cannot find symbol
symbol : method getSessionCookie()
location: interface org.apache.catalina.Context
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[183,42] cannot find symbol
symbol : method getSessionCookie()
location: interface org.apache.catalina.Context
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[185,48] cannot find symbol
symbol : method getEncodedPath()
location: interface org.apache.catalina.Context
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[191,27] cannot find symbol
symbol : method getSessionCookie()
location: interface org.apache.catalina.Context
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[192,45] cannot find symbol
symbol : method getSessionCookie()
location: interface org.apache.catalina.Context
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[194,27] cannot find symbol
symbol : method getSessionCookie()
location: interface org.apache.catalina.Context
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[195,44] cannot find symbol
symbol : method getSessionCookie()
location: interface org.apache.catalina.Context
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[197,27] cannot find symbol
symbol : method getSessionCookie()
location: interface org.apache.catalina.Context
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[198,26] cannot find symbol
symbol : method setHttpOnly(boolean)
location: class javax.servlet.http.Cookie
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[200,27] cannot find symbol
symbol : method getSessionCookie()
location: interface org.apache.catalina.Context
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[207,19] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[84,7] org.jboss.as.web.session.DistributableSessionManager is not abstract and does not override abstract method setExpiredSessions(int) in org.apache.catalina.Manager
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[187,35] incompatible types
found : org.jboss.logging.Logger
required: org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[342,31] cannot find symbol
symbol : method tracef(java.lang.String,long,java.lang.String,long)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[349,31] cannot find symbol
symbol : method tracef(java.lang.String,long,java.lang.String,long)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[354,27] cannot find symbol
symbol : method debugf(java.lang.String,java.lang.String,java.lang.Exception)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[367,11] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[481,50] incompatible types
found : java.lang.Object
required: org.apache.catalina.Session
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[484,15] cannot find symbol
symbol : method tracef(java.lang.String,org.jboss.as.web.session.ClusteredSession<O>)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[498,19] cannot find symbol
symbol : method warnf(java.lang.Throwable,java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[522,19] cannot find symbol
symbol : method debugf(java.lang.String,java.lang.String,java.lang.String,java.lang.Exception)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[535,38] cast(org.apache.catalina.Session) in org.jboss.as.web.session.DistributableSessionManager<O> cannot be applied to (java.lang.Object)
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[540,19] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[550,23] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[552,23] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[557,15] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[561,4] method does not override or implement a method from a supertype
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[595,15] cannot find symbol
symbol : method tracef(java.lang.String,int,int)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[620,32] generateSessionId() in org.apache.catalina.session.ManagerBase cannot be applied to (java.util.Random)
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[625,23] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[639,15] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[686,38] cast(org.apache.catalina.Session) in org.jboss.as.web.session.DistributableSessionManager<O> cannot be applied to (java.lang.Object)
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[699,15] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[712,15] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[752,27] cannot find symbol
symbol : method tracef(java.lang.String,java.util.Set<java.lang.String>)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[760,57] incompatible types
found : java.lang.Object[]
required: org.apache.catalina.Session[]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[782,15] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[836,15] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[866,19] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[885,23] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[935,15] cannot find symbol
symbol : method debugf(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[951,15] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String,int)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1081,38] cast(org.apache.catalina.Session) in org.jboss.as.web.session.DistributableSessionManager<O> cannot be applied to (java.lang.Object)
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1086,19] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1129,38] cast(org.apache.catalina.Session) in org.jboss.as.web.session.DistributableSessionManager<O> cannot be applied to (java.lang.Object)
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1154,38] cast(org.apache.catalina.Session) in org.jboss.as.web.session.DistributableSessionManager<O> cannot be applied to (java.lang.Object)
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1160,19] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String,int)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1168,19] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1170,19] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1187,11] cannot find symbol
symbol : method tracef(java.lang.String,int)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1188,11] cannot find symbol
symbol : method tracef(java.lang.String,int)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1190,15] cannot find symbol
symbol : method tracef(java.lang.String,long)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1203,48] incompatible types
found : java.lang.Object
required: org.apache.catalina.Session
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1256,27] cannot find symbol
symbol : method errorf(java.lang.Exception,java.lang.String,java.lang.String,java.lang.Exception)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1311,27] cannot find symbol
symbol : method errorf(java.lang.Exception,java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1341,27] cannot find symbol
symbol : method errorf(java.lang.Exception,java.lang.String,java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1352,11] cannot find symbol
symbol : method tracef(java.lang.String,int)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1353,11] cannot find symbol
symbol : method tracef(java.lang.String,int)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1355,15] cannot find symbol
symbol : method tracef(java.lang.String,long)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1381,50] cast(org.apache.catalina.Session) in org.jboss.as.web.session.DistributableSessionManager<O> cannot be applied to (java.lang.Object)
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1435,31] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String,org.jboss.as.web.session.ClusteredSession<O>)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1437,31] cannot find symbol
symbol : method tracef(java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1488,11] cannot find symbol
symbol : method warnf(java.lang.String,java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1492,15] cannot find symbol
symbol : method errorf(java.lang.Exception,java.lang.String,java.lang.String)
location: interface org.apache.commons.logging.Log
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/WebServerService.java:[121,15] addConnector(org.apache.catalina.Connector) in org.apache.catalina.core.StandardService cannot be applied to (org.apache.catalina.connector.Connector)
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/WebServerService.java:[127,15] removeConnector(org.apache.catalina.Connector) in org.apache.catalina.core.StandardService cannot be applied to (org.apache.catalina.connector.Connector)
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/WebConnectorMetrics.java:[66,104] cannot find symbol
symbol : method getRequestGroupInfo()
location: interface org.apache.coyote.ProtocolHandler
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/WebConnectorMetrics.java:[67,86] cannot find symbol
symbol : method getRequestGroupInfo()
location: interface org.apache.coyote.ProtocolHandler
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/security/JBossGenericPrincipal.java:[66,8] cannot find symbol
symbol : constructor GenericPrincipal(org.apache.catalina.Realm,java.lang.String,java.lang.String,java.util.List<java.lang.String>,java.security.Principal,javax.security.auth.login.LoginContext)
location: class org.apache.catalina.realm.GenericPrincipal
[INFO] 100 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.513s
[INFO] Finished at: Mon Jul 18 11:11:45 CEST 2011
[INFO] Final Memory: 24M/507M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project jboss-as-web: Compilation failure: Compilation failure:
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/JBossContextConfig.java:[121,40] cannot inherit from final org.apache.catalina.startup.ContextConfig
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSessionValve.java:[51,7] org.jboss.as.web.session.ClusteredSessionValve is not abstract and does not override abstract method invoke(org.apache.catalina.Request,org.apache.catalina.Response,org.apache.catalina.ValveContext) in org.apache.catalina.valves.ValveBase
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSessionValve.java:[87,4] method does not override or implement a method from a supertype
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSessionValve.java:[99,4] method does not override or implement a method from a supertype
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSessionValve.java:[121,16] cannot find symbol
[ERROR] symbol : method getNext()
[ERROR] location: class org.jboss.as.web.session.ClusteredSessionValve
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSessionValve.java:[123,16] cannot find symbol
[ERROR] symbol : method getNext()
[ERROR] location: class org.jboss.as.web.session.ClusteredSessionValve
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[89,59] cannot find symbol
[ERROR] symbol : variable STRICT_SERVLET_COMPLIANCE
[ERROR] location: class org.apache.catalina.Globals
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[393,4] method does not override or implement a method from a supertype
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[428,4] method does not override or implement a method from a supertype
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[744,28] cannot find symbol
[ERROR] symbol : method isPackageProtectionEnabled()
[ERROR] location: class org.apache.catalina.security.SecurityUtil
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[822,50] cannot find symbol
[ERROR] symbol : method error(java.lang.String,java.lang.Throwable)
[ERROR] location: interface org.apache.catalina.Logger
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[841,50] cannot find symbol
[ERROR] symbol : method error(java.lang.String,java.lang.Throwable)
[ERROR] location: interface org.apache.catalina.Logger
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[882,54] cannot find symbol
[ERROR] symbol : method error(java.lang.String,java.lang.Throwable)
[ERROR] location: interface org.apache.catalina.Logger
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1154,49] cannot find symbol
[ERROR] symbol : method getApplicationSessionLifecycleListeners()
[ERROR] location: interface org.apache.catalina.Context
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1171,58] cannot find symbol
[ERROR] symbol : method error(java.lang.String,java.lang.Throwable)
[ERROR] location: interface org.apache.catalina.Logger
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1264,53] cannot find symbol
[ERROR] symbol : method getApplicationSessionLifecycleListeners()
[ERROR] location: interface org.apache.catalina.Context
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1289,62] cannot find symbol
[ERROR] symbol : method error(java.lang.String,java.lang.Throwable)
[ERROR] location: interface org.apache.catalina.Logger
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1344,32] cannot find symbol
[ERROR] symbol : variable SESSION_PASSIVATED_EVENT
[ERROR] location: interface org.apache.catalina.Session
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1365,62] cannot find symbol
[ERROR] symbol : method error(java.lang.String,java.lang.Throwable)
[ERROR] location: interface org.apache.catalina.Logger
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1391,32] cannot find symbol
[ERROR] symbol : variable SESSION_ACTIVATED_EVENT
[ERROR] location: interface org.apache.catalina.Session
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1412,62] cannot find symbol
[ERROR] symbol : method error(java.lang.String,java.lang.Throwable)
[ERROR] location: interface org.apache.catalina.Logger
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1687,58] cannot find symbol
[ERROR] symbol : method error(java.lang.String,java.lang.Throwable)
[ERROR] location: interface org.apache.catalina.Logger
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/ClusteredSession.java:[1706,4] method does not override or implement a method from a supertype
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/helpers/VFSDirContext.java:[112,19] cannot find symbol
[ERROR] symbol : constructor NamingContextEnumeration(java.util.Iterator<org.apache.naming.NamingEntry>)
[ERROR] location: class org.apache.naming.NamingContextEnumeration
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/helpers/VFSDirContext.java:[118,15] cannot find symbol
[ERROR] symbol : constructor NamingContextEnumeration(java.util.Iterator<org.apache.naming.NamingEntry>)
[ERROR] location: class org.apache.naming.NamingContextEnumeration
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/helpers/VFSDirContext.java:[127,19] cannot find symbol
[ERROR] symbol : constructor NamingContextBindingsEnumeration(java.util.Iterator<org.apache.naming.NamingEntry>,org.jboss.as.web.deployment.helpers.VFSDirContext)
[ERROR] location: class org.apache.naming.NamingContextBindingsEnumeration
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/deployment/helpers/VFSDirContext.java:[133,15] cannot find symbol
[ERROR] symbol : constructor NamingContextBindingsEnumeration(java.util.Iterator<org.apache.naming.NamingEntry>,org.jboss.as.web.deployment.helpers.VFSDirContext)
[ERROR] location: class org.apache.naming.NamingContextBindingsEnumeration
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/WebVirtualHostService.java:[79,16] cannot find symbol
[ERROR] symbol : method setDefaultWebapp(java.lang.String)
[ERROR] location: class org.apache.catalina.core.StandardHost
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/WebVirtualHostService.java:[143,18] incompatible types
[ERROR] found : org.apache.catalina.valves.ExtendedAccessLogValve
[ERROR] required: org.apache.catalina.valves.AccessLogValve
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[80,12] cannot find symbol
[ERROR] symbol : variable processExpiresFrequency
[ERROR] location: class org.jboss.as.web.session.AbstractSessionManager
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[122,4] method does not override or implement a method from a supertype
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[182,27] cannot find symbol
[ERROR] symbol : method getSessionCookie()
[ERROR] location: interface org.apache.catalina.Context
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[183,42] cannot find symbol
[ERROR] symbol : method getSessionCookie()
[ERROR] location: interface org.apache.catalina.Context
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[185,48] cannot find symbol
[ERROR] symbol : method getEncodedPath()
[ERROR] location: interface org.apache.catalina.Context
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[191,27] cannot find symbol
[ERROR] symbol : method getSessionCookie()
[ERROR] location: interface org.apache.catalina.Context
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[192,45] cannot find symbol
[ERROR] symbol : method getSessionCookie()
[ERROR] location: interface org.apache.catalina.Context
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[194,27] cannot find symbol
[ERROR] symbol : method getSessionCookie()
[ERROR] location: interface org.apache.catalina.Context
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[195,44] cannot find symbol
[ERROR] symbol : method getSessionCookie()
[ERROR] location: interface org.apache.catalina.Context
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[197,27] cannot find symbol
[ERROR] symbol : method getSessionCookie()
[ERROR] location: interface org.apache.catalina.Context
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[198,26] cannot find symbol
[ERROR] symbol : method setHttpOnly(boolean)
[ERROR] location: class javax.servlet.http.Cookie
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[200,27] cannot find symbol
[ERROR] symbol : method getSessionCookie()
[ERROR] location: interface org.apache.catalina.Context
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/AbstractSessionManager.java:[207,19] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[84,7] org.jboss.as.web.session.DistributableSessionManager is not abstract and does not override abstract method setExpiredSessions(int) in org.apache.catalina.Manager
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[187,35] incompatible types
[ERROR] found : org.jboss.logging.Logger
[ERROR] required: org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[342,31] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,long,java.lang.String,long)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[349,31] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,long,java.lang.String,long)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[354,27] cannot find symbol
[ERROR] symbol : method debugf(java.lang.String,java.lang.String,java.lang.Exception)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[367,11] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[481,50] incompatible types
[ERROR] found : java.lang.Object
[ERROR] required: org.apache.catalina.Session
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[484,15] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,org.jboss.as.web.session.ClusteredSession<O>)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[498,19] cannot find symbol
[ERROR] symbol : method warnf(java.lang.Throwable,java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[522,19] cannot find symbol
[ERROR] symbol : method debugf(java.lang.String,java.lang.String,java.lang.String,java.lang.Exception)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[535,38] cast(org.apache.catalina.Session) in org.jboss.as.web.session.DistributableSessionManager<O> cannot be applied to (java.lang.Object)
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[540,19] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[550,23] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[552,23] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[557,15] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[561,4] method does not override or implement a method from a supertype
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[595,15] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,int,int)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[620,32] generateSessionId() in org.apache.catalina.session.ManagerBase cannot be applied to (java.util.Random)
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[625,23] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[639,15] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[686,38] cast(org.apache.catalina.Session) in org.jboss.as.web.session.DistributableSessionManager<O> cannot be applied to (java.lang.Object)
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[699,15] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[712,15] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[752,27] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.util.Set<java.lang.String>)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[760,57] incompatible types
[ERROR] found : java.lang.Object[]
[ERROR] required: org.apache.catalina.Session[]
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[782,15] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[836,15] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[866,19] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[885,23] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[935,15] cannot find symbol
[ERROR] symbol : method debugf(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[951,15] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String,int)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1081,38] cast(org.apache.catalina.Session) in org.jboss.as.web.session.DistributableSessionManager<O> cannot be applied to (java.lang.Object)
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1086,19] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1129,38] cast(org.apache.catalina.Session) in org.jboss.as.web.session.DistributableSessionManager<O> cannot be applied to (java.lang.Object)
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1154,38] cast(org.apache.catalina.Session) in org.jboss.as.web.session.DistributableSessionManager<O> cannot be applied to (java.lang.Object)
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1160,19] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String,int)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1168,19] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1170,19] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1187,11] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,int)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1188,11] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,int)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1190,15] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,long)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1203,48] incompatible types
[ERROR] found : java.lang.Object
[ERROR] required: org.apache.catalina.Session
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1256,27] cannot find symbol
[ERROR] symbol : method errorf(java.lang.Exception,java.lang.String,java.lang.String,java.lang.Exception)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1311,27] cannot find symbol
[ERROR] symbol : method errorf(java.lang.Exception,java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1341,27] cannot find symbol
[ERROR] symbol : method errorf(java.lang.Exception,java.lang.String,java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1352,11] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,int)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1353,11] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,int)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1355,15] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,long)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1381,50] cast(org.apache.catalina.Session) in org.jboss.as.web.session.DistributableSessionManager<O> cannot be applied to (java.lang.Object)
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1435,31] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String,org.jboss.as.web.session.ClusteredSession<O>)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1437,31] cannot find symbol
[ERROR] symbol : method tracef(java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1488,11] cannot find symbol
[ERROR] symbol : method warnf(java.lang.String,java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/session/DistributableSessionManager.java:[1492,15] cannot find symbol
[ERROR] symbol : method errorf(java.lang.Exception,java.lang.String,java.lang.String)
[ERROR] location: interface org.apache.commons.logging.Log
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/WebServerService.java:[121,15] addConnector(org.apache.catalina.Connector) in org.apache.catalina.core.StandardService cannot be applied to (org.apache.catalina.connector.Connector)
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/WebServerService.java:[127,15] removeConnector(org.apache.catalina.Connector) in org.apache.catalina.core.StandardService cannot be applied to (org.apache.catalina.connector.Connector)
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/WebConnectorMetrics.java:[66,104] cannot find symbol
[ERROR] symbol : method getRequestGroupInfo()
[ERROR] location: interface org.apache.coyote.ProtocolHandler
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/WebConnectorMetrics.java:[67,86] cannot find symbol
[ERROR] symbol : method getRequestGroupInfo()
[ERROR] location: interface org.apache.coyote.ProtocolHandler
[ERROR]
[ERROR] /Users/hbraun/dev/prj/jboss-as/web/src/main/java/org/jboss/as/web/security/JBossGenericPrincipal.java:[66,8] cannot find symbol
[ERROR] symbol : constructor GenericPrincipal(org.apache.catalina.Realm,java.lang.String,java.lang.String,java.util.List<java.lang.String>,java.security.Principal,javax.security.auth.login.LoginContext)
[ERROR] location: class org.apache.catalina.realm.GenericPrincipal
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!--
| This is the configuration file for Maven. It can be specified at two levels:
|
| 1. User Level. This settings.xml file provides configuration for a single user,
| and is normally provided in ${user.home}/.m2/settings.xml.
|
| NOTE: This location can be overridden with the CLI option:
|
| -s /path/to/user/settings.xml
|
| 2. Global Level. This settings.xml file provides configuration for all Maven
| users on a machine (assuming they're all using the same Maven
| installation). It's normally provided in
| ${maven.home}/conf/settings.xml.
|
| NOTE: This location can be overridden with the CLI option:
|
| -gs /path/to/global/settings.xml
|
| The sections in this sample file are intended to give you a running start at
| getting the most out of your Maven installation. Where appropriate, the default
| values (values used when the setting is not specified) are provided.
|
|-->
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<!-- localRepository
| The path to the local repository maven will use to store artifacts.
|
| Default: ~/.m2/repository
<localRepository>/path/to/local/repo</localRepository>
-->
<!-- interactiveMode
| This will determine whether maven prompts you when it needs input. If set to false,
| maven will use a sensible default value, perhaps based on some other setting, for
| the parameter in question.
|
| Default: true
<interactiveMode>true</interactiveMode>
-->
<!-- offline
| Determines whether maven should attempt to connect to the network when executing a build.
| This will have an effect on artifact downloads, artifact deployment, and others.
|
| Default: false
<offline>false</offline>
-->
<!-- pluginGroups
| This is a list of additional group identifiers that will be searched when resolving plugins by their prefix, i.e.
| when invoking a command line like "mvn prefix:goal". Maven will automatically add the group identifiers
| "org.apache.maven.plugins" and "org.codehaus.mojo" if these are not already contained in the list.
|-->
<pluginGroups>
<!-- pluginGroup
| Specifies a further group identifier to use for plugin lookup.
<pluginGroup>com.your.plugins</pluginGroup>
-->
<pluginGroup>org.jboss.maven.plugins</pluginGroup>
</pluginGroups>
<!-- proxies
| This is a list of proxies which can be used on this machine to connect to the network.
| Unless otherwise specified (by system property or command-line switch), the first proxy
| specification in this list marked as active will be used.
|-->
<proxies>
<!-- proxy
| Specification for one proxy, to be used in connecting to the network.
|
<proxy>
<id>optional</id>
<active>true</active>
<protocol>http</protocol>
<username>proxyuser</username>
<password>proxypass</password>
<host>proxy.host.net</host>
<port>80</port>
<nonProxyHosts>local.net|some.host.com</nonProxyHosts>
</proxy>
-->
</proxies>
<!-- servers
| This is a list of authentication profiles, keyed by the server-id used within the system.
| Authentication profiles can be used whenever maven must make a connection to a remote server.
|-->
<servers>
<!-- server
| Specifies the authentication information to use when connecting to a particular server, identified by
| a unique name within the system (referred to by the 'id' attribute below).
|
| NOTE: You should either specify username/password OR privateKey/passphrase, since these pairings are
| used together.
|
<server>
<id>deploymentRepo</id>
<username>repouser</username>
<password>repopwd</password>
</server>
-->
<!-- Another sample, using keys to authenticate.
<server>
<id>siteServer</id>
<privateKey>/path/to/private/key</privateKey>
<passphrase>optional; leave empty if not used.</passphrase>
</server>
-->
</servers>
<!-- mirrors
| This is a list of mirrors to be used in downloading artifacts from remote repositories.
|
| It works like this: a POM may declare a repository to use in resolving certain artifacts.
| However, this repository may have problems with heavy traffic at times, so people have mirrored
| it to several places.
|
| That repository definition will have a unique id, so we can create a mirror reference for that
| repository, to be used as an alternate download site. The mirror site will be the preferred
| server for that repository.
|-->
<mirrors>
<!-- mirror
| Specifies a repository mirror site to use instead of a given repository. The repository that
| this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used
| for inheritance and direct lookup purposes, and must be unique across the set of mirrors.
|
<mirror>
<id>mirrorId</id>
<mirrorOf>repositoryId</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http://my.repository.com/repo/path</url>
</mirror>
-->
</mirrors>
<!-- profiles
| This is a list of profiles which can be activated in a variety of ways, and which can modify
| the build process. Profiles provided in the settings.xml are intended to provide local machine-
| specific paths and repository locations which allow the build to work in the local environment.
|
| For example, if you have an integration testing plugin - like cactus - that needs to know where
| your Tomcat instance is installed, you can provide a variable here such that the variable is
| dereferenced during the build process to configure the cactus plugin.
|
| As noted above, profiles can be activated in a variety of ways. One way - the activeProfiles
| section of this document (settings.xml) - will be discussed later. Another way essentially
| relies on the detection of a system property, either matching a particular value for the property,
| or merely testing its existence. Profiles can also be activated by JDK version prefix, where a
| value of '1.4' might activate a profile when the build is executed on a JDK version of '1.4.2_07'.
| Finally, the list of active profiles can be specified directly from the command line.
|
| NOTE: For profiles defined in the settings.xml, you are restricted to specifying only artifact
| repositories, plugin repositories, and free-form properties to be used as configuration
| variables for plugins in the POM.
|
|-->
<profiles>
<profile>
<id>jboss-public-repository</id>
<repositories>
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
<repository>
<id>public-repository-group</id>
<name>Public Maven Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>public-repository-group</id>
<name>Public Maven Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<!-- profile
| Specifies a set of introductions to the build process, to be activated using one or more of the
| mechanisms described above. For inheritance purposes, and to activate profiles via <activatedProfiles/>
| or the command line, profiles have to have an ID that is unique.
|
| An encouraged best practice for profile identification is to use a consistent naming convention
| for profiles, such as 'env-dev', 'env-test', 'env-production', 'user-jdcasey', 'user-brett', etc.
| This will make it more intuitive to understand what the set of introduced profiles is attempting
| to accomplish, particularly when you only have a list of profile id's for debug.
|
| This profile example uses the JDK version to trigger activation, and provides a JDK-specific repo.
<profile>
<id>jdk-1.4</id>
<activation>
<jdk>1.4</jdk>
</activation>
<repositories>
<repository>
<id>jdk14</id>
<name>Repository for JDK 1.4 builds</name>
<url>http://www.myhost.com/maven/jdk14</url>
<layout>default</layout>
<snapshotPolicy>always</snapshotPolicy>
</repository>
</repositories>
</profile>
-->
<!--
| Here is another profile, activated by the system property 'target-env' with a value of 'dev',
| which provides a specific path to the Tomcat instance. To use this, your plugin configuration
| might hypothetically look like:
|
| ...
| <plugin>
| <groupId>org.myco.myplugins</groupId>
| <artifactId>myplugin</artifactId>
|
| <configuration>
| <tomcatLocation>${tomcatPath}</tomcatLocation>
| </configuration>
| </plugin>
| ...
|
| NOTE: If you just wanted to inject this configuration whenever someone set 'target-env' to
| anything, you could just leave off the <value/> inside the activation-property.
|
<profile>
<id>env-dev</id>
<activation>
<property>
<name>target-env</name>
<value>dev</value>
</property>
</activation>
<properties>
<tomcatPath>/path/to/tomcat/instance</tomcatPath>
</properties>
</profile>
-->
</profiles>
<!-- activeProfiles
| List of profiles that are active for all builds.
|
<activeProfiles>
<activeProfile>alwaysActiveProfile</activeProfile>
<activeProfile>anotherAlwaysActiveProfile</activeProfile>
</activeProfiles>
-->
<activeProfiles>
<activeProfile>jboss-public-repository</activeProfile>
</activeProfiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment