Paulo,
This worked but only after I change the line in the pom where the local repo is
defined. I changed it from:
<url>file:///${basedir}/../repo/</url>
to
<url>file://${basedir}/../repo/</url>
On May 30, 2012, at 5:48 AM, Paulo Pires wrote:
> My bad! It's now fixed in
> https://github.com/pires/wave/commit/8f016c455345a1210ad195f01414c02e2227273a
>
> Please, confirm this change fixes the issue you're facing.
>
> PP
>
> On 30/05/12 05:13, Michael MacFadden wrote:
>> Paulo,
>>
>> Did you perhaps add several jars to you local maven repository? When I try
>> to compile the project, I get several dependencies that done resolve.
>>
>> Missing artifact net.oauth:consumer:jar:20100601
>> Missing artifact net.oauth:provider:jar:20100601
>> ...
>> Missing artifact com.glines.socketio:socketio-core:jar:0.1-SNAPSHOT
>>
>> And some others.
>>
>> ~Michael
>>
>>
>> On May 29, 2012, at 5:18 PM, Paulo Pires wrote:
>>
>>> That's great, Michael!
>>>
>>> Since the project is now split in modules, I believe that we should
>>> follow section 15 of
>>> http://mojo.codehaus.org/gwt-maven-plugin/pdf/gwt-maven-plugin.pdf
>>>
>>> Eventually, we can even extract 'webclient' stuff from 'box' module to
>>> a new one.
>>>
>>> PP
>>>
>>> On Wed May 30 00:57:29 2012, Michael MacFadden wrote:
>>>> I am working on the gwt maven plugin now
>>>>
>>>> -Michael.
>>>>
>>>>
>>>> On May 29, 2012, at 4:34 PM, Paulo Pires <[email protected]> wrote:
>>>>
>>>>> I only need to get GWT compiled to JS and then I think I'll be able to
>>>>> use it fully.
>>>>>
>>>>> On Tue May 29 23:18:47 2012, Paulo Pires wrote:
>>>>>> Hi all,
>>>>>>
>>>>>> I've got to a state where I can run WIAB and register/log a user. Anyone
>>>>>> willing to give it a try and report issues at
>>>>>> https://github.com/pires/wave/issues/5 ?
>>>>>>
>>>>>> When we reach a WIAB fully running instance with this fork, I'll get
>>>>>> back to a proper upstream fix for WAVE-294.
>>>>>>
>>>>>> Cheers,
>>>>>>
>>>>> --
>>>>> Paulo Pires
>>> --
>>> Paulo Pires
>>
>
> --
> Paulo Pires
>