You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by hoat le <ho...@gmail.com> on 2010/03/14 07:41:11 UTC

Caja Dependency

Hi,
I've noticed that shindig-project-1.1-BETA4-incubating and
shindig-project-1.1-BETA5-incubating depends on caja-release version and
caja does not release this version yet on its maven repository.

When caja releases that version, mvn install will not compile project
successful because CajaContentRewriter use a removed method of
DefaultGadgetRewriter.setValijaMode(boolean b) in the latest caja release
(r3950). I changed dependency to the latest caja version with setValijaMode:
caja-r3828. So please fix this dependency to help others to not be confused
about this.

-- 
Hoat Le Van [hoatle.net]

Re: Caja Dependency

Posted by Paul Lindner <li...@inuus.com>.
Can you elaborate on this?  Do you have a patch you'd like to see applied?


On Sat, Mar 13, 2010 at 11:41 PM, hoat le <ho...@gmail.com> wrote:

> Hi,
> I've noticed that shindig-project-1.1-BETA4-incubating and
> shindig-project-1.1-BETA5-incubating depends on caja-release version and
> caja does not release this version yet on its maven repository.
>
> When caja releases that version, mvn install will not compile project
> successful because CajaContentRewriter use a removed method of
> DefaultGadgetRewriter.setValijaMode(boolean b) in the latest caja release
> (r3950). I changed dependency to the latest caja version with
> setValijaMode:
> caja-r3828. So please fix this dependency to help others to not be confused
> about this.
>
> --
> Hoat Le Van [hoatle.net]
>