Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] Listing File

Title: Listing File
Hi Ron,
A *.lst file has to contain a listing of all the source files that you wish to pass to the aspectj compiler. AJDT automatically maintains a file "default.lst" which is guaranteed to contain all the *.java and *.aj files in your project when used for a build. You can create your own additional .lst files, and these should list the files that you want included in those build configurations. The build configuration editor, which AJDT will use to open .lst files by default, provides an easy way for you to manage this by giving a tree view of your source with simple check boxes to include or exclude files.

-- Adrian.
adrian_colyer@xxxxxxxxxx



28 May 2003 20:30
To: "'ajdt-dev@xxxxxxxxxxxxxxx'" <ajdt-dev@xxxxxxxxxxxxxxx>
cc:
From: "DiFrango, Ron" <ron.difrango@xxxxxxxxxxxxxx>
Subject: [ajdt-dev] Listing File


Is it true that the listing file has to contain all the classes that are referenced within your project?  From what I can tell this is true, but I just wanted to confirm it?

I am using the AJDT version 0.5.2 and 1.0.6 with Eclipse 2.1.

Thanks in advance,

Ron DiFrango

                                **************************************************************************          The information transmitted herewith is sensitive information intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.


Back to the top