网站综合信息 ant.apache.org
    • 标题:
    • Apache Ant - Welcome 
    • 关键字:
    •  
    • 描述:
    • Pure Java build tool, simpler and easier to use than GNU Make. Also it runs many tasks including the 
    • 域名信息
    • 域名年龄:29年17天  注册日期:1995年04月11日  到期时间:
      邮箱:abuse  电话:+1.6613102107
      注册商:NameCheap, Inc. 
    • 备案信息
    • 备案号: 
    网站收录SEO数据
    • 搜索引擎
    • 收录量
    • 反向链接
    • 其他
    • 百度
    • 405  
    • 56,400  
    • 快照:2013-12-29  
    • Google
    • 956  
    • 1,060  
    • pr:8  
    • 雅虎
    • 0  
    •  
    •  
    • 搜搜
    • 0  
    •  
    •  
    • 搜狗
    • 504  
    •  
    • 评级:5/10  
    • 360搜索
    • 275  
    •  
    •  
    域名流量Alexa排名
    •  
    • 一周平均
    • 一个月平均
    • 三个月平均
    • Alexa全球排名
    • -  
    • 平均日IP
    • 日总PV
    • 人均PV(PV/IP比例)
    • 反向链接
    • dmoz目录收录
    • -  
    • 流量走势图
    域名注册Whois信息

    apache.org

    域名年龄: 29年17天
    注册时间: 1995-04-11
    注 册 商: NameCheap, Inc.
    注册邮箱: abuse
    联系电话: +1.6613102107

    获取时间: 2019年06月13日 12:28:21
    Domain Name: APACHE.ORG
    Registry Domain ID: D706686-LROR
    Registrar WHOIS Server: whois.namecheap.com
    Registrar URL: http://www.namecheap.com
    Updated Date: 2018-09-25T13:18:21Z
    Creation Date: 1995-04-11T04:00:00Z
    Registry Expiry Date: 2022-04-12T04:00:00Z
    Registrar Registration Expiration Date:
    Registrar: NameCheap, Inc.
    Registrar IANA ID: 1068
    Registrar Abuse Contact Email: abuse
    Registrar Abuse Contact Phone: +1.6613102107
    Reseller:
    Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
    Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
    Registrant Organization: The Apache Software Foundation
    Registrant State/Province: MA
    Registrant Country: US
    Name Server: NS2.SURFNET.NL
    Name Server: NS3.NO-IP.COM
    Name Server: NS2.NO-IP.COM
    Name Server: NS1.NO-IP.COM
    Name Server: NS4.NO-IP.COM
    DNSSEC: unsigned
    URL of the ICANN Whois Inaccuracy Complaint Form https://www.icann.org/wicf/)
    >>> Last update of WHOIS database: 2019-06-13T04:27:18Z <<<

    For more information on Whois status codes, please visit https://icann.org/epp

    Access to Public Interest Registry WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Public Interest Registry registry database.
    The Registrar of Record identified in this output may have an RDDS service that can be queried for additional information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.
    其他后缀域名
    • 顶级域名
    • 相关信息
    网站首页快照(纯文字版)
    抓取时间:2013年11月04日 02:00:24
    网址:http://ant.apache.org/
    标题:Apache Ant - Welcome
    关键字:
    描述:Pure Java build tool, simpler and easier to use than GNU Make. Also it runs many tasks including the javac compiler inside the same VM, so it can compile a large ...
    主体:
    the Apache Ant siteHomeProjectsApache AntWelcomeLicenseNewsSecurity ReportsDocumentationManualRelated ProjectsExternal Tools and TasksResourcesFrequently Asked QuestionsWikiHaving Problems?DownloadBinary DistributionsSource DistributionsAnt ManualContributingMailing ListsSubversion RepositoriesNightly+Continuous BuildsBug DatabaseSecuritySponsorshipThanksSponsorshipProject ManagementContributorsApache Ant MissionProject BylawsLegalWelcomeApache Ant™Apache Ant is a Java library and command-line tool whosemission is to drive processes described in build files as targetsand extension points dependent upon each other.The main known usage of Ant is the build of Java applications.Ant supplies a number of built-in tasks allowing to compile, assemble,test and run Java applications.
    Ant can also be used effectively to build non Java applications, for
    instance C or C++ applications. More generally, Ant can be used to
    pilot any type of process which can be described in terms of targets
    and tasks.
    Ant is written in Java. Users of Ant can develop their own
    "antlibs" containing Ant tasks and types, and are offered 
    a large number of ready-made commercial or open-source "antlibs".
    Ant is extremely flexible and does not impose coding conventions or
    directory layouts to the Java projects which adopt it as a build tool.
    Software development projects looking for a solution combining build tool and
    dependency management can use Ant in combination with Apache Ivy.
    
    The Apache Ant project is part of
    the Apache Software
    Foundation.
    Apache Ant 1.9.2
    July 12, 2013 - Apache Ant 1.9.2 Released
    Apache Ant 1.9.2 is now available for download as source or
    binary from
    http://ant.apache.org/bindownload.cgi.
    Ant 1.9.2's javadoc task provides a workaround for the recently
    patched frame injection vulnerability of the javadoc tool found in
    Oracle JDKs prior to Java 7u25 known as CVE-2013-1571.  The task
    will now post-process the generated files and remove the
    vulnerability if detected.
    In addition some interoperability patches to the tar and zip
    classes have been applied.
    Apache Ivy 2.3.0
    January 21, 2013 - Apache Ivy 2.3.0 Released
    Apache Ivy 2.3.0 is now available for download as source or binary (with and without
    dependencies) from
    http://ant.apache.org/ivy/download.cgi.
    Key features of the 2.3.0 release are
    improved Ant support with some new Ant tasks and enhancements to existing tasks
    improved Maven2 compatibility
    some new resolvers
    numerous bug fixes and improvements as documented in Jira
    and in the release notes
    In addition, experimental OSGI support has been added to the Ivy core.
    For more information see
    the Ivy home page.
    Apache Compress Antlib 1.2
    April 20, 2012 - Apache Compress Antlib 1.2 Released
    The Apache Compress Antlib 1.2 is now available for download as binary or
    source
    release.
    This release adapts to the 1.4 release of Apache Commons
    Compress and now adds support for the XZ format and supports a
    wider variety of tar dialects including limited support for

    © 2010 - 2020 网站综合信息查询 同IP网站查询 相关类似网站查询 网站备案查询网站地图 最新查询 最近更新 优秀网站 热门网站 全部网站 同IP查询 备案查询

    2024-04-20 19:29, Process in 0.0078 second.