This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from cc9cb19ca8 Merge pull request #6933 from
neilcsmith-net/native-launcher-1-94a19f0
new 7e428817e0 JShell: Drop libs.jshell.compile and limit use of binary
jshell-9.jar to lib.jshell.agent
new 27f4b55486 JShell: Improve error reporting when target VM fails to
start
new 3f36888fd8 JShell: Fix detection of modular project
new 3fd74a5888 Reenable jshell.support test integration into github-actions
new 7349b967ad Merge pull request #6905 from
matthiasblaesing/jshell_classpath
The 9615 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/main.yml | 4 +-
.../nbcode/nbproject/platform.properties | 1 -
java/jshell.support/nbproject/project.properties | 5 +-
java/jshell.support/nbproject/project.xml | 12 +-
.../modules/jshell/editor/CompletionFilter.java | 55 +-
.../modules/jshell/project/ShellProjectUtils.java | 11 +-
.../modules/jshell/support/ShellSession.java | 56 +-
.../netbeans/modules/jshell/tool/JShellTool.java | 176 +++-
.../netbeans/modules/jshell/tool/l10n.properties | 1 +
.../modules/jshell/support/ContentParserTest.java | 4 +-
java/lib.jshell.agent/build.xml | 15 +-
.../external/binaries-list | 0
.../external/jshell-9-license.txt | 0
java/lib.jshell.agent/nbproject/project.properties | 2 +-
java/lib.jshell.agent/nbproject/project.xml | 5 -
java/libs.jshell.compile/arch.xml | 1025 --------------------
java/libs.jshell.compile/build.xml | 24 -
java/libs.jshell.compile/manifest.mf | 6 -
.../nbproject/org-netbeans-libs-jshell-compile.sig | 646 ------------
.../nbproject/project.properties | 29 -
java/libs.jshell.compile/nbproject/project.xml | 52 -
.../src/org/netbeans/libs/jshell/Bundle.properties | 31 -
nbbuild/cluster.properties | 1 -
nbbuild/jms-config/tools.flags | 1 +
24 files changed, 253 insertions(+), 1909 deletions(-)
rename java/{libs.jshell.compile => lib.jshell.agent}/external/binaries-list
(100%)
rename java/{libs.jshell.compile =>
lib.jshell.agent}/external/jshell-9-license.txt (100%)
delete mode 100644 java/libs.jshell.compile/arch.xml
delete mode 100644 java/libs.jshell.compile/build.xml
delete mode 100644 java/libs.jshell.compile/manifest.mf
delete mode 100644
java/libs.jshell.compile/nbproject/org-netbeans-libs-jshell-compile.sig
delete mode 100644 java/libs.jshell.compile/nbproject/project.properties
delete mode 100644 java/libs.jshell.compile/nbproject/project.xml
delete mode 100644
java/libs.jshell.compile/src/org/netbeans/libs/jshell/Bundle.properties
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists