Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Problem in default.lst "Use relative paths only, omitting..."
Problem in default.lst "Use relative paths only, omitting..." [message #574480] Wed, 28 January 2004 23:13
Kathy Lee Simunich is currently offline Kathy Lee SimunichFriend
Messages: 4
Registered: July 2009
Junior Member
I tried to "split" a working AspectJ project into 2 projects (one an
AspectJ
project holding just the aspect classes, and the other a regular Java
project
with the "regular" classes). I then tried many different ways to link the
files from one project to the other, when I finally gave up and just
put them back together again. However, in Removing Aspect Nature from
my original project (making it a Java project), then reconverting back
into an AspectJ project, my default.lst build file got messed up and I
cannot get rid of it, nor edit it to correct it!

I am using Eclipse 2.1.2, build id 200311030802 on Win2000
AJDT version 1.1.0, build id 1.1.1

The default.lst file shows up in config editor with my hierarchy of
classes unchecked, followed by a list of checkboxes of ALL my classes
saying "Use relative paths only, omitting: D:/projectname/.....java"
Even if I check the packages in the hierarchy view, the Use relative
paths overrides them, and the aspects never get compiled in. All the
checkboxes show a red "X" on them as well.

I've tried removing Aspect Nature, deleting *.lst files, deleting the
*.ajsym files, and converting back "fresh" to an AspectJ project. The
generated
build files ALL come up the same way.

Any ideas how to fix this??

KL
Previous Topic:Debugging example causes "Absent Line Number Information"
Next Topic:AJDT install problem
Goto Forum:
  


Current Time: Tue Sep 24 09:06:16 GMT 2024

Powered by FUDForum. Page generated in 0.03545 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top