On Friday, May 16, 2014 4:09:26 PM UTC+2, al1975e wrote:
>
>
>
> пятница, 16 мая 2014 г., 13:03:33 UTC+3 пользователь al1975e написал:
>>
>> To speed up compilation GWT provides solution by setting property in 
>> gwt.xml - file (for examle:<set-property name="user.agent" 
>> value="gecko1_8,safari,ie8"/>)
>> How can i set it in my pom-file maven-project's?     
>> http://9mmedia.com/blog/?p=854 - it does not help
>>
> I always get: [INFO] [ERROR] Invalid property value 
> '${gwt.compile.user.agent}' [INFO] [ERROR] Failure while parsing XML  
>

That means the file has not been filtered by Maven. Either you forgot to 
declare <filtering>true</filtering> for your <resource> in your POM (see 
http://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html), 
or the gwt.xml file is in your src/main/java rather than src/main/resources 
(I personally like it that way, but I'm not using filtering), or you're not 
using the correct file (the gwt-maven-plugin should use the correct one 
BTW) 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to