Changes between Version 3 and Version 4 of Refactoring_Maven


Ignore:
Timestamp:
Jun 22, 2008, 11:33:01 AM (16 years ago)
Author:
etj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Refactoring_Maven

    v3 v4  
    1111 * intermap.jar
    1212 * geonetwork.jar (everything else)
     13
     14
     15Steps so far (2008-06-22):
     16 1. Jeeves has been refactored as a maven project with no problem at all.
     17 1. GN has been refactored as a maven project.
     18  1. The org.wfp.vam.intermap source tree has been removed.
     19  1. Some classes or libs were missing from the standard maven repos
     20   1. '''dlib.jar''' - some sources from the druid project has been embedded into gn source tree
     21   1. '''lizard-tiff.jar''' - not found in std repos: installed locally
     22   1. '''cql-java.jar''' - not found in std repos: installed locally
     23   1. '''ki-jzkit-hss-1_2_3.jar''', '''ki-jzkit-iface-1_2_3-fixed.jar''', '''ki-jzkit-z3950-1_2_3.jar''', '''ki-util.jar''': these libs were found on standard repos, but not the required version: installed locally
     24   1. '''ki-jzkit-iface-1_2_3-fixed.jar''': this lib was found on standard repos, but this version has been fixed locally and the fixes have not been reported on their trunk yet: installed locally
     25   1. '''lizard-tiff.jar''' - not found in std repos: installed locally. It may probably be made obsolete by recent java releases -- please check.
     26
     27 1. I tried to factor out the org.fao.gast package, but its code relies heavily on other gn classes. We'll need to refactor GN in smaller modules. Please also be aware that GAST contains hardcoded directory structure info, so we'll have to pay attention when refactoring and moving directories around.
     28
     29
     30----
     31
     32''' WORK STILL IN PROGRESS '''
     33
     34
     35