This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

B20 (NT) xargs creates multiple commands, not just one


 
I'm trying to use a
script using xargs
to create a JAR file
in java.....
 
xargs issues multiple
JAR commands apparently
due to the number of files
being passed to it.
 
each time JAR is executed
it clears out the previous
files already added.
 
i really need all the files
included in one JAR command.
 
is there anyway to increase whatever
buffer is being blown which causes
xargs to execute multiple commands?
 
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]