aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* build: fix ANT buildPhil Burk2020-10-301-0/+67
| | | | It was broken by the changes made for gradle.
* Restructured project, added gradle, JUnit, logger, and moreRubbaBoy2020-10-301-66/+0
| | | | Added Gradle (and removed ant), modernized testing via the JUnit framework, moved standalone examples from the tests directory to a separate module, removed sparsely used Java logger and replaced it with SLF4J. More work could be done, however this is a great start to greatly improving the health of the codebase.
* build: use java 1.8 in ant scriptPhil Burk2020-07-021-1/+1
|
* jsyn docs: various small improvementsPhil Burk2020-07-021-1/+6
| | | | Update build.xml to use newer versions of javadoc
* Add doc target to ant build.xmlPhil Burk2016-03-231-0/+3
| | | | Also fixed Javadoc errors.
* Add a doc target to the Ant build script.Phil Burk2016-03-231-8/+17
| | | | | You can now generate Javadocs by entering: ant doc
* Set Java target and source to 1.6 in build.xml.Phil Burk2016-02-041-1/+2
|
* Add jportaudio.jar to the classpath.Phil Burk2016-02-031-1/+5
|
* Add Manifest for AboutJSyn app.Phil Burk2014-12-311-5/+11
|
* Ant script for building JSyn JAR file.Phil Burk2014-12-311-0/+38