[
http://jira.jboss.com/jira/browse/JBFORUMS-204?page=comments#action_12361928 ]
Ryszard Kozmik commented on JBFORUMS-204:
-----------------------------------------
Hi Luca,
Your build completely fails for me. Moreover, in my build there is this line:
<fileset dir="${build.lib}"
includes="portal-forums.war,portal-forums-ui.jar,portal-forums.sar,portal-forums-authz-plugin.sar"/>
so basicly, I'm not sure what you are trying to achieve.
Please clarify.
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
Attachments: build.xml, build.xml
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