comp.lang.ada
 help / color / mirror / Atom feed
* AdaControl 1.12r3 released
@ 2010-04-13  8:50 J-P. Rosen
  2010-04-15 16:30 ` Anh Vo
  0 siblings, 1 reply; 6+ messages in thread
From: J-P. Rosen @ 2010-04-13  8:50 UTC (permalink / raw)


Adalog is pleased to announce a new release of AdaControl.

This release includes various improvements, bug fixes, etc. and raises
the number of possible checks to 388.

As usual, it is available in source (GMGPL) and executable for
Gnat-GPL2009 forms from http://www.adalog.fr/adacontrol2.htm

Enjoy!
-- 
---------------------------------------------------------
           J-P. Rosen (rosen@adalog.fr)
Visit Adalog's web site at http://www.adalog.fr



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: AdaControl 1.12r3 released
  2010-04-13  8:50 AdaControl 1.12r3 released J-P. Rosen
@ 2010-04-15 16:30 ` Anh Vo
  2010-04-15 18:58   ` Simon Wright
  2010-04-17  1:44   ` Peter C. Chapin
  0 siblings, 2 replies; 6+ messages in thread
From: Anh Vo @ 2010-04-15 16:30 UTC (permalink / raw)


On Apr 13, 1:50 am, "J-P. Rosen" <ro...@adalog.fr> wrote:
> Adalog is pleased to announce a new release of AdaControl.
>
> This release includes various improvements, bug fixes, etc. and raises
> the number of possible checks to 388.
>
> As usual, it is available in source (GMGPL) and executable for
> Gnat-GPL2009 forms fromhttp://www.adalog.fr/adacontrol2.htm

Thank you for share your work.

All source distributions have problems to be unzip/untar after
downloading. I am sure if I am the only one who has this problem.

Anh Vo



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: AdaControl 1.12r3 released
  2010-04-15 16:30 ` Anh Vo
@ 2010-04-15 18:58   ` Simon Wright
  2010-04-17  1:44   ` Peter C. Chapin
  1 sibling, 0 replies; 6+ messages in thread
From: Simon Wright @ 2010-04-15 18:58 UTC (permalink / raw)


Anh Vo <anhvofrcaus@gmail.com> writes:

> On Apr 13, 1:50 am, "J-P. Rosen" <ro...@adalog.fr> wrote:
>> Adalog is pleased to announce a new release of AdaControl.
>>
>> This release includes various improvements, bug fixes, etc. and raises
>> the number of possible checks to 388.
>>
>> As usual, it is available in source (GMGPL) and executable for
>> Gnat-GPL2009 forms from http://www.adalog.fr/adacontrol2.htm
>
> Thank you for share your work.
>
> All source distributions have problems to be unzip/untar after
> downloading. I am sure if I am the only one who has this problem.

Unzipped OK here (Mac OS X).



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: AdaControl 1.12r3 released
  2010-04-15 16:30 ` Anh Vo
  2010-04-15 18:58   ` Simon Wright
@ 2010-04-17  1:44   ` Peter C. Chapin
  2010-04-17  5:34     ` J-P. Rosen
  1 sibling, 1 reply; 6+ messages in thread
From: Peter C. Chapin @ 2010-04-17  1:44 UTC (permalink / raw)


Anh Vo wrote:

> On Apr 13, 1:50 am, "J-P. Rosen" <ro...@adalog.fr> wrote:
>> Adalog is pleased to announce a new release of AdaControl.
>>
>> This release includes various improvements, bug fixes, etc. and raises
>> the number of possible checks to 388.
>>
>> As usual, it is available in source (GMGPL) and executable for
>> Gnat-GPL2009 forms fromhttp://www.adalog.fr/adacontrol2.htm
> 
> Thank you for share your work.

Let me echo that sentiment. Thanks for the great tool!

> All source distributions have problems to be unzip/untar after
> downloading. I am sure if I am the only one who has this problem.

I didn't have any problems unpacking it here (openSUSE Linux 11.1). However, I
am getting the following error in my GPS (v4.3.1) when I first start the
environment:

/opt/gnat/share/gps/plug-ins/adactl.py:479: GtkWarning:
gtk_widget_set_accel_path: assertion `_gtk_accel_path_is_valid (accel_path)'
failed add_before=True);

It doesn't seem to inhibit any functionality that I've noticed so far. Any
ideas about what this means?

Peter




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: AdaControl 1.12r3 released
  2010-04-17  1:44   ` Peter C. Chapin
@ 2010-04-17  5:34     ` J-P. Rosen
  2010-04-17 15:08       ` Peter C. Chapin
  0 siblings, 1 reply; 6+ messages in thread
From: J-P. Rosen @ 2010-04-17  5:34 UTC (permalink / raw)


Peter C. Chapin a écrit :
> /opt/gnat/share/gps/plug-ins/adactl.py:479: GtkWarning:
> gtk_widget_set_accel_path: assertion `_gtk_accel_path_is_valid (accel_path)'
> failed add_before=True);
> 
> It doesn't seem to inhibit any functionality that I've noticed so far. Any
> ideas about what this means?
> 
1) It is a gtk error message from GPS, I have no idea where it comes
from (I didn't have that here on the same GPS)

2) add_before is a parameter to define the place where a new item is to
be added in a menu. It is used when adding the "help on rule" menu item.
 So it may be the case that this item does not appear where I intended
it to be. A restriction I hope you can live with ;-)

-- 
---------------------------------------------------------
           J-P. Rosen (rosen@adalog.fr)
Visit Adalog's web site at http://www.adalog.fr



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: AdaControl 1.12r3 released
  2010-04-17  5:34     ` J-P. Rosen
@ 2010-04-17 15:08       ` Peter C. Chapin
  0 siblings, 0 replies; 6+ messages in thread
From: Peter C. Chapin @ 2010-04-17 15:08 UTC (permalink / raw)


J-P. Rosen wrote:


> 1) It is a gtk error message from GPS, I have no idea where it comes
> from (I didn't have that here on the same GPS)
> 
> 2) add_before is a parameter to define the place where a new item is to
> be added in a menu. It is used when adding the "help on rule" menu item.
> So it may be the case that this item does not appear where I intended
> it to be. A restriction I hope you can live with ;-)

On the AdaControl help menu I see "User Guide", "Help on rule", and "About."
Everything seems to work fine. I guess I won't worry about it. :)

Peter





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-04-17 15:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-13  8:50 AdaControl 1.12r3 released J-P. Rosen
2010-04-15 16:30 ` Anh Vo
2010-04-15 18:58   ` Simon Wright
2010-04-17  1:44   ` Peter C. Chapin
2010-04-17  5:34     ` J-P. Rosen
2010-04-17 15:08       ` Peter C. Chapin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox