This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 33860
Collapse All | Expand All

(-)build.xml (+7 lines)
Lines 117-122 Link Here
117
        <filter token="product-key" value="${product-key}" />
117
        <filter token="product-key" value="${product-key}" />
118
        <copy file="NB.xml" tofile="NB-subst.xml" filtering="on" />
118
        <copy file="NB.xml" tofile="NB-subst.xml" filtering="on" />
119
        <copy file="NB_ml.xml" tofile="NB_ml-subst.xml" filtering="on" />
119
        <copy file="NB_ml.xml" tofile="NB_ml-subst.xml" filtering="on" />
120
        <copy file="NB_lic.xml" tofile="NB_lic-subst.xml" filtering="on" />
120
    </target>    
121
    </target>    
121
    <target name="build" depends="compile,build-init"> 
122
    <target name="build" depends="compile,build-init"> 
122
        <exec dir="${is-install-dir}" executable="cmd.exe" os="Windows 2000" failonerror="false" >
123
        <exec dir="${is-install-dir}" executable="cmd.exe" os="Windows 2000" failonerror="false" >
Lines 130-135 Link Here
130
        </exec>
131
        </exec>
131
    </target>
132
    </target>
132
 
133
 
134
    <target name="licbuild" depends="compile,build-init"> 
135
        <exec dir="${is-install-dir}" executable="cmd.exe" os="Windows 2000" failonerror="false" >
136
            <arg line="/c D:/builds/netbeans/nb_all/installer/buildNB_lic.bat" />
137
        </exec>
138
    </target>
139
    
133
    <target name="all" depends="build" description="Build everything.">
140
    <target name="all" depends="build" description="Build everything.">
134
        <echo message="Installer built."/>
141
        <echo message="Installer built."/>
135
    </target>
142
    </target>

Return to bug 33860