Re: Ivy website - fixing a Quickstart documentation live

2017-06-02 Thread J Pai
I just realized that attachments aren’t delivered to the mailing list. So here’s the gist link to the patch https://gist.github.com/jaikiran/992e642410afb5683e461d1bd6e01503 which I was talking about in my mail. -Jaikiran On 26-May-2017, at 12:36 PM, J Pai wrote: So I got this site generatio

Re: Ivy website - fixing a Quickstart documentation live

2017-05-28 Thread Gintautas Grigelionis
Of course... here is the Ant task. Love this commit - speaking about timing :-) Gintas 2017-05-26 18:01 GMT+02:00 Nicolas Lalevée : > There are some A

Re: Ivy website - fixing a Quickstart documentation live

2017-05-26 Thread Nicolas Lalevée
There are some Ant task for asciidoctor, and it is used in the branch where there is the experiment about migrating from xooki to asciidoc: https://github.com/apache/ant-ivy/blob/xooki2asciidoc/build-release.xml#L168

Re: Ivy website - fixing a Quickstart documentation live

2017-05-26 Thread Gintautas Grigelionis
Thanks for heads up: asciidoctorj , then :-) There are no Ant tasks, but maybe a javascript wrapper would do? Gintas 2017-05-26 17:26 GMT+02:00 Matt Sicker : > Can't you run the original Ruby asciidoc parser via JRuby, too? > > On 26 May 2017 at 02:06

Re: Ivy website - fixing a Quickstart documentation live

2017-05-26 Thread Matt Sicker
Can't you run the original Ruby asciidoc parser via JRuby, too? On 26 May 2017 at 02:06, J Pai wrote: > So I got this site generation working locally (had to fix a xooki script > to make it work with Nashorn. The attached patch includes the fix). > > At this point, I need help to commit the newl

Re: Ivy website - fixing a Quickstart documentation live

2017-05-26 Thread J Pai
So I got this site generation working locally (had to fix a xooki script to make it work with Nashorn. The attached patch includes the fix). At this point, I need help to commit the newly generated doc fixes to the SVN. I’ve attached a patch file for it and will explain what it is doing. The c

Re: Ivy website - fixing a Quickstart documentation live

2017-05-25 Thread Gintautas Grigelionis
asciidocs on Jython FTW :-) Gintas 2017-05-26 7:09 GMT+02:00 J Pai : > Thanks everyone for the inputs. > > I’m trying to get a proper build going locally for the site generation > (and running into issues). Once I get a proper build and the fixes to the > issues noted in that JIRA, I’ll send out

Re: Ivy website - fixing a Quickstart documentation live

2017-05-25 Thread J Pai
Thanks everyone for the inputs. I’m trying to get a proper build going locally for the site generation (and running into issues). Once I get a proper build and the fixes to the issues noted in that JIRA, I’ll send out an update. Hopefully soon. -Jaikiran On 25-May-2017, at 5:26 PM, Nicolas Lale

Re: Ivy website - fixing a Quickstart documentation live

2017-05-25 Thread J Pai
On 25-May-2017, at 5:26 PM, Nicolas Lalevée wrote: > By the way, the Ivy documentation is managed by an hand crafted html editor, > xooki, just is good but quite slow. I did some work some time ago (2 years > ago, time flies!) to try to migrate to asciidoc [2]. I can even see that > locally

Re: Ivy website - fixing a Quickstart documentation live

2017-05-25 Thread Nicolas Lalevée
The entire Ant site is in svn: https://svn.apache.org/repos/asf/ant/site There is a Readme.txt explaining a little bit stuff, but seems outdated since the migration to git. For Ivy and IvyDE, part of the site is built from the source for the projects. It used to be managed via svn:externals. Now

Re: Ivy website - fixing a Quickstart documentation live

2017-05-25 Thread Gintautas Grigelionis
By the way... we'll need ant-ivy-site-styles , too :-) Gintas

Re: Ivy website - fixing a Quickstart documentation live

2017-05-25 Thread Gintautas Grigelionis
[mailto:g.grigelio...@gmail.com] > > Gesendet: Donnerstag, 25. Mai 2017 06:29 > > An: Ant Developers List > > Betreff: Re: Ivy website - fixing a Quickstart documentation live > > > > Is the documentation still in SVN? IVY-1542 is about site/sources/style > > which is

Re: Ivy website - fixing a Quickstart documentation live

2017-05-24 Thread Gintautas Grigelionis
Is the documentation still in SVN? IVY-1542 is about site/sources/style which is shared by Ivy and IvyDE. Are there any plans about migrating this to Git and separating the source repo from publication repo? Gintas 2017-05-25 6:12 GMT+02:00 J Pai : > What would be the process of having the live