-
1) I'm using maven 2.0.9. Did you change something recently ? I update the code and I tried to build it to send to you the errors but I have a missing dependencies :
[INFO] Failed to resolve artifact.
Missing:
----------
1) sun.jdk:tools:jar:1.5
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file...
2008-07-22 20:40:43 UTC in Clirr
-
Hi Lars,
I tried to test the version 0.7 of clirr but I wasn't able to acheive it because :
1) Building the trunk (maven 2) I have several unit tests in error. I installed the jar in my local repository bypassing tests.
2) The code in the maven plugin uses some BCELs APIs :-( . I wasn't able to modify it. I don't know Clirr/BCEL/ASM APIs and I don't have the time have a look at them in...
2008-07-21 10:27:54 UTC in Clirr
-
Hi Lars,
It's good to know. Sadly, it's a proprietary development and I as able to create a simple testcase (http://jira.codehaus.org/browse/MCLIRR-14). I didn't have a look at clirr source code yet. If it's easy to build the code I can try to build your trunk, deploy it in my local repository and test my project with a modified version of the Maven Clirr plugin using your trunk.
I'll try...
2008-07-17 20:30:39 UTC in Clirr
-
java.lang.ClassNotFoundException: javax.servlet.Filter not found.
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NullPointerException...
2008-07-16 15:26:19 UTC in Clirr
-
The pom in the plugin javancss 1.3 is invalid. It can't be used with maven 1.1 (more strict).
[exec] BUILD FAILED
[exec] Errors stack :
[exec] >> Unable to obtain goal [plugins:test-all]
[exec] >> File...... file:/E:/Projects/Maven/SCM/m1-clean/core/../plugins/maven.xml
[exec] >> Element... maven:reactor
[exec] >> Line...... 29
[exec] >> Column......
2007-01-11 00:42:50 UTC in Maven Plugins
-
aheritier committed patchset 979 of module maven-plugins to the Maven Plugins CVS repository, changing 1 files.
2006-08-06 21:20:53 UTC in Maven Plugins
-
aheritier committed patchset 966 of module maven-plugins to the Maven Plugins CVS repository, changing 1 files.
2006-08-04 21:28:06 UTC in Maven Plugins