Has anyone seen problems with jtags as packaged in jde-2.2.2 ?

When I run jtags (after setting etags_dir of course) the script
runs very quickly and ends with a 0-byte TAGS file.

When I run jtags.csh, I get:
set: Veriable name too long

Here's the -x output:

set etags_dir = /usr/troll/bin/
set java_dir = .
foreach arg ( )
if ( == -h || == -help || == -usage ) then
if ( /usr/troll/bin/ !=  ) then
if ( ! -d /usr/troll/bin/ ) then
endif
if ( ==  ) then
set java_dir = .
else
if ( ! -e . ) then
set capital = A-Z
set letter = a-zA-Z_.
set digit = 0-9
set ws = [ \t]
set primitive_type1 = \<\(b\(oolean\|yte\)\|char\|double\|float\|int
set primitive_type2 = \|long\|short\|void\)\>
set primitive_type = 
\<\(b\(oolean\|yte\)\|char\|double\|float\|int\|long\|short\|void\)\>
set primitive_type_count = 2
set primitive_type3 = \|long\|short\)\>
set primitive_type_no_void = 
\<\(b\(oolean\|yte\)\|char\|double\|float\|int\|long\|short\)\>
set: Variable name too long

This is on Sun SPARC 5.6.

I  tried shortening variable names, but still get empty TAGS files.
Am I missing something obvious?

thanks in advance,

-Ray

-- 
--
You are in a maze of twisting little Java VMs, all different...
[EMAIL PROTECTED]    Tivoli Systems Inc. Austin TX USA
http://www.cross-site.com

Reply via email to