Well, there doesn't seem to be much interest in this...

Vicente, how did you deploy the dependencies to your repo ? Did you create a pom.xml for :

<groupId>org.waveprotocol.box</groupId>
<artifactId>wave</artifactId>
<version>0.3-SNAPSHOT</version>
<packaging>jar</packaging>

or did you simply install all the deps in the repo and added them all to your project ?

It seems to me we're basically facing the same issues, just caught up with your patch to facilitate the registration of other servlets and the injection of WIAB instances in other projects.
Perhaps you should create a wiki page for these things...

On 15-03-2011 19:48, Vicente J. Ruiz Jurado wrote:
El 15/03/11 13:05, Nelson Silva escribió:
Hi all,

I saw an old branch with a maven pom used to build the wave libraries. I
would like to know if there are plans to use Ivy or Maven for dependency
management in WAIB?

I currently have a project which uses Maven and would like to use some
of the GWT modules from WAIB, Currently I'm using an Ant project with an
Ivy target to get our dependencies into a new WAIB based project but
would like to do this the other way round and have our project use the
WAIB artifacts. For this I can just install the dependencies to our
maven repo but I believe it would be nice to have a Maven based build
for WAIB (or something that at least install the artifacts to a repo) .
+1

In our project we are with the same necessity and we are using our
unofficial repo. For me, an official maven repo it's enough.

Bests,

Reply via email to