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

(-)j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/resources/build-impl.xsl (-3 / +4 lines)
Lines 656-662 Link Here
656
                                <jvmarg value="-Xdebug"/>
656
                                <jvmarg value="-Xdebug"/>
657
                                <jvmarg value="-Xnoagent"/>
657
                                <jvmarg value="-Xnoagent"/>
658
                                <jvmarg value="-Djava.compiler=none"/>
658
                                <jvmarg value="-Djava.compiler=none"/>
659
                                <jvmarg value="-Xrunjdwp:transport=${{jpda.transport}},server=y,address=${{jpda.address}},suspend=y"/>
659
                                <jvmarg value="-Xrunjdwp:transport=${{jpda.transport}},server=y,address=${{jpda.address.appclient}},suspend=y"/>
660
                                <jvmarg line="${{j2ee.appclient.jvmoptions.param}}"/>
660
                                <jvmarg line="${{j2ee.appclient.jvmoptions.param}}"/>
661
                                <arg line="@{{args}}"/>
661
                                <arg line="@{{args}}"/>
662
                                <classpath>
662
                                <classpath>
Lines 669-675 Link Here
669
                                </syspropertyset>
669
                                </syspropertyset>
670
                                <customize/>
670
                                <customize/>
671
                            </java>
671
                            </java>
672
                            <nbjpdaconnect name="${{name}}" host="${{jpda.host}}" address="${{jpda.address}}" transport="${{jpda.transport}}">
672
                            <nbjpdaconnect name="${{name}}" host="${{jpda.host}}" address="${{jpda.address.appclient}}" transport="${{jpda.transport}}">
673
                                <classpath>
673
                                <classpath>
674
                                    <path path="${{j2ee.platform.classpath}}:${{j2ee.appclient.tool.runtime}}"/>
674
                                    <path path="${{j2ee.platform.classpath}}:${{j2ee.appclient.tool.runtime}}"/>
675
                                    <path path="@{{classpath}}"/>
675
                                    <path path="@{{classpath}}"/>
Lines 678-687 Link Here
678
                                    <path path="${{src.dir}}"/>
678
                                    <path path="${{src.dir}}"/>
679
                                </sourcepath>
679
                                </sourcepath>
680
                            </nbjpdaconnect>
680
                            </nbjpdaconnect>
681
                            <antcall target="connect-debugger"/>
681
                        </parallel>
682
                        </parallel>
682
                    </sequential>
683
                    </sequential>
683
                </macrodef>
684
                </macrodef>
684
            <nbdeploy debugmode="false" clientUrlPart="${{client.urlPart}}" clientModuleUri="${{client.module.uri}}"/>
685
            <nbdeploy debugmode="true" clientUrlPart="${{client.urlPart}}" clientModuleUri="${{client.module.uri}}"/>
685
            <antcall target="debug-${{app.client}}"/>
686
            <antcall target="debug-${{app.client}}"/>
686
        </target>
687
        </target>
687
        <xsl:variable name="references" select="/p:project/p:configuration/projdeps:references"/>
688
        <xsl:variable name="references" select="/p:project/p:configuration/projdeps:references"/>

Return to bug 83057