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 138661
Collapse All | Expand All

(-)a/java.j2seproject/src/org/netbeans/modules/java/j2seproject/resources/build-impl.xsl (-1 / +2 lines)
Lines 757-763 Link Here
757
            <target name="-do-compile">
757
            <target name="-do-compile">
758
                <xsl:attribute name="depends">init,deps-jar,-pre-pre-compile,-pre-compile<xsl:if test="/p:project/p:configuration/jaxrpc:web-service-clients/jaxrpc:web-service-client">,web-service-client-compile</xsl:if>,-compile-depend</xsl:attribute>
758
                <xsl:attribute name="depends">init,deps-jar,-pre-pre-compile,-pre-compile<xsl:if test="/p:project/p:configuration/jaxrpc:web-service-clients/jaxrpc:web-service-client">,web-service-client-compile</xsl:if>,-compile-depend</xsl:attribute>
759
                <xsl:attribute name="if">have.sources</xsl:attribute>
759
                <xsl:attribute name="if">have.sources</xsl:attribute>
760
                <j2seproject3:javac/>
760
                <j2seproject3:javac classpath="${{javac.classpath}}"/>
761
                <copy todir="${{build.classes.dir}}">
761
                <copy todir="${{build.classes.dir}}">
762
                    <xsl:call-template name="createFilesets">
762
                    <xsl:call-template name="createFilesets">
763
                        <xsl:with-param name="roots" select="/p:project/p:configuration/j2seproject3:data/j2seproject3:source-roots"/>
763
                        <xsl:with-param name="roots" select="/p:project/p:configuration/j2seproject3:data/j2seproject3:source-roots"/>
Lines 788-793 Link Here
788
                <j2seproject3:force-recompile/>
788
                <j2seproject3:force-recompile/>
789
                <xsl:element name="j2seproject3:javac">
789
                <xsl:element name="j2seproject3:javac">
790
                    <xsl:attribute name="includes">${javac.includes}</xsl:attribute>
790
                    <xsl:attribute name="includes">${javac.includes}</xsl:attribute>
791
                    <xsl:attribute name="classpath">${javac.classpath}</xsl:attribute>
791
                    <xsl:attribute name="excludes"/>
792
                    <xsl:attribute name="excludes"/>
792
                    <xsl:attribute name="sourcepath"> <!-- #115918 -->
793
                    <xsl:attribute name="sourcepath"> <!-- #115918 -->
793
                        <xsl:call-template name="createPath">
794
                        <xsl:call-template name="createPath">

Return to bug 138661