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

2018-12-17 Thread Antonio
Hi, I think it's the order of the "-D" stuff, that must precede the "build-javadoc" target. I've built a custom job for this, that seems to be working correctly https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-javadoc/ Next stop: publish it to netbeans-vm.apache.org

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

2018-12-16 Thread Jaroslav Tulach
Dne pondělí 10. prosince 2018 22:08:53 CET, Antonio napsal(a): > 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

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