You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "matthiasblaesing (via GitHub)" <gi...@apache.org> on 2023/04/27 17:13:35 UTC

[GitHub] [netbeans] matthiasblaesing commented on pull request #5893: small move to a more explicit "protocol" for libraries

matthiasblaesing commented on PR #5893:
URL: https://github.com/apache/netbeans/pull/5893#issuecomment-1526053981

   I'll look into this later, but at this point in time, you can trivially use an URL in binaries-list. We support three different sources:
   
   - download from osuosl (simple name entry)
   - download from maven central (groupid, artifactid, version, type seperated by colon)
   - download with a full url (URL + local filename)
   
   The final case was added because the gradle zip is not available from central: https://github.com/apache/netbeans/blob/690b4271020b307ec3a4bcb056230f7a01a955ae/extide/gradle/external/binaries-list#L18
   
   This was already successfully tested when I updated the httpparser for example. I pushed the new http parser binary to my private server and then let github action download it from there.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists