thinkingrock-gtd / tr-pc

ThinkingRock for Personal Computers. Built on the Netbeans Platform.
https://trgtd.com.au
GNU General Public License v3.0
17 stars 13 forks source link

chore: just recipe to run TR application directly from sources #140

Closed ursjoss closed 2 months ago

ursjoss commented 6 months ago

Easier to test after merge of #138.

RadekCap commented 2 months ago
[exec] -------------------------------------------------------------------------------
     [exec] Warning - could not install some modules:
     [exec]     org.netbeans.modules.lexer.antlr4 - The module named org.netbeans.modules.lexer/2 was needed and not found.
     [exec]     org.netbeans.modules.languages.hcl - The module named org.netbeans.modules.editor/3 was needed and not found.
     [exec]     org.netbeans.modules.languages.hcl - The module named org.netbeans.modules.parsing.api/1 was needed and not found.
     [exec]     org.netbeans.modules.languages.hcl - The module named org.netbeans.modules.editor.indent.support was needed and not found.
     [exec]     org.netbeans.modules.languages.hcl - The module named org.netbeans.modules.csl.types/1 was needed and not found.
     [exec]     org.netbeans.modules.languages.hcl - The module named org.netbeans.modules.editor.fold/1 was needed and not found.
     [exec]     org.netbeans.modules.languages.hcl - The module org.netbeans.modules.lexer.antlr4 would also need to be installed.
     [exec]     org.netbeans.modules.languages.hcl - The module named org.netbeans.libs.json_simple/1 was needed and not found.
     [exec]     org.netbeans.modules.languages.hcl - The module named org.netbeans.modules.csl.api/2 was needed and not found.
     [exec]     org.netbeans.modules.languages.hcl - The module named org.netbeans.modules.refactoring.api was needed and not found.
     [exec]     org.netbeans.modules.languages.hcl - The module named org.netbeans.modules.editor.completion/1 was needed and not found.
     [exec]     org.netbeans.modules.languages.hcl - The module named org.netbeans.modules.editor.lib2/1 was needed and not found.
     [exec]     org.netbeans.modules.languages.hcl - The module named org.netbeans.modules.editor.document was needed and not found.
     [exec]     org.netbeans.modules.languages.hcl - The module named org.netbeans.modules.editor.indent/2 was needed and not found.
     [exec]     org.netbeans.modules.languages.hcl - The module named org.netbeans.modules.lexer/2 was needed and not found.
     [exec]     org.netbeans.modules.languages.go - The module named org.netbeans.modules.parsing.api/1 was needed and not found.
     [exec]     org.netbeans.modules.languages.go - The module named org.netbeans.modules.csl.types/1 was needed and not found.
     [exec]     org.netbeans.modules.languages.go - The module named org.netbeans.modules.csl.api/2 was needed and not found.
     [exec]     org.netbeans.modules.languages.go - The module named org.netbeans.modules.go.lang was needed and not found.
     [exec]     org.netbeans.modules.languages.go - The module org.netbeans.modules.lexer.antlr4 would also need to be installed.
     [exec]     org.netbeans.modules.languages.go - The module named org.netbeans.modules.lexer/2 was needed and not found.

just run is working properly but this warning is propagated into UI in this way:

image

Is this correct?

ursjoss commented 2 months ago

@RadekCap We don't want this, thanks for reporting it. However, I assume this effect is rather from the previous PR than from this one, as this only adds the just recipe.

But since it's been a while: I suggest we merge this too and resolve the module issues in the context of bumping netbeans to the current version 22. See #146.