Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-12 | prepare for 1.2 RC31.2.0-RC3 | Stuart Halloway | |
2010-08-06 | prepare for 1.2.0 RC21.2.0-RC2 | Stuart Halloway | |
2010-07-30 | prepare for 1.2.0 RC11.2.0-RC1 | Stuart Halloway | |
2010-07-14 | fix release build destination | Stuart Halloway | |
2010-07-13 | preparing for 1.2.0-beta11.2.0-beta1 | Stuart Halloway | |
2010-04-29 | Remove gen-class requirement from clojure.contrib.pprint. See #81 | Tom Faulhaber | |
2010-04-13 | test-load-all tries to load all nondeprecated namespaces | Stuart Halloway | |
- fixed bug: misspelling in pom - updated gen-html-docs to track c.c.string name changes | |||
2010-03-30 | troubleshooting build box: another ad hoc exception for read-supported | Stuart Halloway | |
2010-03-30 | Disable test-jmx temporarily | Stuart Sierra | |
Tests fail on build.clojure.org, see http://build.clojure.org/job/clojure-contrib/46/console | |||
2010-03-19 | Update POM to clojure-maven-plugin 1.3.2 | Stuart Sierra | |
No longer need list of test namespaces to AOT-compile | |||
2010-02-03 | Re-enable local build with -Dclojure.jar in POM | Stuart Sierra | |
2010-02-01 | Add test namespaces to be compiled in POM | Stuart Sierra | |
Current clojure-maven-plugin does not run tests unless they are AOT-compiled. | |||
2010-02-01 | Set clojure-maven-plugin version in POM | Stuart Sierra | |
Older versions may fail to run the build correctly | |||
2010-01-30 | Fix mis-named ns in pprint.gen-class; refs #66 | Stuart Sierra | |
2010-01-30 | Reenable compiling of test namespaces in POM; refs #65 | Stuart Sierra | |
But disable tests of pprint, which fail currently | |||
2010-01-30 | pprint: Move gen-class expressions to separate file; refs #65 | Stuart Sierra | |
To avoid order-of-compilation issues, this patch puts the gen-class expressions for ColumnWriter and PrettyWriter in a separate file, rather than in the ns declarations. | |||
2010-01-30 | Do not AOT-compile pprint | Stuart Sierra | |
Need to fix order-of-compilation issues with PrettyWriter and ColumnWriter | |||
2010-01-30 | Revert "Reenable builds with local clojure.jar" | Stuart Sierra | |
This reverts commit 4e8696e773b7b1b121bab2e56d1fa233a2a28957. Attempted fix doesn't work. | |||
2010-01-29 | Reenable builds with local clojure.jar | Stuart Sierra | |
Corrected POM still has Clojure as a dependency, with an optional profile that allows specifying the location of clojure.jar | |||
2010-01-29 | Simplify POM, only AOT-compile namespaces that gen-class | Stuart Sierra | |
Binary incompatibility of AOT-compiled namespaces makes it desirable to avoid compilation except when needed for gen-class. Also fixes problem of the compilation order being non-deterministic, depending on the underlying filesystem. | |||
2010-01-29 | Add source encoding UTF-8 to POM | Stuart Sierra | |
2010-01-28 | Add "local" profile to POM | Stuart Sierra | |
2010-01-25 | Make clojure.version a property in POM | Stuart Sierra | |
2010-01-21 | Add source .clj files to JARmaven | Stuart Sierra | |
2010-01-20 | Add assembly configuration to POM. | Stuart Sierra | |
2010-01-20 | Add release and SNAPSHOT distributionManagement to POM | Stuart Sierra | |
2010-01-20 | Exclude clojure.contrib.pprint from compilation | Stuart Sierra | |
Other c.c.pprint.* namespaces get compiled, but can't load c.c.pprint itself until dependencies are AOT-compiled. | |||
2010-01-20 | Add build instructions to POM. | Stuart Sierra | |
This does not yet include deployment or custom packaging such as a slim JAR or release ZIP. These can be added. | |||
2009-12-10 | update to point to build.clojure.org, clojure 1.1.0-master (was 1.1.0 | Steve Gilardi | |
alpha), requested by build.clojure.org maintainer Tim Dysinger | |||
2009-11-10 | Update pom to depend on latest Clojure. See Clojure ticket 208 | Chouser | |
2009-10-05 | Change version number of clojure-lang dependency. | Howard M. Lewis Ship | |
Closes #24 Signed-off-by: scgilardi <scgilardi@gmail.com> | |||
2009-04-11 | Resolve issue 37. Build patch from Howard Lewis Ship | scgilardi | |
2009-04-07 | Resolve issue 31: Maven patch / build on CI Server, from Howard Lewis Ship | scgilardi | |