Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@93981 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-01 12:52:48 +00:00
parent afa5e7bb0b
commit a67fe921fd
5 changed files with 132 additions and 4 deletions

View File

@ -2216,3 +2216,131 @@ Compiling...
Compilation completed in 0.00 seconds Compilation completed in 0.00 seconds
Removing invalidated units Removing invalidated units
Finding entry point classes Finding entry point classes
Public resources found in...
Translatable source found in...
Found 0 cached/archived units. Used 0 / 2719 units from cache.
Compiling...
50% complete (ETR: 5 seconds)
50% complete (ETR: 5 seconds)
50% complete (ETR: 5 seconds)
50% complete (ETR: 5 seconds)
50% complete (ETR: 5 seconds)
50% complete (ETR: 5 seconds)
60% complete (ETR: 4 seconds)
70% complete (ETR: 3 seconds)
80% complete (ETR: 2 seconds)
90% complete (ETR: 1 seconds)
100% complete (ETR: 0 seconds)
Compilation completed in 16.85 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 0 cached/archived units. Used 0 / 2719 units from cache.
Compiling...
60% complete (ETR: 3 seconds)
60% complete (ETR: 3 seconds)
60% complete (ETR: 3 seconds)
60% complete (ETR: 3 seconds)
60% complete (ETR: 3 seconds)
60% complete (ETR: 3 seconds)
60% complete (ETR: 3 seconds)
70% complete (ETR: 2 seconds)
80% complete (ETR: 1 seconds)
90% complete (ETR: 1 seconds)
100% complete (ETR: 0 seconds)
Compilation completed in 8.19 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 0 cached/archived units. Used 0 / 2719 units from cache.
Compiling...
40% complete (ETR: 7 seconds)
40% complete (ETR: 7 seconds)
40% complete (ETR: 7 seconds)
40% complete (ETR: 7 seconds)
40% complete (ETR: 7 seconds)
50% complete (ETR: 5 seconds)
60% complete (ETR: 4 seconds)
70% complete (ETR: 3 seconds)
80% complete (ETR: 2 seconds)
90% complete (ETR: 1 seconds)
100% complete (ETR: 0 seconds)
Compilation completed in 12.94 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 0 cached/archived units. Used 0 / 2719 units from cache.
Compiling...
20% complete (ETR: 12 seconds)
30% complete (ETR: 12 seconds)
30% complete (ETR: 12 seconds)
30% complete (ETR: 12 seconds)
40% complete (ETR: 9 seconds)
50% complete (ETR: 6 seconds)
60% complete (ETR: 4 seconds)
70% complete (ETR: 3 seconds)
80% complete (ETR: 2 seconds)
90% complete (ETR: 1 seconds)
100% complete (ETR: 0 seconds)
Compilation completed in 13.44 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes
Public resources found in...
Translatable source found in...
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
Compiling...
Compilation completed in 0.00 seconds
Removing invalidated units
Finding entry point classes

View File

@ -96,8 +96,8 @@ public class ChangeColumnTypeProgressDialog extends Window implements ChangeColu
public void operationComplete(TRId trId) { public void operationComplete(TRId trId) {
Log.debug("Operation Complete return: "+trId.toString()); Log.debug("Operation Complete return: "+trId.toString());
ok.setVisible(true);
this.trId=trId; this.trId=trId;
updateInvocation();
} }
public void operationFailed(Throwable caught, String reason, public void operationFailed(Throwable caught, String reason,

View File

@ -96,8 +96,8 @@ public class DeleteColumnProgressDialog extends Window implements DeleteColumnPr
public void operationComplete(TRId trId) { public void operationComplete(TRId trId) {
Log.debug("Operation Complete return: "+trId.toString()); Log.debug("Operation Complete return: "+trId.toString());
ok.setVisible(true);
this.trId=trId; this.trId=trId;
updateInvocation();
} }
public void operationFailed(Throwable caught, String reason, public void operationFailed(Throwable caught, String reason,

View File

@ -97,8 +97,8 @@ public class LabelColumnProgressDialog extends Window implements LabelColumnProg
public void operationComplete(TRId trId) { public void operationComplete(TRId trId) {
Log.debug("Operation Complete return: "+trId.toString()); Log.debug("Operation Complete return: "+trId.toString());
ok.setVisible(true);
this.trId=trId; this.trId=trId;
updateInvocation();
} }
public void operationFailed(Throwable caught, String reason, public void operationFailed(Throwable caught, String reason,

View File

@ -97,8 +97,8 @@ public class ReplaceColumnProgressDialog extends Window implements ReplaceColumn
public void operationComplete(TRId trId) { public void operationComplete(TRId trId) {
Log.debug("Operation Complete return: "+trId.toString()); Log.debug("Operation Complete return: "+trId.toString());
ok.setVisible(true);
this.trId=trId; this.trId=trId;
updateInvocation();
} }
public void operationFailed(Throwable caught, String reason, public void operationFailed(Throwable caught, String reason,