Project

General

Profile

feature request #4452

Updated by Patrick Plitzner about 7 years ago

The eclipse nebula compositetable dependency blocks the update of the taxeditor , since the taxeditor update mechanism expects an updated version of the jar. 


 


 This problems comes from the fact that we are using the p2 repository of the nebula project and since the compositetable is still in incubation, the repository is a snapshot one - http://www.eclipse.org/nebula/downloads.php.  


  


 This implies that for every build of the taxeditor the latest version of the compositetable jar will be pulled from the snapshot repository, which could potentially change on a daily basis, leading to the problem we have. 


 


 The solution would be to have a stable repository (p2 or maven) so that we can use a stable version of nebula widgets in building the editor and change only when we need to. 
 

Back