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/23 08:26:11 UTC

[jira] Created: (MEV-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
---------------------------------------------------------------------------------------------

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


You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

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

Matt Raible commented on MEV-140:
---------------------------------

I'll send a message trying to get some Tapestry committers involved.  One thing that'd be nice if you changed immediately would be the version for commons-codec.  It's currently set to 2.1 - which doesn't exist.  I believe it should be 1.2.

> Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
> ---------------------------------------------------------------------------------------------
>
>          Key: MEV-140
>          URL: http://jira.codehaus.org/browse/MEV-140
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Missing POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

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

Matt Raible commented on MEV-140:
---------------------------------

I deleted my Tapestry POMs (rm -r ~/.m2/repository/tapestry) and it still appears that these dependencies (javassist, ognl and commons-fileupload) are not included.  It's likely b/c they're LGPL, so you actually have to download them separately when downloading Tapestry.

> Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
> ---------------------------------------------------------------------------------------------
>
>          Key: MEV-140
>          URL: http://jira.codehaus.org/browse/MEV-140
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Missing POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

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

Carlos Sanchez commented on MEV-140:
------------------------------------

I'm looking at

http://svn.apache.org/viewcvs.cgi/jakarta/tapestry/tags/release-3-0-3/lib/ext/
http://svn.apache.org/viewcvs.cgi/jakarta/tapestry/tags/release-3-0-3/lib/j2ee/

and i don't see any javassist or ognl jar, any idea where they come from? maybe tapestry contrib?

commons-fileupload is already in the pom

oro version is still wrong

any chance of getting a tapestry committer involved?

> Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
> ---------------------------------------------------------------------------------------------
>
>          Key: MEV-140
>          URL: http://jira.codehaus.org/browse/MEV-140
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Missing POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

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

Matt Raible commented on MEV-140:
---------------------------------

Jesse - you can learn about the upload process on Maven's site at: http://maven.apache.org/guides/mini/guide-ibiblio-upload.html

Basically, you just need to modify the existing pom.xml in ibiblio and add the dependencies that aren't listed in the current one.  I'll attach a version that is different from the current 3.0.3 version in the following way.

1. Marks jsp-api and servlet-api as <scope>provided</scope>.
2. Marks geronimo-spec-ejb as optional since I don't believe it's needed to run Tapestry.  
3. Adds javassist and ognl as dependencies.
4. Changes commons-codec version to 1.2.

The current version for 3.0.3 (and others) is at http://ibiblio.org/maven2/tapestry/tapestry/3.0.3/tapestry-3.0.3.pom.

Thanks!

Matt

> Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
> ---------------------------------------------------------------------------------------------
>
>          Key: MEV-140
>          URL: http://jira.codehaus.org/browse/MEV-140
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Missing POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan
>  Attachments: tapestry-3.0.3.pom
>
>
> You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

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

Carlos Sanchez commented on MEV-140:
------------------------------------

The dependencies are the jars inside these two folders
http://svn.apache.org/viewcvs.cgi/jakarta/tapestry/tags/release-3-0-3/lib/ext/
http://svn.apache.org/viewcvs.cgi/jakarta/tapestry/tags/release-3-0-3/lib/j2ee/

> Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
> ---------------------------------------------------------------------------------------------
>
>          Key: MEV-140
>          URL: http://jira.codehaus.org/browse/MEV-140
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Missing POM
>     Reporter: Matt Raible

>
>
> You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

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

    Resolution: Fixed

Fixed.

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

> Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
> ---------------------------------------------------------------------------------------------
>
>          Key: MEV-140
>          URL: http://jira.codehaus.org/browse/MEV-140
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Missing POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

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

Matt Raible commented on MEV-140:
---------------------------------

oro version should be 2.0.6 instead of 2.06.

> Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
> ---------------------------------------------------------------------------------------------
>
>          Key: MEV-140
>          URL: http://jira.codehaus.org/browse/MEV-140
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Missing POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

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

Edwin Punzalan commented on MEV-140:
------------------------------------

Changed commons-codec to 1.2

> Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
> ---------------------------------------------------------------------------------------------
>
>          Key: MEV-140
>          URL: http://jira.codehaus.org/browse/MEV-140
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Missing POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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] Updated: (MEV-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

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

Matt Raible updated MEV-140:
----------------------------

    Attachment: tapestry-3.0.3.pom

> Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
> ---------------------------------------------------------------------------------------------
>
>          Key: MEV-140
>          URL: http://jira.codehaus.org/browse/MEV-140
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Missing POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan
>  Attachments: tapestry-3.0.3.pom
>
>
> You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

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

Matt Raible commented on MEV-140:
---------------------------------

<quote>Changed commons-codec to 1.2</quote>

It's been quite some time since you made this change.  Is ibiblio being synched up properly?

> Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
> ---------------------------------------------------------------------------------------------
>
>          Key: MEV-140
>          URL: http://jira.codehaus.org/browse/MEV-140
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Missing POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

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

     Assign To: Carlos Sanchez  (was: Edwin Punzalan)
    Resolution: Fixed

Used attached pom

> Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
> ---------------------------------------------------------------------------------------------
>
>          Key: MEV-140
>          URL: http://jira.codehaus.org/browse/MEV-140
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Missing POM
>     Reporter: Matt Raible
>     Assignee: Carlos Sanchez
>  Attachments: tapestry-3.0.3.pom
>
>
> You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

Posted by "Jesse Kuhnert (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-140?page=comments#action_53782 ] 

Jesse Kuhnert commented on MEV-140:
-----------------------------------

Ok, I'm ready to fix it, how do I do it? ;) I created a jira issue based on what matt posted into tapestry-dev, http://issues.apache.org/jira/browse/TAPESTRY-814. 

Does this really only affect version 3.0.3? I'm assuming this will require my becoming familiar with ibiblio release processes? Sorry for the noobage, I don't use maven actively anymore (though I've been using it on other projects), and have never deployed anything to ibiblio. All I have to do is update the POM and release a new version? Or is it only the pom file on ibiblio? 

jesse 

> Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
> ---------------------------------------------------------------------------------------------
>
>          Key: MEV-140
>          URL: http://jira.codehaus.org/browse/MEV-140
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Missing POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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-140) Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)

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


commons-code version 2.1 is incorrect, should be 1.2.  Also, I'm fairly certain that Tapestry doesn't require EJB (from geronimo-spec) to run.

> Tapestry POM missing dependencies for javassist (2.6), ognl (2.6.3), commons-fileupload (1.0)
> ---------------------------------------------------------------------------------------------
>
>          Key: MEV-140
>          URL: http://jira.codehaus.org/browse/MEV-140
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Missing POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> You might include tapestry-contrib since most everyone uses it when using Tapestry.

-- 
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