2006-04-27 05:28:58 +00:00

101 lines
5.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2006 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>AspectJ plugin changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
<author email="vmassol@pivolis.com">Vincent Massol</author>
<author email="jason@maven.org">Jason van Zyl</author>
<author email="carlos@apache.org">Carlos Sanchez</author>
</properties>
<body>
<release version="4.0" date="2006-04-26">
<action dev="ltheussl" type="add" issue="MPASPECTJ-15" due-to="Alexey Dashkevich">New property
<code>maven.aspectj.dest</code>to define output folder for
<code>aspectj:compile</code>goal.
</action>
<action dev="ltheussl" type="fix" issue="MPASPECTJ-14" due-to="Alexey Dashkevich">Unable to weave only sources defined in argument files. New property
<code>maven.aspectj.src.argfilesOnly</code>.
</action>
<action dev="ltheussl" type="add" issue="MPASPECTJ-23" due-to="Shinobu Kawai Yoshida">Add a report for the plugin.</action>
<action dev="carlos" type="update" issue="MPASPECTJ-21">Upgraded to AspectJ 1.5.0</action>
<action dev="carlos" type="add" issue="MPASPECTJ-24" due-to="Shinobu Kawai">Added
<code>maven.aspectj.failonerror</code>property.
</action>
<action dev="vmassol" type="update" issue="MPASPECTJ-19">Add support for
<code>iajc</code>'s
<code>messageHolderClass</code>attribute and added
<code>maven.dependency.classpath</code>to the
<code>iajc</code>'s taskdef so that custom message holder classes will be found at execution time.
</action>
</release>
<release version="3.2" date="2004-10-06">
<action dev="carlos" type="add" issue="MPASPECTJ-12" due-to="Mark Proctor">Added
<code>maven.aspectj.argfiles</code>and
<code>maven.aspectj.weaveAspectSources</code>properties.
</action>
<action dev="felipeal" type="add" issue="MPASPECTJ-13">Added
<code>maven.aspectj.noweave</code>and
<code>maven.aspectj.lint</code>properties.
</action>
<action dev="carlos" type="fix">Added
<code>maven.aspectj.source</code>and
<code>maven.aspectj.time</code>properties that where incorrectly removed.
</action>
</release>
<release version="3.1.1" date="2004-07-09">
<action dev="carlos" type="fix" issue="MPASPECTJ-11">Check that unitTestSourceDirectory is defined in pom</action>
<action dev="carlos" type="add">Output messages to log</action>
<action dev="carlos" type="fix">Check that aspectSourceDirectory is defined in pom</action>
</release>
<release version="3.1" date="2004-06-20">
<action dev="carlos" type="add" issue="MPASPECTJ-6">Weave test classes</action>
<action dev="carlos" type="add" issue="MPASPECTJ-10">Added "Compiling aspect sources" section to xdoc</action>
<action dev="carlos" type="fix" issue="MPASPECTJ-10">Use
<code>maven.aspectj.maxmem</code>only when
<code>maven.aspectj.fork=true</code>to avoid aspectj warnings
</action>
<action dev="vmassol" type="update">Now using AspectJ 1.2 release.</action>
<action dev="vmassol" type="add" due-to="Jules Gosnell">Added new
<code>maven.aspectj.source</code>and
<code>maven.aspectj.time</code>properties.
</action>
</release>
<release version="3.0" date="2004-05-15">
<action dev="vmassol" type="add" issue="MPASPECTJ-9" due-to="Carlos Sanchez" due-to-email="carlossg@users.sourceforge.net">Added new
<code>maven.aspectj.fork</code>and
<code>maven.aspectj.maxmem</code>properties.
</action>
<action dev="vmassol" type="update" issue="MPASPECTJ-8" due-to="Carlos Sanchez" due-to-email="carlossg@users.sourceforge.net">Another almost complete rewrite of the plugin. The plugin is now using AspectJ 1.2rc1 and allows weaving at class level (instead of at jar level which was a bad idea introduced in version 2.0 of the plugin). It also supports weaving of dependent libraries.</action>
</release>
<release version="2.0" date="2004-03-10">
<action dev="vmassol" type="add">Complete rewrite of the plugin. Now using AspectJ 1.1 and performing binary weaving on jar generated by the
<code>jar:jar</code>goal. Also supports creation and weaving-in of reusable aspect libraries.
</action>
</release>
<release version="1.1" date="2003-09-21">
<action dev="dion" type="add">Added documentation for navigation, changes, properties and goals</action>
</release>
<release version="1.0" date="2002-07-16">
<action dev="jvanzyl" type="add">Original release for Maven 1.0-beta6</action>
</release>
</body>
</document>