{"id":21630468,"url":"https://github.com/gaubert/dwd-metadata-transformers","last_synced_at":"2025-10-12T16:52:55.811Z","repository":{"id":972858,"uuid":"770066","full_name":"gaubert/DWD-metadata-transformers","owner":"gaubert","description":null,"archived":false,"fork":false,"pushed_at":"2016-04-26T09:14:09.000Z","size":17407,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T23:32:15.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gaubert.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-07-12T09:39:15.000Z","updated_at":"2019-08-13T14:34:55.000Z","dependencies_parsed_at":"2022-07-18T17:00:46.350Z","dependency_job_id":null,"html_url":"https://github.com/gaubert/DWD-metadata-transformers","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaubert%2FDWD-metadata-transformers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaubert%2FDWD-metadata-transformers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaubert%2FDWD-metadata-transformers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaubert%2FDWD-metadata-transformers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gaubert","download_url":"https://codeload.github.com/gaubert/DWD-metadata-transformers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244307819,"owners_count":20432093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T02:11:06.042Z","updated_at":"2025-10-12T16:52:50.782Z","avatar_url":"https://github.com/gaubert.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"1) Installing the Metadata Exporter\n-----------------------------------\n\ngo to MD_EXPORT_PROJECT_HOME/ant-build\n\n$\u003ecd MD_EXPORT_PROJECT_HOME/ant-build\n$\u003e./build\nBuildfile: H:\\Dev\\ecli-workspace\\DWD-metadata-transformers\\ant-build\\build.xml\n\nusage:\n     [echo]     --------------- mdexp ${version} (${build}) ---------------\n     [echo]     \n     [echo]      available targets are:\"\n     [echo]     \n     [echo]        build                                                   --\u003e compile the source code\n     [echo]        install [-Dout=\\\"output dir\\\" (default=/tmp/md-export)  --\u003e install into /tmp/mdexp-export\n     [echo]        build-bin-tarball [-Dout=\\\"output dir\\\"]                --\u003e build binary tarball distribution\n     [echo]        build-src-tarball [-Dout=\\\"output dir\\\"]                --\u003e build src tarball distribution\n     [echo]        validation-tests                                        --\u003e run the validation tests suite\n     [echo]        clean                                                   --\u003e clean up the build directory\n     [echo]        clean-all                                               --\u003e clean up build and tarball dirs\n     [echo]        usage                                                   --\u003e this help page ...\n     [echo]     \n     [echo]      See the comments inside the build.xml file for more details.\n     [echo]     \n\nBUILD SUCCESSFUL\nTotal time: 1 second\n\n1.1) Build Source tarball\n-------------------------\n\n$\u003e./build build-src-tarball -Dout=/tmp/mysources\n\nCreate a tarball of the project\n\n1.2) Build binary tarball\n-------------------------\n\nCreate a binary tarball that can be deployed on any unix (cygwin) machine.\n\n$\u003e./build build-bin-tarball -Dout=/tmp/binary-dists\n\n1.4) Run the Validation Tests\n-----------------------------\n\n$\u003e./build validation-tests\nBuildfile: H:\\Dev\\ecli-workspace\\DWD-metadata-transformers\\ant-build\\build.xml\n\n_init:\n\n_compile-classes:\n    [javac] Compiling 17 source files to H:\\Dev\\ecli-workspace\\DWD-metadata-transformers\\build\\classes\n\nvalidation-tests:\n    [junit] Project dir = H:\\Dev\\ecli-workspace\\DWD-metadata-transformers\\ant-build\\..\n    [junit] log4j:WARN No appenders could be found for logger (org.eumetsat.dcpc.md.export.ReleaseDatabase).\n    [junit] log4j:WARN Please initialize the log4j system properly.\n    [junit] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.\n    [junit] ********** Create Export from R1: (add 10 files) **********\n    [junit] ********** Create Export from R2: (delete 5 files) **********\n    [junit] ********** Create Export from R3: (modify 1 file) **********\n    [junit] ********** Create Export from R4: (add 5 files, modify 1) **********\n    [junit] ********** Create Export from R5: (back to previous version) **********\n    [junit] ********** Create Export from R6: (no changes) **********\n    [junit] ********** Create Export from R7: (delete 10 files to empty DB) **********\n    [junit] ********** ERASE ****************\n    [junit] ********** Create Export from eo portal source (359 files) **********\n    [junit] ********** Create Second Export (empty database) **********\n\nBUILD SUCCESSFUL\nTotal time: 1 minute 03 seconds\n\n1.3) Deploy application in a given dir\n\n$\u003e./build install (to deploy the application in a given dir)\nBuildfile: H:\\Dev\\ecli-workspace\\DWD-metadata-transformers\\ant-build\\build.xml\n\ninstall:\n     [echo] install into /tmp/ins-md-exporter\n\n_init:\n\n_compile-classes:\n    [javac] Compiling 17 source files to H:\\Dev\\ecli-workspace\\DWD-metadata-transformers\\build\\classes\n\n_mdexp-export-jar:\n      [jar] Warning: org\\eumetsat\\dcpc\\commons\\Checksummer.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\commons\\DateUtil.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\commons\\FileSystem.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\commons\\Pair.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\commons\\XmlPrettyPrinter.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\commons\\xml\\SimpleNamespaceContext.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\commons\\xml\\XMLInjector.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\commons\\xml\\XPathExtractor.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\CMDRunner.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\MetadataExporter$1.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\MetadataExporter.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\MetadataFileRenamer$1.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\MetadataFileRenamer.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\Release$1.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\Release$2.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\Release$3.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\Release$4.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\Release$5.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\Release$6.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\Release.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\ReleaseDatabase$1.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\ReleaseDatabase.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\XsltProcessor$1.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\export\\XsltProcessor.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\test\\CMDRunnerTestSuite.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\test\\MetadataExporterUnitTestSuite.class modified in the future.\n      [jar] Warning: org\\eumetsat\\dcpc\\md\\test\\MetadataExporterValidationSuite.class modified in the future.\n      [jar] Building jar: H:\\Dev\\ecli-workspace\\DWD-metadata-transformers\\build\\lib\\mdexp-export.jar\n\n_build-distrib:\n     [copy] Copying 1 file to H:\\tmp\\ins-md-exporter\\conf\n     [copy] Copying 1 file to H:\\tmp\\ins-md-exporter\\xslt\n     [copy] Copying 1 file to H:\\tmp\\ins-md-exporter\\bin\n     [copy] Warning: mdexp-export.jar modified in the future.\n     [copy] Copying 10 files to H:\\tmp\\ins-md-exporter\\lib\n     [copy] Copying 10 files to H:\\tmp\\ins-md-exporter\\test\n\nBUILD SUCCESSFUL\nTotal time: 8 seconds\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaubert%2Fdwd-metadata-transformers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaubert%2Fdwd-metadata-transformers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaubert%2Fdwd-metadata-transformers/lists"}