This is an automated email from the ASF dual-hosted git repository.
jlahoda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from fde3832a6b Merge pull request #7413 from jhorvath/cloudassets
add 3eae6efe10 Support for relative paths in the source file launcher's
paths; automatic expanding of modular paths; support for @argfiles.
add 09ef0e3eff Merge pull request #7382 from
lahodaj/relative-paths-source-file-launcher
No new revisions were added by this update.
Summary of changes:
java/api.java/apichanges.xml | 15 ++
java/api.java/manifest.mf | 2 +-
.../CompilerOptionsQueryImplementation.java | 55 ++++-
.../CompilerOptionsQueryImplementationTest.java | 60 +++++
.../launcher/AttributeBasedSingleFileOptions.java | 6 +
.../java/file/launcher/SingleSourceFileUtil.java | 87 ++++++-
.../java/file/launcher/actions/LaunchProcess.java | 8 +-
.../java/file/launcher/api/SourceLauncher.java | 2 +-
.../queries/LauncherSourceLevelQueryImpl.java | 10 +-
.../launcher/queries/MultiSourceRootProvider.java | 120 ++++++++--
.../queries/SingleSourceCompilerOptQueryImpl.java | 46 +---
.../spi/SingleFileOptionsQueryImplementation.java | 5 +
.../queries/MultiSourceRootProviderTest.java | 256 ++++++++++++++++++++-
.../modules/java/lsp/server/protocol/Server.java | 1 +
.../java/lsp/server/protocol/Workspace.java} | 18 +-
.../lsp/server/protocol/WorkspaceServiceImpl.java | 15 +-
.../SingleFileOptionsQueryImpl.java | 161 +++++++++----
.../SingleFileOptionsQueryImplTest.java | 169 ++++++++++++++
java/java.lsp.server/vscode/src/extension.ts | 3 +-
.../modules/java/source/indexing/APTUtils.java | 6 +-
20 files changed, 907 insertions(+), 138 deletions(-)
create mode 100644
java/api.java/test/unit/src/org/netbeans/spi/java/queries/CompilerOptionsQueryImplementationTest.java
copy
java/{java.file.launcher/src/org/netbeans/modules/java/file/launcher/spi/SingleFileOptionsQueryImplementation.java
=>
java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/Workspace.java}
(68%)
create mode 100644
java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/singlesourcefile/SingleFileOptionsQueryImplTest.java
---------------------------------------------------------------------
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