{"id":19418742,"url":"https://github.com/textmate/ant.tmbundle","last_synced_at":"2025-04-24T13:35:14.637Z","repository":{"id":588195,"uuid":"222242","full_name":"textmate/ant.tmbundle","owner":"textmate","description":"TextMate support for Ant","archived":false,"fork":false,"pushed_at":"2015-09-10T13:19:17.000Z","size":256,"stargazers_count":11,"open_issues_count":1,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-04-18T05:19:19.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/textmate.png","metadata":{"files":{"readme":"README.mdown","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":"2009-06-09T06:32:47.000Z","updated_at":"2016-04-08T01:07:03.000Z","dependencies_parsed_at":"2022-07-07T18:02:15.006Z","dependency_job_id":null,"html_url":"https://github.com/textmate/ant.tmbundle","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textmate%2Fant.tmbundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textmate%2Fant.tmbundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textmate%2Fant.tmbundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textmate%2Fant.tmbundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/textmate","download_url":"https://codeload.github.com/textmate/ant.tmbundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223954718,"owners_count":17231189,"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-10T13:14:57.342Z","updated_at":"2024-11-10T13:14:57.909Z","avatar_url":"https://github.com/textmate.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"TextMate Ant Bundle\n===================\n\nProvides TextMate support for [Apache Ant][apache_ant], the most recent version of Ant can be [downloaded here][ant_download]. Alternatively Ant can be found on the Apple Developer Tools Install Disk, but this version may be out of date.\n\nInstallation\n------------\n\nVia download:\n\n * Open this [link][ant_bundle_zip]  \n * Unzip the download  \n * Rename the folder to Ant.tmbundle  \n * Double-click  \n * TextMate handles the rest!  \n\nTo install via Git:\n\n\t\tcd ~/\"Library/Application Support/TextMate/Bundles/\"\n\t\tgit clone git://github.com/textmate/ant.tmbundle.git \"Ant.tmbundle\"\n\t\tosascript -e 'tell app \"TextMate\" to reload bundles'\n\nOptionally set the TM_ANT variable to point to your installation of Ant (ie /usr/local/bin/ant) in TextMate, preferences, advanced tab, shell variables.\n\nUsage\n-----\n\nAs Ant files are XML TextMate won't automatically distinguish them, to achieve this you can suffix your files with `ant.xml` or include `\u003c!--ant--\u003e` on the first line.  \n\nAdding extra scopes to commands (Build and Build Target for example) Scope Selector field will allow access to them from files other than ant.xml.\n\n### Autocomplete Tag (⌥⎋)\n\nTakes the current word or selection and presents a matching list of known Ant tags. The full list was created using the documentation in version 1.7.0 of Ant.\n\n### Build ( ⌘B)\nUses `TM_ANT_BUILD_FILE` if set, otherwise attempts to locate a build file and execute it. \n\n### Build Target ( ⌥⌘B)\nUses `TM_ANT_BUILD_FILE` if set, otherwise parses the current document for build targets from which you can select which one to execute.\n\n### Run ( ⌘R)\nExecutes the current document.\n\n### Validate Build File (⌃⇧V)\nValidates the current document as valid XML. When the `TM_ANT_DTD_FILE` [environmental variable][tm_env_vars] has been set the document is also validated against the requested `ant.dtd`.\n\n### Configuration Options\n\nThese environment variables allow you to define or customise the behaviour of certain commands. For help on setting them up please see [TextMate help][tm_env_vars]. \n\n* `TM_ANT` (default: `ant`)\nThe path to your ant executable.\n\n* `TM_ANT_BUILD_FILE`\nThe location of the ant build file you wish to target by default. This can be either the full path, or relative to the current project.\n\n* `TM_ANT_BUILD_PARSER`\nThis is Experimental - The location of a script to format the output of ant. Scripts are available to prettify the output for Java and Flex - in their respective bundles. If this variable is not set the output is wrapped in `pre` tags.\n\n* `TM_ANT_DTD_FILE`\nThe location of a custom `ant.dtd` against which, in addition to verifying that the XML is well-formed, the _Validate Build File_ command can check the document conforms. It is possible to generate an `ant.dtd` by running a `\u003ctarget\u003e` with the following contents: `\u003cantstructure output=\"ant.dtd\" /\u003e`.\n\n* `TM_ANT_MANUAL_PATH`\nIf you have installed your own version of Ant, you can set this variable to the location of its manual. For example if you installed it via MacPorts then set it to `/opt/local/share/java/apache-ant/docs/manual`. The default is to use the manual included with Apple’s developer tools with the [online version](http://ant.apache.org/manual/index.html) as a fallback.\n\nSupport\n-------\n\n * [Issue tracker][issue_tracker]\n * [Repository][repo]\n\nFor general questions please use the [TextMate Users mailing list][tm_mailing_list].\nBugs and issues should be reported via the [issue tracker][issue_tracker].\nSource can be viewed and forked via the [GitHub repository][repo].\n\nConventions\n-----------\n\nThe bundle uses the suggestions made by the [Ant style guide][ant_style_guide].  \nBundle authorship uses the [TextMate conventions][tm_conventions]. \n\nMaintainer\n----------\n\n[Simon Gregory][sg_blog]\n\nLicense\n-------\n\nIf not otherwise specified (see below), files in this project fall under the following license:\n\n\t\tCopyright 2009-2010 Simon Gregory\n\n\t\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\t\tof this software and associated documentation files (the \"Software\"), to deal\n\t\tin the Software without restriction, including without limitation the rights\n\t\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\t\tcopies of the Software, and to permit persons to whom the Software is\n\t\tfurnished to do so, subject to the following conditions:\n\n\t\tThe above copyright notice and this permission notice shall be included in\n\t\tall copies or substantial portions of the Software.\n\n\t\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\t\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\t\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\t\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\t\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\t\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\t\tTHE SOFTWARE.\n\nAn exception is made for files in readable text which contain their own license information, or files where an accompanying file exists (in the same directory) with a “-license” suffix added to the base-name name of the original file, and an extension of txt, html, or similar.\n\n[ant_bundle_zip]: http://github.com/textmate/ant.tmbundle/zipball/master\n[ant_download]: http://ant.apache.org/bindownload.cgi\n[ant_style_guide]: http://wiki.apache.org/ant/TheElementsOfAntStyle\n[ant_wiki]: http://wiki.apache.org/ant/FrontPage\n[apache_ant]: http://ant.apache.org/\n[issue_tracker]: http://github.com/textmate/ant.tmbundle/issues\n[repo]: http://github.com/textmate/ant.tmbundle/\n[sg_blog]: http://blog.simonregory.com\n[tm_conventions]: http://svn.textmate.org/trunk/Conventions.txt\n[tm_mailing_list]: http://lists.macromates.com/listinfo/textmate\n[tm_env_vars]: http://manual.macromates.com/en/environment_variables\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextmate%2Fant.tmbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftextmate%2Fant.tmbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextmate%2Fant.tmbundle/lists"}