Re: [roller] branch master updated: Switch to AsciiDoc version of install guide in standard release bundle.

2020-03-15 Thread Swapnil M Mane
Sure, thank you Dave for your response.

- Best regards,
Swapnil M Mane,
www.apache.org

On Sun, Mar 15, 2020 at 8:13 PM Dave  wrote:
>
> Sorry for the late reply.
>
> I can't remember if there was a reason that I moved them from 'docs' to
> 'docs/adoc'.
>
> I think 'docs' is better.
>
> Dave
>
>
> On Sun, Mar 15, 2020 at 3:39 AM Swapnil M Mane 
> wrote:
>
> > Hello Dave,
> > Hope are doing well.
> > Any update on this.
> >
> >
> > Best regards,
> > Swapnil M Mane,
> > www.apache.org
> >
> > On Mon, Mar 2, 2020 at 10:51 AM Swapnil M Mane 
> > wrote:
> > >
> > > Hello Dave,
> > >
> > > While working on the translation of 'Template Guide' document from ODT
> > > to AsciiDoc.
> > > I found, here we have moved roller-install-guide.adoc from 'docs' to
> > > 'docs/adoc'.
> > >
> > > Just need your kind thoughts on finalizing the file location of these
> > > files in the master branch,
> > > should we keep the AsciiDoc file at 'docs' directory or at 'docs/adoc'
> > > directory.
> > >
> > >
> > > Best regards,
> > > Swapnil M Mane,
> > > www.apache.org
> > >
> > > On Mon, Dec 2, 2019 at 4:57 AM  wrote:
> > > >
> > > > This is an automated email from the ASF dual-hosted git repository.
> > > >
> > > > snoopdave pushed a commit to branch master
> > > > in repository https://gitbox.apache.org/repos/asf/roller.git
> > > >
> > > >
> > > > The following commit(s) were added to refs/heads/master by this push:
> > > >  new 8cb3da1  Switch to AsciiDoc version of install guide in
> > standard release bundle.
> > > > 8cb3da1 is described below
> > > >
> > > > commit 8cb3da13831485886d9905fee45ddb5d89e680a6
> > > > Author: David M. Johnson 
> > > > AuthorDate: Sun Dec 1 18:27:03 2019 -0500
> > > >
> > > > Switch to AsciiDoc version of install guide in standard release
> > bundle.
> > > > ---
> > > >  assembly-release/pom.xml| 48
> > +
> > > >  assembly-release/src/main/assembly/standard.xml | 14 +---
> > > >  docs/{ => adoc}/roller-install-guide.adoc   |  0
> > > >  3 files changed, 49 insertions(+), 13 deletions(-)
> > > >
> > > > diff --git a/assembly-release/pom.xml b/assembly-release/pom.xml
> > > > index 98fc5fc..d91550d 100644
> > > > --- a/assembly-release/pom.xml
> > > > +++ b/assembly-release/pom.xml
> > > > @@ -32,12 +32,20 @@
> > > >  Roller Release Assembly
> > > >  Assembles Roller into a distribution
> > package
> > > >
> > > > +
> > > > +
> > 2.0.0-RC.1
> > > > +
> > 1.5.0-beta.6
> > > > +2.1.0
> > > > +9.2.8.0
> > > > +
> > > > +
> > > >  
> > > >  
> > > >  
> > > > +
> > > >  
> > > >  org.apache.maven.plugins
> > > >  maven-assembly-plugin
> > > > @@ -58,6 +66,46 @@
> > > >  
> > > >  
> > > >  
> > > > +
> > > > +
> > > > +org.asciidoctor
> > > > +asciidoctor-maven-plugin
> > > > +${asciidoctor.maven.plugin.version}
> > > > +
> > > > +
> > > > +org.asciidoctor
> > > > +asciidoctorj-pdf
> > > > +${asciidoctorj.pdf.version}
> > > > +
> > > > +
> > > > +
> > > > +../docs/adoc
> > > > +
> > > > +
> > ${project.build.sourceDirectory}
> > > > +
> > > > +
> > > > +
> > > > +
> > > > +generate-pdf-doc
> > > > +generate-resources
> > > > +
> > > > +process-asciidoc
> > > > +
> > > > +
> > > > +pdf
> > > > +
> > coderay
> > > > +
> > > > +font
> > > > +
> > > > +
> > > > +
> > > > +-
> > > > +
> > > > +
> > > > +
> > > > +
> > > > +
> > > > +
> > > >  
> > > >  
> > > >
> > > > diff --git a/assembly-release/src/main/assembly/standard.xml
> > b/assembly-release/src/main/assembly/standard.xml
> > > > index e206cfe..8bb2fab 100644
> > > > --- a/assembly-release/src/main/assembly/standard.xml
> > > > +++ b/assembly-release/src/main/assembly/standard.xml
> > > > @@ -44,19 +44,7 @@
> > > >
> > ${artifact.artifactId}-${artifact.version}
> > > >  
> > > >  
> > > > -../docs/roller-install-guide.odt
> > > > -
> > ${artifact.artifactId}-${artifact.version}/docs
> > > > -
> > > > -
> > > > -../docs/roller-template-guide.odt
> > > > -
> > 

