Showing 469 open source projects for "ant"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1

    ant_farm_apk

    ant_farm plugin to explore Android Package Files

    ant_farm plugin to explore Android Package Files (.apk) . "ant_farm" is available from http://ant-farm.sourceforge.net . ant_farm_apk uses androguard for the heavy lifting. Androguard is available from http://code.google.com/p/androguard .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    ant_farm_hexit

    Simple binary file viewer for ant_farm

    hexit is a binary file viewer plugin for the ant_farm framework. "ant_farm" is available from http://ant-farm.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    JNAnt

    Custom Ant tasks to utilize useful JNA API

    Custom Ant tasks to utilize useful JNA API. Like get version of Windows EXE file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Game framework including 1, 2 and multi-players modes which doesn't involve any central server, so peer-to-peer multi-players equivalent! Java environment (v. 1.5+ @ java.sun.com) Including a multi-platform API. Imaging capabilities provided by Java Advanced Imaging (JAI) and 3D support provided by the LWJGL (www.lwjgl.org) API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the next decade of business messaging | Twilio MessagingX Icon
    Powering the next decade of business messaging | Twilio MessagingX

    For organizations interested programmable APIs built on a scalable business messaging platform

    Build unique experiences across SMS, MMS, Facebook Messenger, and WhatsApp – with our unified messaging APIs.
    Learn More
  • 5

    SelAnt

    Library for writing Selenium tests using Ant

    Library for writing Selenium tests using Ant
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ant4hg
    ANT4HG is an ANT task for HG, a distributed source control management system (http://www.selenic.com/mercurial).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Classycle tools analyse static class and package dependencies of Java applications or libraries. Main features: Cyclic dependency detection (beyond JDepend), XML report, checking layered architectures. The tools runs from command line and as Ant tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Agile Database release tool - command line or Ant task.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ParMa

    Parameter Management for agent-based simulation models

    ParMa provides several ways to define and read parameter settings for ABM ant therefore facilitates the organisation of model parameter settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • IT Service Management Software Icon
    IT Service Management Software

    A highly customizable Configuration Management Database (CMDB) to track all your IT assets and their documentation, dependencies and change history.

    Canfigure is a modular IT Service Management solution offering Service Desk, CMDB, Asset Management, Change Management and more.
    Learn More
  • 10
    An Ant task to generate a WAR file for a Java Web Start (JNLP) application. Allows for easy packaging and distribution of a Web Start application via a WAR file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    WhyWaitForever Documents

    WhyWaitForever Documents

    Technical Documents

    The Docbook source for a number of technical documents that describe how a number of software utilities can be used. The scripts within the documents are at at a usable stage but may need minor changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    XMLTransformer

    Transforms, Manipulates, Sorts and Splits XML Documents

    XmlTransformer an Eclipse based Java Project, for XML Transformation, Manipulation, Sorting & Splitting of XML files. Features Included - Records chunks can be specified for converting - Optimized - Sort - Pluggable tranformation logics - Ant Tasks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    With ShortcutJava you can write Java code with shortcuts such as multiple-exception catches and aliases. You can also create new shortcut plugins. It has an Ant task for compiling with Ant. The shortcuts will work with ANY version of Java!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    LunrSearchFileAntTask

    Generate lunr searchfile from existing htmlfiles via ant task.

    This project helps to create search files based on exististing html files as an input to lunr. Lunr is a fulltext Search engine similar to Solr.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Reusable is a JPA ORM like Hibernate. But with focus on speed, speed, speed and development speed. Hibernate is like ANT - you can do everything. Reusable is like Maven - you cant do everything, but the development speed is greater.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    *** This project is no longer maintained *** OSGiUnit is a framework for implementing and running JUnit (www.junit.org) tests for interacting OSGi bundles (www.osgi.org). It is based on JUnit and can therefore be used with any JUnit testcase runner like ant or Eclipse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This project is intended top provide a build script for Java jar & web projects. Run "ant -p" to get a full list of the potential targets. The expected targets should be "jar","war" or "deploy". There is an additional task called "cibuild" which is intended to run with a build server. Unless this task is called all built files will have the form projgroup-projname-A.BB.CCC-DEV.xxx Where A.BB.CCC is the version number and DEV marks the version as being...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Simple Pojo/Bean Mapper

    An ANT task to generate the conversion classes to allow you to create

    The original use for this was to take data out of a set of Hibernate DAO objects and create a variety of XML DOM objects from them. In the project that instigated this work the mapping between the DAOs and the XML DOM was not one for one and encoding the conversion into the DOAs was not a good idea. While at first sight this may seem similar to dozer (http://dozer.sourceforge.net) the primary difference is that this is code generation and does not have the overhead of using introspection at...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Ant Conflict Behaviour

    research on rules for conflict behaviour for ants

    This program shall implement some rule systems for ants. Special interest is to do researches about the conflict behaviour. The project is written with the mason-library (page: http://cs.gmu.edu/~eclab/projects/mason/ ) and mainly with the scala programming language
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    collection of various libraries (javadoc and velocity, sqlpipe) and ant tasks (multi-part http post, xpath, javadoc, certificates handling, sql, xml) and more
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An Ant task for user interaction based on forms written in Swing. Enables rapid deployment of forms for connecting user input to properties in an Ant script and menus for launching ant tasks..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    EPP Task is an easy preprocessor ant task. The next directives are supported: #ifdef, #ifndef, #else, #endif and #include.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Enhancement to ANT / Maven - JUnit Reports: - adds 'yellow' or 'blue' state to unit tests: "not fully implemented" - an overview over how much not-fully-implemented tests exist see Screenshots!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    BuildMagic

    Easy to use templating capabilities to ant + various build tasks

    Provides an easy to use templating capability to ant (build-by-convention a la maven)
    Downloads: 0 This Week
    Last Update:
    See Project