Re: [NTG-context] context-setup-mswin.zip : so many doubles files ?

2011-01-26 Thread luigi scarso
On Wed, Jan 26, 2011 at 3:03 PM, Mojca Miklavec
 wrote:
> On Wed, Jan 26, 2011 at 15:01, Stefan Müller wrote:
>> Hi,
>>
>> I just downloaded context-setup-mswin.zip from
>> http://minimals.contextgarden.net/setup/
>> It is 3.83MB and contains only one "context" and one "bin" folder. Maybe
>> this was fixed by now(?)
>
> It was fixed during my first reply. The only question is whether it
> will stay that way :)
let's see the next beta


-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] context-setup-mswin.zip : so many doubles files ?

2011-01-26 Thread Mojca Miklavec
On Wed, Jan 26, 2011 at 15:01, Stefan Müller wrote:
> Hi,
>
> I just downloaded context-setup-mswin.zip from
> http://minimals.contextgarden.net/setup/
> It is 3.83MB and contains only one "context" and one "bin" folder. Maybe
> this was fixed by now(?)

It was fixed during my first reply. The only question is whether it
will stay that way :)

Mojca
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] context-setup-mswin.zip : so many doubles files ?

2011-01-26 Thread Stefan Müller

Hi,

I just downloaded context-setup-mswin.zip from 
http://minimals.contextgarden.net/setup/
It is 3.83MB and contains only one "context" and one "bin" folder. Maybe 
this was fixed by now(?)


Kind regards,
Stefan.

On 26.01.2011 14:46, Vnpenguin wrote:

On Wed, Jan 26, 2011 at 13:40, Mojca Miklavec
  wrote:

On Wed, Jan 26, 2011 at 06:43, Vnpenguin  wrote:

Hi,
The file context-setup-mswin.zip has 23M size at
http://minimals.contextgarden.net/setup/. Here are files inside of
this ZIP:
===

Could you tell me why these files were "doubled" many times ?


Hmmm ... that is something that I would like to know as well ... :) :) :)

Most probably there was some extra folder lying around. The code that
generates it is

mv mswin context
rm context-setup-mswin.zip
zip -r context-setup-mswin context
mv context mswin

If folder named context existed at some point in time, it probably
triggered recursive behaviour.

Mojca



For me, that's packaging error. We need only _ONE_ folder "bin" and
_ONE_ file "first-setup.bat" to do installation.

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] context-setup-mswin.zip : so many doubles files ?

2011-01-26 Thread Mojca Miklavec
On Wed, Jan 26, 2011 at 14:46, Vnpenguin wrote:
>
> For me, that's packaging error. We need only _ONE_ folder "bin" and
> _ONE_ file "first-setup.bat" to do installation.

I definitely agree with that. It is just that I'm not sure how this
weird structure has been created in the first place.

I removed it of course, but since I probably didn't diagnose it
properly, it is not excluded that the situation won't repeat. If it
does and goes unnoticed by me, do not hesitate to remind me again.

In any case ... thanks a lot for the report.

Mojca
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] context-setup-mswin.zip : so many doubles files ?

2011-01-26 Thread Vnpenguin
On Wed, Jan 26, 2011 at 13:40, Mojca Miklavec
 wrote:
> On Wed, Jan 26, 2011 at 06:43, Vnpenguin  wrote:
>> Hi,
>> The file context-setup-mswin.zip has 23M size at
>> http://minimals.contextgarden.net/setup/. Here are files inside of
>> this ZIP:
>> ===
>>
>> Could you tell me why these files were "doubled" many times ?
>
> Hmmm ... that is something that I would like to know as well ... :) :) :)
>
> Most probably there was some extra folder lying around. The code that
> generates it is
>
> mv mswin context
> rm context-setup-mswin.zip
> zip -r context-setup-mswin context
> mv context mswin
>
> If folder named context existed at some point in time, it probably
> triggered recursive behaviour.
>
> Mojca
>

For me, that's packaging error. We need only _ONE_ folder "bin" and
_ONE_ file "first-setup.bat" to do installation.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] context-setup-mswin.zip : so many doubles files ?

2011-01-26 Thread Mojca Miklavec
On Wed, Jan 26, 2011 at 06:43, Vnpenguin  wrote:
> Hi,
> The file context-setup-mswin.zip has 23M size at
> http://minimals.contextgarden.net/setup/. Here are files inside of
> this ZIP:
> ===
>
> Could you tell me why these files were "doubled" many times ?

Hmmm ... that is something that I would like to know as well ... :) :) :)

Most probably there was some extra folder lying around. The code that
generates it is

mv mswin context
rm context-setup-mswin.zip
zip -r context-setup-mswin context
mv context mswin

If folder named context existed at some point in time, it probably
triggered recursive behaviour.

Mojca
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] context-setup-mswin.zip : so many doubles files ?

2011-01-26 Thread Vnpenguin
On Wed, Jan 26, 2011 at 09:24, Hans Hagen  wrote:
> On 26-1-2011 6:43, Vnpenguin wrote:
>>
>> Hi,
>> The file context-setup-mswin.zip has 23M size at
>> http://minimals.contextgarden.net/setup/. Here are files inside of
>> this ZIP:
>> ===
>> |-- bin
>> |-- context
>> |   |-- context
>> |   |   |-- context
>> |   |   |       `-- first-setup.bat
>> |   |   `-- first-setup.bat
>> |   |-- first-setup.bat
>> |   `-- mswin
>> |       |-- bin
>> |       `-- first-setup.bat
>> |-- first-setup.bat
>> 
>>
>> Could you tell me why these files were "doubled" many times ?
>
> probably because the minimals were installed several times using the same
> root but a different subpath