Re: [roller] branch master updated: Switch to AsciiDoc version of install guide in standard release bundle.

2020-03-15 Thread Dave
Sorry for the late reply.

I can't remember if there was a reason that I moved them from 'docs' to
'docs/adoc'.

I think 'docs' is better.

Dave


On Sun, Mar 15, 2020 at 3:39 AM Swapnil M Mane 
wrote:

> Hello Dave,
> Hope are doing well.
> Any update on this.
>
>
> Best regards,
> Swapnil M Mane,
> www.apache.org
>
> On Mon, Mar 2, 2020 at 10:51 AM Swapnil M Mane 
> wrote:
> >
> > Hello Dave,
> >
> > While working on the translation of 'Template Guide' document from ODT
> > to AsciiDoc.
> > I found, here we have moved roller-install-guide.adoc from 'docs' to
> > 'docs/adoc'.
> >
> > Just need your kind thoughts on finalizing the file location of these
> > files in the master branch,
> > should we keep the AsciiDoc file at 'docs' directory or at 'docs/adoc'
> > directory.
> >
> >
> > Best regards,
> > Swapnil M Mane,
> > www.apache.org
> >
> > On Mon, Dec 2, 2019 at 4:57 AM  wrote:
> > >
> > > This is an automated email from the ASF dual-hosted git repository.
> > >
> > > snoopdave pushed a commit to branch master
> > > in repository https://gitbox.apache.org/repos/asf/roller.git
> > >
> > >
> > > The following commit(s) were added to refs/heads/master by this push:
> > >  new 8cb3da1  Switch to AsciiDoc version of install guide in
> standard release bundle.
> > > 8cb3da1 is described below
> > >
> > > commit 8cb3da13831485886d9905fee45ddb5d89e680a6
> > > Author: David M. Johnson 
> > > AuthorDate: Sun Dec 1 18:27:03 2019 -0500
> > >
> > > Switch to AsciiDoc version of install guide in standard release
> bundle.
> > > ---
> > >  assembly-release/pom.xml| 48
> +
> > >  assembly-release/src/main/assembly/standard.xml | 14 +---
> > >  docs/{ => adoc}/roller-install-guide.adoc   |  0
> > >  3 files changed, 49 insertions(+), 13 deletions(-)
> > >
> > > diff --git a/assembly-release/pom.xml b/assembly-release/pom.xml
> > > index 98fc5fc..d91550d 100644
> > > --- a/assembly-release/pom.xml
> > > +++ b/assembly-release/pom.xml
> > > @@ -32,12 +32,20 @@
> > >  Roller Release Assembly
> > >  Assembles Roller into a distribution
> package
> > >
> > > +
> > > +
> 2.0.0-RC.1
> > > +
> 1.5.0-beta.6
> > > +2.1.0
> > > +9.2.8.0
> > > +
> > > +
> > >  
> > >  
> > >  
> > > +
> > >  
> > >  org.apache.maven.plugins
> > >  maven-assembly-plugin
> > > @@ -58,6 +66,46 @@
> > >  
> > >  
> > >  
> > > +
> > > +
> > > +org.asciidoctor
> > > +asciidoctor-maven-plugin
> > > +${asciidoctor.maven.plugin.version}
> > > +
> > > +
> > > +org.asciidoctor
> > > +asciidoctorj-pdf
> > > +${asciidoctorj.pdf.version}
> > > +
> > > +
> > > +
> > > +../docs/adoc
> > > +
> > > +
> ${project.build.sourceDirectory}
> > > +
> > > +
> > > +
> > > +
> > > +generate-pdf-doc
> > > +generate-resources
> > > +
> > > +process-asciidoc
> > > +
> > > +
> > > +pdf
> > > +
> coderay
> > > +
> > > +font
> > > +
> > > +
> > > +
> > > +-
> > > +
> > > +
> > > +
> > > +
> > > +
> > > +
> > >  
> > >  
> > >
> > > diff --git a/assembly-release/src/main/assembly/standard.xml
> b/assembly-release/src/main/assembly/standard.xml
> > > index e206cfe..8bb2fab 100644
> > > --- a/assembly-release/src/main/assembly/standard.xml
> > > +++ b/assembly-release/src/main/assembly/standard.xml
> > > @@ -44,19 +44,7 @@
> > >
> ${artifact.artifactId}-${artifact.version}
> > >  
> > >  
> > > -../docs/roller-install-guide.odt
> > > -
> ${artifact.artifactId}-${artifact.version}/docs
> > > -
> > > -
> > > -../docs/roller-template-guide.odt
> > > -
> ${artifact.artifactId}-${artifact.version}/docs
> > > -
> > > -
> > > -../docs/roller-user-guide.odt
> > > -
> ${artifact.artifactId}-${artifact.version}/docs
> > > -
> > > -
> > > -../docs/roller-install-guide.pdf
> > > +
> target/generated-docs/roller-install-guide.pdf
> > >
> ${artifact.artifactId}-${artifact.version}/docs
> > >  
> > >  
> > > diff --git a/docs/roller-install-guide.adoc
> 

Re: [roller] branch master updated: Switch to AsciiDoc version of install guide in standard release bundle.

2020-03-15 Thread Swapnil M Mane
Hello Dave,
Hope are doing well.
Any update on this.


Best regards,
Swapnil M Mane,
www.apache.org

On Mon, Mar 2, 2020 at 10:51 AM Swapnil M Mane  wrote:
>
> Hello Dave,
>
> While working on the translation of 'Template Guide' document from ODT
> to AsciiDoc.
> I found, here we have moved roller-install-guide.adoc from 'docs' to
> 'docs/adoc'.
>
> Just need your kind thoughts on finalizing the file location of these
> files in the master branch,
> should we keep the AsciiDoc file at 'docs' directory or at 'docs/adoc'
> directory.
>
>
> Best regards,
> Swapnil M Mane,
> www.apache.org
>
> On Mon, Dec 2, 2019 at 4:57 AM  wrote:
> >
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > snoopdave pushed a commit to branch master
> > in repository https://gitbox.apache.org/repos/asf/roller.git
> >
> >
> > The following commit(s) were added to refs/heads/master by this push:
> >  new 8cb3da1  Switch to AsciiDoc version of install guide in standard 
> > release bundle.
> > 8cb3da1 is described below
> >
> > commit 8cb3da13831485886d9905fee45ddb5d89e680a6
> > Author: David M. Johnson 
> > AuthorDate: Sun Dec 1 18:27:03 2019 -0500
> >
> > Switch to AsciiDoc version of install guide in standard release bundle.
> > ---
> >  assembly-release/pom.xml| 48 
> > +
> >  assembly-release/src/main/assembly/standard.xml | 14 +---
> >  docs/{ => adoc}/roller-install-guide.adoc   |  0
> >  3 files changed, 49 insertions(+), 13 deletions(-)
> >
> > diff --git a/assembly-release/pom.xml b/assembly-release/pom.xml
> > index 98fc5fc..d91550d 100644
> > --- a/assembly-release/pom.xml
> > +++ b/assembly-release/pom.xml
> > @@ -32,12 +32,20 @@
> >  Roller Release Assembly
> >  Assembles Roller into a distribution package
> >
> > +
> > +
> > 2.0.0-RC.1
> > +1.5.0-beta.6
> > +2.1.0
> > +9.2.8.0
> > +
> > +
> >  
> >  
> >  
> > +
> >  
> >  org.apache.maven.plugins
> >  maven-assembly-plugin
> > @@ -58,6 +66,46 @@
> >  
> >  
> >  
> > +
> > +
> > +org.asciidoctor
> > +asciidoctor-maven-plugin
> > +${asciidoctor.maven.plugin.version}
> > +
> > +
> > +org.asciidoctor
> > +asciidoctorj-pdf
> > +${asciidoctorj.pdf.version}
> > +
> > +
> > +
> > +../docs/adoc
> > +
> > +
> > ${project.build.sourceDirectory}
> > +
> > +
> > +
> > +
> > +generate-pdf-doc
> > +generate-resources
> > +
> > +process-asciidoc
> > +
> > +
> > +pdf
> > +coderay
> > +
> > +font
> > +
> > +
> > +
> > +-
> > +
> > +
> > +
> > +
> > +
> > +
> >  
> >  
> >
> > diff --git a/assembly-release/src/main/assembly/standard.xml 
> > b/assembly-release/src/main/assembly/standard.xml
> > index e206cfe..8bb2fab 100644
> > --- a/assembly-release/src/main/assembly/standard.xml
> > +++ b/assembly-release/src/main/assembly/standard.xml
> > @@ -44,19 +44,7 @@
> >  
> > ${artifact.artifactId}-${artifact.version}
> >  
> >  
> > -../docs/roller-install-guide.odt
> > -
> > ${artifact.artifactId}-${artifact.version}/docs
> > -
> > -
> > -../docs/roller-template-guide.odt
> > -
> > ${artifact.artifactId}-${artifact.version}/docs
> > -
> > -
> > -../docs/roller-user-guide.odt
> > -
> > ${artifact.artifactId}-${artifact.version}/docs
> > -
> > -
> > -../docs/roller-install-guide.pdf
> > +target/generated-docs/roller-install-guide.pdf
> >  
> > ${artifact.artifactId}-${artifact.version}/docs
> >  
> >  
> > diff --git a/docs/roller-install-guide.adoc 
> > b/docs/adoc/roller-install-guide.adoc
> > similarity index 100%
> > rename from docs/roller-install-guide.adoc
> > rename to docs/adoc/roller-install-guide.adoc
> >


