You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2006/11/07 10:55:13 UTC

svn commit: r472050 - /myfaces/core/trunk/impl/pom.xml

Author: mmarinschek
Date: Tue Nov  7 01:55:12 2006
New Revision: 472050

URL: http://svn.apache.org/viewvc?view=rev&rev=472050
Log:
fixed shared-impl dependency on 2.0.4-SNAPSHOT --> 2.0.5-SNAPSHOT

Modified:
    myfaces/core/trunk/impl/pom.xml

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?view=diff&rev=472050&r1=472049&r2=472050
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Tue Nov  7 01:55:12 2006
@@ -59,7 +59,7 @@
                 <artifactItem>
                   <groupId>org.apache.myfaces.shared</groupId>
                   <artifactId>myfaces-shared-impl</artifactId>
-                  <version>2.0.4-SNAPSHOT</version>
+                  <version>2.0.5-SNAPSHOT</version>
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/classes</outputDirectory>
@@ -77,7 +77,7 @@
                     <artifactItem>
                         <groupId>org.apache.myfaces.shared</groupId>
                         <artifactId>myfaces-shared-impl</artifactId>
-                        <version>2.0.4-SNAPSHOT</version>
+                        <version>2.0.5-SNAPSHOT</version>
                         <classifier>sources</classifier>
                     </artifactItem>
                 </artifactItems>
@@ -288,7 +288,7 @@
     <dependency>
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared-impl</artifactId>
-      <version>2.0.4-SNAPSHOT</version>
+      <version>2.0.5-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>



Re: svn commit: r472050 - /myfaces/core/trunk/impl/pom.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 11/12/06, Wendy Smoak <ws...@gmail.com> wrote:

> Currently Core is compiling against Shared 2.0.5 but the assemblies
> are building with 2.0.4.

This is fixed. The assembly module's pom also uses 2.0.5-SNAPSHOT now.

There are six issues open for 1.1.5 (and a few reopened from prior
versions) that need to be looked at, then we can create the branches.

-- 
Wendy

Re: svn commit: r472050 - /myfaces/core/trunk/impl/pom.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 11/10/06, Martin Marinschek <ma...@gmail.com> wrote:

> No, I don't. Just switch back to 2.0.4 and you'll see what the problem is!

It looks like it was r447870.

If merging the changes is more trouble than just staying with 2.0.5,
that's fine.  We just need to move one way or the other.

Currently Core is compiling against Shared 2.0.5 but the assemblies
are building with 2.0.4.

-- 
Wendy

Re: svn commit: r472050 - /myfaces/core/trunk/impl/pom.xml

Posted by Martin Marinschek <ma...@gmail.com>.
No, I don't. Just switch back to 2.0.4 and you'll see what the problem is!

regards,

Martin

On 11/10/06, Thomas Spiegl <th...@gmail.com> wrote:
> Do you remember the class name?
>
> On 11/10/06, Martin Marinschek <ma...@gmail.com> wrote:
> > Thomas, could you take this over?
> >
> > regards,
> >
> > Martin
> >
> > On 11/9/06, Wendy Smoak <ws...@gmail.com> wrote:
> > > On 11/9/06, Martin Marinschek <ma...@gmail.com> wrote:
> > >
> > > > well, yes - I'm working on both 1.1.5 snapshot of tomahawk and impl,
> > > > and the startup didn't work anymore. A class that has recently been
> > > > added by Thomas wasn't found.
> > >
> > > I'd suggest porting Thomas' change to the 2.0.4 branch of shared, and
> > > using that for both MyFaces 1.1.5 and Tomahawk 1.1.4.
> > >
> > > If we're going to keep shared 2.0.5, the assembly/pom.xml file also
> > > needs to be updated.  (Right now, core is compiling against Shared
> > > 2.0.5, but if you build the release assembly it will include the
> > > source for 2.0.4.)
> > >
> > > --
> > > Wendy
> > >
> >
> >
> > --
> >
> > http://www.irian.at
> >
> > Your JSF powerhouse -
> > JSF Consulting, Development and
> > Courses in English and German
> >
> > Professional Support for Apache MyFaces
> >
>
>
> --
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: svn commit: r472050 - /myfaces/core/trunk/impl/pom.xml

Posted by Thomas Spiegl <th...@gmail.com>.
Do you remember the class name?

