maybe you know better than me, but i see something:
[INFO] [site:attach-descriptor]
[INFO] Unable to load parent project from a relative path: Could not
find the model file 'C:\wks\pom.xml'. for project unknown
[INFO] Parent project loaded from repository.
allTests:
[au:antunit] Build File:
C:\wks\rat\apache-rat-tasks\src\test\resources\antunit\report-normal-operation.xml
[au:antunit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0.703 sec
[au:antunit] Target: testCustomMatcherSentToFile caused an ERROR
[au:antunit] at line 173, column 43
[au:antunit] Message: Unable to find a javac compiler;
[au:antunit] com.sun.tools.javac.Main is not on the classpath.
[au:antunit] Perhaps JAVA_HOME does not point to the JDK.
[au:antunit] It is currently set to "C:\Program Files\Java\jdk1.6.0_11\jre"
(note, my environment variable JAVA_HOME is set to C:\Program
Files\Java\jdk1.6.0_11. who put \jre on the end?)
Robert Burrell Donkin wrote:
scott comer wrote:
so, i checked out rat:
https://svn.apache.org/repos/asf/incubator/rat/main/tags/apache-rat-project-0.6
i ran the maven build:
mvn install
this more or less worked perfectly.
then i tried the release step so i could get something i could use:
mvn clean package assembly:assembly
this failed. attached is the log. what am i doing wrong?
not sure
maven does the tagging thing and it's been a little messy every since
the subversion server version was upgraded. from what i can see, the tag
looks ok though.
the log doesn't contain anything obvious - have you tried running maven
at debug?
- robert