You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Geertjan Wielenga (JIRA)" <ji...@apache.org> on 2018/09/22 09:22:00 UTC

[jira] [Updated] (NETBEANS-1281) Introduce a build.xml per cluster

     [ https://issues.apache.org/jira/browse/NETBEANS-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Geertjan Wielenga updated NETBEANS-1281:
----------------------------------------
    Description: 
To simplify working with cluster, introduce a build.xml per cluster, e.g., this one inside the php cluster:

<project name="main" basedir="../nbbuild" default="build-nozip">
       <description>NetBeans PHP build script.</description>
       <property name="cluster.config" value="php"/>
       <property name="nb.clusters.list" value="nb.cluster.php"/>
       <import file="../build.xml"/>
</project>

  was:
To simplify working with cluster, introduce a build.xml per cluster, e.g., this one inside the php cluster:

<project name="main" basedir="../nbbuild" default="build-nozip">
    <description>NetBeans PHP build script.</description>
    <property name="cluster.config" value="php"/>
    <property name="nb.clusters.list" value="nb.cluster.php"/>
    <import file="../build.xml"/>
</project>


> Introduce a build.xml per cluster
> ---------------------------------
>
>                 Key: NETBEANS-1281
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1281
>             Project: NetBeans
>          Issue Type: Task
>            Reporter: Geertjan Wielenga
>            Priority: Major
>
> To simplify working with cluster, introduce a build.xml per cluster, e.g., this one inside the php cluster:
> <project name="main" basedir="../nbbuild" default="build-nozip">
>        <description>NetBeans PHP build script.</description>
>        <property name="cluster.config" value="php"/>
>        <property name="nb.clusters.list" value="nb.cluster.php"/>
>        <import file="../build.xml"/>
> </project>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists