blob: ce4d1cd8c2d8d80b67cb75b92ff93c9666869006 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
.lst file support
</title>
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
</head>
<body>
<h1>
.lst file support
</h1>
<p>
Prior to AJDT 1.1.11 build configurations were stored in a different format in <em>.lst</em> files.
The command line AspectJ compiler and other IDEs still use <em>.lst</em> files so AJDT provides
support for converting between <em>.lst</em> and <em>.ajproperties</em> files.
</p>
<p>
To convert a <em>.lst</em> file to a <em>.ajproperties</em> file, right click on the file
in the package explorer then select <strong>AspectJ Tools &gt; Save as .ajproperties file...</strong>. In the
resulting dialog optionally change the name of the file to be created, then click
<strong>OK</strong> to complete.
<p>
<p>
To convert a <em>.ajproperties</em> file to a <em>.lst</em> file, right click on the file
in the package explorer then select <strong>AspectJ Tools &gt; Save as .lst file...</strong>. In the
resulting dialog optionally change the name of the file to be created, then click
<strong>OK</strong> to complete.
<p>
<img src="../images/ngrelc.gif" alt="Related concepts" border="0" height="27" width="159"> <br>
<a href="../concepts/projects.htm">AspectJ projects</a><br>
<a href="../concepts/buildconfigs.htm">Build configurations</a>
</p>
<p>
<img src="../images/ngrelt.gif" alt="Related tasks" border="0" height="27" width="159">
</p>
<p>
<a href="newbuildconfig.htm">Creating a new build configuration</a><br>
<a href="editbuildconfig.htm">Editing a build configuration</a><br>
<a href="switchbuildconfig.htm">Switching build configurations</a><br>
<a href="buildconfigsandant.htm">Using build configurations with Ant</a>
</p>
<p>
<a href="../notices.html"><img src="../cpy.gif" border="0" alt="Legal notices" width="324" height="14"></a>
</p>
</body>
</html>