-
Notifications
You must be signed in to change notification settings - Fork 19
/
log.txt
211 lines (207 loc) · 11.9 KB
/
log.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.boundbox:boundbox-sample-integration-tests:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 78, column 12
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 60, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.boundbox:boundbox-sample:jar:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 77, column 12
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 59, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.boundbox:boundbox-android-sample:apk:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 63, column 12
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.boundbox:boundbox-android-sample-tests:apk:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 94, column 12
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 76, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] boundbox-parent
[INFO] boundbox-library
[INFO] BoundBox Library Integration tests
[INFO] BoundBox Sample
[INFO] boundbox-android-sample
[INFO] boundbox-android-sample-tests
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building boundbox-parent 1.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ boundbox-parent ---
[INFO] Deleting /Users/stephanenicolas/git/boundbox/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ boundbox-parent ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.9.1:check (checkstyle-check) @ boundbox-parent ---
[INFO]
[INFO]
[INFO] >>> findbugs-maven-plugin:2.5.2:check (findbugs-check) @ boundbox-parent >>>
[INFO]
[INFO] --- findbugs-maven-plugin:2.5.2:findbugs (findbugs) @ boundbox-parent ---
[INFO]
[INFO] <<< findbugs-maven-plugin:2.5.2:check (findbugs-check) @ boundbox-parent <<<
[INFO]
[INFO] --- findbugs-maven-plugin:2.5.2:check (findbugs-check) @ boundbox-parent ---
[INFO]
[INFO] >>> maven-pmd-plugin:2.7.1:check (pmd-check) @ boundbox-parent >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:pmd (pmd) @ boundbox-parent ---
[INFO]
[INFO] <<< maven-pmd-plugin:2.7.1:check (pmd-check) @ boundbox-parent <<<
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:check (pmd-check) @ boundbox-parent ---
[INFO]
[INFO] >>> maven-pmd-plugin:2.7.1:cpd-check (pmd-check) @ boundbox-parent >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:cpd (cpd) @ boundbox-parent ---
[INFO]
[INFO] <<< maven-pmd-plugin:2.7.1:cpd-check (pmd-check) @ boundbox-parent <<<
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:cpd-check (pmd-check) @ boundbox-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ boundbox-parent ---
[INFO] Installing /Users/stephanenicolas/git/boundbox/pom.xml to /Users/stephanenicolas/.m2/repository/org/boundbox/boundbox-parent/1.1.1-SNAPSHOT/boundbox-parent-1.1.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building boundbox-library 1.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ boundbox-library ---
[INFO] Deleting /Users/stephanenicolas/git/boundbox/boundbox-library/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ boundbox-library ---
[INFO]
[INFO] --- maven-checkstyle-plugin:2.9.1:check (checkstyle-check) @ boundbox-library ---
[INFO]
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ boundbox-library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ boundbox-library ---
[INFO] Compiling 15 source files to /Users/stephanenicolas/git/boundbox/boundbox-library/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ boundbox-library ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 45 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ boundbox-library ---
[INFO] Compiling 5 source files to /Users/stephanenicolas/git/boundbox/boundbox-library/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ boundbox-library ---
[INFO] Surefire report directory: /Users/stephanenicolas/git/boundbox/boundbox-library/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ boundbox-library ---
[INFO] Building jar: /Users/stephanenicolas/git/boundbox/boundbox-library/target/boundbox-library-1.1.1-SNAPSHOT.jar
[INFO]
[INFO] >>> findbugs-maven-plugin:2.5.2:check (findbugs-check) @ boundbox-library >>>
[INFO]
[INFO] --- findbugs-maven-plugin:2.5.2:findbugs (findbugs) @ boundbox-library ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO]
[INFO] <<< findbugs-maven-plugin:2.5.2:check (findbugs-check) @ boundbox-library <<<
[INFO]
[INFO] --- findbugs-maven-plugin:2.5.2:check (findbugs-check) @ boundbox-library ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO]
[INFO] >>> maven-pmd-plugin:2.7.1:check (pmd-check) @ boundbox-library >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:pmd (pmd) @ boundbox-library ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] <<< maven-pmd-plugin:2.7.1:check (pmd-check) @ boundbox-library <<<
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:check (pmd-check) @ boundbox-library ---
[INFO]
[INFO]
[INFO] >>> maven-pmd-plugin:2.7.1:cpd-check (pmd-check) @ boundbox-library >>>
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:cpd (cpd) @ boundbox-library ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] <<< maven-pmd-plugin:2.7.1:cpd-check (pmd-check) @ boundbox-library <<<
[INFO]
[INFO] --- maven-pmd-plugin:2.7.1:cpd-check (pmd-check) @ boundbox-library ---
[INFO]
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ boundbox-library ---
[INFO] Installing /Users/stephanenicolas/git/boundbox/boundbox-library/target/boundbox-library-1.1.1-SNAPSHOT.jar to /Users/stephanenicolas/.m2/repository/org/boundbox/boundbox-library/1.1.1-SNAPSHOT/boundbox-library-1.1.1-SNAPSHOT.jar
[INFO] Installing /Users/stephanenicolas/git/boundbox/boundbox-library/pom.xml to /Users/stephanenicolas/.m2/repository/org/boundbox/boundbox-library/1.1.1-SNAPSHOT/boundbox-library-1.1.1-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building BoundBox Library Integration tests 1.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ boundbox-sample-integration-tests ---
[INFO] Deleting /Users/stephanenicolas/git/boundbox/boundbox-library-integration-tests/target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ boundbox-sample-integration-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ boundbox-sample-integration-tests ---
[INFO] Source directory: /Users/stephanenicolas/git/boundbox/boundbox-library-integration-tests/target/generated-sources/annotations added.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.9.1:check (checkstyle-check) @ boundbox-sample-integration-tests ---
[INFO]
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ boundbox-sample-integration-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/stephanenicolas/git/boundbox/boundbox-library-integration-tests/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ boundbox-sample-integration-tests ---
[INFO] Compiling 23 source files to /Users/stephanenicolas/git/boundbox/boundbox-library-integration-tests/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ boundbox-sample-integration-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/stephanenicolas/git/boundbox/boundbox-library-integration-tests/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ boundbox-sample-integration-tests ---
[INFO] Compiling 13 source files to /Users/stephanenicolas/git/boundbox/boundbox-library-integration-tests/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/stephanenicolas/git/boundbox/boundbox-library-integration-tests/src/test/java/org/boundbox/sample/InnerClassTest.java:[82,44] error: cannot find symbol
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] boundbox-parent ................................... SUCCESS [2.563s]
[INFO] boundbox-library .................................. SUCCESS [17.808s]
[INFO] BoundBox Library Integration tests ................ FAILURE [2.012s]
[INFO] BoundBox Sample ................................... SKIPPED
[INFO] boundbox-android-sample ........................... SKIPPED
[INFO] boundbox-android-sample-tests ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.976s
[INFO] Finished at: Tue Oct 15 11:08:42 CEST 2013
[INFO] Final Memory: 44M/426M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project boundbox-sample-integration-tests: Compilation failure
[ERROR] /Users/stephanenicolas/git/boundbox/boundbox-library-integration-tests/src/test/java/org/boundbox/sample/InnerClassTest.java:[82,44] error: cannot find symbol
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :boundbox-sample-integration-tests