简体   繁体   中英

UTopup.1.0.jar file Missing. Java, eclipse, Maven

在此处输入图片说明

Problem 1 -I am using Eclipse Indigo with maven for J2EE development with Apache Tomcat. My problem is that i am able to clean project , but unable to execute mvn install . the screen shot shows the error message. It has the 4.6.1-RC01-SNAPSHOT but couldn't resolve to dependency. The other file UTopup.1.0.jar it says is missing, i searched this file on web and other team member's PC to have it in the directory, but no one has this jar file and they are running the project perfectly. The question is what is this file and from where do i get one?

Problem 2 : I got the project from SVNRepository and the project came to me without proper packaging, it shows the hierarchy but not the packages, any idea why is that so, Please help...

The other file UTopup.1.0.jar it says is missing, i searched this file on web and other team member's PC to have it in the directory, but no one has this jar file and they are running the project perfectly. The question is what is this file and from where do i get one?

Not sure about this jar myself, but can you try to remove your local repository once and and then re-attempt to mvn install the project?

Problem 2 : I got the project from SVNRepository and the project came to me without proper packaging, it shows the hierarchy but not the packages

I am not sure what you mean by proper packaging, do you mean to say that eclipse isn't displaying the project in a proper structure ( like the src/main/java etc etc ). If that is the case, then simply the eclipse settings file for this particular project isn't committed on the svn. Its just a matter of setting up your classpath file so that eclipse can display the folders properly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM