"Steve Youngs" <youngs(a)xemacs.org> writes:
|--==> "AP" == Andy Piper <andyp(a)bea.com> writes:
>>JDE isn't included in the SUMO because it has one or two files where
>>the filename is too long. This is only a problem for people on
>>Solaris who don't have GNU/tar.
AP> Lets fix this. I would guess that 50% of people using XEmacs use
AP> JDE. Can you be specific about which files?
This one: (wrapped for readability)
./xemacs-packages/etc/jde/java/src/jde/debugger/interpret/\
syntaxtree/UnaryExpressionNotPlusMinus.java
That whole directory is generated by javacc from expression.jj.
In theory one could just omit it from the distribution, since it isn't need
to run, and it isn't really the source. In practice, make_parser looks like
a total crock, and no one besides Paul is likely to have their in
environment set up in such a way that it would actually run.
The whole problem goes away in JDE 2.2.8. Is there an attempt to upgrade in
the works?