Re: [VOTE] Apache NetBeans Version Number: 2019.03

2019-01-26 Thread Christian Bourque
+1 On Sat, Jan 26, 2019, 12:55 Glenn Holmer On 1/25/19 9:51 PM, Laszlo Kishalmi wrote: > > * [VOTE] Apache NetBeans Version Number: 2019.03 > > +1 > > -- > Glenn Holmer (Linux registered user #16682) > "After the vintage season came the aftermath -- and Cenbe." > >

Re: Apache NetBeans 11 or 11.0 ?

2019-01-24 Thread Christian Bourque
Just so you know, Eclipse stopped using this nomenclature recently! >From now on, it's going to simply be the year and month of release (e.g.: Eclipse IDE 2018-12)! C. On Thu, Jan 24, 2019 at 2:44 PM Kenneth Fogel wrote: > We could use seemingly random words like Eclipse does so that no one

Re: NetBeans Platform 9

2018-11-26 Thread Christian Bourque
etbeansNbmDirectory=nbbuild/nbms > -DnetbeansSourcesDirectory=nbbuild/build/source-zips -Ddetails=true > -DgeneratePom=true -DdeployUrl=http:// > > Hope it helps, > > JMB > > On Wed, Nov 21, 2018 at 8:38 PM Christian Bourque < > christian.bour...@gmail.com> wrote: > > &g

Re: NetBeans Platform 9

2018-11-21 Thread Christian Bourque
Thanks a lot Neil! On Wed, Nov 21, 2018 at 1:45 PM Neil C Smith wrote: > On Wed, 21 Nov 2018 at 18:39, Christian Bourque > wrote: > > I'm looking for the Maven repository that contains the binary artefacts! > > There isn't one currently. Look through the archive here f

Re: NetBeans Platform 9

2018-11-21 Thread Christian Bourque
-netbeans > > And watch these 5 videos by GJ: > > 1) https://youtu.be/VC8gQJknPaU > 2) https://youtu.be/rufG7VE-u9s > 3) https://youtu.be/a1F2FkhZfQM > 4) https://youtu.be/iv4osiFZDP0 > 5) https://youtu.be/UaGdctQWt_4 > > > > > On Wed, Nov 21, 2018 at 10:14 AM C

NetBeans Platform 9

2018-11-21 Thread Christian Bourque
Hi, We develop an application this is based on the NetBeans Platform and I was wondering where we could get updates for the new NetBeans release? We're currently using this Maven repository to get the NetBeans Platform artefacts: http://bits.netbeans.org/maven2/, but it hasn't been updated for

Re: Amazon Corretto

2018-11-14 Thread Christian Bourque
Thanks! On Wed, Nov 14, 2018, 15:08 Kodewerk London Java Community > > > > > On Nov 14, 2018, at 9:50 AM, Christian Bourque < > christian.bour...@gmail.com> wrote: > > > > LJC? > > > > On Wed, Nov 14, 2018 at 12:19 PM Kodewerk wrote: > >

Re: Amazon Corretto

2018-11-14 Thread Christian Bourque
LJC? On Wed, Nov 14, 2018 at 12:19 PM Kodewerk wrote: > The LJC is distributing using different formats. > > — Kirk > > > > On Nov 14, 2018, at 9:01 AM, Lars Bruun-Hansen > wrote: > > > > Not too impressed by Amazon Correto. So far they only provide .msi, .rpm, > > etc, with no .zip/.tgz in

Re: Failing builds

2018-08-23 Thread Christian Bourque
however its not red, which means > everything except the tests are passing: > > https://builds.apache.org/job/incubator-netbeans-linux/ > > Gj > > On Thu, Aug 23, 2018 at 5:47 PM, Christian Bourque < > christian.bour...@gmail.com> wrote: > > > Great news! > >

Re: Failing builds

2018-08-23 Thread Christian Bourque
Great news! Though it seems that not all tests are executed on Jenkins? Like I'm currently working on the NetBeans JGit module (libs.git) and some tests are failing when I run them locally so I would expect them to fail on Jenkins as well! C. On Thu, Aug 23, 2018 at 10:59 AM, Geertjan

Re: Build systems [WAS: Re: [VOTE] Release Apache NetBeans 9.0 RC1 (incubating) rc1]

