- Documentation
- Developer's corner
Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
To contribute to the development of LogicAJ or run it from the SVN you need the Plug-in Developer or the Classic version of Eclipse Europa (version 3.3.x.x).
You need to check out first the code for JTransformer and PDT, on which LogicAJ depends.
Make sure to check out st.logicaj from the JTransformer repository. This will be moved to the LogicAJ repository in the near future.
LogicAJ repository path: https://svn.iai.uni-bonn.de/repos/IAI_Software/logicaj/trunk/. Checkout the projects:
For CSLogicAJ you will need Ditrios, too:
Ditrios repository path: https://svn.iai.uni-bonn.de/repos/IAI_Software/ditrios/
Checkout projects:
Use the Ditrios Team Set to import the current set of plugins.
If any of these projects contain errors after checking them out.
Run the build-laj-jt-pdt.xml ant build. It will create the file dist/laj-jt-pdt-cvs.zip containing the current version of the PDT, JTransformer, LogicAJ.
Be aware that there might be incompatibilities with the PDT on the HEAD!
Run eclipse with more memory, at least 512 MB. JTransformer consumes a lot of memory on larger projects. The option -consoleLog logs exceptions directly to the console additionally to the .log file in the .metadata project. Of course you have to start eclipse from a console (cmd, gnome-terminal, etc.) to see the messages.
eclipse -consoleLog -clean -vmargs -Xmx512M -Xms512M
For more eclipse command line option see the documentation.
Run→JUnitPluginTest
Test:
Project: LogicAJ
Test Class: org.aspectj.compiler.test.LogicAJTestsuite
Main:
Program to Run: Run an Application: No Application-Headles Mode
Command Line Settings: default.
Runtime JRE: <Java 1.5>
Note: make sure that you've put the tools.jar
file in the Java CLASSPATH
. Otherwise the tests will not run.