This is for v1.7-snapshot or v2.0? v1.7 needs to be JDK 1.4 compilable - that would be a bug if so.
WILL On Thu, May 14, 2009 at 2:15 PM, Matt Benson <[email protected]> wrote: > > I asked on tiles-dev about deploying snapshots to the ASF snapshot mvn repo > in my capacity as an ASF committer even though I am not a tiles developer. > They were amenable since we were only talking about snapshots; Nathan was > okay with the idea of my publishing snapshots for velocity and > velocity-tools, on which the new tiles-velocity artifacts depend, as well. I > have now deployed a 1.7-SNAPSHOT version of velocity and plan to follow up > with velocity-tools 2.0-SNAPSHOT later unless somebody screams and bites my > head off. Note that in order to successfully build v. I had to use Java 5 > since someplace there was an instance of (IIRC) Properties.setProperty() > being called with String, boolean arguments which implies autoboxing. In > order to deploy with Java 5 I had to disable the condition checking around > line 925 of build.xml (which I did by simply adding 'else="foo"') to the > <condition>. > > Cheers, > Matt > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
