From: Anna T. \(atalis\) <at...@ci...> - 2006-07-18 15:37:10
|
Felix, xargs is not in the Windows GNU gettext distribution, at least not in the 0.1.14 version of it (which is the latest I could find). Anna > -----Original Message----- > From: Felix Berger [mailto:bf...@gm...]=20 > Sent: Tuesday, July 18, 2006 11:28 AM > To: xna...@li... > Cc: Anna Talis (atalis) > Subject: Re: [XNap-Commons-Devel] running xgettext on multiple files >=20 > On Monday 17 July 2006 21:40, Anna Talis (atalis) wrote: > > >xgettext -ktrc -ktr -kmarktr -ktrn:1,2 -o po/keys.pot src/*.java > > > > xgettext: error while opening "src/*.java" for reading:=20 > Invalid argument >=20 > If I recall correctly, we might have simplified that line. If=20 > the files are in=20 > package sudirectories of src, they won't be found anyway.=20 > Moreover, this is=20 > Unix shell syntax, do you use the cygwin shell? >=20 > I think a command line like this may be more useful: >=20 > find src -name "*.java" | xargs xgettext -ktrc -ktr -kmarktr=20 > -ktrn:1,2 -o=20 > po/keys.pot >=20 > Hope that helps, > Felix >=20 > --=20 > Try Debian GNU/Linux! > http://www.felix.beldesign.de/ >=20 |