vieiro commented on PR #9242:
URL: https://github.com/apache/netbeans/pull/9242#issuecomment-3992746684

   > @vieiro thanks for the update. I integrated the released version into my 
experimental rust-analyser branch (bumping from my personal toml-java build). 
The update branch can be found here:
   > 
   > The branch can be found here: 
https://github.com/matthiasblaesing/netbeans/tree/rust-analyser
   > 
   > The commit integrating the updated toml-java is here: 
[3a8d890](https://github.com/apache/netbeans/commit/3a8d89091fb3acbba5b657fc88d4bf46b915a0f6)
   > 
   > In addition to updating the binary it also bumps the major version of the 
module as the API was broken (see required sigfile update).
   > 
   > To expand the info from @mbien: The `binaries-list` file only causes an 
external file to be downloaded for the built. It does describe what happens 
with it. For example the downloaded file could be a built-time only dependency 
(compiler, reference jars, ...). The bundling process then also has multiple 
levels: the downloaded file could be just bundled (that is the entry in the 
`project.properties`) or it can also be pulled onto the classpath of the module 
(that is the change in the `project.xml` and if it is pulled onto the 
classpath, it can also be expose and API and that might be exported. Exported 
API is subject to change/compatibility tracking manifesting in the signature 
files and the versions of the module.
   
   Thanks @matthiasblaesing . 
   It took me a while to remember everything and  find out the `ant 
gen-sigtest` target. I hope this last commit makes the testing pass.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
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

Reply via email to