You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "James Song (JIRA)" <be...@incubator.apache.org> on 2005/02/01 20:13:20 UTC

[jira] Commented: (BEEHIVE-204) build controlhaus system controls in beehive dist

     [ http://issues.apache.org/jira/browse/BEEHIVE-204?page=comments#action_58428 ]
     
James Song commented on BEEHIVE-204:
------------------------------------

Jeremiah:
Is this what is SHOULD look like:

	<ant dir="controlhaus/webservice/trunk" target="clean" inheritAll="false">
	    <property name="beehive.home" value="${dist.dir}"/>
        </ant>        	    
	<ant dir="controlhaus/webservice/trunk" target="build" inheritAll="false">
	    <property name="beehive.home" value="${dist.dir}"/>
        </ant>
        
        <ant dir="controlhaus/webservice/trunk" target="jar" inheritAll="false">
            <property name="beehive.home" value="${dist.dir}"/>
        </ant>

	<copy file="controlhaus/webservice/trunk/build/jars/webservice-control.jar" todir="${dist.dir}/lib/controls"/>
	
	<copy file="controlhaus/webservice/trunk/build/jars/servicecontrol.jar" todir="${dist.dir}/lib/controls"/>


> build controlhaus system controls in beehive dist
> -------------------------------------------------
>
>          Key: BEEHIVE-204
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-204
>      Project: Beehive
>         Type: New Feature
>   Components: Controls
>     Versions: V1Beta
>     Reporter: Mike Foster
>     Assignee: Jeremiah Johnson
>      Fix For: V1Beta
>  Attachments: beehive204.txt, diff.latest.txt, diff.out, diff.reopen.txt, diff_before_commit.txt
>
> Attached is a patch to the main build tasks to build some useful controls from controlhaus as part of the distribution.  As of now, this includes:
> jdbc.controlhaus.org
> jms.controlhaus.org
> ejb.controlhaus.org
> webservice.controlhaus.org
> The new task "build.system.controls" will pull down the sources for each and build them into the lib/controls directory of a distribution.  I think this will make Beehive controls more useful out of the box.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira