Added <scope>provided</scope> to a few places so that the component compiles fine but the jar is not included in multiple places.
Jarek On Jan 23, 2008 11:42 PM, Jason Dillon <[EMAIL PROTECTED]> wrote: > There were some odd compile problems for webapps which needed jcl. I'm not > sure why. Any help to fix would be appriciated. Also had to ad xmlbeans in a > few places too. > > --jason > > > > -----Original Message----- > From: "Jarek Gawor" <[EMAIL PROTECTED]> > > Date: Wed, 23 Jan 2008 23:40:38 > To:[email protected] > Subject: Re: Trunk might break for a little while > > > Hmm... it looks like commons-logging-1.0.4.jar is getting included in > multiple places now: > > [EMAIL PROTECTED]:~/target> find . -name "*logging*.jar" > > ../geronimo-tomcat6-javaee5-2.1-SNAPSHOT/repository/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar > ./geronimo-tomcat6-javaee5-2.1-SNAPSHOT/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar > ./geronimo-tomcat6-javaee5-2.1-SNAPSHOT/repository/org/apache/geronimo/configs/activemq-ra/2.1-SNAPSHOT/activemq-ra-2.1-SNAPSHOT.car/rar/commons-logging-1.0.4.jar > ./geronimo-tomcat6-javaee5-2.1-SNAPSHOT/repository/org/apache/geronimo/plugins/plancreator-console-tomcat/2.1-SNAPSHOT/plancreator-console-tomcat-2.1-SNAPSHOT.car/WEB-INF/lib/commons-logging-1.0.4.jar > ./geronimo-tomcat6-javaee5-2.1-SNAPSHOT/repository/org/apache/geronimo/plugins/console-tomcat/2.1-SNAPSHOT/console-tomcat-2.1-SNAPSHOT.car/commons-logging-1.0.4.jar > ./geronimo-tomcat6-javaee5-2.1-SNAPSHOT/repository/org/apache/geronimo/plugins/console-tomcat/2.1-SNAPSHOT/console-tomcat-2.1-SNAPSHOT.car/base-portlets.war/WEB-INF/lib/commons-logging-1.0.4.jar > ./geronimo-tomcat6-javaee5-2.1-SNAPSHOT/repository/org/apache/geronimo/plugins/console-tomcat/2.1-SNAPSHOT/console-tomcat-2.1-SNAPSHOT.car/portal-driver.war/WEB-INF/lib/commons-logging-1.0.4.jar > ./geronimo-tomcat6-javaee5-2.1-SNAPSHOT/repository/org/apache/geronimo/plugins/mconsole-tomcat/2.1-SNAPSHOT/mconsole-tomcat-2.1-SNAPSHOT.car/commons-logging-1.0.4.jar > ./geronimo-tomcat6-javaee5-2.1-SNAPSHOT/repository/org/apache/geronimo/plugins/mconsole-tomcat/2.1-SNAPSHOT/mconsole-tomcat-2.1-SNAPSHOT.car/mconsole.war/WEB-INF/lib/commons-logging-1.0.4.jar > ./geronimo-tomcat6-javaee5-2.1-SNAPSHOT/repository/org/apache/geronimo/plugins/activemq-console-tomcat/2.1-SNAPSHOT/activemq-console-tomcat-2.1-SNAPSHOT.car/WEB-INF/lib/commons-logging-1.0.4.jar > ./geronimo-tomcat6-javaee5-2.1-SNAPSHOT/repository/org/apache/geronimo/plugins/agent/2.1-SNAPSHOT/agent-2.1-SNAPSHOT.car/commons-logging-1.0.4.jar > ./geronimo-tomcat6-javaee5-2.1-SNAPSHOT/repository/org/apache/geronimo/plugins/plugin-console-tomcat/2.1-SNAPSHOT/plugin-console-tomcat-2.1-SNAPSHOT.car/WEB-INF/lib/commons-logging-1.0.4.jar > ./geronimo-tomcat6-javaee5-2.1-SNAPSHOT/repository/org/apache/geronimo/plugins/sysdb-console-tomcat/2.1-SNAPSHOT/sysdb-console-tomcat-2.1-SNAPSHOT.car/WEB-INF/lib/commons-logging-1.0.4.jar > ./geronimo-tomcat6-javaee5-2.1-SNAPSHOT/lib/commons-logging-1.0.4.jar > > Jarek > > On Jan 23, 2008 1:03 PM, Jason Dillon <[EMAIL PROTECTED]> wrote: > > On Jan 23, 2008, at 9:17 AM, Jarek Gawor wrote: > > > Jason, > > > > > > Some modules there were moved from applications/ directory use > > > org.apache.geronimo.applications as groupId and some use > > > org.apache.geronimo.plugins. Should we use org.apache.geronimo.plugins > > > for all these apps to be consistent? > > > > Yes, I tried to look for them and change, but I think my regex for s/r > > was bad. The org.apache.geronimo.applications groupId should be > > changed to org.apache.geronimo.plugins. > > > > --jason > > > > >