2018-05-24 Thread Christian Bourque
+1 for Gradle too! It is as flexible as Ant and can use Maven dependencies behind the scene so I guess it would be a natural choice for NetBeans! On the performance side, many improvements have been made like the build cache and the Gradle daemon... C. On Thu, May 24, 2018 at 6:04 PM, William

Re: [IP CLEARANCE] Re-check Apache compatibility with some rare licenses

2018-05-23 Thread Christian Bourque
Hi, >From what I'm reading here: https://www.apache.org/legal/resolved.html#category-a JGit's licence (EDL-1.0) is compatible with the Apache licence... C. On Wed, May 23, 2018 at 12:06 PM, Emilian Bold wrote: > $ cat nbbuild/netbeans/LICENSE | egrep

Re: NetBeans and OSGi bundle/dependencies

2018-05-05 Thread Christian Bourque
>> I found ./extexecution.process/build.xml which does some dependency >> patch and recompile. >> >> Also ./libs.osgi/build.xml >> >> --emi >> >> ‐‐‐ Original Message ‐‐‐ >> >> On 4 May 2018 4:12 AM, Christian Bourque <ch

Re: NetBeans and OSGi bundle/dependencies

2018-05-03 Thread Christian Bourque
cence-wise)! > > > > Christian > > > > [1] > > > > https://dev.eclipse.org/mhonarc/lists/orbit-dev/msg04948.html > > > > On Tue, May 1, 2018 at 5:19 AM, Geertjan Wielenga < > > > > geertjan.wiele...@googlemail.com> wrote: > >

Re: NetBeans and OSGi bundle/dependencies

2018-05-03 Thread Christian Bourque
here > we can do this post-processing. > > --emi > > ‐‐‐ Original Message ‐‐‐ > > On 4 May 2018 2:22 AM, Christian Bourque <christian.bour...@gmail.com> > wrote: > > > IMHO, the logical solution would be to use the Eclipse artefacts directly > > > &g

Re: NetBeans and OSGi bundle/dependencies

2018-05-03 Thread Christian Bourque
; > Thanks, > > Gj > > > On Tue, May 1, 2018 at 2:28 AM, Christian Bourque < > christian.bour...@gmail.com> wrote: > > > Hey guys, > > > > > > A month ago, I submitted a PR [1] to the project regarding the upgrade of > > the NetBeans JG

NetBeans and OSGi bundle/dependencies

2018-04-30 Thread Christian Bourque
Hey guys, A month ago, I submitted a PR [1] to the project regarding the upgrade of the NetBeans JGit library to the latest version to benefit from the latest Git features. During the reviewing process, Emilian Bold raised some concerns about my request regarding the new dependencies required

Re: Sometimes it feels that nobody cares... [WAS: Re: IntelliJ IDEA vs Netbeans]

2018-04-23 Thread Christian Bourque
> > might just be passing through, notice some problems and point them out. > > > > > > I will certainly think more about a review creating a commitment, > > > > > > especially for first-time contributors. > > > > > > Obviously, there's always the option

Re: Sometimes it feels that nobody cares... [WAS: Re: IntelliJ IDEA vs Netbeans]

2018-04-22 Thread Christian Bourque
; > On Mon, Apr 23, 2018 at 12:20 AM, Christian Bourque < > christian.bour...@gmail.com> wrote: > > > Hi Emilian, > > > > Well, as I'm not yet very familiar with the NetBeans development > > intricacies, I thought you were "the" reviewer because whe

Re: Sometimes it feels that nobody cares... [WAS: Re: IntelliJ IDEA vs Netbeans]

2018-04-22 Thread Christian Bourque
I > have multiple contributions that went nowhere, so I totally know the > feeling. I guess for some things you also need good timing... > > --emi > > ‐‐‐ Original Message ‐‐‐ > > On 21 April 2018 1:03 AM, Christian Bourque <christian.bour...@gmail.com> > wrote: > > >

Re: IntelliJ IDEA vs Netbeans

2018-04-20 Thread Christian Bourque
I have to agree with Gili... Sometimes it feels that nobody cares... I created a ticket a month ago about an improvement in the NetBeans Git integration and decided to code it myself. Then I submitted a PR and eventually the reviewing process started. But the reviewer has had many objections

