Re: Following Documentation gets following error
Aleksandar Vidakovic <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <1112219116.12875.8.camel@popper> |
Those jars cannot be found in any repository... you have to check them out from https://svn.apache.org/repos/asf/excalibur/trunk You will need the modules "fortress" and "buildsystem". The jars that you need (or better the projects) can be found in the module "fortress". Just cd to the directories and do a "maven jar:install" and you'll have what you need... Cheers, Aleks On Wed, 2005-03-30 at 14:50-0600, Gene wrote: > Hi, getting started to take advantage of all the hard work being done to > mavenize Keel. Got maven-1.0.2 installed, and maven -v gives me the > expected output. > > created build.properties in ~/gmccullough with contents as follows: > maven.repo.local=/home/gmccullough/.maven/repository > maven.repo.remote=http://ibiblio.org/maven,http://keelframework.org/maven > > executed the following: > maven -DartifactId=maven-keel-plugin -DgroupId=keel -Dversion=1.2.13 > plugin:download > > with the following output: > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0.2 > > Plugin cache will be regenerated > Attempting to download commons-net-1.1.0.jar. > 139K downloaded > Attempting to download jsch-0.1.5.jar. > 79K downloaded > Attempting to download commons-jelly-tags-velocity-20030303.205659.jar. > 7K downloaded > Attempting to download velocity-1.4-dev.jar. > 351K downloaded > Attempting to download commons-jelly-tags-xml-20030211.142705.jar. > 31K downloaded > Attempting to download commons-jelly-tags-interaction-20030211.143817.jar. > 4K downloaded > build:start: > > plugin:download-artifact: > [mkdir] Created dir: /home/gmccullough/.maven/repository/keel/plugins > [echo] repo is 'http://ibiblio.org/maven' > [echo] trying to download > http://ibiblio.org/maven/keel/plugins/maven-keel-plugin-1.2.13.jar > [echo] repo is 'http://keelframework.org/maven' > [echo] trying to download > http://keelframework.org/maven/keel/plugins/maven-keel-plugin-1.2.13.jar > 7K downloaded > > plugin:download: > [delete] /home/gmccullough/.maven/plugins not found. > [copy] Copying 1 file to /usr/share/maven-1.0.2/plugins > > BUILD FAILED > File...... > /home/gmccullough/.maven/cache/maven-plugin-plugin-1.5.2/plugin.jellyElement... > ant:copy > Line...... 195 > Column.... 67 > Failed to copy > /home/gmccullough/.maven/repository/keel/plugins/maven-keel-plugin-1.2.13.jar > to /usr/share/maven-1.0.2/plugins/maven-keel-plugin-1.2.13.jar due to > /usr/share/maven-1.0.2/plugins/maven-keel-plugin-1.2.13.jar (Permission > denied) > Total time: 25 seconds > Finished at: Wed Mar 30 13:56:48 CST 2005 > > changed the permissions on the maven-1.0.2/plugins dir, reran, got > success message, and verified that the plugin was there. > > On running maven keel:install, i get the following: > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0.2 > > Attempting to download excalibur-fortress-meta-1.2.jar. > WARNING: Failed to download excalibur-fortress-meta-1.2.jar. > Attempting to download excalibur-fortress-container-api-1.2.jar. > WARNING: Failed to download excalibur-fortress-container-api-1.2.jar. > Attempting to download excalibur-instrument-client-1.2.jar. > WARNING: Failed to download excalibur-instrument-client-1.2.jar. > The build cannot continue because of the following unsatisfied dependencies: > > excalibur-fortress-meta-1.2.jar > excalibur-fortress-container-api-1.2.jar > excalibur-instrument-client-1.2.jar > > Total time: 10 seconds > Finished at: Wed Mar 30 14:26:38 CST 2005 > > > Any suggestions? Tried to sift through the list, but no luck, sorry if > this is duplicated. > > TIA > gene > http://keelframework.org/documentation.shtml > Keelgroup mailing list > [email protected] > http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com > -- Aleksandar Vidakovic <[email protected]> http://keelframework.org/documentation.shtml Keelgroup mailing list [email protected] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com