Re: Adding build-javadoc to incubator-netbeans-linux jenkins?

2018-12-10 Thread Antonio
Hi all, So I did this experiment by adding an additional line to the list of ant tasks like so: build-javadoc -Djavadoc.web.root=http://bits.netbeans.org/dev/javadoc/ -Dbuildnumber=latest (I set the build number to "latest" so the generated javadoc zip has a known URL). And the build (#9

Re: Third-donation: Tutorials

2018-12-10 Thread Antonio
Hi all, I've converted the trails and added some basic syntax highlighting. Trails have been transformed from original tables to a set of links. Examples: CND Trail https://github.com/vieiro/incubator-netbeans-website/blob/feature/third-donation-tutorials/netbeans.apache.org/src/content/kb/do

Re: An Apache Netbeans Day in Karlsruhe?

2018-12-10 Thread Geertjan Wielenga
Count me in! :-) Gj On Mon, Dec 10, 2018 at 5:37 PM mark stephens wrote: > Hi Oliver, > > I have organised 3 NetBeans UK days. Happy to help with ideas, etc and > might be able to speak depending on days. > > Top advice is to keep it simple and have a clear plan…. > > Kind Regards, > > MArk > >

Re: An Apache Netbeans Day in Karlsruhe?

2018-12-10 Thread mark stephens
Hi Oliver, I have organised 3 NetBeans UK days. Happy to help with ideas, etc and might be able to speak depending on days. Top advice is to keep it simple and have a clear plan…. Kind Regards, MArk > On 10 Dec 2018, at 14:06, Oliver Rettig wrote: > > Hi, > > I am thinking about to organiz

An Apache Netbeans Day in Karlsruhe?

2018-12-10 Thread Oliver Rettig
Hi, I am thinking about to organize an "Apache Netbeans Day" at Cooperative State University Karlsruhe, where I am working for the next year 2019. https://www.karlsruhe.dhbw.de/rahmlab/uebersicht.html I have found https://cwiki.apache.org/confluence/display/NETBEANS/NetBeans+Events I am coach

Re: Adding build-javadoc to incubator-netbeans-linux jenkins?

2018-12-10 Thread Geertjan Wielenga
Excellent. Let's see what happens, how much time, etc. Thanks, Gj On Mon, Dec 10, 2018 at 12:40 PM Antonio wrote: > I agree. I don't think this can be made optional. We want to deliver the > javadocs whenever a merge is performed against master, right? > > Building javadoc in my box takes abo

Re: Adding build-javadoc to incubator-netbeans-linux jenkins?

2018-12-10 Thread Antonio
I agree. I don't think this can be made optional. We want to deliver the javadocs whenever a merge is performed against master, right? Building javadoc in my box takes about 30 minutes, but this is so because you need to build the IDE before generating the javadocs (that's why I thought it wou

Re: Adding build-javadoc to incubator-netbeans-linux jenkins?

2018-12-10 Thread Neil C Smith
On Mon, 10 Dec 2018, 11:00 Geertjan Wielenga Sounds great. Does that add a lot of time to the build, could it be run > optionally i.e., not part of the standard automated run, assuming it takes > a long time? > I'm not sure optional is an option given the plan for using this. Be good to keep an e

Re: Adding build-javadoc to incubator-netbeans-linux jenkins?

2018-12-10 Thread Geertjan Wielenga
Sounds great. Does that add a lot of time to the build, could it be run optionally i.e., not part of the standard automated run, assuming it takes a long time? Gj On Mon, Dec 10, 2018 at 11:22 AM Antonio wrote: > Hi all, > > In order to have the javadoc.zip file built, may I add an additional

Adding build-javadoc to incubator-netbeans-linux jenkins?

2018-12-10 Thread Antonio
Hi all, In order to have the javadoc.zip file built, may I add an additional "build-javadoc" step in our incubator-netbeans-linux jenkins job [1]? Does anybody see any problem with that? Thanks, Antonio [1] https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-linux/configu