Re: No libintl.jar in gettext-0.14.1-1

2005-04-21 Thread Charles Wilson
[EMAIL PROTECTED] wrote:
The document /usr/share/doc/Cygwin/gettext-0.14.1.README tells me it
should be around. Are there any reasons why this jar is not available in
0.14.1?
Yep.  It barely worked in 0.12.x, by dint of some kludgy wrapper scripts 
around Sun's jdk javac.  In 0.14.1, my kludgy scripts didn't work, 
mainly because Bruno changes the gettext build process on 
comicbookguyvoice Every. Single. MicroRelease.

Since java use on cygwin is fairly limited, I released the rest of 
0.14.1 instead.  It's been almost a year now and yours is the first 
complaint, so that was apparently the correct decision.

But I forgot to update the docu.
I'll make another stab at the java gettext support on a future release; 
with gcj coming along, I may, at that future date, be able to build it 
with all-cygwin tools instead of using silly wrappers around native 
tools -- which would be a lot easier.

--
Chuck

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: No libintl.jar in gettext-0.14.1-1

2005-04-21 Thread Igor Pechtchanski
On Thu, 21 Apr 2005, Charles Wilson wrote:

 [EMAIL PROTECTED] wrote:

Cough.

  The document /usr/share/doc/Cygwin/gettext-0.14.1.README tells me it
  should be around. Are there any reasons why this jar is not available in
  0.14.1?

 Yep.  It barely worked in 0.12.x, by dint of some kludgy wrapper scripts
 around Sun's jdk javac.  In 0.14.1, my kludgy scripts didn't work, mainly
 because Bruno changes the gettext build process on comicbookguyvoice Every.
 Single. MicroRelease.

 Since java use on cygwin is fairly limited, I released the rest of 0.14.1
 instead.  It's been almost a year now and yours is the first complaint, so
 that was apparently the correct decision.

 But I forgot to update the docu.

 I'll make another stab at the java gettext support on a future release; with
 gcj coming along, I may, at that future date, be able to build it with
 all-cygwin tools instead of using silly wrappers around native tools -- which
 would be a lot easier.

Chuck,

Any reason why it doesn't make sense to use the wrappers from
http://sources.redhat.com/cgi-bin/cvsweb.cgi/wrappers/java/?cvsroot=cygwin-apps?
Or are those the wrappers you talked about?
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

The Sun will pass between the Earth and the Moon tonight for a total
Lunar eclipse... -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: No libintl.jar in gettext-0.14.1-1

2005-04-21 Thread Charles Wilson
Igor Pechtchanski wrote:
Any reason why it doesn't make sense to use the wrappers from
http://sources.redhat.com/cgi-bin/cvsweb.cgi/wrappers/java/?cvsroot=cygwin-apps?
Sure, now that I know about them, that makes sense.  (IMO, it makes even 
more sense to use gcjfriends, if they're up to the task).  But next 
time around I'll remember your wrappers.

Or are those the wrappers you talked about?
Nope, mine were homegrown buckets of bilge.  Think /usr/bin/libtool (the 
wrapper script).  Very icky.  [side note: If I *ever* get any free time 
I'm going to  replace all of my cygwin autotool wrappers with the 
(functionally similar, but better maintained and not as kludgy) wrappers 
scripts from one of the linux distros.]

--
Chuck

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/