On 08/03/2007, at 11:09 AM, Raphaël Piéroni wrote:
Hi,
I have some problem to build archiva from sources:
First the maven-meeper subproject don't have a pom.
http://svn.apache.org/viewvc/maven/archiva/trunk/maven-meeper/pom.xml?
view=log
second, (after created a dummy pom for it) i have
[INFO] Result of /home/local/jdk1.6.0/jre/../bin/jarsigner -keystore
src/keystore/keystore -storepass ****** -keypass ******
/home/users/rafale/projects/maven/archiva/archiva-applet/target/
archiva-
applet-1.0-SNAPSHOT.jar mykey execution is: '1'.
[INFO]
----------------------------------------------------------------------
--
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Result of
/home/local/jdk1.6.0/jre/../bin/jarsigner -keystore src/keystore/
keystore
-storepass ****** -keypass ******
/home/users/rafale/projects/maven/archiva/archiva-applet/target/
archiva-
applet-1.0-SNAPSHOT.jar mykey execution is: '1'.
Not sure what the problem is here - might need to try and get more
output from jarsigner or run it manually to test.
- Brett