You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "David Johnson (JIRA)" <ji...@apache.org> on 2010/08/10 23:17:17 UTC

[jira] Created: (ROL-1875) Roller web classes should be in a jar and not dumped into WEB-INF/classes

Roller web classes should be in a jar and not dumped into WEB-INF/classes
-------------------------------------------------------------------------

                 Key: ROL-1875
                 URL: https://issues.apache.org/jira/browse/ROL-1875
             Project: Roller
          Issue Type: Improvement
            Reporter: David Johnson
            Assignee: David Johnson
             Fix For: 5.0


Before Maven this is how things were.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ROL-1875) Roller web classes should be in a jar and not dumped into WEB-INF/classes

Posted by "Dave Johnson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ROL-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Johnson resolved ROL-1875.
-------------------------------

    Resolution: Fixed

Author: snoopdave
Date: Sun Oct  3 14:18:02 2010
New Revision: 1003968

URL: http://svn.apache.org/viewvc?rev=1003968&view=rev
Log:
For https://issues.apache.org/jira/browse/ROL-1875 Breaking out separate Weblogger-Web and Weblogger-Webapp modules so that web classes required for plugin development are available as a Maven module.

> Roller web classes should be in a jar and not dumped into WEB-INF/classes
> -------------------------------------------------------------------------
>
>                 Key: ROL-1875
>                 URL: https://issues.apache.org/jira/browse/ROL-1875
>             Project: Roller
>          Issue Type: Improvement
>            Reporter: David Johnson
>            Assignee: David Johnson
>             Fix For: 5.0
>
>
> Before Maven this is how things were.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ROL-1875) Roller web classes should be in a jar and not dumped into WEB-INF/classes

Posted by "David Johnson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ROL-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Johnson resolved ROL-1875.
--------------------------------

    Resolution: Fixed

Author: snoopdave
Date: Wed Aug 11 22:04:35 2010
New Revision: 984604

URL: http://svn.apache.org/viewvc?rev=984604&view=rev
Log:
Fix for https://issues.apache.org/jira/browse/ROL-1875

weblogger-web no longer dumped into WEB-INF/classes and instead put into WEB-INF/lib/roller.jar.

Modified:
   roller/trunk/weblogger-web/pom.xml

> Roller web classes should be in a jar and not dumped into WEB-INF/classes
> -------------------------------------------------------------------------
>
>                 Key: ROL-1875
>                 URL: https://issues.apache.org/jira/browse/ROL-1875
>             Project: Roller
>          Issue Type: Improvement
>            Reporter: David Johnson
>            Assignee: David Johnson
>             Fix For: 5.0
>
>
> Before Maven this is how things were.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (ROL-1875) Roller web classes should be in a jar and not dumped into WEB-INF/classes

Posted by "David Johnson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ROL-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Johnson reopened ROL-1875:
--------------------------------

    Level of effort: 2 hours (work is already done).

The web classes should really be in their own Maven module and not inside the WAR module because, if you are creating a Roller plugin you will need to add them as a dependency.



> Roller web classes should be in a jar and not dumped into WEB-INF/classes
> -------------------------------------------------------------------------
>
>                 Key: ROL-1875
>                 URL: https://issues.apache.org/jira/browse/ROL-1875
>             Project: Roller
>          Issue Type: Improvement
>            Reporter: David Johnson
>            Assignee: David Johnson
>             Fix For: 5.0
>
>
> Before Maven this is how things were.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.