[jboss-jira] [JBoss JIRA] Commented: (JBPORTAL-1372) update portal build for single point deployment
Boleslaw Dawidowicz (JIRA)
jira-events at lists.jboss.org
Wed May 23 06:36:57 EDT 2007
[ http://jira.jboss.com/jira/browse/JBPORTAL-1372?page=comments#action_12362957 ]
Boleslaw Dawidowicz commented on JBPORTAL-1372:
-----------------------------------------------
I added simple stuff for this. If its enough you can resolve:
<target name="deploy-all"
description="Deploy all archives."
depends="most">
<require file="${jboss.home}/server/${portal.deploy.dir}"/>
<copy file="../core/output/lib/jboss-portal.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
<copy file="../core-admin/output/lib//portal-admin.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
<copy file="../core-cms/output/lib/portal-cms.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
<copy file="../core-management/output/lib/portal-management.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
<copy file="../core-samples/output/lib/portal-samples.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
<!--<copy file="../core-search/output/lib/portal-search.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>-->
<copy file="../widget/output/lib/widget.war" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
<copy file="../wsrp/output/lib/portal-wsrp.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
</target>
<target name="undeploy-all"
description="Deploy all archives."
depends="init">
<require file="${jboss.home}/server/${portal.deploy.dir}"/>
<delete file="${jboss.home}/server/${portal.deploy.dir}/jboss-portal.sar"/>
<delete file="${jboss.home}/server/${portal.deploy.dir}/portal-admin.sar"/>
<delete file="${jboss.home}/server/${portal.deploy.dir}/portal-cms.sar"/>
<delete file="${jboss.home}/server/${portal.deploy.dir}/portal-management.sar"/>
<delete file="${jboss.home}/server/${portal.deploy.dir}/portal-samples.sar"/>
<!--<delete file="${jboss.home}/server/${portal.deploy.dir}/portal-search.sar"/>-->
<delete file="${jboss.home}/server/${portal.deploy.dir}/widget.war"/>
<delete file="${jboss.home}/server/${portal.deploy.dir}/portal-wsrp.sar"/>
</target>
> update portal build for single point deployment
> -----------------------------------------------
>
> Key: JBPORTAL-1372
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-1372
> Project: JBoss Portal
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Portal Core
> Affects Versions: 2.6.CR2
> Reporter: Boleslaw Dawidowicz
> Assigned To: Julien Viet
> Fix For: 2.6 Final
>
>
> Currently you need to separately invoke "deploy" task on each "core*" portal module to deploy from sources. Either this should be changed for GA or docs need to be updated:
> http://cruisecontrol.jboss.com/cc/artifacts/jboss-portal-latest-doc/referenceGuide/html//installation.html#d0e907
--
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