pombreda / gwt-maven

Automatically exported from code.google.com/p/gwt-maven
0 stars 1 forks source link

Classpath order for gwt source #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is this Maven 1 or Maven 2? Both

What steps will reproduce the problem?
1. overide in your project
com.google.gwt.i18n.client.constants.DateTimeConstants_xx_xx.properties
2. mvn compile

What is the expected output? What do you see instead?
it shoud use my constants. Instead it uses Gwt default constants.

What version of the product are you using? On what operating system?
maven-googlewebtoolkit2-plugin 2.0-beta26. Linux (in Windows is the same)

Please provide any additional information below.
In BuildClasspathUtil I moved the seccion that says 
"if (gwtHome != null) {..."
 after the seccion
"// add compile (even when scope is other than)"

Original issue reported on code.google.com by JLGarcia...@gmail.com on 13 Nov 2008 at 7:24

GoogleCodeExporter commented 9 years ago
I think this report is stating that the user wants to override some of the GWT 
SOURCE
in his own classpath, and therefore he needs the gwt* jars to come AFTER his own
source on the classpath.  

I am updating the description.

Original comment by charlie....@gmail.com on 25 Nov 2008 at 1:59

GoogleCodeExporter commented 9 years ago
Exactly. Gwt Hosted Mode Shell works in that way.

Original comment by JLGarcia...@gmail.com on 25 Nov 2008 at 2:31

GoogleCodeExporter commented 9 years ago
Change applied rev 967

Original comment by keber...@gmail.com on 22 Mar 2009 at 9:12

GoogleCodeExporter commented 9 years ago
In 2.0-RC1. 

Original comment by charlie....@gmail.com on 3 Apr 2009 at 1:16