>From the Wiki page
http://www.jsoftware.com/jwiki/JAL/Package%20Manager/jpkg

jpkg should take list of boxed addon names as right argument so the
following should install any packages that aren't installed
   'install' jpkg {."1 'shownotinstalled' jpkg ''

However jpkg has had a number of improvements that haven't been
documented on the wiki page. One of these is that if the right
argument of jpkg is a boxed table then the addon names are expected to
be in the first column. IOW the following should now work.
   'install' jpkg 'shownotinstalled' jpkg ''

Another feature is that 'all' is recognized as having "special"
meaning. So the following should install all addons:
   'install' jpkg 'all'

Note that as Micheal has suggested the JAL mechanism for releasing
addons only for supported platforms is not very reliable, especially
for the android.

On Tue, Oct 23, 2012 at 8:12 AM, Wim de Lange <wimdela...@gmail.com> wrote:
> Everyone thanks for the answers. It was indeed too easy to expect that the
> boxed output should be usable as input for the same function. It sounded
> logical to me, so I just tried, with bad results.
>
> Instal all sounds as a nice option, but I forgot that not all libraries are
> suitable for all platforms. So this makes no sense if you do not add
> suitability to a library for a specific platform?
>
> Groetjes,
>    Wim
>
>
> 2012/10/22 Devon McCormick <devon...@gmail.com>
>
>>    (<'install') jpkg &.> 0{"1 'shownotinstalled' jpkg ''
>>
>> is such a script.
>>
>> On Mon, Oct 22, 2012 at 9:11 AM, Michael Dykman <mdyk...@gmail.com> wrote:
>> > 'showXXX' jpkg returns boxed data, whereas 'install' is expecting
>> > string input on the right.  It should not be too hard to compose a
>> > script to do so.
>> >
>> > Would there be any interest in having an 'install all' menu item
>> > along-side the update item?
>> >
>> >  - michael
>> >
>> > On Mon, Oct 22, 2012 at 9:06 AM, Wim de Lange <wimdela...@gmail.com>
>> wrote:
>> >> Thanks, so the command 'install' jpkg 'swownotinstalled' jpkg '' will do
>> >> the trick to install all..... hmmm, does take some time...... and
>> >> responsiveness of my phone is now gone....
>> >> maybe not a smart idea to try that....
>> >>
>> >> Groetjes,
>> >>    Wim
>> >>
>> >>
>> >> 2012/10/22 km <k...@math.uh.edu>
>> >>
>> >>> Information on jpkg
>> >>>
>> >>> http://www.jsoftware.com/jwiki/JAL/Package%20Manager/jpkg
>> >>>
>> >>> Kip Murray
>> >>>
>> >>>
>> >>> Sent from my iPad
>> >>>
>> >>>
>> >>> On Oct 22, 2012, at 7:26 AM, Michael Dykman <mdyk...@gmail.com> wrote:
>> >>>
>> >>> > No GUI package manager is provided in the present version, so we rely
>> >>> > on the jpkg verb:
>> >>> >      'shownotinstalled'jpkg''
>> >>> > gives a list of all available packages.
>> >>> >
>> >>> > To install a new one
>> >>> >    'install' jpkg''arc/zip'
>> >>> >
>> >>> > For a full list of options, type
>> >>> >   'help'jpkg''
>> >>> >
>> >>> > I hope this helps.
>> >>> >
>> >>> > On Mon, Oct 22, 2012 at 7:19 AM, Wim de Lange <wimdela...@gmail.com>
>> >>> wrote:
>> >>> >> Question about the Android version. When I run the update J script,
>> I
>> >>> get
>> >>> >> Updating J...
>> >>> >> Updating server catalog...
>> >>> >> Installing 1 package
>> >>> >> Downloading ide/jhs...
>> >>> >> Installing ide/jhs...
>> >>> >> Done..
>> >>> >> Installed addons are up to date, 82 addons are not yet installed
>> >>> >> The base library is up to date.
>> >>> >>
>> >>> >> How can I install the other 82 addons? I've searched several
>> scripts,
>> >>> but
>> >>> >> was not able to succeed.
>> >>> >>
>> >>> >> Groetjes,
>> >>> >>   Wim
>> >>> >>
>> >>> >>
>> >>> >> 2012/10/22 Eric Iverson <eric.b.iver...@gmail.com>
>> >>> >>
>> >>> >>> JHS JAL update is available with improved jfif (find in files).
>> >>> >>>
>> ----------------------------------------------------------------------
>> >>> >>> For information about J forums see
>> http://www.jsoftware.com/forums.htm
>> >>> >>
>> ----------------------------------------------------------------------
>> >>> >> For information about J forums see
>> http://www.jsoftware.com/forums.htm
>> >>> >
>> >>> >
>> >>> >
>> >>> > --
>> >>> > - michael dykman
>> >>> > - mdyk...@gmail.com
>> >>> >
>> >>> > May the Source be with you.
>> >>> >
>> ----------------------------------------------------------------------
>> >>> > For information about J forums see
>> http://www.jsoftware.com/forums.htm
>> >>> ----------------------------------------------------------------------
>> >>> For information about J forums see http://www.jsoftware.com/forums.htm
>> >>>
>> >> ----------------------------------------------------------------------
>> >> For information about J forums see http://www.jsoftware.com/forums.htm
>> >
>> >
>> >
>> > --
>> >  - michael dykman
>> >  - mdyk...@gmail.com
>> >
>> >  May the Source be with you.
>> > ----------------------------------------------------------------------
>> > For information about J forums see http://www.jsoftware.com/forums.htm
>>
>>
>>
>> --
>> Devon McCormick, CFA
>> ^me^ at acm.
>> org is my
>> preferred e-mail
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
>>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to