न्यूबी सवाल क्योंकि मैं मेवेन का उपयोग करके गति तक नहीं हूं।मेवेन और स्कैला 2.8 का उपयोग करके लिफ्ट: लिफ्ट-मैपर गायब है?
मैं स्कैला 2.8 का उपयोग करके स्कैला + लिफ्ट का उपयोग करने की कोशिश कर रहा हूं, पर्यावरण यदि यह मायने रखता है तो एक win7 बॉक्स है।
mvn archetype:generate -U -DarchetypeGroupId=net.liftweb -DarchetypeArtifactId=lift-archetype-basic -DarchetypeVersion=2.0-scala280-SNAPSHOT -DarchetypeRepository=http://scala-tools.org/repo-snapshots -DremoteRepositories=http://scala-tools.org/repo-snapshots -DgroupId=com.liftworkshop
-DartifactId=todo -Dversion=1.0-SNAPSHOT
अब तक तो अच्छा है, लेकिन फिर, मैं अपने नए प्रोजेक्ट में सीडी की कोशिश करते हैं और कार्य करें::
मैं एक बुनियादी परियोजना का उपयोग कर बनाने के
mvn jetty:run
मैं काफी कुछ करने के बाद डाउनलोड नीचे की तरह एक त्रुटि के साथ समाप्त होता है:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) net.liftweb:lift-mapper:jar:2.0-scala280-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=net.liftweb -DartifactId=lift-mapper -D
version=2.0-scala280-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=net.liftweb -DartifactId=lift-mapper -Dve
rsion=2.0-scala280-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Dr
epositoryId=[id]
Path to dependency:
1) com.liftworkshop:todo:war:1.0-SNAPSHOT
2) net.liftweb:lift-mapper:jar:2.0-scala280-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
com.liftworkshop:todo:war:1.0-SNAPSHOT
from the specified remote repositories:
scala-tools.snapshots (http://scala-tools.org/repo-snapshots),
scala-tools.releases (http://scala-tools.org/repo-releases),
central (http://repo1.maven.org/maven2)
कोई विचार?
बहुत बहुत धन्यवाद। यह एक अस्थायी बात होनी चाहिए, क्योंकि जब मैंने 1h बाद में एक ही सेटअप के साथ कोशिश की, तो यह काम किया। –
यह मेरे लिए असफल रहा, यह अजीब है ... –