Re: [docbook-apps] Re: Using the DocBook XSLT 2.0 stylesheets with Gradle

2018-03-06 Thread maxwell

On 2018-03-06 10:44, Tony Graham wrote:

On 06/03/2018 14:44, Niels Müller Larsen wrote:
...

I am on Linux, my present web development students on Win or Mac, so
 cross platform is important, and that was all I wanted to comment
on.


After installing Emacs, the second thing that I install on any Windows
system is the Cygwin tools.  With a bash shell running in an Emacs
buffer, it's almost like using a rational operating system.


FWIW, Windows 10 now has the ability to install a Linux sub-system, 
basically a bash prompt.  You can then use apt-get to install lots of 
other standard Linux programs.  Support for gui apps is not officially 
supported, but the apps I've tried work if you also install an X-windows 
server app.  I used to use Cygwin, but I prefer the Windows Linux 
sub-system.


   Mike Maxwell
   University of Maryland


-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



Re: [docbook-apps] Re: Using the DocBook XSLT 2.0 stylesheets with Gradle

2018-03-06 Thread Tony Graham

On 06/03/2018 14:44, Niels Müller Larsen wrote:
...

I am on Linux, my present web development students on Win or Mac, so
 cross platform is important, and that was all I wanted to comment
on.


After installing Emacs, the second thing that I install on any Windows
system is the Cygwin tools.  With a bash shell running in an Emacs
buffer, it's almost like using a rational operating system.

Regards,


Tony Graham.
--
Senior Architect
XML Division
Antenna House, Inc.

Skerries, Ireland
tgra...@antenna.co.jp

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



[docbook-apps] Re: Using the DocBook XSLT 2.0 stylesheets with Gradle

2018-03-06 Thread Niels Müller Larsen

Hi there

I was teaching programming to students with Aspergers syndrome 6 months 
last year in a Windows environment, so I came across bash in the git 
package. Otherwise I haven't touched Win since 2002 ;)


I am on Linux, my present web development students on Win or Mac, so 
cross platform is important, and that was all I wanted to comment on.


Cheers

Niels


On 03/06/18 15:09, Norman Walsh wrote:

Dave Pawson  writes:

 It was probably quite a while since Norm used Windows!

I haven’t done any development on a Windows box in this millenium.

 Be seeing you,
   norm




-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



[docbook-apps] Re: Using the DocBook XSLT 2.0 stylesheets with Gradle

2018-03-06 Thread Norman Walsh
Dave Pawson  writes:
>  It was probably quite a while since Norm used Windows!

I haven’t done any development on a Windows box in this millenium.

Be seeing you,
  norm

-- 
Norman Walsh  | One should never make one's debut with
http://nwalsh.com/| a scandal. One should reserve that to
  | give interest to one's old age.--Oscar
  | Wilde


signature.asc
Description: PGP signature


Re: [docbook-apps] Re: Using the DocBook XSLT 2.0 stylesheets with Gradle

2018-03-06 Thread Dave Pawson
On 6 March 2018 at 09:06, Niels Müller Larsen  wrote:
> Sorry to intrude.
> The cross platform comment on bash triggered me.
> My students use a bash shell on Windows. It is included, I think, in the git 
> download for Windows.
>
> /Niels


Yes, though I do wonder how many of todays Windows users would be
comfortable working
with a bash script Niels? CS students  yes, others, I'm less sure.

 It was probably quite a while since Norm used Windows!

regards Dave


>
> Greetings
> Niels Müller Larsen
> Senior Lecturer IBA Kolding
> Bachelor of Web Development Program
>
>
>
>> On 5 Mar 2018, at 17.54, Norman Walsh  wrote:
>>
>> Dave Pawson  writes:
>>> I stopped at "you don't have to understand it" Norm?
>>> ... rude words.
>>
>> Apologies. No disrespect intended.
>>
>>> I got as far as ant for builds. I can understand most of that.
>>> Bash script... similar? Maybe
>>> gradle? Wozzat.
>>>
>>> Why make it deeper than needs be?
>>
>> Well…I’m not sure I agree that it’s deeper than it needs to be.
>> I’ve been building toolchains for ages: make, ant, bash, perl,
>> ruby, python, sbt, etc. etc. etc.
>>
>> I settled on Gradle because of the advantages I outlined in that
>> posting: it’s significantly better than ant for dealing with Maven and
>> for extensibility; it’s cross platform (unlike bash); it’s relatively
>> easy to install on most platforms (unlike make, perl, etc.); and it
>> transparently deals with a whole lot of the backend infrastructure.
>>
>>Be seeing you,
>>  norm
>>
>> --
>> Norman Walsh  | The finest amusements are the most
>> http://nwalsh.com/| pointless ones.--Jacques Chardonne



-- 
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org



Re: [docbook-apps] Re: Using the DocBook XSLT 2.0 stylesheets with Gradle

2018-03-06 Thread Niels Müller Larsen
Sorry to intrude.
The cross platform comment on bash triggered me.
My students use a bash shell on Windows. It is included, I think, in the git 
download for Windows.

/Niels

Greetings
Niels Müller Larsen
Senior Lecturer IBA Kolding
Bachelor of Web Development Program



> On 5 Mar 2018, at 17.54, Norman Walsh  wrote:
> 
> Dave Pawson  writes:
>> I stopped at "you don't have to understand it" Norm?
>> ... rude words.
> 
> Apologies. No disrespect intended.
> 
>> I got as far as ant for builds. I can understand most of that.
>> Bash script... similar? Maybe
>> gradle? Wozzat.
>> 
>> Why make it deeper than needs be?
> 
> Well…I’m not sure I agree that it’s deeper than it needs to be.
> I’ve been building toolchains for ages: make, ant, bash, perl,
> ruby, python, sbt, etc. etc. etc.
> 
> I settled on Gradle because of the advantages I outlined in that
> posting: it’s significantly better than ant for dealing with Maven and
> for extensibility; it’s cross platform (unlike bash); it’s relatively
> easy to install on most platforms (unlike make, perl, etc.); and it
> transparently deals with a whole lot of the backend infrastructure.
> 
>Be seeing you,
>  norm
> 
> -- 
> Norman Walsh  | The finest amusements are the most
> http://nwalsh.com/| pointless ones.--Jacques Chardonne

-
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org