Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT 1.1.4 now available

Andrew Clement wrote:
This version fully supports AspectJ 1.1.1 and also includes
numerous new features to make it easier for users to work with
AspectJ - see the 'New and Noteworthy' link from homepage.

Could there be a problem with relative paths in .lst files? I use eclipse with AJDT 1.1.4 and I receive errors on .lst files like this one:

Main.java
Printer.java
PrinterSubclass.java
SingletonInstance.java
../../../ca/ubc/cs/spl/pattern/library/SingletonProtocol.java

If I run the ajc compiler manualy (in a console window), there are no problems:

ajc @files.lst

But if I open the samen files.lst file in Eclipse, It says

Use relative paths only, ommitting /the/full/path/to/ca/ubc/cs/spl/...

for the last line in the files.lst file. This is weird, because it really is a relative path, but for some obscure reason eclipse thinks it's not.

thanks in advance,
Jan Van Besien



Back to the top