Hi all...

 

Performing a build of the hippo repository initialization tool as
described on the Hippo wiki here: 

http://www.hippocms.org/display/CMS/Initializing+the+Hippo+Repository

 

Receive a maven build error after checking out of SNV:

"Goal 'uberjar:uberjar' does not exist in this project."

 

Replace the maven.xml with:

 

<project default="jar:install"/>

 

Creates the jar as needed. Not sure if that should be updated within the
trunk? I'm unfamiliar with maven 1.

 

Then when running:

C:\hippo-src>java -jar
target/hippo-repository-preparation-1.01.02-dev.jar sample.properties

(The jar is misnamed ' hippo-repository-preparation-1.01.02-dev-uber.jar
on the wiki)

 

I get:

Failed to load Main-Class manifest attribute from

target/hippo-repository-preparation-1.01.02-dev.jar

 

I've manually edited the jar Manifest file to include:

Main-class: hippo.cms.repository.RepositoryInitializationMain

 

But then get:

Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/commons/httpclient/Credentials

 

Wherever I place commons-httpclient-2.0.2.jar I get the same error, even
if I add a class-path element to the Manifest file in the jar.

 

I hope it looks like I've at least tried to get this working before
posting for help!

Can anyone help? Or at least give me the initializer binary?

 

Many thanks,

 

Dean.

********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Searchable archives can be found at:
MarkMail: http://hippocms-dev.markmail.org
Nabble: http://www.nabble.com/Hippo-CMS-f26633.html

Reply via email to