Status: New
Owner: liuj...@google.com
Labels: Type-Defect Priority-Medium

New issue 339 by johannes...@gmail.com: maven hangs on windows when compiling protobuf java
http://code.google.com/p/protobuf/issues/detail?id=339

Maven constantly hangs on windows when downloading some dependencies for the java library.

What steps will reproduce the problem?
Ensure that no dependencies exist in the local maven repository
1. mvn.bat test

What is the expected output? What do you see instead?
a compiled jar

What version of the product are you using? On what operating system?
protobuf source 2.4.1
maven 3.0.3

Please provide any additional information below.
This is the last output from maven until it hangs endlessly:

[INFO] ------------------------------------------------------------------------
[INFO] Building Protocol Buffer Java API 2.4.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-antrun-plugin:1.3:run (generate-sources) @ protobuf-java ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] Registering compile source root c:\vol\msvc100\src\protobuf-2.4.1\java\target\generated-sources
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ protobuf-java --- [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory c:\vol\msvc100\src\protobuf-2.4.1\java\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ protobuf-java --- [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent! [INFO] Compiling 38 source files to c:\vol\msvc100\src\protobuf-2.4.1\java\target\classes
[INFO]
[INFO] --- maven-antrun-plugin:1.3:run (generate-test-sources) @ protobuf-java ---
[INFO] Executing tasks
[mkdir] Created dir: c:\vol\msvc100\src\protobuf-2.4.1\java\target\generated-test-sources
[INFO] Executed tasks
[INFO] Registering compile test source root c:\vol\msvc100\src\protobuf-2.4.1\java\target\generated-test-sources
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ protobuf-java --- [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory c:\vol\msvc100\src\protobuf-2.4.1\java\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ protobuf-java --- [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent! [INFO] Compiling 50 source files to c:\vol\msvc100\src\protobuf-2.4.1\java\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ protobuf-java --- Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.7.2/maven-surefire-common-2
.7.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-api/2.7.2/surefire-api-2.7.2.jar
33 KB   31 KB

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to