org.apache.easyant4e/src/org/apache/easyant4e/services/EasyantProjectServiceImpl.java (8 lines): - line 93: //TODO read workspace and project preference to load good Ivy instance must be used by the given project - line 119: //configuration.setBuildFile(buildFile); //TODO manage module.ant file - line 134: //TODO lancer cela dans une WorkspaceModifyOperation - line 228: // TODO launch resolve (ask to user) - line 229: // TODO initialize IvyDE classpath container - line 230: // TODO maybe launch the first build ?? - line 243: // TODO remove IvyDE classpath container - line 275: //importOperation.setContext(messageShell);//FIXME is it required? org.apache.easyant4e/src/org/apache/easyant4e/natures/EasyAntNature.java (6 lines): - line 78: //TODO maybe add an extension point to delegate this step for java, scala, ... - line 81: //TODO add checkbox or list of configurer (reuse by skeleton) in import and new project wizard to add JavaNature, ScalaNature, GroovyNature ... - line 113: //TODO search *.ivy file - line 153: //FIXME with scala project or others - line 256: //FIXME call IvyDE command - line 269: // TODO add progress monitor org.apache.easyant4e/src/org/apache/easyant4e/services/EasyantCoreServiceImpl.java (5 lines): - line 48: //TODO a déplacer dans pluginService - line 49: //TODO et ne pas recharger les settings à chaque fois ... faire un push du contexte - line 50: //TODO read workspace preference and project preference to Get the good Ivy instance for the EasyAnt Core - line 99: // FIXME connect this on project instance - line 147: // TODO read preference to override default ivysettings.xml use org.apache.easyant4e/src/org/apache/easyant4e/builders/EasyAntBuilder.java (3 lines): - line 66: } else { // FIXME maybe check INCREMENTAL_BUILD or AUTO_BUILD - line 91: // TODO maybe use WorkspaceModifyOperation - line 94: // TODO call good target org.apache.easyant4e/src/org/apache/easyant4e/console/EasyAntConsoleImpl.java (1 line): - line 39: //TODO get the stat org.apache.easyant4e/src/org/apache/easyant4e/Startup.java (1 line): - line 31: //TODO add aspect to kill org.apache.easyant4e/src/org/apache/easyant4e/wizards/EasyAntImportWizardPage.java (1 line): - line 106: //FIXME hard coded the folder name ? org.apache.easyant4e/src/org/apache/easyant4e/EasyAntPlugin.java (1 line): - line 90: // FIXME maybe use Adaptable and WorkbenchAdapter to resolve project org.apache.easyant4e/src/org/apache/easyant4e/ivyde/extension/model/EasyAntModuleDescriptorExtension.java (1 line): - line 208: //TODO get documentation for import and include