Re: Website not publishing

2022-10-24 Thread David Blevins
> On Oct 24, 2022, at 6:27 PM, David Blevins wrote: > >> On Oct 20, 2022, at 4:23 PM, David Blevins wrote: >> >> One thought that I had is that it's kind of a problem that the Jenkins job >> always passes, even if not much occurs > [...] >> >> In terms of checks one that would be critical wou

Re: Website not publishing

2022-10-24 Thread David Blevins
> On Oct 20, 2022, at 4:23 PM, David Blevins wrote: > > One thought that I had is that it's kind of a problem that the Jenkins job > always passes, even if not much occurs [...] > > In terms of checks one that would be critical would be to check to see that > an html file was created for every

Re: Website not publishing

2022-10-24 Thread Richard Zowalla
Hi, We can add checks as suggested in [1] to verify, that the related files exist. That can be implemented easiliy via GitHub actions. If we don't want to script (or generate script code), we could also implement a little Java helper to do the checks (or to generate the checks), i.e. check that

Re: Website not publishing

2022-10-20 Thread David Blevins
> On Oct 20, 2022, at 4:01 PM, Cesar Hernandez wrote: > > I pulled the latest main branch locally and compile it (mvn compile > -Djbake.http=true), but the server doesn't seem to be working. > This PR add basic Github Action so we can validate building on each PR > https://github.com/apache/tomee

Re: Website not publishing

2022-10-20 Thread Cesar Hernandez
I pulled the latest main branch locally and compile it (mvn compile -Djbake.http=true), but the server doesn't seem to be working. This PR add basic Github Action so we can validate building on each PR https://github.com/apache/tomee-site-generator/pull/52 we can add Jenkins pipeline too, but I'm

Re: Website not publishing

2022-10-20 Thread David Blevins
> On Oct 20, 2022, at 8:53 AM, Swell wrote: > > i noticed we clone several times the same repo for several branches, > > there is room for performance improvement, but currently out of my > league/time. > [...] > we receive the object streams slowly ... twice, or more, for the same .git > datab

Re: Website not publishing

2022-10-20 Thread Swell
i noticed we clone several times the same repo for several branches, there is room for performance improvement, but currently out of my league/time. > git clone https://github.com/eclipse/microprofile-config.git Cloning into 'E:\Remote\Github\tomee-site-generator\repos\microprofile-5.0-repos\co

Re: Website not publishing

2022-10-20 Thread Zowalla, Richard
Thanks, Swell! Normal adoc changes (in the generator itself) seem to work, though. Am Donnerstag, dem 20.10.2022 um 17:08 +0200 schrieb Swell: > i tested and had a > > Pull Failed. Source{name='tomee-8.0', scmUrl=' > https://github.com/apache/tomee.git', branch='tomee-8.x'} >   > git pull > org.

Re: Website not publishing

2022-10-20 Thread Swell
i tested and had a Pull Failed. Source{name='tomee-8.0', scmUrl=' https://github.com/apache/tomee.git', branch='tomee-8.x'} > git pull org.eclipse.jgit.api.errors.CheckoutConflictException: Checkout conflict with files: docs/comparison.adoc i'll update to do a reset hard on remote instead of pu

Re: Website not publishing

2022-10-20 Thread Zowalla, Richard
Might be related to "master" -> "main" switch a while back. I added a commit, I had already made in my local repository after preparing release notes. Don't know, if this solves the issue but could be a thing to look at. Am Donnerstag, dem 20.10.2022 um 16:53 +0200 schrieb Swell: > looked and not

Re: Website not publishing

2022-10-20 Thread Swell
looked and noticed adoc from only tomee 8.x branch, generated html looking further. -- Swell On Thu, 20 Oct 2022 at 16:30, David Blevins wrote: > I looked into this about two weeks back for a couple hours but didn't > really find the cause. > > Basically our Jenkins job that builds and publish

Website not publishing

2022-10-20 Thread David Blevins
I looked into this about two weeks back for a couple hours but didn't really find the cause. Basically our Jenkins job that builds and publishes the site is running, but only javadoc is getting produced and not any adoc -> html: - https://ci-builds.apache.org/job/Tomee/job/site-publish/ I ran