Ext JS 4.1.1.aベースのアプリケーションを64 ビット Linux OSでコンパイルしようとしています。これが私のアプリケーション階層です( MavenベースのJava Webアプリケーション):
+ src
+main
+webapp
+ extjs
+ app
- app.js
- index.jsp
+ resources
+ WEB-INF
指示:
sencha compile -classpath=extjs/src,js page -yui -in index.jsp -out build/index.jsp
巨大なプロジェクトなので、エラーを生成するクラスを見つける方法を知りたいです。エラースタックトレースは次のとおりです。
[ERROR] Circular extends reference :
Sample.deadlock.A ->
Sample.deadlock.B ->
Sample.deadlock.E ->
Sample.deadlock.C ->
Sample.deadlock.D ->
Sample.deadlock.A
[ERROR] Error executing page compilation Circular extends reference for class Sample.deadlock.A
[ERROR] com.sencha.exceptions.ExCircularReference: Circular extends reference for class Sample.deadlock.A