0

Springsource Tool Suite(STS)を使おうとしましたが、コンパイルエラーが多すぎました。

classpath error: unable to find org.aspectj.lang.JoinPoint (check that aspectjrt.jar is in your classpath)  SpringApp       Unknown Java Problem

ArtifactDescriptorException: Failed to read artifact descriptor for cglib:cglib-nodep:jar:2.2: ArtifactResolutionException: Failure to transfer cglib:cglib-nodep:pom:2.2 from http://maven.springframework.org/release was cached in the local repository, resolution will not be reattempted until the update interval of spring-maven-release has elapsed or updates are forced. Original error: Could not transfer artifact cglib:cglib-nodep:pom:2.2 from/to spring-maven-release (http://maven.springframework.org/release): null to http://maven.springframework.org/release/cglib/cglib-nodep/2.2/cglib-nodep-2.2.pom   pom.xml /SpringApp  line 1  Maven Dependency Problem

Failure to transfer org.codehaus.mojo:aspectj-maven-plugin:pom:1.2 from http://maven.springframework.org/release was cached in the local repository, resolution will not be reattempted until the update interval of spring-maven-release has elapsed or updates are forced. Original error: Could not transfer artifact org.codehaus.mojo:aspectj-maven-plugin:pom:1.2 from/to spring-maven-release (http://maven.springframework.org/release): null to http://maven.springframework.org/release/org/codehaus/mojo/aspectj-maven-plugin/1.2/aspectj-maven-plugin-1.2.pom   pom.xml /SpringApp  line 1  Maven pom Loading Problem

私はここにstackoverflowで非常に多くの質問を見つけましたが、答えはありません。

4

1 に答える 1

1

IDEのプロキシ設定とMavenのsetings.xmlプロキシ設定を設定しただけです。

于 2011-12-11T12:30:30.400 に答える