8304503: Modernize debugging jvm args in demo netbeans projects

Reviewed-by: prr
This commit is contained in:
Eirik Bjorsnos 2023-07-10 21:48:03 +00:00 committed by Phil Race
parent 57e7e82fa1
commit 940a4e12d1
14 changed files with 21 additions and 42 deletions

View File

@ -1,6 +1,6 @@
main.dir=${basedir}/../../../jfc/FileChooserDemo
src.dir=${main.dir}/src
src.dir=${main.dir}/
build.dir=build
classes.dir=${build.dir}/classes

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2006, 2023, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@ -41,10 +41,7 @@
</nbjpdastart>
<java classname="${main.class}" failonerror="true" fork="true">
<classpath path="${run.cp}"/>
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=none"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
<jvmarg value="-agentlib:jdwp=transport=dt_socket,server=n,suspend=n,address=${jpda.address}"/>
</java>
</target>

View File

@ -1,6 +1,6 @@
main.dir=${basedir}/../../../jfc/Font2DTest
src.dir=${main.dir}/src
src.dir=${main.dir}/
build.dir=build
classes.dir=${build.dir}/classes

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2006, 2023, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@ -41,10 +41,7 @@
</nbjpdastart>
<java classname="${main.class}" failonerror="true" fork="true">
<classpath path="${run.cp}"/>
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=none"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
<jvmarg value="-agentlib:jdwp=transport=dt_socket,server=n,suspend=n,address=${jpda.address}"/>
</java>
</target>

View File

@ -1,6 +1,6 @@
main.dir=${basedir}/../../../jfc/Metalworks
src.dir=${main.dir}/src
src.dir=${main.dir}/
build.dir=build
classes.dir=${build.dir}/classes

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2006, 2023, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@ -41,10 +41,7 @@
</nbjpdastart>
<java classname="${main.class}" failonerror="true" fork="true">
<classpath path="${run.cp}"/>
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=none"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
<jvmarg value="-agentlib:jdwp=transport=dt_socket,server=n,suspend=n,address=${jpda.address}"/>
</java>
</target>

View File

@ -1,6 +1,6 @@
main.dir=${basedir}/../../../jfc/Notepad
src.dir=${main.dir}/src
src.dir=${main.dir}/
build.dir=build
classes.dir=${build.dir}/classes

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2006, 2023, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@ -41,10 +41,7 @@
</nbjpdastart>
<java classname="${main.class}" failonerror="true" fork="true">
<classpath path="${run.cp}"/>
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=none"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
<jvmarg value="-agentlib:jdwp=transport=dt_socket,server=n,suspend=n,address=${jpda.address}"/>
</java>
</target>

View File

@ -1,6 +1,6 @@
main.dir=${basedir}/../../../jfc/SampleTree
src.dir=${main.dir}/src
src.dir=${main.dir}/
build.dir=build
classes.dir=${build.dir}/classes

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2006, 2023, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@ -41,10 +41,7 @@
</nbjpdastart>
<java classname="${main.class}" failonerror="true" fork="true">
<classpath path="${run.cp}"/>
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=none"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
<jvmarg value="-agentlib:jdwp=transport=dt_socket,server=n,suspend=n,address=${jpda.address}"/>
</java>
</target>

View File

@ -1,6 +1,6 @@
main.dir=${basedir}/../../../jfc/TableExample
src.dir=${main.dir}/src
src.dir=${main.dir}/
build.dir=build
classes.dir=${build.dir}/classes

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2006, 2023, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@ -41,10 +41,7 @@
</nbjpdastart>
<java classname="${main.class}" failonerror="true" fork="true">
<classpath path="${run.cp}"/>
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=none"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
<jvmarg value="-agentlib:jdwp=transport=dt_socket,server=n,suspend=n,address=${jpda.address}"/>
</java>
</target>

View File

@ -1,6 +1,6 @@
main.dir=${basedir}/../../../jfc/TransparentRuler
src.dir=${main.dir}/src
src.dir=${main.dir}/
build.dir=build
classes.dir=${build.dir}/classes

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2011, 2023, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
@ -41,10 +41,7 @@
</nbjpdastart>
<java classname="${main.class}" failonerror="true" fork="true">
<classpath path="${run.cp}"/>
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=none"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
<jvmarg value="-agentlib:jdwp=transport=dt_socket,server=n,suspend=n,address=${jpda.address}"/>
</java>
</target>