teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

ログの追加

2016/12/12 15:27

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -99,12 +99,37 @@
99
99
 
100
100
  ### 実行コマンド
101
101
  adminのpom.xmlのディレクトリで
102
- ```
102
+ ```
103
103
  mvn -e package
104
104
  ```
105
105
 
106
106
  ### エラーメッセージ
107
107
  ```
108
+ [DEBUG] incrementalBuildHelper#beforeRebuildExecution
109
+ [INFO] Compiling 2 source files to /Users/inoue/fantasy-league/admin/target/classes
110
+ [DEBUG] incrementalBuildHelper#afterRebuildExecution
111
+ [INFO] -------------------------------------------------------------
112
+ [ERROR] COMPILATION ERROR :
113
+ [INFO] -------------------------------------------------------------
114
+ [ERROR] /Users/inoue/fantasy-league/admin/src/main/java/com/admin/aop/ConsumerTransactionAround.java:[3,25] パッケージcom.common.helperは存在しません
115
+ [ERROR] /Users/inoue/fantasy-league/admin/src/main/java/com/admin/aop/ConsumerTransactionAround.java:[18,13] シンボルを見つけられません
116
+ シンボル: クラス AccessContextHelper
117
+ 場所: クラス com.admin.aop.ConsumerTransactionAround
118
+ [INFO] 2 errors
119
+ [INFO] -------------------------------------------------------------
120
+ [INFO] ------------------------------------------------------------------------
121
+ [INFO] BUILD FAILURE
122
+ [INFO] ------------------------------------------------------------------------
123
+ [INFO] Total time: 3.647s
124
+ [INFO] Finished at: Tue Dec 13 00:26:36 JST 2016
125
+ [INFO] Final Memory: 24M/223M
126
+ [INFO] ------------------------------------------------------------------------
127
+ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project admin: Compilation failure: Compilation failure:
128
+ [ERROR] /Users/inoue/fantasy-league/admin/src/main/java/com/admin/aop/ConsumerTransactionAround.java:[3,25] パッケージcom.common.helperは存在しません
129
+ [ERROR] /Users/inoue/fantasy-league/admin/src/main/java/com/admin/aop/ConsumerTransactionAround.java:[18,13] シンボルを見つけられません
130
+ [ERROR] シンボル: クラス AccessContextHelper
131
+ [ERROR] 場所: クラス com.admin.aop.ConsumerTransactionAround
132
+ [ERROR] -> [Help 1]
108
133
  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
109
134
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
110
135
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
@@ -133,7 +158,6 @@
133
158
  at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
134
159
  ... 19 more
135
160
  [ERROR]
136
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
137
161
  [ERROR]
138
162
  [ERROR] For more information about the errors and possible solutions, please read the following articles:
139
163
  [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

1

文言追加

2016/12/12 15:27

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -139,4 +139,7 @@
139
139
  [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
140
140
  ```
141
141
  ###補足情報(言語/FW/ツール等のバージョンなど)
142
- FWはspring-boot
142
+ FWはspring-boot
143
+
144
+ ご教授いただけるとありがたいです。
145
+ よろしくお願いいたします。