Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
aspectj: AspectJ aspect-oriented language extension to Java
- Summary
- AspectJ is a seamless aspect-oriented language
extension to Java(tm). It can be used to cleanly
modularize the crosscutting structure of concerns
such as exception handling, multi-object protocols,
synchronization, performance optimizations, and
resource sharing. When implemented in a
non-aspect-oriented fashion, the code for these concerns
typically becomes spread out across entire programs.
AspectJ controls such code-tangling and makes the
underlying concerns more apparent, making programs
easier to develop and maintain. The project goal
is to support the AspectJ compiler and core tools.
Changelog
- * Thu Mar 22 11:00:00 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.2.1-4jpp
-
- Provide scripts
- Add gcj_support option
- Use wildcards for eclipse classpath
- (B)R eclipse-platform and now -rcp >= 3.1 and adapt with patches
- Build verified for eclipse 3.2.2 on fc6; TODO: verify others
- Activated tests: 99.61% success
- * Fri Mar 24 11:00:00 2006 Fernando Nasser <fnasser{%}redhat{*}com> - 0:1.2.132jpp
-
- Rebuild
- * Thu Mar 16 11:00:00 2006 Ben Konrath <bkonrath{%}redhat{*}com> - 0:1.2.1-2jpp_1rh
-
- First Red Hat build
- Don't use build-classpath for the eclipse jars.