Re: Literals in Velocity Templates

2020-08-20 Thread Ralph Goers
I’m in the process of doing that now. Ralph > On Aug 20, 2020, at 9:15 AM, Carter Kozak wrote: > > Perhaps we could backport the documentation conversion? I've found it > difficult to backport documentation changes as well. > > -ck > > On Thu, Aug 20, 2020, at 12:00, Ralph Goers wrote: >> Th

Re: Literals in Velocity Templates

2020-08-20 Thread Carter Kozak
Perhaps we could backport the documentation conversion? I've found it difficult to backport documentation changes as well. -ck On Thu, Aug 20, 2020, at 12:00, Ralph Goers wrote: > That is almost true. The site plugin configuration in master was modified in > master to support asciidoc. It is ea

Re: Literals in Velocity Templates

2020-08-20 Thread Ralph Goers
That is almost true. The site plugin configuration in master was modified in master to support asciidoc. It is easy enough to add it to release-2.x. Ralph > On Aug 20, 2020, at 7:49 AM, Matt Sicker wrote: > > I don't think you need to convert the format. The maven site plugin > supports multip

Re: Literals in Velocity Templates

2020-08-20 Thread Matt Sicker
I don't think you need to convert the format. The maven site plugin supports multiple formats (we use multiple) for generating the site. As for translations, I used pandoc a while back to do the initial conversion from xdoc to asciidoc, but the rest was done by hand. On Thu, 20 Aug 2020 at 09:09,

Re: Literals in Velocity Templates

2020-08-20 Thread Volkan Yazıcı
Dang it! Really? I have just finished the translation, ~15 minutes ago, after spending the whole day. So where/how shall I place the AsciiDoc file? Will it be processed auto-magically? Do I need to push certain knobs? On Thu, Aug 20, 2020 at 4:03 PM Apache wrote: > Don’t convert whole files. You

JsonTemplateLayout package renaming

2020-08-20 Thread Volkan Yazıcı
Hello, Good news everyone! JTL has landed on release-2.x! (I have also added GitHub Actions support for release-2.x branch, though it is failing right now, I will check it momentarily.) What I want to ask is... Shall I rename the package from `o.a.l.l.layout.json.template` to `o.a.l.l.layout.templ

Re: Literals in Velocity Templates

2020-08-20 Thread Apache
Don’t convert whole files. You only need to convert where there is an existing document that is xdoc that needs to be updated. Ralph > On Aug 19, 2020, at 11:53 PM, Volkan Yazıcı wrote: > > Hello, > > I have started cherry-picking JsonTemplateLayout from master into > release-2.x. There I wa