How do I get and compile the source code for AspectJ?
AspectJ 1.0 source code is available in an archive available with the 1.0 downloads. It contains instructions for building from sources. AspectJ 1.1 source code is available through CVS using the CVS Root dev.eclipse.org:/home/technology. For more information on accessing the CVS tree at eclipse.org, see the documentation from http://eclipse.org. Find specific instructions in the AspectJ tree at org.aspectj/modules/build/readme-build-and-test-aspectj.html. If you would like to use Ant to checkout the sources, build the distribution, and test everything, see org.aspectj/modules/build/release/build.xml. The AspectJ tree is organized into modules as follows: org.aspectj/ modules/ ajbrowser/ ajde/ … lib/ … You can check out the entire modules directory and build using the Ant build script modules/build/build.xml. All required libraries are included in modules/lib/, (including Ant 1.5.1 in modules/lib/ant). If you are using Eclipse, you can check out any modules/ subdirectory as an ecli
> > > http://www.eclipse.org/aspectj/doc/released/faq.php#q:buildingsource > > > > > > The tags are reasonably clear: V1_5_0 V1_6_0 etc. These are not in > > > branches, they are file tags. > > > > > > Andy. > > > > > > On 06/03/2008, Marco D’Ambros