You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/05/21 20:22:44 UTC

svn commit: r408459 - in /struts/action2/trunk: action-api/pom.xml apps/pom.xml core/pom.xml extras/pom.xml pom.xml uber/pom.xml

Author: wsmoak
Date: Sun May 21 11:22:43 2006
New Revision: 408459

URL: http://svn.apache.org/viewvc?rev=408459&view=rev
Log:
Changed artifact id: 'project' -> 'struts-action2-parent'.

Modified:
    struts/action2/trunk/action-api/pom.xml
    struts/action2/trunk/apps/pom.xml
    struts/action2/trunk/core/pom.xml
    struts/action2/trunk/extras/pom.xml
    struts/action2/trunk/pom.xml
    struts/action2/trunk/uber/pom.xml

Modified: struts/action2/trunk/action-api/pom.xml
URL: http://svn.apache.org/viewvc/struts/action2/trunk/action-api/pom.xml?rev=408459&r1=408458&r2=408459&view=diff
==============================================================================
--- struts/action2/trunk/action-api/pom.xml (original)
+++ struts/action2/trunk/action-api/pom.xml Sun May 21 11:22:43 2006
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.struts.action2</groupId>
-        <artifactId>project</artifactId>
+        <artifactId>struts-action2-parent</artifactId>
         <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.struts.action2</groupId>

Modified: struts/action2/trunk/apps/pom.xml
URL: http://svn.apache.org/viewvc/struts/action2/trunk/apps/pom.xml?rev=408459&r1=408458&r2=408459&view=diff
==============================================================================
--- struts/action2/trunk/apps/pom.xml (original)
+++ struts/action2/trunk/apps/pom.xml Sun May 21 11:22:43 2006
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.struts.action2</groupId>
-        <artifactId>project</artifactId>
+        <artifactId>struts-action2-parent</artifactId>
         <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.struts.action2</groupId>

Modified: struts/action2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/action2/trunk/core/pom.xml?rev=408459&r1=408458&r2=408459&view=diff
==============================================================================
--- struts/action2/trunk/core/pom.xml (original)
+++ struts/action2/trunk/core/pom.xml Sun May 21 11:22:43 2006
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.struts.action2</groupId>
-        <artifactId>project</artifactId>
+        <artifactId>struts-action2-parent</artifactId>
         <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.struts.action2</groupId>
@@ -260,9 +260,9 @@
         </dependency>
         
         <dependency>
-	     <groupId>org.apache.myfaces.core</groupId>
-	     <artifactId>myfaces-api</artifactId>
-	     <version>1.1.2</version>
+	     <groupId>myfaces</groupId>
+	     <artifactId>myfaces-jsf-api</artifactId>
+	     <version>1.0.9</version>
         <scope>provided</scope>
 	  </dependency>
 

Modified: struts/action2/trunk/extras/pom.xml
URL: http://svn.apache.org/viewvc/struts/action2/trunk/extras/pom.xml?rev=408459&r1=408458&r2=408459&view=diff
==============================================================================
--- struts/action2/trunk/extras/pom.xml (original)
+++ struts/action2/trunk/extras/pom.xml Sun May 21 11:22:43 2006
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.struts.action2</groupId>
-        <artifactId>project</artifactId>
+        <artifactId>struts-action2-parent</artifactId>
         <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.struts.action2</groupId>

Modified: struts/action2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/action2/trunk/pom.xml?rev=408459&r1=408458&r2=408459&view=diff
==============================================================================
--- struts/action2/trunk/pom.xml (original)
+++ struts/action2/trunk/pom.xml Sun May 21 11:22:43 2006
@@ -31,7 +31,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.struts.action2</groupId>
-    <artifactId>project</artifactId>
+    <artifactId>struts-action2-parent</artifactId>
     <version>2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Struts Action 2</name>

Modified: struts/action2/trunk/uber/pom.xml
URL: http://svn.apache.org/viewvc/struts/action2/trunk/uber/pom.xml?rev=408459&r1=408458&r2=408459&view=diff
==============================================================================
--- struts/action2/trunk/uber/pom.xml (original)
+++ struts/action2/trunk/uber/pom.xml Sun May 21 11:22:43 2006
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.struts.action2</groupId>
-        <artifactId>project</artifactId>
+        <artifactId>struts-action2-parent</artifactId>
         <version>2.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.struts.action2</groupId>



Re: svn commit: r408459 - in /struts/action2/trunk: action-api/pom.xml apps

Posted by Wendy Smoak <ws...@gmail.com>.
On 5/21/06, Jason Carreira <fo...@opensymphony.com> wrote:

> Wendy, will this create the IDEA modules with all dependencies for extras and showcase? Are all of the jars downloading now? I had to fix this by hand on the plane yesterday, so I don't want to blow them away if I have to do it again.

If it didn't work before, this is unlikely to have fixed it -- all I
did was change the name of the parent pom.

It works for me, though.  After
  mvn idea:clean -P extras
  mvn idea:idea -P extras
I see all the dependencies for the modules, and they compile within IDEA.

The only thing that doesn't work for me is the IDEA run/debug config
for the showcase app, but Patrick explained that QuickStart can't deal
with the path variable I have.

And I had trouble with it not downloading the xwork snapshot, but
deleting $M2_REPO/opensymphony/xwork fixed it, and now it's checking
on every build.

Try it on a copy of your checked-out source first, and let us know
what happens.  It _should_ work. :)

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r408459 - in /struts/action2/trunk: action-api/pom.xml apps

Posted by Jason Carreira <fo...@opensymphony.com>.
Wendy, will this create the IDEA modules with all dependencies for extras and showcase? Are all of the jars downloading now? I had to fix this by hand on the plane yesterday, so I don't want to blow them away if I have to do it again.

> Be sure to update and install from the top level of
> Action 2 to pick
> up the changed artifactId.
> svn up
> mvn install -P extras
> 
> Also remove the old ide config files and re-generate
> them, for example
> with IDEA:
> rm project.i*
> mvn idea:idea -P extras
> 
> -- 
> Wendy
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=31712&messageID=61394#61394


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: svn commit: r408459 - in /struts/action2/trunk: action-api/pom.xml apps/pom.xml core/pom.xml extras/pom.xml pom.xml uber/pom.xml

Posted by Wendy Smoak <ws...@gmail.com>.
Be sure to update and install from the top level of Action 2 to pick
up the changed artifactId.
svn up
mvn install -P extras

Also remove the old ide config files and re-generate them, for example
with IDEA:
rm project.i*
mvn idea:idea -P extras

-- 
Wendy

On 5/21/06, wsmoak@apache.org <ws...@apache.org> wrote:
> Author: wsmoak
> Date: Sun May 21 11:22:43 2006
> New Revision: 408459
>
> URL: http://svn.apache.org/viewvc?rev=408459&view=rev
> Log:
> Changed artifact id: 'project' -> 'struts-action2-parent'.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org