[jboss-jira] [JBoss JIRA] Updated: (JBPORTAL-1817) package-normal and dependent tasks in distrib.xml incorrectly look for portal-wsrp-exploded.sar which does not exist
Thomas Heute (JIRA)
jira-events at lists.jboss.org
Tue Nov 27 10:42:47 EST 2007
[ http://jira.jboss.com/jira/browse/JBPORTAL-1817?page=all ]
Thomas Heute updated JBPORTAL-1817:
-----------------------------------
Fix Version/s: (was: 2.6.3 Final)
Did you try:
sh build.sh -f distrib.xml build -Dno-doc=true
sh build.sh -f distrib.xml -Dno-doc=true package-normal ?
It should do what you are trying to achieve.
Now of course you could make the package-normal target depends on build
> 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
>
> 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
More information about the jboss-jira
mailing list