Commit Graph

38 Commits

Author SHA1 Message Date
Michael Bayne 3baec8221d [maven-release-plugin] prepare for next development iteration 2013-04-05 11:03:35 -07:00
Michael Bayne 23c9ed91c8 [maven-release-plugin] prepare release jmustache-1.8 2013-04-05 11:03:26 -07:00
Michael Bayne 7e414b6c95 Use latest JUnit. 2013-04-02 12:54:20 -07:00
Yoryos Valotasios 2889ee8692 Added standard Mustache specs tests suite.
The groups with failing tests are currently commented out (everything except
interpolation). The main reason for failures are due to the requirement that
standalone lines that contain nothing but whitespace be stripped from the
output.
2013-04-02 12:54:20 -07:00
Michael Bayne f3afcda74f [maven-release-plugin] prepare for next development iteration 2013-02-27 10:24:27 -08:00
Michael Bayne 96020e46de [maven-release-plugin] prepare release jmustache-1.7 2013-02-27 10:24:18 -08:00
Michael Bayne 41eec508cb [maven-release-plugin] prepare for next development iteration 2012-08-16 17:53:52 -07:00
Michael Bayne 21f2145222 [maven-release-plugin] prepare release jmustache-1.6 2012-08-16 17:53:45 -07:00
Michael Bayne a899c466ca Use latest test plugin. 2012-08-13 14:31:23 -07:00
Martin Ellis 049359cde3 Add Bundle-ActivationPolicy to OSGi manifest.
Set the Bundle-ActivationPolicy to 'lazy'. According to the OSGi wiki:

  "This can improve performance in a system with many bundles, where
  instead of starting them they may be placed into a lazy state, and
  only activated when they are actually used."
  -- http://wiki.osgi.org/wiki/Bundle-ActivationPolicy

'Lazy' is fine for jmustache, because it has no bundle activator,
and does not provide any OSGi services that need to be registered.
2012-08-13 14:42:47 +01:00
Michael Bayne a1808fb3ef POM tidying. 2012-06-08 08:34:48 -07:00
Martin Ellis 77991e52bb Add OSGi headers in manifest file using maven-bundle-plugin.
Some of the automatically generated headers are suppressed because
they are for information only, and not very useful. These include
Bnd-LastModified, Include-Resource, Private-Package and Tool.
2012-05-25 15:54:39 +01:00
Michael Bayne 751123c067 [maven-release-plugin] prepare for next development iteration 2011-11-13 08:53:24 -08:00
Michael Bayne ab3d6206e0 [maven-release-plugin] prepare release jmustache-1.5 2011-11-13 08:53:17 -08:00
Michael Bayne 407d999836 Further work on making JMustache work in GWT.
I've ironed out most of the kinks, but the GWT unit test still fails because
we're forced to do some sneaky things with java.io.Reader/Writer. I think it
will all work when compiled to JavaScript, so I need to check it in a real
project.
2011-10-29 15:31:27 -07:00
Michael Bayne 627da759c7 Include sources in jar for (eventual) GWT usage. 2011-10-13 20:49:33 -07:00
Michael Bayne 76e9d54683 Extracted the iteration over collections and creation of variable fetchers into
a pluggable component.

This allows scaling down to the GWT environment by hiding the reflection code
via GWT's super source mechanism.

And it allows scaling up to non-Java languages (like Scala) by allowing the
library client to extend the DefaultCollector and teach it about Scala
Iterators, Iterables and Maps.

I also just realized that GWT has no facilities for Reader and Writer, which is
going to complicate making things work in GWT even further. But for now, I'll
just leave things as is.
2011-10-13 20:35:46 -07:00
Michael Bayne 2b6066adce [maven-release-plugin] prepare for next development iteration 2011-08-29 14:50:49 -07:00
Michael Bayne 447b109512 [maven-release-plugin] prepare release jmustache-1.4 2011-08-29 14:50:40 -07:00
Michael Bayne 71fdc8aa33 Specify correct license in POM. 2011-08-26 11:26:41 -07:00
Michael Bayne 553ab51357 [maven-release-plugin] prepare for next development iteration 2011-06-03 11:08:50 -07:00
Michael Bayne ca50fe0b15 [maven-release-plugin] prepare release jmustache-1.3 2011-06-03 11:08:45 -07:00
Michael Bayne 6acca915b1 [maven-release-plugin] prepare for next development iteration 2011-04-13 16:18:42 -07:00
Michael Bayne b38f17ea0f [maven-release-plugin] prepare release jmustache-1.2 2011-04-13 16:18:35 -07:00
Michael Bayne 76f86ea665 [maven-release-plugin] prepare for next development iteration 2011-03-01 11:35:16 -08:00
Michael Bayne 13ac4f9b87 [maven-release-plugin] prepare release jmustache-1.1 2011-03-01 11:35:09 -08:00
Michael Bayne 4a1a125f87 Maybe these URLs will appease my fickle Maven mistress. 2011-03-01 11:34:20 -08:00
Michael Bayne c94782fd9b My release was borked, need to start over. Yay! 2011-03-01 11:31:55 -08:00
Michael Bayne 1d0f1b7a65 Prepare for 1.2-SNAPSHOT development. Go back to old GIT URL. I was apparently
using an ancient version of Maven that was not very GIT friendly.
2011-03-01 11:30:22 -08:00
Michael Bayne 74c19b2e5f [maven-release-plugin] prepare release jmustache-1.1 2011-03-01 11:28:44 -08:00
Michael Bayne d1d096ad84 Now I want some line wrapping. 2011-03-01 11:17:01 -08:00
Michael Bayne 6ca5e463da We'll need a git: in there to let Maven know what's going on. 2011-03-01 11:16:34 -08:00
Michael Bayne 7ed35d55b5 Maybe Maven will like the https GIT URL better? 2011-03-01 11:15:55 -08:00
Michael Bayne 97c106defd Update POM with Github URLs. 2010-10-24 09:47:49 -07:00
Michael Bayne 4f5b3d772d [maven-release-plugin] prepare for next development iteration 2010-10-22 06:07:52 +00:00
Michael Bayne e3dcf153b6 [maven-release-plugin] prepare release jmustache-1.0 2010-10-22 06:07:19 +00:00
Michael Bayne 3f42f0bb49 We're not yet version 1.0. 2010-10-21 19:31:55 +00:00
Michael Bayne 5640791b4b Earnest beginnings. 2010-10-21 06:32:37 +00:00