You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Matt Raible (JIRA)" <ji...@codehaus.org> on 2005/10/22 21:07:11 UTC

[jira] Created: (MEV-136) MyFaces requires commons-digester and commons-el

MyFaces requires commons-digester and commons-el
------------------------------------------------

         Key: MEV-136
         URL: http://jira.codehaus.org/browse/MEV-136
     Project: Maven Evangelism
        Type: Bug
  Components: Invalid POM  
 Reporter: Matt Raible


Here's a revised version:

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>myfaces</groupId>
  <artifactId>myfaces-all</artifactId>
  <version>1.1.0</version>
  <dependencies>
    <dependency>
      <groupId>commons-digester</groupId>
      <artifactId>commons-digester</artifactId>
      <version>1.5</version>
    </dependency>
    <dependency>
      <groupId>commons-el</groupId>
      <artifactId>commons-el</artifactId>
      <version>1.0</version>
    </dependency>
  </dependencies>
</project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-136?page=comments#action_51574 ] 

Carlos Sanchez commented on MEV-136:
------------------------------------

Edwin, please copy the 1.1.0 to 1.1.1 and update the versions as documented in the build.xml.
Change also portlet to provided in both of them 

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Matt Raible (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-136?page=comments#action_51849 ] 

Matt Raible commented on MEV-136:
---------------------------------

The jsp-api dependency seems to have a typo in it:

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>jsp-api</artifactId> 
      <version>2.0</version>
      <scope>provided></scope>
    </dependency>

Should be <scope>provided</scope>

http://ibiblio.org/maven2/myfaces/myfaces-parent/1.1.1/myfaces-parent-1.1.1.pom

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Reopened: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Matt Raible (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-136?page=all ]
     
Matt Raible reopened MEV-136:
-----------------------------


commons-codec should be 1.3 instead of 1.3.0.  I don't need this in my project, but I'll trust what others have said on this list.  Since it's needed by Acegi, it's likely I'll need to include this JAR in my projects anyway.

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Reopened: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-136?page=all ]
     
Carlos Sanchez reopened MEV-136:
--------------------------------


> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-136?page=all ]
     
Edwin Punzalan closed MEV-136:
------------------------------

    Resolution: Fixed

Fixed.  Thanks for the catch.

NOTE: May take up to 4 hours for the fix to reach central repo.

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-136?page=comments#action_51482 ] 

Edwin Punzalan commented on MEV-136:
------------------------------------

Looking in http://svn.apache.org/viewcvs.cgi/*checkout*/myfaces/build/tags/1_1_0/build.xml, portlet is not listed as optional.

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-136?page=comments#action_52873 ] 

Wendy Smoak commented on MEV-136:
---------------------------------

Both the 1.1.1 and 1.1.0 POMs on ibiblio still have the extra '>' after 'provided' for the JSP api artifact.   (See Matt's 23/Nov/05 comment.)

http://ibiblio.org/maven2/myfaces/myfaces-parent/1.1.1/myfaces-parent-1.1.1.pom
http://ibiblio.org/maven2/myfaces/myfaces-parent/1.1.0/myfaces-parent-1.1.0.pom

Thanks!

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-136?page=comments#action_51476 ] 

Edwin Punzalan commented on MEV-136:
------------------------------------

1.1.0 fix applied. May take up to 4 hours for the fix to reach central repo.

Carlos: I can't seem to find 1.1.1... Should I create it?

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-136?page=comments#action_49058 ] 

Wendy Smoak commented on MEV-136:
---------------------------------

MyFaces dependency information:
   http://wiki.apache.org/myfaces/Library_dependencies
   http://myfaces.apache.org/gettingstarted.htm

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-136?page=all ]
     
Edwin Punzalan closed MEV-136:
------------------------------

    Resolution: Fixed

Fixed.

NOTE: May take up to 4 hours for the fix to reach central repo.

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Jean-Laurent de Morlhon (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-136?page=comments#action_49656 ] 

Jean-Laurent de Morlhon commented on MEV-136:
---------------------------------------------

Adding commons-el & commons-digester is not enough.
It should be added :
- commons-collection 3.0 as digester is dependent only on 2.1.
- commons-logging 1.0.4 as el is dependent only on 1.0.3.
- commons-codec 1.2 as neither el nor digester is dependent on it.
I'm less sure about the oro dependency since the version used is not described in myFaces documentation.
I have a couple of webapp which work well whitout it...

The following is valid for myfaces & myfaces-all :

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>myfaces</groupId>
  <artifactId>myfaces-all</artifactId>
  <version>1.1.0</version>
  <dependencies>
    <dependency>
      <groupId>commons-digester</groupId>
      <artifactId>commons-digester</artifactId>
      <version>1.5</version>
    </dependency>
    <dependency>
      <groupId>commons-el</groupId>
      <artifactId>commons-el</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>commons-collection</groupId>
      <artifactId>commons-collection</artifactId>
      <version>3.0</version>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.2</version>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.0.4</version>
    </dependency>
  </dependencies>
</project>

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-136?page=all ]
     
Edwin Punzalan closed MEV-136:
------------------------------

    Resolution: Fixed

