Use asciidoctor-fopdf with gradle already installed

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Use asciidoctor-fopdf with gradle already installed

mgreau
Hi,

First of all, thanks for this project, Asciidoctor is awesome :)

I want to use asciidoctor-fopdf but I'm behind a firewall so I have an error when gradle wrapper want to download the gradle-1.7-bin.zip. But the fact is that gradle is already installed in my laptop.
GRADLE_HOME is ok and I add GRADLE_HOME/bin to my PATH environment variable

So, how to tell to asciidoctor-fopdf to not download gradle and just use the one which is installed ?

Thanks
Regards.

* Environment properties:
- asciidoctor 1.4.rc.1
- Windows 7
- cygwin
- gradle 1.7
mgreau.com/posts => HubPress Blog :)
Reply | Threaded
Open this post in threaded view
|

Re: Use asciidoctor-fopdf with gradle already installed

mojavelinux
Administrator

Maxime,

Welcome! I'm excited to hear you're enjoying Asciidoctor.

This is a very good question. fopdf could certainly take advantage of an existing Gradle install.

Would you be willing to file an issue in the repository's issue tracker on GitHub. That way you can track it and we can credit you for raising the issue.

Thanks!

-Dan

Btw, in the meantime, just edit the fopdf shell script. Cmment out the the lines that run the gradle bootstrap and remove ./ from the start of the gradle command.

On Aug 29, 2013 7:35 AM, "Maxime Gréau [via Asciidoctor :: Discussion]" <[hidden email]> wrote:
Hi,

First of all, thanks for this project, Asciidoctor is awesome :)

I want to use asciidoctor-fopdf but I'm behind a firewall so I have trouble when gradle wrapper want to download the gradle-1.7-bin.zip. But the fact is that gradle is already installed in my laptop.
GRADLE_HOME is ok and I add GRADLE_HOME/bin to my PATH environment variable

So, how to tell to foppdf to not download gradle and just use the one which is installed ?

Thanks
Regards.

* Environment properties:
- asciidoctor 1.4.rc.1
- Windows 7
- cygwin
- gradle 1.7


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Use-asciidoctor-fopdf-with-gradle-already-installed-tp533.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: Use asciidoctor-fopdf with gradle already installed

mgreau
Thanks for your response :)

I have filed an issue on Github https://github.com/mojavelinux/asciidoctor-fopdf/issues/4
mgreau.com/posts => HubPress Blog :)