vmassol 2004/01/02 06:28:20
Modified: aspectwerkz plugin.jelly
aspectwerkz/src/plugin-test project.properties
Log:
- Create target build dir before compilation
- Fixed typo in plugin test properties
Revision Changes Path
1.14 +2 -0 maven-plugins/aspectwerkz/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/aspectwerkz/plugin.jelly,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- plugin.jelly 2 Jan 2004 14:24:04 -0000 1.13
+++ plugin.jelly 2 Jan 2004 14:28:20 -0000 1.14
@@ -72,6 +72,8 @@
<!-- If there are non-production aspect sources, compile them -->
<j:if test="${context.getVariable('maven.aspectwerkz.src.dir') != null}">
+ <ant:mkdir dir="${maven.aspectwerkz.build.dest}"/>
+
<ant:javac destdir="${maven.aspectwerkz.build.dest}"
excludes="**/package.html"
debug="${pom.getPluginContext('maven-java-plugin').getVariable('maven.compile.debug')}"
1.7 +1 -1 maven-plugins/aspectwerkz/src/plugin-test/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/maven-plugins/aspectwerkz/src/plugin-test/project.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project.properties 2 Jan 2004 14:09:03 -0000 1.6
+++ project.properties 2 Jan 2004 14:28:20 -0000 1.7
@@ -4,4 +4,4 @@
maven.aspectwerkz.verbose = true
maven.aspectwerkz.src.dir = ${basedir}/src/aspectwerkz
-maven.aspectwerkz.build.dir = ${maven.build.dir}/aspectwerkz/classes
+maven.aspectwerkz.build.dest = ${maven.build.dir}/aspectwerkz/classes
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]