Web.xml in Hosted mode, can't force using webXMl to custom one.

2011-06-13 Thread Rajesh Waran
I want to use a different web.xml while running the hosted mode, but
seems it always look the one in web-inf dir.

I have attached my pom file.

Any one had this problem before ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";>

	
		webgateway
		loadlimiter
		2.5.0-SNAPSHOT
	

	4.0.0

	webadmin
	webadmin WAR
	webadmin WAR

	war

	
		za.co.eon.webadmin.WebAdmin
		${project.build.directory}/${project.build.finalName}
	

	
		
			webcommons
			${project.groupId}
			${project.version}
		

		
			com.google.gwt.google-apis
			gwt-maps
			1.1.1
		

	

	
		${webappDirectory}/WEB-INF/classes
		
			
			
org.codehaus.mojo
gwt-maven-plugin
2.3.0

	INFO
	DETAILED
	false
	
	
	
		za.co.eon.webadmin.client.AdminMessages
	

	
	
	${basedir}/src/main/java
	${gwtModuleName}/test.html
	${basedir}/src/test/resources/web.xml
	${webappDirectory}


	
		
			compile
			i18n
			test
			run
		
	

			
		
	



Re: Wrapping element as Widget and adding click event

2011-06-08 Thread Rajesh Waran
But when I remove that inherit, it builds, any idea what
version of gwt-maven must i use with GWT 2.3 or GWT 2.2

On Wed, Jun 8, 2011 at 6:14 PM, julio  wrote:
> Hi Juan,
>
> at the moment I have a situation like below in my .xml file and some
> of the THs in the table must be clickable.
> Is it possible using CellTable to replace code below (in the .xml not
> in the java code)?
>
> Thanks
>
> 
>        
>                
>                        User
>                         class="center-th">Account
>                         class="center-th">Email
>                        
>                                Delete
>                                
>                                
>                        
>                
>                
>                         class="center-th">Articles
>                         class="center-th">Patents
>                        Link 
> status changed th>
>                
>                
>                        Name
>                        Latest
>                        Latest
>                        Email
>                        Latest
>                        Email
>                        Latest
>                        Email
>                
>        
>        
>        
> 
>
> On Jun 8, 4:59 pm, Juan Pablo Gardella 
> wrote:
>> CellTable don't work for you? See this question
>> in
>> stackoverflow.
>>
>> Juan
>>
>> 2011/6/8 julio 
>>
>>
>>
>>
>>
>>
>>
>> > I need adding a click event to th (in a table with UIBinder context).
>> > Is it possible? Have I to create a TH-Widget with a wrap method? If
>> > it's so, how?
>>
>> > Thanks
>> > Julio
>>
>> > --
>> > You received this message because you are subscribed to the Google Groups
>> > "Google Web Toolkit" group.
>> > To post to this group, send email to google-web-toolkit@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > google-web-toolkit+unsubscr...@googlegroups.com.
>> > For more options, visit this group at
>> >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Getting error GWT 2.3 and gwt-maven-plugin 2.2

2011-06-08 Thread Rajesh Waran
Hi,

getting the following error

Loading inherited module 'com.google.gwt.canvas.dom.DOM'
[INFO]  Loading inherited module 'com.google.gwt.dom.DOM'
[INFO] Loading inherited module 'com.google.gwt.user.UserAgent'
[INFO][ERROR] Element 'extend-property' beginning on
line 27 contains unexpected attribute 'fallback-value'
[INFO][ERROR] Failure while parsing XML
[INFO] com.google.gwt.core.ext.UnableToCompleteException: (see
previous log entries)



when i remove the


build runs, strange any help...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Upgrade GWT 1.7 to GWT 2.3

2011-06-07 Thread Rajesh Waran
Please share any experience regarding the upgrade.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Migrating GWT 1.7 to GWT 2.2

2011-02-24 Thread Rajesh Waran
Thanks Philipe, will test it.

On Wed, Feb 23, 2011 at 6:32 PM, Philippe Beaudoin
 wrote:
> There is a vote in progress to get a GWT 2.2-compatible version of the
> gwt-maven-plugin:
>   https://groups.google.com/forum/?pli=1#!topic/codehaus-mojo-gwt-maven-plugin-users/iyp0V83Tktg
> If you need it very quickly, feel free to grab my version:
>     
>         
>             gwtplatform.plugin
>             Gwtplatform custom plugin epository
>             http://maven.gwt-platform.googlecode.com/hg/
>             default
>         
>     
>   
>       org.codehaus.mojo
>       gwt-maven-plugin
>       2.2.0
>   
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.