On 11/10/06, Martin Marinschek <ma...@gmail.com> wrote:
> Thomas, could you take this over?
>
> regards,
>
> Martin
>
> On 11/9/06, Wendy Smoak <ws...@gmail.com> wrote:
> > On 11/9/06, Martin Marinschek <ma...@gmail.com> wrote:
> >
> > > well, yes - I'm working on both 1.1.5 snapshot of tomahawk and impl,
> > > and the startup didn't work anymore. A class that has recently been
> > > added by Thomas wasn't found.
> >
> > I'd suggest porting Thomas' change to the 2.0.4 branch of shared, and
> > using that for both MyFaces 1.1.5 and Tomahawk 1.1.4.
> >
> > If we're going to keep shared 2.0.5, the assembly/pom.xml file also
> > needs to be updated.  (Right now, core is compiling against Shared
> > 2.0.5, but if you build the release assembly it will include the
> > source for 2.0.4.)
> >
> > --
> > Wendy
> >
>
>
> --
>
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>


-- 
http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: svn commit: r472050 - /myfaces/core/trunk/impl/pom.xml

Posted by Martin Marinschek <ma...@gmail.com>.
Thomas, could you take this over?

regards,

Martin

On 11/9/06, Wendy Smoak <ws...@gmail.com> wrote:
> On 11/9/06, Martin Marinschek <ma...@gmail.com> wrote:
>
> > well, yes - I'm working on both 1.1.5 snapshot of tomahawk and impl,
> > and the startup didn't work anymore. A class that has recently been
> > added by Thomas wasn't found.
>
> I'd suggest porting Thomas' change to the 2.0.4 branch of shared, and
> using that for both MyFaces 1.1.5 and Tomahawk 1.1.4.
>
> If we're going to keep shared 2.0.5, the assembly/pom.xml file also
> needs to be updated.  (Right now, core is compiling against Shared
> 2.0.5, but if you build the release assembly it will include the
> source for 2.0.4.)
>
> --
> Wendy
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: svn commit: r472050 - /myfaces/core/trunk/impl/pom.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 11/9/06, Martin Marinschek <ma...@gmail.com> wrote:

> well, yes - I'm working on both 1.1.5 snapshot of tomahawk and impl,
> and the startup didn't work anymore. A class that has recently been
> added by Thomas wasn't found.

I'd suggest porting Thomas' change to the 2.0.4 branch of shared, and
using that for both MyFaces 1.1.5 and Tomahawk 1.1.4.

If we're going to keep shared 2.0.5, the assembly/pom.xml file also
needs to be updated.  (Right now, core is compiling against Shared
2.0.5, but if you build the release assembly it will include the
source for 2.0.4.)

-- 
Wendy

Re: svn commit: r472050 - /myfaces/core/trunk/impl/pom.xml

Posted by Martin Marinschek <ma...@gmail.com>.
Hi Wendy,

well, yes - I'm working on both 1.1.5 snapshot of tomahawk and impl,
and the startup didn't work anymore. A class that has recently been
added by Thomas wasn't found.

regards,

Martin

On 11/8/06, Wendy Smoak <ws...@gmail.com> wrote:
> On 11/7/06, mmarinschek@apache.org <mm...@apache.org> wrote:
> > Author: mmarinschek
> > Date: Tue Nov  7 01:55:12 2006
> > New Revision: 472050
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=472050
> > Log:
> > fixed shared-impl dependency on 2.0.4-SNAPSHOT --> 2.0.5-SNAPSHOT
>
> This was intentional, the Tomahawk 1.1.4 branch and the Core 1.1.5
> trunk were both using the 2.0.4 branch of Shared.
>
> Are there recent changes in Shared that are required by the current
> 1.1.5-SNAPSHOT trunk of Core?
>
> --
> Wendy
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: svn commit: r472050 - /myfaces/core/trunk/impl/pom.xml

Posted by Wendy Smoak <ws...@gmail.com>.
On 11/7/06, mmarinschek@apache.org <mm...@apache.org> wrote:
> Author: mmarinschek
> Date: Tue Nov  7 01:55:12 2006
> New Revision: 472050
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=472050
> Log:
> fixed shared-impl dependency on 2.0.4-SNAPSHOT --> 2.0.5-SNAPSHOT

This was intentional, the Tomahawk 1.1.4 branch and the Core 1.1.5
trunk were both using the 2.0.4 branch of Shared.

Are there recent changes in Shared that are required by the current
1.1.5-SNAPSHOT trunk of Core?

-- 
Wendy