From: Felix B. <bf...@gm...> - 2006-07-18 15:49:53
|
Hey Anna, > 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). Yes, it's a Unix command line tool, which should be part of a cygwin installation: http://www.cygwin.com/ What shell do you use for running the commands? The Windows command line? It might not be powerful enough to expand the "src/*.java" to the list of filenames, that must be given to xgettext. xgettext expects a list of files as argument, so if your shell can't provide you might have to provide it manually: xgettext -ktrc -ktr -kmarktr -ktrn:1,2 -o po/keys.pot src/Class1.java src/Class2.java src/Class3.java etc. Felix -- Try Debian GNU/Linux! http://www.felix.beldesign.de/ |