{"id":20471145,"url":"https://github.com/drupal-modules/base-build-xml","last_synced_at":"2026-04-16T23:04:19.360Z","repository":{"id":151863014,"uuid":"113602652","full_name":"drupal-modules/base-build-xml","owner":"drupal-modules","description":"Base Ant's build config to be imported","archived":false,"fork":false,"pushed_at":"2018-04-09T14:53:35.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T13:37:20.874Z","etag":null,"topics":["ant","ci","drupal-7"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/drupal-modules.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-08T17:58:45.000Z","updated_at":"2023-10-01T07:00:50.000Z","dependencies_parsed_at":"2023-05-12T22:45:15.631Z","dependency_job_id":null,"html_url":"https://github.com/drupal-modules/base-build-xml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drupal-modules/base-build-xml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fbase-build-xml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fbase-build-xml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fbase-build-xml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fbase-build-xml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drupal-modules","download_url":"https://codeload.github.com/drupal-modules/base-build-xml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fbase-build-xml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31907728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ant","ci","drupal-7"],"created_at":"2024-11-15T14:15:06.267Z","updated_at":"2026-04-16T23:04:19.355Z","avatar_url":"https://github.com/drupal-modules.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Base Ant build\n==============\n\nBase Ant build config to be imported for Drupal projects.\n\n### Build status\n\nBuild status: ![base-build-xml CI status](https://api.travis-ci.org/National-Theatre/base-build-xml.svg?branch=master)\n\n### Prerequisites\n\n- Apache Ant\n\n### Usage\n\nIn your own project, create `build.xml` Ant's file which imports `base.xml`. For example:\n\n    \u003cproject name=\"MyProject\" default=\"build\"\u003e\n      \u003c!-- Override any needed settings --\u003e\n      \u003cproperty name=\"drupalroot\" value=\"docroot\"/\u003e\n      \u003cproperty name=\"drupalmodules\" value=\"${basedir}/${drupalroot}/sites/all/modules/custom\"/\u003e\n      \u003cproperty name=\"composerdir\" value=\"${basedir}/tests\"/\u003e\n      \u003cproperty name=\"project\" value=\"mysite\"/\u003e\n      \u003cimport\u003e\n        \u003curl url=\"https://raw.githubusercontent.com/National-Theatre/base-build-xml/master/base.xml\"/\u003e\n      \u003c/import\u003e\n      \u003c!-- Your other targets here. --\u003e\n    \u003c/project\u003e\n\nFor the full support, include it as Composer package, e.g.\n\n    {\n      \"require\": {\n        \"NT/base-build-xml\": \"*@dev\",\n      },\n      \"repositories\": [\n        {\n          \"type\": \"git\",\n          \"url\": \"https://github.com/National-Theatre/base-build-xml.git\"\n        }\n      ],\n    }\n\nTo run the build, execute the following command in shell:\n\n    ant build\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrupal-modules%2Fbase-build-xml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrupal-modules%2Fbase-build-xml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrupal-modules%2Fbase-build-xml/lists"}