1. 509ca1f moved to gitbox by Stefan Bodewig · 5 years ago master
  2. f2f6dae archive EasyAnt by Jan Matèrne · 7 years ago
  3. 8ef1021 Fix plugin report information by Adrien Quillet · 8 years ago
  4. 642d7a0 Merge branch 'feature/EASYANT-76' into 'develop-microej' by Adrien Quillet · 8 years ago
  5. 276111f Upgrade Junit: fix Eclipse project classpath by Adrien Quillet · 8 years ago
  6. 7444b32 Compliance with J2SE 1.7 https://issues.apache.org/jira/browse/EASYANT-75 by Adrien Quillet · 9 years ago
  7. b4f4c70 fix easyant -p -v by Jean-Louis Boudart · 9 years ago
  8. e141741 Upgrade junit by Jean-Louis Boudart · 9 years ago
  9. a0ab4ba Upgrade antcontrib by Jean-Louis Boudart · 9 years ago
  10. 930f05e fix EASYANT-72 Test SearchModuleTest.shouldFindExistingModuleWithRegexpParameter fails (thanks to Jérôme Leroux) by Jean-Louis Boudart · 9 years ago
  11. 0d30d6f drop dead code since ivy now exposes procted method to specify how to choose ModuleDescriptors by Jean-Louis Boudart · 9 years ago
  12. d2df32a disable useOrigin on cache since it's creating error with jarResolver and absolute path by Jean-Louis Boudart · 9 years ago
  13. a23f26a update to ivy 2.4 by Jean-Louis Boudart · 9 years ago
  14. d2d5fb9 fix EASYANT-70 Specified targets order not kept when building multi-modules (thanks to Jérôme Leroux) by Jean-Louis Boudart · 9 years ago
  15. 0b161f8 remove deadcode by Jean-Louis Boudart · 9 years ago
  16. 12b28d0 use foreach loops by Jean-Louis Boudart · 9 years ago
  17. 370e5b4 use isEmpty by Jean-Louis Boudart · 9 years ago
  18. dee6006 use stringbuilder instead of stringbuffer by Jean-Louis Boudart · 9 years ago
  19. e031538 remove unused import by Jean-Louis Boudart · 9 years ago
  20. 34eeaea simplify some loops by Jean-Louis Boudart · 9 years ago
  21. c61c43e Fix EASYANT-71 Offline mode does not retrieve transitive dependencies of the project (thanks to Jérôme Leroux) by Jean-Louis Boudart · 9 years ago
  22. ab296d6 add offline folder and .patch files to gitignore by Jean-Louis Boudart · 9 years ago
  23. 5c2e0b9 add idea to gitignore by Jean-Louis Boudart · 9 years ago
  24. 15a52db avoid unnecessary directory creation by Jean-Louis Boudart · 10 years ago
  25. 7166451 cleanup MultiModuleLogger by Jean-Louis Boudart · 10 years ago
  26. 0a91e0d merge BuildExecutionTimer and MultiModuleLogger by Jean-Louis Boudart · 10 years ago
  27. 911a298 extract ExecutionResult class by Jean-Louis Boudart · 10 years ago
  28. 04116bf simplifying loop by Jean-Louis Boudart · 10 years ago
  29. 9eff2e8 cleanup by Jean-Louis Boudart · 10 years ago
  30. dd213c2 cleanup by Jean-Louis Boudart · 10 years ago
  31. 4dda45e workwaround to fix unit tests as Hamcrest's IsCollectionContaining seems buggy by Jean-Louis Boudart · 10 years ago
  32. 4366629 remove unnecessary cast by Jean-Louis Boudart · 10 years ago
  33. cfcd7c2 use varargs by Jean-Louis Boudart · 10 years ago
  34. eb50051 cleanup by Jean-Louis Boudart · 10 years ago
  35. bb7e81a set array size by Jean-Louis Boudart · 10 years ago
  36. a0cd109 fix some javadoc issues by Jean-Louis Boudart · 10 years ago
  37. 97c5886 stringbuilder instead of stringbuffer by Jean-Louis Boudart · 10 years ago
  38. f5e6083 unnecessary boxing/unboxing by Jean-Louis Boudart · 10 years ago
  39. 118a6be contains instead of indexof by Jean-Louis Boudart · 10 years ago
  40. b343823 use foreach loops by Jean-Louis Boudart · 10 years ago
  41. 4490add cleanup by Jean-Louis Boudart · 10 years ago
  42. ca0df14 add version.properties in test classpath to avoid any steps to run tests by Jean-Louis Boudart · 10 years ago
  43. 1f6f1cd code cleaning by Jean-Louis Boudart · 10 years ago
  44. 3f1f2b3 EASYANT-64 by Jean-Louis Boudart · 10 years ago
  45. 37db09e Upgrade to ant 1.9.4 by Jean-Louis Boudart · 10 years ago
  46. 853e858 Initiate gitignore file by Jean-Louis Boudart · 10 years ago
  47. 251d1de Performance improvement no need to check changing artifacts when fetching plugin infos by Jean-Louis Boudart · 10 years ago
  48. a3a7a97 Add xooki as git submodule by Jean-Louis Boudart · 10 years ago
  49. 1746ea4 Remove disclaimer as project is no longer in incubation by Jean-Louis Boudart · 10 years ago
  50. d438f17 update scm url by Jan Matèrne · 10 years ago
  51. 502071a remove unnecessary classes by Jean-Louis Boudart · 10 years ago
  52. c2ae821 code cleaning by Jean-Louis Boudart · 10 years ago
  53. 36ee73f Cleaning easyantOption by Jean-Louis Boudart · 10 years ago
  54. 4a41a29 Allow ivy types that need to be appended to import classpath configurable (if not specified 'jar' and 'bundle' types are used by default) by Jean-Louis Boudart · 10 years ago
  55. 2ec569a Make easyantEngine test less dependent on environment (was failing if personnal easyant-ivysettings.xml was present in user.home) by Jean-Louis Boudart · 10 years ago
  56. 9120eba refactor easyant engine api by Jean-Louis Boudart · 10 years ago
  57. d8fad4b Fix broken unit tests, pluginservice should usecacheonly if easyant is run in offline mode by Jean-Louis Boudart · 10 years ago
  58. ef251f4 improve pluginupdatechecker logging when all plugins are up to date by Jean-Louis Boudart · 10 years ago
  59. bb63309 Performance enhancement on pluginservice : use cache by default by Jean-Louis Boudart · 10 years ago
  60. 2305fe4 Performance enhancement on pluginservice : use cache by default by Jean-Louis Boudart · 10 years ago
  61. dc1caf3 fix EASYANT-62 Error in the documentation about the usage of the skeletons by Jean-Louis Boudart · 10 years ago
  62. 567ab13 by Jean-Louis Boudart · 10 years ago
  63. 57ce5a7 fix EASYANT-62 Error in the documentation about the usage of the skeletons by Jean-Louis Boudart · 10 years ago
  64. 6543830 Cleanup unnecessary cast, @deprecated, code formatting by Jean-Louis Boudart · 10 years ago
  65. 6087598 Happy new year by Nicolas Lalevee · 10 years ago
  66. 703e8bb Refactor tests to use test plugins by Jean-Louis Boudart · 10 years ago
  67. 02e420e Refactor PluginService test to rely on local plugins, strongly improves execution time by Jean-Louis Boudart · 10 years ago
  68. e2a8a59 Fix registerArtifact bug at publish time. by Jean-Louis Boudart · 10 years ago
  69. 3858680 Add missing license headers by Jean-Louis Boudart · 10 years ago
  70. ba5c64d Add a new test to RegisterArtifact, it currently fails with a can't set a null property from DefaultEasyAntXmlModuleDescriptorParser at publish time by Jean-Louis Boudart · 10 years ago
  71. 927c9b1 Fix test includes/excludes pattern by Jean-Louis Boudart · 10 years ago
  72. 679365d Remove unused dependency by Jean-Louis Boudart · 10 years ago
  73. f7e0df0 Upgrade to ant 1.9.3 by Jean-Louis Boudart · 10 years ago
  74. 626ad42 fix NOTICE by Nicolas Lalevee · 10 years ago
  75. cea4699 Extract FakeInputHandler by Jean-Louis Boudart · 10 years ago
  76. 17ced8d Fix links pointing to incubator by Jean-Louis Boudart · 10 years ago
  77. 677c9a4 EASYANT-58 required attribute of path parameter is ignored (thanks to Jérôme Leroux) by Jean-Louis Boudart · 10 years ago
  78. 35b0fdc IvyInfo should be invoked BEFORE loading plugins/buildtypes if a module.ivy is found by Jean-Louis Boudart · 10 years ago
  79. 4b366e7 Refactor some tests with TemporaryFolder rule by Jean-Louis Boudart · 10 years ago
  80. 0d01b7e Refactor some tests to use ExpectedException and TemporaryFolder rules by Jean-Louis Boudart · 10 years ago
  81. 4251ecc Add SearchModule unit tests by Jean-Louis Boudart · 10 years ago
  82. 361b610 Add GoOffline unit tests by Jean-Louis Boudart · 10 years ago
  83. e6d23d6 rename configureProject method into configureBuildLogger by Jean-Louis Boudart · 10 years ago
  84. ee446c4 Since java 1.5 String.format can be used to lpad/rightpad a given string by Jean-Louis Boudart · 11 years ago
  85. 5f380f9 Avoid multithreading issue while updating static field by Jean-Louis Boudart · 11 years ago
  86. 757fc65 Useless String.valueOf by Jean-Louis Boudart · 11 years ago
  87. afe271b Fields in interfaces are automatically public static final, and methods are public abstract. by Jean-Louis Boudart · 11 years ago
  88. fabd3b5 Add missing modifiers by Jean-Louis Boudart · 11 years ago
  89. d742937 Be less dependent on implemntation used by ant by Jean-Louis Boudart · 11 years ago
  90. 58b4838 ProjectUtils should not depend on EasyAntEngine by Jean-Louis Boudart · 11 years ago
  91. ddee2cb Fix potential NPE by Jean-Louis Boudart · 11 years ago
  92. 44864da Add some javadoc on installMultiModuleLogger method by Jean-Louis Boudart · 11 years ago
  93. 6bb5280 Add basic tests on metabuild executor by Jean-Louis Boudart · 11 years ago
  94. cfc40c2 Add missing headers by Jean-Louis Boudart · 11 years ago
  95. 3a4caf7 Move MultiModuleLogger logic to MetaBuildExecutor, make it configurable through properties by Jean-Louis Boudart · 11 years ago
  96. d6f9732 Add some tests on easyant ivy settings file configuration by Jean-Louis Boudart · 11 years ago
  97. e48c761 Add EasyAntEngine basic tests by Jean-Louis Boudart · 11 years ago
  98. f24c3cc Add submodule basic tests by Jean-Louis Boudart · 11 years ago
  99. ba632b7 removes redundant modifiers by Jean-Louis Boudart · 11 years ago
  100. 2da75d1 A bit of refactoring by Jean-Louis Boudart · 11 years ago