You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by vi...@apache.org on 2011/11/04 11:25:21 UTC

svn commit: r1197490 - in /geronimo/samples/trunk: pom.xml samples/javaee5/DataCDInfo/DataCDInfo-JTA-war/pom.xml

Author: violalu
Date: Fri Nov  4 10:25:20 2011
New Revision: 1197490

URL: http://svn.apache.org/viewvc?rev=1197490&view=rev
Log:
update myfaces bundle name and version

Modified:
    geronimo/samples/trunk/pom.xml
    geronimo/samples/trunk/samples/javaee5/DataCDInfo/DataCDInfo-JTA-war/pom.xml

Modified: geronimo/samples/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/pom.xml?rev=1197490&r1=1197489&r2=1197490&view=diff
==============================================================================
--- geronimo/samples/trunk/pom.xml (original)
+++ geronimo/samples/trunk/pom.xml Fri Nov  4 10:25:20 2011
@@ -160,6 +160,7 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            
             <!-- Import MyFaces dependency versions -->
             <dependency>
                 <groupId>org.apache.geronimo.plugins</groupId>
@@ -167,19 +168,47 @@
                 <version>${geronimoVersion}</version>
                 <type>pom</type>
                 <scope>import</scope>
-            </dependency>
+            </dependency> 
             
-            <dependency>
-            <groupId>org.apache.myfaces.core</groupId>
-            <artifactId>myfaces-api</artifactId>
-            <version>${myfacesVersion}</version>
-        </dependency>
-        
-         <dependency>
-            <groupId>org.apache.myfaces.core</groupId>
-            <artifactId>myfaces-bundle</artifactId>
-            <version>${myfacesVersion}</version>
-        </dependency>
+        <dependency>
+                <groupId>org.apache.geronimo.bundles</groupId>
+                <artifactId>myfaces-bundle</artifactId>
+                <version>${myfacesVersion}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>commons-logging</groupId>
+                        <artifactId>commons-logging</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>javax.validation</groupId>
+                        <artifactId>validation-api</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>javax.el</groupId>
+                        <artifactId>el-api</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>commons-logging</groupId>
+                        <artifactId>commons-logging</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>commons-digester</groupId>
+                        <artifactId>commons-digester</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>commons-discovery</groupId>
+                        <artifactId>commons-discovery</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>commons-codec</groupId>
+                        <artifactId>commons-codec</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>commons-beanutils</groupId>
+                        <artifactId>commons-beanutils</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
         
         <dependency>
                 <groupId>org.apache.geronimo.bundles</groupId>

Modified: geronimo/samples/trunk/samples/javaee5/DataCDInfo/DataCDInfo-JTA-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/javaee5/DataCDInfo/DataCDInfo-JTA-war/pom.xml?rev=1197490&r1=1197489&r2=1197490&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/javaee5/DataCDInfo/DataCDInfo-JTA-war/pom.xml (original)
+++ geronimo/samples/trunk/samples/javaee5/DataCDInfo/DataCDInfo-JTA-war/pom.xml Fri Nov  4 10:25:20 2011
@@ -274,7 +274,7 @@
             <version>1.3</version>
         </dependency>-->
         <dependency>
-            <groupId>org.apache.myfaces.core</groupId>
+            <groupId>org.apache.geronimo.bundles</groupId>
             <artifactId>myfaces-bundle</artifactId>
             <scope>provided</scope>        
         </dependency>



Re: svn commit: r1197490 - in /geronimo/samples/trunk: pom.xml samples/javaee5/DataCDInfo/DataCDInfo-JTA-war/pom.xml

Posted by Kevan Miller <ke...@gmail.com>.
On Nov 5, 2011, at 10:20 AM, viola lu wrote:

> Hi,Kevan:
> 
> Updated @ rev=1197963 already. Where i can subscribe the sample/server build results in builbot? Thanks.

Thanks!

As far as I can tell, we should be getting email notifications from buildbot@apache.org sent to scm@geronimo.apache.org (just like 'geronimo-server-trunk' and other builds). I'm not sure why we aren't seeing notices for samples builds. I'll see if Gavin (from ASF Infra) can help us with that, next week.

The latest samples build got an OOME. You can view all builder status here -- http://ci.apache.org/builders/

BTW, the buildbot configuration for Geronimo is here -- https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/geronimo.conf

--kevan

Re: svn commit: r1197490 - in /geronimo/samples/trunk: pom.xml samples/javaee5/DataCDInfo/DataCDInfo-JTA-war/pom.xml

Posted by viola lu <vi...@gmail.com>.
Hi,Kevan:

Updated @ rev=1197963
<http://svn.apache.org/viewvc?rev=1197963&view=rev> already.
Where i can subscribe the sample/server build results in builbot? Thanks.

On Sat, Nov 5, 2011 at 6:30 AM, Kevan Miller <ke...@gmail.com> wrote:

>
> On Nov 4, 2011, at 6:25 AM, violalu@apache.org wrote:
>
> > Author: violalu
> > Date: Fri Nov  4 10:25:20 2011
> > New Revision: 1197490
> >
> > URL: http://svn.apache.org/viewvc?rev=1197490&view=rev
> > Log:
> > update myfaces bundle name and version
>
> Doesn't look like samples are building. Don't think you got things quite
> right. Care to have a look?
>
>
> http://ci.apache.org/builders/geronimo-samples-trunk/builds/15/steps/compile/logs/stdio
>
> --kevan




-- 
viola

Apache Geronimo

Re: svn commit: r1197490 - in /geronimo/samples/trunk: pom.xml samples/javaee5/DataCDInfo/DataCDInfo-JTA-war/pom.xml

Posted by Kevan Miller <ke...@gmail.com>.
On Nov 4, 2011, at 6:25 AM, violalu@apache.org wrote:

> Author: violalu
> Date: Fri Nov  4 10:25:20 2011
> New Revision: 1197490
> 
> URL: http://svn.apache.org/viewvc?rev=1197490&view=rev
> Log:
> update myfaces bundle name and version

Doesn't look like samples are building. Don't think you got things quite right. Care to have a look? 

http://ci.apache.org/builders/geronimo-samples-trunk/builds/15/steps/compile/logs/stdio

--kevan