[jboss-jira] [JBoss JIRA] Created: (JBFORUMS-204) building sources

Luca Stancapiano (JIRA) jira-events at lists.jboss.org
Wed Apr 11 12:34:58 EDT 2007


building sources
----------------

                 Key: JBFORUMS-204
                 URL: http://jira.jboss.com/jira/browse/JBFORUMS-204
             Project: JBoss Forums
          Issue Type: Bug
          Components: Portlet Productization
    Affects Versions: 1.0.0 RC
         Environment: all
            Reporter: Luca Stancapiano
         Assigned To: Ryszard Kozmik
             Fix For: 1.0.0 GA


hi......I try to build sources of forums applicattion (taken from http://anonsvn.labs.jboss.com/labs/jbossforums/trunk).
Apparently it is ok but when I deploy jboss-forums.ear, I have the error that portal-forums-authz-plugin.sar is lost. Inside jboss-forums.ear infact it is not added. I added in build.xml row 162 of authz-jaae-plugin project theese rows:

       <copy todir="${forums.root}/resources/portal-forums-ear">
         <fileset dir="${authz-jaae-plugin.lib}" includes="portal-forums-authz-plugin.sar"/>
       </copy>
       <jar jarfile="${forums.lib}/jboss-forums.ear">
         <fileset dir="${forums.root}/resources/portal-forums-ear" includes="**/*"/>
       </jar>

so, when target output of forums is executed, portal-forums-authz-plugin.sar is added automatically  into jboss-forums.ear

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

        



More information about the jboss-jira mailing list