Re: downloaded binaries questions

2018-09-23 Thread Matthias Bläsing
Hi Glenn,

Am Sonntag, den 23.09.2018, 13:12 -0500 schrieb Glenn Holmer:
> 1) Where is the format of the external/*-license.txt file documented
> (e.g. ide/db.drivers/external/postgresql-9.4.1209-license.txt)?

There is no formal documentation I'm aware of. If you are interested in
the code, that parses that file, the two classes:

org.netbeans.nbbuild.extlibs.CreateLicenseSummary
org.netbeans.nbbuild.extlibs.VerifyLibsAndLicenses

should hold the answers.

> 2) Do I understand correctly that whether a binary is downloaded from
> Maven or from hg.netbeans.org (Ant property "binaries.server") depends
> on whether the entry in external/binaries-list can be parsed as a Maven
> coordinate by org.netbeans.nbbuild.extlibs.DownloadBinaries.java?

yes, that is correct.

HTH

Matthias

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

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





Re: downloaded binaries questions

2018-09-23 Thread Geertjan Wielenga
Hi Glenn,

1. They're not documented, probably they should be. The way we're doing it
right now is to take a look at how it's done in one module and then apply
it to another module.

2. That's my understanding, yes.

Gj


On Sun, Sep 23, 2018 at 8:12 PM, Glenn Holmer 
wrote:

> Some questions about downloading external binaries at build time:
>
> 1) Where is the format of the external/*-license.txt file documented
> (e.g. ide/db.drivers/external/postgresql-9.4.1209-license.txt)?
>
> 2) Do I understand correctly that whether a binary is downloaded from
> Maven or from hg.netbeans.org (Ant property "binaries.server") depends
> on whether the entry in external/binaries-list can be parsed as a Maven
> coordinate by org.netbeans.nbbuild.extlibs.DownloadBinaries.java?
>
> --
> Glenn Holmer (Linux registered user #16682)
> "After the vintage season came the aftermath -- and Cenbe."
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: downloaded binaries questions

2018-09-23 Thread Peter Nabbefeld

Hi, I've found this, but it's probably outdated:
http://wiki.netbeans.org/DevFaqExternalLibraries

Kind regards
Peter


Am 23.09.18 um 20:12 schrieb Glenn Holmer:

Some questions about downloading external binaries at build time:

1) Where is the format of the external/*-license.txt file documented
(e.g. ide/db.drivers/external/postgresql-9.4.1209-license.txt)?

2) Do I understand correctly that whether a binary is downloaded from
Maven or from hg.netbeans.org (Ant property "binaries.server") depends
on whether the entry in external/binaries-list can be parsed as a Maven
coordinate by org.netbeans.nbbuild.extlibs.DownloadBinaries.java?




-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

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





downloaded binaries questions

2018-09-23 Thread Glenn Holmer
Some questions about downloading external binaries at build time:

1) Where is the format of the external/*-license.txt file documented
(e.g. ide/db.drivers/external/postgresql-9.4.1209-license.txt)?

2) Do I understand correctly that whether a binary is downloaded from
Maven or from hg.netbeans.org (Ant property "binaries.server") depends
on whether the entry in external/binaries-list can be parsed as a Maven
coordinate by org.netbeans.nbbuild.extlibs.DownloadBinaries.java?

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

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