Bug 136637 - weaver operating in reweavable mode
Summary: weaver operating in reweavable mode
Status: RESOLVED WORKSFORME
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: 1.5.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-13 10:05 EDT by jn CLA
Modified: 2006-07-05 06:00 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jn CLA 2006-04-13 10:05:12 EDT
Error message:
zipfile classpath entry does not exist: C:\Programs\java\jre\lib\i18n.jar
...
weaver operating in reweavable mode
(and I also get my CPU being 100% used by the javaw.exe process)

I obtain this error message when I compile with aspects and have 39 jar in my lib directory. To avoid this error I just need to add any other jar (or just a copy of an existing one) and it compiles ok.
Comment 1 Andrew Clement CLA 2006-05-22 10:53:41 EDT
Not a lot to go on there ...  what level of Aspectj are you having this problem at? Are you in AJDT or on the command line or in Ant?  Are the 39 jars you are supplying large?  How much memory are you giving the compilation process (it may be thrashing in GC) ?
Comment 2 Andrew Clement CLA 2006-07-05 06:00:48 EDT
no reply for a month... so closing.  Please reopen if you want to persue it further, including the info requested in the previous comment.  (oh and try 1.5.2 which has just been released, maybe that will help)