Well, i've already tried to force a 1.5-rc1 dependency for the plugin.
This can be done using:
<plugin>
...
<dependencies>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>1.5-rc1</version>
</dependencies>
</plugin>
But iirc, the plugin then fails. I suppose the plugin code needs to
be updated somehow :-(
On Wed, Jun 11, 2008 at 11:15 AM, Jay Joel Malaluan
<[EMAIL PROTECTED]> wrote:
> Hi Hiram,
>
> This is a probable cause of the maven build failure. The plugin has a
> dependency version that is not the latest?
> This is the part on the sandbox\gshell-gwt\pom.xml:
>
> <groupId>gwtforge.gwtplugin</groupId>
> <artifactId>gwtforge.gwtplugin</artifactId>
> <version>1.5-dev-27-01-2008</version>
>
> If we try to check the pom file, gwtforge.gwtplugin-1.5-dev-27-01-2008.pom
> the dependency version is like this:
>
> <dependency>
> <groupId>com.google.gwt</groupId>
> <artifactId>gwt-user</artifactId>
> <version>1.5-dev-27-01-2008</version>
> </dependency>The version should be <version>1.5-RC1</version> instead.
>
> Do you know the svn site so we can change the file? Or do you have any
> another workarounds regarding the maven build problem?
>
>
> Regards,
> Jay Malaluan
>
>
>
> ----- Original Message ----
> From: Hiram Chirino <[EMAIL PROTECTED]>
> To: [email protected]
> Sent: Wednesday, June 11, 2008 1:46:43 AM
> Subject: Re: FYI: Started a GWT Shell module. Aims to access the gshell
> commands over the web.
>
> Well, I was hoping that James could help getting the maven build
> working for it..
>
> But basically there should be WebConsole-shell file that you can
> execute on unix.. Even then you have to edit it to refer to the
> correct location of your GWT 1.5 RC1 installation.
>
> We really need a good build system for this. If there are any GWT
> devs out there please let us know what's the better way.
>
> Regards,
> Hiram
>
> On Mon, Jun 9, 2008 at 11:02 PM, Jay Joel Malaluan
> <[EMAIL PROTECTED]> wrote:
>> Hi Hiram,
>>
>> Any instructions on how to use the WebConsole-shell/compile scripts?
>>
>>
>> Regards,
>> Jay Malaluan
>>
>>
>>
>> ----- Original Message ----
>> From: Hiram Chirino <[EMAIL PROTECTED]>
>> To: [email protected]
>> Sent: Friday, June 6, 2008 10:17:20 PM
>> Subject: Re: FYI: Started a GWT Shell module. Aims to access the gshell
>> commands over the web.
>>
>> Like I said, the maven build is not working yet.
>>
>> You can use the WebConsole-shell/compile scripts to build it.. But you
>> will need to edit them to point at your GWT 1.5 RC 1 install.
>>
>> Regards,
>> Hiram
>>
>> On Thu, Jun 5, 2008 at 6:15 PM, Guillaume Nodet <[EMAIL PROTECTED]> wrote:
>>> It does not seem to build for me.
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Gwt Compiler Errors : [ERROR] Errors in
>>> 'C:\cygwin\home\gnodet\work\smx-sandbox\gshell-web\gshell-gwt\src\org\apache\servicemix\gshellweb\client\Conso
>>> le.java'
>>> [ERROR] Line 50: The method setAnimationEnabled(boolean) is
>>> undefined for the type Console
>>> [ERROR] Line 96: The method getStyle() is undefined for the type
>>> Element
>>> [ERROR] Line 97: The method getStyle() is undefined for the type
>>> Element
>>> [ERROR] Line 98: The method getStyle() is undefined for the type
>>> Element
>>> [ERROR] Line 102: The method getStyle() is undefined for the type
>>> Element
>>> [ERROR] Line 103: The method getStyle() is undefined for the type
>>> Element
>>> [ERROR] Line 104: The method scrollIntoView() is undefined for
>>> the type Element
>>> [ERROR] Line 133: The method scrollIntoView() is undefined for
>>> the type Element
>>>
>>> I thought the problem came from the version of GWT used by the plugin,
>>> but when I tried to upgrade to RC1, the build was still failing...
>>>
>>> On Thu, Jun 5, 2008 at 7:24 PM, Hiram Chirino <[EMAIL PROTECTED]> wrote:
>>>> You can get it at:
>>>>
>>>> https://svn.apache.org/repos/asf/servicemix/sandbox/gshell-web
>>>> and a deployed a simple demo at:
>>>> http://people.apache.org/~chirino/org.apache.servicemix.gshellweb.WebConsole/WebConsole.html
>>>>
>>>> The idea being that we should be able use a web browser as a front end
>>>> to the awesome shell commands that ServiceMix 4 provides. We still
>>>> need to provide the RPC mechanism to access the gshell command in the
>>>> servicemix back end and get the maven build working nicely with gwt.
>>>>
>>>> But just wanted to let folks know about it so they can jump in help if
>>>> you interested.
>>>>
>>>> Regards,
>>>> Hiram
>>>>
>>>> --
>>>> Regards,
>>>> Hiram
>>>>
>>>> Blog: http://hiramchirino.com
>>>>
>>>> Open Source SOA
>>>> http://open.iona.com
>>>>
>>>
>>>
>>>
>>> --
>>> Cheers,
>>> Guillaume Nodet
>>> ------------------------
>>> Blog: http://gnodet.blogspot.com/
>>>
>>
>>
>>
>> --
>> Regards,
>> Hiram
>>
>> Blog: http://hiramchirino.com
>>
>> Open Source SOA
>> http://open.iona.com
>>
>>
>>
>>
>
>
>
> --
> Regards,
> Hiram
>
> Blog: http://hiramchirino.com
>
> Open Source SOA
> http://open.iona.com
>
>
>
>
--
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/