Skip to content
forked from apache/ant

Apache Ant is a Java-based build tool. This allows usage via json based configuration instead of xml.

License

Notifications You must be signed in to change notification settings

mainstringargs/jant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JANT

If you're like me, you hate working with the verbosity of XML. This project leverages the power of ant, but swaps out the verbose XML configuration with JSON configuration.

Developing

First, grab an existing version of ant and ensure it is on the PATH.

Then, run this command to grab the jars:

ant -f fetch.xml all -Ddest=optional

Then import as an existing project into Eclipse!

About

Apache Ant is a Java-based build tool. This allows usage via json based configuration instead of xml.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 77.7%
  • HTML 17.8%
  • XSLT 3.6%
  • GAP 0.3%
  • Shell 0.3%
  • Batchfile 0.2%
  • Other 0.1%