• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Getting displaytag examples to compile

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All:

I am new to displaytag and Maven. I download the displaytag-examples from the url "http://sourceforge.net/projects/displaytag/files/" it is part of the "displaytag-1.2-src.zip"
I am using Eclipse 3.5 and Weblogic 11g.
I got all of the artifacts download. I was able to do "Mavern Install" and "Mavern Package" successfully on the project
but I was not able to deploy to weblogic 11g.

In the "displaytag-example" dynamic project. I see the following Problem "Description Resource Path Location Type
The container 'Maven Dependencies' references non existing library 'C:\Documents and Settings\alam\.m2\repository\commons-lang\commons-lang\2.3\commons-lang-2.3.jar' displaytag-examples Build path Build Path Problem
"
I ran the following command and the jar file was copy to the respective directory under .m2:
mvn install:install-file -DgroupId=commons-lang -DartifactId=commons-lang -Dversion=2.3 -Dpackaging=jar -Dfile=/test5/commons-lang-2.3.jar

But I noticed that in the directory C:\Documents and Settings\alam\.m2\repository\commons-lang\commons-lang\2.3 there was only the commons-lang-2.3.jar file but the following files doesnot exist:
commons-lang-2.3.jar.sha1
commons-lang-2.3.pom
commons-lang-2.3.pom.sha1

This is the result of running the following command:
mvn install:install-file -DgroupId=commons-lang -DartifactId=commons-lang -Dversion=2.3 -Dpackaging=jar -Dfile=/test5/commons-lang-2.3.jar

Result:
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'install'.
[INFO] org.apache.maven.plugins: checking for updates from plugin-central
[WARNING] repository metadata for: 'org.apache.maven.plugins' could not be retri
eved from repository: plugin-central due to an error: Error transferring file: t
orapprd08
[INFO] Repository 'plugin-central' will be blacklisted
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO] task-segment: [install:install-file] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [install:install-file {execution: default-cli}]
[INFO] Installing C:\test5\commons-lang-2.3.jar to C:\Docume~1\alam\.m2\reposito
ry\commons-lang\commons-lang\2.3\commons-lang-2.3.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Mon Dec 28 03:33:13 EST 2009
[INFO] Final Memory: 3M/6M


Any help or hint would be greatly appreciated it!!!

Yours,

Frustrated.
Filename: Problem.bmp
Description: PrintScreen of my eclipse error
File size: 1 megabytes
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What's the error?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic