Fails to build archiva

2007-03-08 Thread Raphaël Piéroni

Hi,

I have some problem to build archiva from sources:

First the maven-meeper subproject don't have a pom.

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'.

Is there an already built archiva ?
or how do i build it ,

Thanks in advance for any help


Re: Fails to build archiva

2007-03-08 Thread Brett Porter


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


Solved: Fails to build archiva

2007-03-08 Thread Raphaël Piéroni

Sorry for the noise, a fresh checkout solved the problem


2007/3/8, Brett Porter <[EMAIL PROTECTED]>:



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



Delete + checkout solve this.



> 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.



[debug] Executing: /home/local/jdk1.6.0/jre/../bin/jarsigner -verify
/home/users/rafale/projects/maven/archiva/archiva-applet/target/archiva-
applet-1.0-SNAPSHOT.jar
[info] jar is unsigned. (signatures missing or not parsable)
[DEBUG] jarsigner executable=[/home/local/jdk1.6.0/jre/../bin/jarsigner]
[DEBUG] Signing JAR in-place (overwritting original JAR).
[DEBUG] Executing: /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
[INFO] jarsigner error: java.lang.RuntimeException: keystore load:
/home/users/rafale/projects/maven/archiva/archiva-applet/src/keystore/keystore
(No such file or directory)


- Brett