Project

General

Profile

« Previous | Next » 

Revision ae79d763

Added by Andreas Müller over 5 years ago

ref #7420 latest changes to PhycobankActivator

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/phycobank/PhycobankHigherClassificationActivator.java
42 42
    // ====================================================================================
43 43

  
44 44
    //database validation status (create, update, validate ...)
45
    static DbSchemaValidation hbm2dll = DbSchemaValidation.VALIDATE;
45
    static DbSchemaValidation hbm2dll = DbSchemaValidation.VALIDATE;  //
46 46

  
47
    static ICdmDataSource cdmDestination = CdmDestinations.localH2();
47
//    static ICdmDataSource cdmDestination = CdmDestinations.localH2();
48 48
//    static ICdmDataSource cdmDestination = CdmDestinations.cdm_local_test_mysql();
49
//    static ICdmDataSource cdmDestination = CdmDestinations.cdm_test_phycobank();
50

  
49
    static ICdmDataSource cdmDestination = CdmDestinations.cdm_test_phycobank();
50
//TODO: Die 3 Syllabus noch richtig als 3 Referenzen anlegen (muss Henning machen), hier dann die jeweilige UUID
51
// verwenden und unten den worksheetNamen entsprechend anpassen
51 52
    static Reference secRef = getSecReference_Frey();
52 53
//    static Reference secRef = getSecReference_WoRMS();
53
    static String worksheetName = secRef.equals(getSecReference_WoRMS())? "WoRMS" :
54
        secRef.equals(getSecReference_Frey())? "HigherRanksEntwurfNeu" : null;
54
//    static String worksheetName = secRef.equals(getSecReference_WoRMS())? "WoRMS" :
55
//        secRef.equals(getSecReference_Frey())? "HigherRanksEntwurfNeu" : null;
56
    static String worksheetName = "Syllabus2_1";
55 57

  
56 58
    static UUID uuidRefPhycobank = UUID.fromString("8058a5ec-60ee-4a04-8c17-5623e3a4795c");
57 59

  
......
121 123
    }
122 124

  
123 125
    public static String fileName(){
124
        return "Algen_Syllabus_NormalImplied_Test.xlsx";
126
//        return "Algen_Syllabus_NormalImplied_Test.xlsx";
127
        return "Algen_Syllabus_Produktion_corr.xlsx";
125 128
    }
126 129
    public static String filePath(){
127 130
        return "file:////BGBM-PESIHPC/Phycobank/";

Also available in: Unified diff