8304503: Modernize debugging jvm args in demo netbeans projects
Reviewed-by: prr
This commit is contained in:
parent
57e7e82fa1
commit
940a4e12d1
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user