[jboss-jira] [JBoss JIRA] Resolved: (JBAS-6271) Create a 'standard' config out of the 'cts' one.
Dimitris Andreadis (JIRA)
jira-events at lists.jboss.org
Wed Dec 3 12:48:36 EST 2008
[ https://jira.jboss.org/jira/browse/JBAS-6271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dimitris Andreadis resolved JBAS-6271.
--------------------------------------
Resolution: Done
Done.
<!-- Build standard config manually -->
<copy todir="${install.standard}">
<fileset dir="${install.default}">
<include name="conf/**"/>
<exclude name="conf/jboss-service.xml"/> <!-- call-by-value for jndi -->
<exclude name="conf/jndi.properties"/> <!-- ORBInitialContextFactory -->
<include name="deploy/**"/>
<exclude name="deploy/http-invoker.sar/**"/>
<exclude name="deploy/jmx-remoting.sar/**"/>
<exclude name="deploy/management/**"/>
<exclude name="deploy/cache-invalidation-service.xml"/>
<exclude name="deploy/mail-ra.rar"/>
<exclude name="deploy/monitoring-service.xml"/>
<exclude name="deploy/profileservice-jboss-beans.xml"/>
<exclude name="deploy/properties-service.xml"/>
<exclude name="deploy/quartz-ra.rar"/>
<exclude name="deploy/schedule-manager-service.xml"/>
<exclude name="deploy/scheduler-service.xml"/>
<exclude name="deploy/sqlexception-service.xml"/>
<exclude name="deploy/vfs-jboss-beans.xml"/>
<include name="deployers/**"/> <!-- call-by-value & isolation -->
<exclude name="deployers/ear-deployer-jboss-beans.xml"/>
</fileset>
<fileset dir="${install.all}">
<include name="conf/jacorb.properties"/>
<include name="deploy/juddi-service.sar/**"/>
<include name="deploy/iiop-service.xml"/>
<include name="lib/avalon-framework.jar"/>
<include name="lib/jacorb.jar"/>
</fileset>
</copy>
<!-- install descriptor overrides -->
<copy todir="${install.standard.conf}">
<fileset dir="${project.root}/server/output/etc/conf/standard">
<include name="jboss-service.xml"/>
<include name="jndi.properties"/>
</fileset>
</copy>
<copy todir="${install.standard.deployers}">
<fileset dir="${project.root}/server/output/etc/conf/standard">
<include name="ear-deployer-jboss-beans.xml"/>
</fileset>
</copy>
> Create a 'standard' config out of the 'cts' one.
> ------------------------------------------------
>
> Key: JBAS-6271
> URL: https://jira.jboss.org/jira/browse/JBAS-6271
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Other
> Reporter: Dimitris Andreadis
> Assignee: Dimitris Andreadis
> Priority: Critical
> Fix For: JBossAS-5.0.0.GA
>
>
> Bundle with the distro the config we use for tck testing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list