Hello. Recently we have tried to build an RPM package for a product (Hadoop) which has some AspectJ dependencies. RPM creation failed because aspectjtools.jar has classes and directories with 0-0-0 permissions: once they are extracted they can't be read or anything else :-( After unpacking something like this can be seen:
---------- 1 xxx xxx 1432 2007-10-23 18:07 about.html d--------- 2 xxx xxx 30 2009-06-17 20:42 ant_tasks/ -rw-r--r-- 1 xxx xxx 8181 2009-02-28 13:15 aspectj_1_5_0.dtd ---------- 1 xxx xxx 804 2007-10-23 18:14 CDC-1.0_Foundation-1.0.profile ---------- 1 xxx xxx 938 2007-10-23 18:14 CDC-1.1_Foundation-1.1.profile Is there any reason why the content of this jar file has such awkward permissions? Is it a build-time problem or a feature of some kind? Thanks in advance for any information one can share. Cos _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