Fixed the typo. Sorry about that, "mvn validate" didn't catch that. Thanks!

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-136?page=comments#action_51480 ] 

Wendy Smoak commented on MEV-136:
---------------------------------

Please make the portlet api optional, otherwise it's going to end up in all of our webapps.  Thanks!

Index: myfaces-parent/1.1.0/myfaces-parent-1.1.0.pom
===================================================================
--- myfaces-parent/1.1.0/myfaces-parent-1.1.0.pom       (revision 132)
+++ myfaces-parent/1.1.0/myfaces-parent-1.1.0.pom       (working copy)
@@ -69,6 +69,7 @@
       <groupId>javax.portlet</groupId>
       <artifactId>portlet-api</artifactId>
       <version>1.0</version>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-136?page=comments#action_51539 ] 

Wendy Smoak commented on MEV-136:
---------------------------------


http://marc.theaimsgroup.com/?l=myfaces-dev&m=113259460719576&w=2
" The portlet jar is only required for compiling.  If you are running a MyFaces portlet application then the portlet API will be provided by the portlet container. " -- Stan Silvert (MyFaces committer)

And from an earlier discussion when I was working on the Commons Chain pom... 
http://www.nabble.com/Re%3A-chain-dependencies-p1507516.html
" It *can* work that way. However, the portlet API is not a required part of the J2EE (now Java EE) platform, so you cannot be guaranteed that it will be
in your average servlet container. For example, the portlet API jar is not shipped with Tomcat by default. " -- Craig McClanahan

That's why I went with 'optional,'  but I wouldn't argue with 'provided' either.  Thanks for your help!

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-136?page=comments#action_51297 ] 

Carlos Sanchez commented on MEV-136:
------------------------------------

>From MEV-171, fixed pom

Let's check the versions against 
http://svn.apache.org/viewcvs.cgi/*checkout*/myfaces/build/tags/1_1_1/build.xml for 1.1.1
http://svn.apache.org/viewcvs.cgi/*checkout*/myfaces/build/tags/1_1_0/build.xml for 1.1.0

and use these dependencies for a new myfaces-parent pom, make the myfaces-api and myfaces-all extend it, and make myfaces-impl depend on myfaces-api.

<dependencies>
    <dependency>
        <groupId>commons-beanutils</groupId>
        <artifactId>commons-beanutils</artifactId>
        <version>1.7.0</version>
    </dependency>
    <dependency>
        <groupId>commons-codec</groupId>
        <artifactId>commons-codec</artifactId>
        <version>1.3.0</version>
    </dependency>
    <dependency>
        <groupId>commons-collections</groupId>
        <artifactId>commons-collections</artifactId>
        <version>3.1</version>
    </dependency>
    <dependency>
        <groupId>commons-digester</groupId>
        <artifactId>commons-digester</artifactId>
        <version>1.7</version>
    </dependency>
    <dependency>
        <groupId>commons-el</groupId>
        <artifactId>commons-el</artifactId>
        <version>1.0</version>
    </dependency>
    <dependency>
        <groupId>commons-fileupload</groupId>
        <artifactId> commons-fileupload</artifactId>
        <version>1.0</version>
    </dependency>
    <dependency>
        <groupId>commons-lang</groupId>
        <artifactId> commons-lang</artifactId>
        <version>2.1</version>
    </dependency>
    <dependency>
        <groupId>commons-logging</groupId>
        <artifactId>commons-logging</artifactId>
        <version>1.0.4</version>
    </dependency>
    <dependency>
        <groupId>commons-validator</groupId>
        <artifactId>commons-validator</artifactId>
        <version>1.1.4</version>
    </dependency>
    <dependency>
        <groupId>oro</groupId>
        <artifactId>oro</artifactId>
        <version>2.0.8</version>
    </dependency>
    <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>jsp-api</artifactId>
        <version>2.0</version>
        <scope>provided></scope>
    </dependency>
    <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>jstl</artifactId>
        <version>1.1.2</version>
    </dependency>
    <dependency>
        <groupId>javax.portlet</groupId>
        <artifactId>portlet-api</artifactId>
        <version>1.0</version>
    </dependency>
    <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>servlet-api</artifactId>
        <version>2.3</version>
        <scope>provided></scope>
    </dependency>
    <!-- only for tiles support -->
    <dependency>
        <groupId>struts</groupId>
        <artifactId>struts</artifactId>
        <version>1.2.7</version>
        <optional>true</optional>
    </dependency>
    <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>3.8.1</version>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>easymock</groupId>
        <artifactId>easymock</artifactId>
        <version>1.1</version>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>easymock</groupId>
        <artifactId>easymockclassextension</artifactId>
        <version>1.1</version>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>cargo</groupId>
        <artifactId>cargo</artifactId>
        <version>0.6</version>
        <scope>test</scope>
    </dependency>
</dependencies>

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Reopened: (MEV-136) MyFaces requires commons-digester and commons-el

Posted by "Matt Raible (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-136?page=all ]
     
Matt Raible reopened MEV-136:
-----------------------------


commons-codec should be version 1.3, not 1.3.0

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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