Re: [roller] branch master updated: Switch to AsciiDoc version of install guide in standard release bundle.

2020-03-01 Thread Swapnil M Mane
Hello Dave,

While working on the translation of 'Template Guide' document from ODT
to AsciiDoc.
I found, here we have moved roller-install-guide.adoc from 'docs' to
'docs/adoc'.

Just need your kind thoughts on finalizing the file location of these
files in the master branch,
should we keep the AsciiDoc file at 'docs' directory or at 'docs/adoc'
directory.


Best regards,
Swapnil M Mane,
www.apache.org

On Mon, Dec 2, 2019 at 4:57 AM  wrote:
>
> This is an automated email from the ASF dual-hosted git repository.
>
> snoopdave pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/roller.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>  new 8cb3da1  Switch to AsciiDoc version of install guide in standard 
> release bundle.
> 8cb3da1 is described below
>
> commit 8cb3da13831485886d9905fee45ddb5d89e680a6
> Author: David M. Johnson 
> AuthorDate: Sun Dec 1 18:27:03 2019 -0500
>
> Switch to AsciiDoc version of install guide in standard release bundle.
> ---
>  assembly-release/pom.xml| 48 
> +
>  assembly-release/src/main/assembly/standard.xml | 14 +---
>  docs/{ => adoc}/roller-install-guide.adoc   |  0
>  3 files changed, 49 insertions(+), 13 deletions(-)
>
> diff --git a/assembly-release/pom.xml b/assembly-release/pom.xml
> index 98fc5fc..d91550d 100644
> --- a/assembly-release/pom.xml
> +++ b/assembly-release/pom.xml
> @@ -32,12 +32,20 @@
>  Roller Release Assembly
>  Assembles Roller into a distribution package
>
> +
> +
> 2.0.0-RC.1
> +1.5.0-beta.6
> +2.1.0
> +9.2.8.0
> +
> +
>  
>  
>  
> +
>  
>  org.apache.maven.plugins
>  maven-assembly-plugin
> @@ -58,6 +66,46 @@
>  
>  
>  
> +
> +
> +org.asciidoctor
> +asciidoctor-maven-plugin
> +${asciidoctor.maven.plugin.version}
> +
> +
> +org.asciidoctor
> +asciidoctorj-pdf
> +${asciidoctorj.pdf.version}
> +
> +
> +
> +../docs/adoc
> +
> +
> ${project.build.sourceDirectory}
> +
> +
> +
> +
> +generate-pdf-doc
> +generate-resources
> +
> +process-asciidoc
> +
> +
> +pdf
> +coderay
> +
> +font
> +
> +
> +
> +-
> +
> +
> +
> +
> +
> +
>  
>  
>
> diff --git a/assembly-release/src/main/assembly/standard.xml 
> b/assembly-release/src/main/assembly/standard.xml
> index e206cfe..8bb2fab 100644
> --- a/assembly-release/src/main/assembly/standard.xml
> +++ b/assembly-release/src/main/assembly/standard.xml
> @@ -44,19 +44,7 @@
>  
> ${artifact.artifactId}-${artifact.version}
>  
>  
> -../docs/roller-install-guide.odt
> -
> ${artifact.artifactId}-${artifact.version}/docs
> -
> -
> -../docs/roller-template-guide.odt
> -
> ${artifact.artifactId}-${artifact.version}/docs
> -
> -
> -../docs/roller-user-guide.odt
> -
> ${artifact.artifactId}-${artifact.version}/docs
> -
> -
> -../docs/roller-install-guide.pdf
> +target/generated-docs/roller-install-guide.pdf
>  
> ${artifact.artifactId}-${artifact.version}/docs
>  
>  
> diff --git a/docs/roller-install-guide.adoc 
> b/docs/adoc/roller-install-guide.adoc
> similarity index 100%
> rename from docs/roller-install-guide.adoc
> rename to docs/adoc/roller-install-guide.adoc
>