This's NOT my installation on hard disk! It's the _content_ of file
_context-setup-mswin.zip_ on the site
http://minimals.contextgarden.net/setup/
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] context-setup-mswin.zip : so many doubles files ?

2011-01-26 Thread Hans Hagen

On 26-1-2011 6:43, Vnpenguin wrote:

Hi,
The file context-setup-mswin.zip has 23M size at
http://minimals.contextgarden.net/setup/. Here are files inside of
this ZIP:
===
|-- bin
|-- context
|   |-- context
|   |   |-- context
|   |   |   `-- first-setup.bat
|   |   `-- first-setup.bat
|   |-- first-setup.bat
|   `-- mswin
|   |-- bin
|   `-- first-setup.bat
|-- first-setup.bat


Could you tell me why these files were "doubled" many times ?


probably because the minimals were installed several times using the 
same root but a different subpath


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] context-setup-mswin.zip : so many doubles files ?

2011-01-25 Thread Vnpenguin
Hi,
The file context-setup-mswin.zip has 23M size at
http://minimals.contextgarden.net/setup/. Here are files inside of
this ZIP:
===
|-- bin
|   |-- cygiconv-2.dll
|   |-- cygwin1.dll
|   |-- kpathsea600.dll
|   |-- kpathsea60071.dll
|   |-- luatex.dll
|   |-- msvcp71.dll
|   |-- msvcr71.dll
|   |-- msvcrt.dll
|   |-- mtx-update.lua
|   |-- mtxrun.dll
|   |-- mtxrun.exe
|   |-- mtxrun.lua
|   |-- rsync.exe
|   `-- texlua.exe
|-- context
|   |-- bin
|   |   |-- cygiconv-2.dll
|   |   |-- cygwin1.dll
|   |   |-- kpathsea600.dll
|   |   |-- kpathsea60071.dll
|   |   |-- luatex.dll
|   |   |-- msvcp71.dll
|   |   |-- msvcr71.dll
|   |   |-- msvcrt.dll
|   |   |-- mtx-update.lua
|   |   |-- mtxrun.dll
|   |   |-- mtxrun.exe
|   |   |-- mtxrun.lua
|   |   |-- rsync.exe
|   |   `-- texlua.exe
|   |-- context
|   |   |-- bin
|   |   |   |-- cygiconv-2.dll
|   |   |   |-- cygwin1.dll
|   |   |   |-- kpathsea600.dll
|   |   |   |-- kpathsea60071.dll
|   |   |   |-- luatex.dll
|   |   |   |-- msvcp71.dll
|   |   |   |-- msvcr71.dll
|   |   |   |-- msvcrt.dll
|   |   |   |-- mtx-update.lua
|   |   |   |-- mtxrun.dll
|   |   |   |-- mtxrun.exe
|   |   |   |-- mtxrun.lua
|   |   |   |-- rsync.exe
|   |   |   `-- texlua.exe
|   |   |-- context
|   |   |   |-- bin
|   |   |   |   |-- cygiconv-2.dll
|   |   |   |   |-- cygwin1.dll
|   |   |   |   |-- kpathsea600.dll
|   |   |   |   |-- kpathsea60071.dll
|   |   |   |   |-- luatex.dll
|   |   |   |   |-- msvcp71.dll
|   |   |   |   |-- msvcr71.dll
|   |   |   |   |-- msvcrt.dll
|   |   |   |   |-- mtx-update.lua
|   |   |   |   |-- mtxrun.dll
|   |   |   |   |-- mtxrun.exe
|   |   |   |   |-- mtxrun.lua
|   |   |   |   |-- rsync.exe
|   |   |   |   `-- texlua.exe
|   |   |   |-- first-setup.bat
|   |   |   `-- mswin
|   |   |   |-- bin
|   |   |   |   |-- cygiconv-2.dll
|   |   |   |   |-- cygwin1.dll
|   |   |   |   |-- kpathsea600.dll
|   |   |   |   |-- kpathsea60071.dll
|   |   |   |   |-- luatex.dll
|   |   |   |   |-- msvcp71.dll
|   |   |   |   |-- msvcr71.dll
|   |   |   |   |-- msvcrt.dll
|   |   |   |   |-- mtx-update.lua
|   |   |   |   |-- mtxrun.dll
|   |   |   |   |-- mtxrun.exe
|   |   |   |   |-- mtxrun.lua
|   |   |   |   |-- rsync.exe
|   |   |   |   `-- texlua.exe
|   |   |   `-- first-setup.bat
|   |   `-- first-setup.bat
|   |-- first-setup.bat
|   `-- mswin
|   |-- bin
|   |   |-- cygiconv-2.dll
|   |   |-- cygwin1.dll
|   |   |-- kpathsea600.dll
|   |   |-- kpathsea60071.dll
|   |   |-- luatex.dll
|   |   |-- msvcp71.dll
|   |   |-- msvcr71.dll
|   |   |-- msvcrt.dll
|   |   |-- mtx-update.lua
|   |   |-- mtxrun.dll
|   |   |-- mtxrun.exe
|   |   |-- mtxrun.lua
|   |   |-- rsync.exe
|   |   `-- texlua.exe
|   `-- first-setup.bat
|-- first-setup.bat


Could you tell me why these files were "doubled" many times ?

Thanks,
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___