質問編集履歴

2

ログの追加

2016/12/12 15:27

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -200,7 +200,7 @@
200
200
 
201
201
  adminのpom.xmlのディレクトリで
202
202
 
203
- ```
203
+ ```
204
204
 
205
205
  mvn -e package
206
206
 
@@ -212,6 +212,56 @@
212
212
 
213
213
  ```
214
214
 
215
+ [DEBUG] incrementalBuildHelper#beforeRebuildExecution
216
+
217
+ [INFO] Compiling 2 source files to /Users/inoue/fantasy-league/admin/target/classes
218
+
219
+ [DEBUG] incrementalBuildHelper#afterRebuildExecution
220
+
221
+ [INFO] -------------------------------------------------------------
222
+
223
+ [ERROR] COMPILATION ERROR :
224
+
225
+ [INFO] -------------------------------------------------------------
226
+
227
+ [ERROR] /Users/inoue/fantasy-league/admin/src/main/java/com/admin/aop/ConsumerTransactionAround.java:[3,25] パッケージcom.common.helperは存在しません
228
+
229
+ [ERROR] /Users/inoue/fantasy-league/admin/src/main/java/com/admin/aop/ConsumerTransactionAround.java:[18,13] シンボルを見つけられません
230
+
231
+ シンボル: クラス AccessContextHelper
232
+
233
+ 場所: クラス com.admin.aop.ConsumerTransactionAround
234
+
235
+ [INFO] 2 errors
236
+
237
+ [INFO] -------------------------------------------------------------
238
+
239
+ [INFO] ------------------------------------------------------------------------
240
+
241
+ [INFO] BUILD FAILURE
242
+
243
+ [INFO] ------------------------------------------------------------------------
244
+
245
+ [INFO] Total time: 3.647s
246
+
247
+ [INFO] Finished at: Tue Dec 13 00:26:36 JST 2016
248
+
249
+ [INFO] Final Memory: 24M/223M
250
+
251
+ [INFO] ------------------------------------------------------------------------
252
+
253
+ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project admin: Compilation failure: Compilation failure:
254
+
255
+ [ERROR] /Users/inoue/fantasy-league/admin/src/main/java/com/admin/aop/ConsumerTransactionAround.java:[3,25] パッケージcom.common.helperは存在しません
256
+
257
+ [ERROR] /Users/inoue/fantasy-league/admin/src/main/java/com/admin/aop/ConsumerTransactionAround.java:[18,13] シンボルを見つけられません
258
+
259
+ [ERROR] シンボル: クラス AccessContextHelper
260
+
261
+ [ERROR] 場所: クラス com.admin.aop.ConsumerTransactionAround
262
+
263
+ [ERROR] -> [Help 1]
264
+
215
265
  org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project admin: Compilation failure
216
266
 
217
267
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
@@ -268,8 +318,6 @@
268
318
 
269
319
  [ERROR]
270
320
 
271
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
272
-
273
321
  [ERROR]
274
322
 
275
323
  [ERROR] For more information about the errors and possible solutions, please read the following articles:

1

文言追加

2016/12/12 15:27

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -281,3 +281,9 @@
281
281
  ###補足情報(言語/FW/ツール等のバージョンなど)
282
282
 
283
283
  FWはspring-boot
284
+
285
+
286
+
287
+ ご教授いただけるとありがたいです。
288
+
289
+ よろしくお願いいたします。