[Building Sakai] for edia scorm player and sakai 2.7

Roland Groen roland at edia.nl
Wed Feb 2 03:41:04 PST 2011


Did you execute step 3 of section "Sakai 2.7" > "The sakai-wicket project"
of the manual?

"If you use a different version of sakai than 2.7-SNAPSHOT, please replace
<OTHER_VERSION> with your version:"


find . -name pom.xml -exec sed -i s/2.7-SNAPSHOT/<OTHER_VERSION>/g {} \;


It seems you're using 2.7.0, so this should render to:

find . -name pom.xml -exec sed -i s/2.7-SNAPSHOT/2.7.0/g {} \;


With kind regards,

--
*Roland M.S. Groen*
roland at edia.nl

*Edia* - Educatie Technologie
Korte Prinsengracht 42 hs | 1013 GT Amsterdam
*T* 020 716 36 12 | *F* 020 716 36 13 | *M* 06 2423 09 06 | www.edia.nl



On Wed, Feb 2, 2011 at 12:01 PM, Regimantas Maciulskis <
regimantas.maciulskis at gmail.com> wrote:

> I installed sakai-wicked successfull, but got error when run
>
> mvn clean install sakai:deploy -Dmaven.tomcat.home=/opt/tomcat-5.5.28
>
>
> What is wrong?
>
>
>
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.sakaiproject:sakai-wicket:jar:2.7.0
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.sakaiproject
> -DartifactId=sakai-wicket -Dversion=2.7.0 -Dpackaging=jar
> -Dfile=/path/to/file
>
>   Alternatively, if you host your own repository you can deploy the file
> there:
>       mvn deploy:deploy-file -DgroupId=org.sakaiproject
> -DartifactId=sakai-wicket -Dversion=2.7.0 -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>   Path to dependency:
>         1) org.sakaiproject.scorm:sakai-scorm-tool:war:1.0-SNAPSHOT
>         2) org.sakaiproject:sakai-wicket:jar:2.7.0
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
>   org.sakaiproject.scorm:sakai-scorm-tool:war:1.0-SNAPSHOT
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   sakai-maven (http://source.sakaiproject.org/maven2),
>   sakai-maven2-snapshots (http://source.sakaiproject.org/maven2-snapshots
> ),
>   default (http://repo1.maven.org/maven2)
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20110202/dac0aa94/attachment.html 


More information about the sakai-dev mailing list