summaryrefslogtreecommitdiff
path: root/build.xml
AgeCommit message (Collapse)Author
2010-06-03minor fixes to #359:Stuart Halloway
- add clojure.string to build, - make replace,replace-first use CharSequence in same way Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-28tweaking what gets exposed (javadoc #357)Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-05-25add namespaces to buildStuart Halloway
2010-05-03Added the pretty printer, clojure.pprintTom Faulhaber
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-20munge genclass field names to keep Java side happy, see #104Stuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-16InternalReduceStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-16more protocol testsStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2010-04-16added build step to compile things for test purposes, initial testsStuart Halloway
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
2009-12-17exclude IntelliJ files from distRich Hickey
2009-12-17Add "dist" Ant target to build distribution ZIP; refs #224Stuart Sierra
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-11-24Add clojure.test.junit; refs #160Stuart Sierra
Signed-off-by: Rich Hickey <richhickey@gmail.com>
2009-09-28fix #171: ns reflection warnings, and others that are easyMike Hinchey
Signed-off-by: Chouser <chouser@n01se.net>
2009-08-19fix #168, ant targets should fail on error, also test print report correctlyMike Hinchey
Signed-off-by: Chouser <chouser@n01se.net>
2009-06-25changed test target to "test"Rich Hickey
2009-06-24gtic package renamings:Stuart Halloway
- clojure.contrib to clojure - clojure.test-is to test
2009-06-24gtic work-in-progress:Stuart Halloway
test libraries moved over tests moved over build broken (next commits will break dependencies)
2009-04-28copy versioned jars to unversioned on build, patch from Rich Hickey
laurent.petit made :major :minor :incremental parts of *clojure-version* integers
2009-04-27added support for versioned builds, alignment with *clojure-version*, ↵Rich Hickey
(clojure-version) function. Note this will create jars with names like: clojure-1.0.0-RC1-SNAPSHOT.jar [issue 110], patch from laurent.petit
2009-04-27got rid of assert-if-lazy-seq, if*, and if as macroRich Hickey
2009-04-14Build patch: install results to local Maven repository [issue 105], patch ↵Rich Hickey
from hlship
2009-02-21improved Maven integration [issue 70], patch from hlshipRich Hickey
2009-02-17merged lazy branch -r1236:1286Rich Hickey
2009-02-11Revert: improved Maven integration, patch from hlship [issue 70], broke ↵Rich Hickey
destination directories
2009-02-11improved Maven integration, patch from hlship [issue 70]Rich Hickey
2008-12-29unified clojure.main, patch from Stephen C. GilardiRich Hickey
2008-12-17made default build run cleanRich Hickey
2008-11-26added clojure.main, patch from Stephen C. GilardiRich Hickey
2008-11-14added precompilation of base library .cljs into clojure.jar, patch from ↵Rich Hickey
Stuart Sierra
2008-11-08Interim checkin - DO NOT USE!!Rich Hickey
Unless you are interested in helping test: Moved clojure ns to clojure.core, moved set/xml etc up out of dirs New binding syntax (breaking change) for: doseq dotimes with-open when-first if-let when-let plus: new print-dup functionality for replica generation of compilation constants new *print-dup* flag, prints duplicators back to simplified readably printing for repl readable fns, as long as they are not closures
2008-10-27added 1.5 target to build.xmlRich Hickey
2008-07-29moved clj files into src/clj/Rich Hickey
2008-07-29updated docs and example, from ChouserRich Hickey
2008-01-28interim checkin, do not useRich Hickey
2008-01-24interim checkin - do not useRich Hickey
2007-10-30added (non-definitive) ant and maven build scriptsRich Hickey