Re: netbeans maven support breaks trying to build JGit source

2018-03-24 Thread Christian Bourque
Hi Gary, I've just sent a PR for the latest version of JGit with NetBeans: https://github.com/apache/incubator-netbeans/pull/465 Some dependencies of NetBeans need to be updated to be able to build the latest JGit version... Christian On Sat, Mar 24, 2018 at 10:28 PM, Gary Bello

Re: The bundle "xxx" could not be resolved. Reason: Missing Constraint: Import-Package...

2018-03-19 Thread Christian Bourque
eate a demo OSGi module with Import-Package and see if it runs > inside NetBeans? Might be a bug. > > --emi > > ‐‐‐ Original Message ‐‐‐ > > On 19 March 2018 2:02 AM, Christian Bourque <christian.bour...@gmail.com> > wrote: > > > After digging some mor

The bundle "xxx" could not be resolved. Reason: Missing Constraint: Import-Package...

2018-03-17 Thread Christian Bourque
Hey guys, Could someone please tell me what could the source of this error (I updated the Eclipse JGit library to the latest version, fixed the code and rebuilt NetBeans but now I get this error when starting it): org.osgi.framework.BundleException: The bundle

Re: NetBeans external binaries and sha1 hash values from Maven Central

2018-03-13 Thread Christian Bourque
> 4ae44a6157e1bc4c5b373be0c274a8f1d9badd76 > > Adding this to a binaries-list: > 4AE44A6157E1BC4C5B373BE0C274A8F1D9BADD76 > org.eclipse.jgit:org.eclipse.jgit:4.11.0.201803080745-r > > Seems to download the file fine, and it checks against the hash. > > Jan > > > On T

Re: NetBeans external binaries and sha1 hash values from Maven Central

2018-03-13 Thread Christian Bourque
eclipse/jgit/org.eclipse > .jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0. > 201803080745-r.jar.sha1 > > [3] > http://central.maven.org/maven2/org/eclipse/jgit/org.eclipse > .jgit/4.11.0.201803080745-r/org.eclipse.jgit-4.11.0. > 201803080745-r.jar.asc.sha1 > > > On 13

Re: NetBeans external binaries and sha1 hash values from Maven Central

2018-03-13 Thread Christian Bourque
C5B373BE0C274A8F1D9BADD76 > is expected instead of: > 4ae44a6157e1bc4c5b373be0c274a8f1d9badd76 > > Jan > > > On Tue, Mar 13, 2018 at 4:35 PM, Christian Bourque < > christian.bour...@gmail.com> wrote: > > > Thanks Jaroslav, I'll have a look at this class and ma

Re: NetBeans external binaries and sha1 hash values from Maven Central

2018-03-13 Thread Christian Bourque
etbeans/blob/ > master/nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ > DownloadBinaries.java#L368 > -jt > > > 2018-03-13 14:44 GMT+01:00 Christian Bourque <christian.bour...@gmail.com > >: > > > Hey guys, > > > > Thanks for your replies! > > >

Re: NetBeans external binaries and sha1 hash values from Maven Central

2018-03-13 Thread Christian Bourque
gt; > Please state: > > - The artifact you are trying to download from Maven Central. > - The "hash value" that NetBeans is expecting (if you've modified the > binaries-list let us know the contents). > > Thanks, > Antonio > > > On 13/03/18 14:44, Christ

Re: NetBeans external binaries and sha1 hash values from Maven Central

2018-03-13 Thread Christian Bourque
ownload the > real version from Maven central. > > -jt > > PS: My experience tells me this is painful, sorry for the hassle. > > > 2018-03-13 1:48 GMT+01:00 Christian Bourque <christian.bour...@gmail.com>: > > > Hi all, > > > > I'm currently tryin

NetBeans external binaries and sha1 hash values from Maven Central

2018-03-12 Thread Christian Bourque
Hi all, I'm currently trying to compile NetBeans 9.0 with a more recent Eclipse JGit library (the one currently bundled with NetBeans is 3 years old!) but I'm having a hard time with the hash (sha1) value that is used by the build system that's downloading the artefact from the Maven Central