From: Anna T. \(atalis\) <at...@ci...> - 2006-07-18 19:37:19
|
Thanks, Felix. It worked with cygwin. Anna=20 > -----Original Message----- > From: Felix Berger [mailto:bf...@gm...]=20 > Sent: Tuesday, July 18, 2006 11:50 AM > To: Anna Talis (atalis) > Cc: xna...@li... > Subject: Re: [XNap-Commons-Devel] running xgettext on multiple files >=20 > Hey Anna, >=20 > > xargs is not in the Windows GNU gettext distribution, at=20 > least not in > > the 0.1.14 version of it (which is the latest I could find). >=20 > Yes, it's a Unix command line tool, which should be part of a cygwin=20 > installation: >=20 > http://www.cygwin.com/ >=20 > What shell do you use for running the commands? The Windows=20 > command line? It=20 > might not be powerful enough to expand the "src/*.java" to=20 > the list of=20 > filenames, that must be given to xgettext. xgettext expects a=20 > list of files=20 > as argument, so if your shell can't provide you might have to=20 > provide it=20 > manually: >=20 > xgettext -ktrc -ktr -kmarktr -ktrn:1,2 -o po/keys.pot src/Class1.java=20 > src/Class2.java src/Class3.java etc. >=20 > Felix >=20 > --=20 > Try Debian GNU/Linux! > http://www.felix.beldesign.de/ >=20 |