[
http://jira.jboss.com/jira/browse/JBPORTAL-1817?page=comments#action_1238... ]
Chris Laprun commented on JBPORTAL-1817:
----------------------------------------
Note that the full monty is probably the only target that works... other targets might
rely on some other targets to be run first, which is difficult to know beforehand... That
build script is a mess.
package-normal and dependent tasks in distrib.xml incorrectly look
for portal-wsrp-exploded.sar which does not exist
--------------------------------------------------------------------------------------------------------------------
Key: JBPORTAL-1817
URL:
http://jira.jboss.com/jira/browse/JBPORTAL-1817
Project: JBoss Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Portal WSRP
Reporter: Andrew Oliver
Assigned To: Thomas Heute
Fix For: 2.6.3 Final
the various targets to create a distribution look for the exploded wsrp but it
doesn't exist. It appears that an explode target in the wsrp dir might do this but it
isn't actually called because tools/etc/buildfragments/tools.ent has the only thing
that looks like it might call it commented out.
As a workaround you can comment out the following:
<!--mkdir
dir="${portal.build.normal.bin}/jboss-portal.sar/portal-wsrp.sar"/>
<copy
todir="${portal.build.normal.bin}/jboss-portal.sar/portal-wsrp.sar">
<fileset
dir="${source.dir}/wsrp/output/lib/portal-wsrp-exploded.sar"/>
</copy-->
and forgo the joy that is wsrp...and this creates a valid dist...but some peeps want some
wsrp too.
--
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