Re: Problem with maven-gwt-plugin and GWT 2.1

2014-11-26 Thread Sravanthi Katta
Hi,

Can you please explain what is removing the dependency to gwt-math mean. 
How to do it?

On Monday, November 8, 2010 1:36:44 PM UTC+5:30, fclaeys wrote:

 Problem solved after removing the dependency to gwt-math. 

 On 6 nov, 23:46, Jeff Larsen larse...@gmail.com wrote: 
  Try upgrading to the new maven plugin 2.1 
  
  http://mojo.codehaus.org/gwt-maven-plugin/ 
  
  On Nov 6, 1:55 pm, fclaeys claeys.fabr...@gmail.com wrote: 
  
  
  
  
  
  
  
   Hi. 
  
   I currently have the same problem. 
  
   Have you found a solution for this problem ? 
  
   On 4 nov, 14:32, Deyan Atanasov root2...@gmail.com wrote: 
  
Hi. I'm getting the following exception when compiling my project 
 with 
GWT 2.1. and maven-gwt-plugin 1.3-SNAPSHOT fromhttp://
 nexus.codehaus.org/snapshots 
repository. 
  Validating newly compiled units 
 [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/ 

 google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/ 
lang/Enum.java' 
[ERROR] Line 31: enumType.enumValueOfFunc cannot be resolved 
or is not a field 
 [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/ 

 google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/ 
math/BitLevel.java' 
[ERROR] Line 55: val.sign cannot be resolved or is not a 
 field 
[ERROR] Line 59: The method getFirstNonzeroDigit() is 
undefined for the type BigInteger 
[ERROR] Line 60: val.sign cannot be resolved or is not a 
 field 
[ERROR] Line 61: val.numberLength cannot be resolved or is 
 not 
a field 
[ERROR] Line 62: val.digits cannot be resolved or is not a 
field 
[ERROR] Line 67: val.digits cannot be resolved or is not a 
field 
[ERROR] Line 68: val.numberLength cannot be resolved or is 
 not 
a field 
[ERROR] Line 69: val.digits cannot be resolved or is not a 
field 
[ERROR] Line 72: val.numberLength cannot be resolved or is 
 not 
a field 
[ERROR] Line 83: val.sign cannot be resolved or is not a 
 field 
[ERROR] Line 86: val.numberLength cannot be resolved or is 
 not 
a field 
[ERROR] Line 87: val.digits cannot be resolved or is not a 
field 
[ERROR] Line 87: val.numberLength cannot be resolved or is 
 not 
a field 
[ERROR] Line 89: val.sign cannot be resolved or is not a 
 field 
[ERROR] Line 90: The method getFirstNonzeroDigit() is 
undefined for the type BigInteger 
[ERROR] Line 92: val.numberLength cannot be resolved or is 
 not 
a field 
  
Any ideas ?

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Problem with maven-gwt-plugin and GWT 2.1

2010-11-29 Thread cri
When  I try to use version 2.1.0 of gwt-maven-plugin at
http://mojo.codehaus.org/gwt-maven-plugin/, I get the error documented
at http://jira.codehaus.org/browse/MGWT-246. Has anyone been
successful in getting the plugin to generate a project that can be
imported into eclipse without errors?

Thanks!

On Nov 6, 4:46 pm, Jeff Larsen larse...@gmail.com wrote:
 Try upgrading to the newmavenplugin2.1

 http://mojo.codehaus.org/gwt-maven-plugin/

 On Nov 6, 1:55 pm, fclaeys claeys.fabr...@gmail.com wrote:







  Hi.

  I currently have the same problem.

  Have you found a solution for this problem ?

  On 4 nov, 14:32, Deyan Atanasov root2...@gmail.com wrote:

   Hi. I'm getting the following exception when compiling my project with
   GWT2.1. andmaven-gwt-plugin1.3-SNAPSHOT 
   fromhttp://nexus.codehaus.org/snapshots
   repository.
     Validating newly compiled units
        [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/
   google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/
   lang/Enum.java'
           [ERROR] Line 31: enumType.enumValueOfFunc cannot be resolved
   or is not a field
        [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/
   google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/
   math/BitLevel.java'
           [ERROR] Line 55: val.sign cannot be resolved or is not a field
           [ERROR] Line 59: The method getFirstNonzeroDigit() is
   undefined for the type BigInteger
           [ERROR] Line 60: val.sign cannot be resolved or is not a field
           [ERROR] Line 61: val.numberLength cannot be resolved or is not
   a field
           [ERROR] Line 62: val.digits cannot be resolved or is not a
   field
           [ERROR] Line 67: val.digits cannot be resolved or is not a
   field
           [ERROR] Line 68: val.numberLength cannot be resolved or is not
   a field
           [ERROR] Line 69: val.digits cannot be resolved or is not a
   field
           [ERROR] Line 72: val.numberLength cannot be resolved or is not
   a field
           [ERROR] Line 83: val.sign cannot be resolved or is not a field
           [ERROR] Line 86: val.numberLength cannot be resolved or is not
   a field
           [ERROR] Line 87: val.digits cannot be resolved or is not a
   field
           [ERROR] Line 87: val.numberLength cannot be resolved or is not
   a field
           [ERROR] Line 89: val.sign cannot be resolved or is not a field
           [ERROR] Line 90: The method getFirstNonzeroDigit() is
   undefined for the type BigInteger
           [ERROR] Line 92: val.numberLength cannot be resolved or is not
   a field

   Any ideas ?

-- 
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-tool...@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: Problem with maven-gwt-plugin and GWT 2.1

2010-11-08 Thread fclaeys
Problem solved after removing the dependency to gwt-math.

On 6 nov, 23:46, Jeff Larsen larse...@gmail.com wrote:
 Try upgrading to the new maven plugin 2.1

 http://mojo.codehaus.org/gwt-maven-plugin/

 On Nov 6, 1:55 pm, fclaeys claeys.fabr...@gmail.com wrote:







  Hi.

  I currently have the same problem.

  Have you found a solution for this problem ?

  On 4 nov, 14:32, Deyan Atanasov root2...@gmail.com wrote:

   Hi. I'm getting the following exception when compiling my project with
   GWT 2.1. and maven-gwt-plugin 1.3-SNAPSHOT 
   fromhttp://nexus.codehaus.org/snapshots
   repository.
     Validating newly compiled units
        [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/
   google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/
   lang/Enum.java'
           [ERROR] Line 31: enumType.enumValueOfFunc cannot be resolved
   or is not a field
        [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/
   google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/
   math/BitLevel.java'
           [ERROR] Line 55: val.sign cannot be resolved or is not a field
           [ERROR] Line 59: The method getFirstNonzeroDigit() is
   undefined for the type BigInteger
           [ERROR] Line 60: val.sign cannot be resolved or is not a field
           [ERROR] Line 61: val.numberLength cannot be resolved or is not
   a field
           [ERROR] Line 62: val.digits cannot be resolved or is not a
   field
           [ERROR] Line 67: val.digits cannot be resolved or is not a
   field
           [ERROR] Line 68: val.numberLength cannot be resolved or is not
   a field
           [ERROR] Line 69: val.digits cannot be resolved or is not a
   field
           [ERROR] Line 72: val.numberLength cannot be resolved or is not
   a field
           [ERROR] Line 83: val.sign cannot be resolved or is not a field
           [ERROR] Line 86: val.numberLength cannot be resolved or is not
   a field
           [ERROR] Line 87: val.digits cannot be resolved or is not a
   field
           [ERROR] Line 87: val.numberLength cannot be resolved or is not
   a field
           [ERROR] Line 89: val.sign cannot be resolved or is not a field
           [ERROR] Line 90: The method getFirstNonzeroDigit() is
   undefined for the type BigInteger
           [ERROR] Line 92: val.numberLength cannot be resolved or is not
   a field

   Any ideas ?

-- 
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-tool...@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: Problem with maven-gwt-plugin and GWT 2.1

2010-11-06 Thread fclaeys
Hi.

I currently have the same problem.

Have you found a solution for this problem ?

On 4 nov, 14:32, Deyan Atanasov root2...@gmail.com wrote:
 Hi. I'm getting the following exception when compiling my project with
 GWT 2.1. and maven-gwt-plugin 1.3-SNAPSHOT 
 fromhttp://nexus.codehaus.org/snapshots
 repository.
   Validating newly compiled units
      [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/
 google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/
 lang/Enum.java'
         [ERROR] Line 31: enumType.enumValueOfFunc cannot be resolved
 or is not a field
      [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/
 google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/
 math/BitLevel.java'
         [ERROR] Line 55: val.sign cannot be resolved or is not a field
         [ERROR] Line 59: The method getFirstNonzeroDigit() is
 undefined for the type BigInteger
         [ERROR] Line 60: val.sign cannot be resolved or is not a field
         [ERROR] Line 61: val.numberLength cannot be resolved or is not
 a field
         [ERROR] Line 62: val.digits cannot be resolved or is not a
 field
         [ERROR] Line 67: val.digits cannot be resolved or is not a
 field
         [ERROR] Line 68: val.numberLength cannot be resolved or is not
 a field
         [ERROR] Line 69: val.digits cannot be resolved or is not a
 field
         [ERROR] Line 72: val.numberLength cannot be resolved or is not
 a field
         [ERROR] Line 83: val.sign cannot be resolved or is not a field
         [ERROR] Line 86: val.numberLength cannot be resolved or is not
 a field
         [ERROR] Line 87: val.digits cannot be resolved or is not a
 field
         [ERROR] Line 87: val.numberLength cannot be resolved or is not
 a field
         [ERROR] Line 89: val.sign cannot be resolved or is not a field
         [ERROR] Line 90: The method getFirstNonzeroDigit() is
 undefined for the type BigInteger
         [ERROR] Line 92: val.numberLength cannot be resolved or is not
 a field

 Any ideas ?

-- 
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-tool...@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: Problem with maven-gwt-plugin and GWT 2.1

2010-11-06 Thread fclaeys
I currently have the same problem.

Have you found a solution for this problem?

On 4 nov, 14:32, Deyan Atanasov root2...@gmail.com wrote:
 Hi. I'm getting the following exception when compiling my project with
 GWT 2.1. and maven-gwt-plugin 1.3-SNAPSHOT 
 fromhttp://nexus.codehaus.org/snapshots
 repository.
   Validating newly compiled units
      [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/
 google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/
 lang/Enum.java'
         [ERROR] Line 31: enumType.enumValueOfFunc cannot be resolved
 or is not a field
      [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/
 google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/
 math/BitLevel.java'
         [ERROR] Line 55: val.sign cannot be resolved or is not a field
         [ERROR] Line 59: The method getFirstNonzeroDigit() is
 undefined for the type BigInteger
         [ERROR] Line 60: val.sign cannot be resolved or is not a field
         [ERROR] Line 61: val.numberLength cannot be resolved or is not
 a field
         [ERROR] Line 62: val.digits cannot be resolved or is not a
 field
         [ERROR] Line 67: val.digits cannot be resolved or is not a
 field
         [ERROR] Line 68: val.numberLength cannot be resolved or is not
 a field
         [ERROR] Line 69: val.digits cannot be resolved or is not a
 field
         [ERROR] Line 72: val.numberLength cannot be resolved or is not
 a field
         [ERROR] Line 83: val.sign cannot be resolved or is not a field
         [ERROR] Line 86: val.numberLength cannot be resolved or is not
 a field
         [ERROR] Line 87: val.digits cannot be resolved or is not a
 field
         [ERROR] Line 87: val.numberLength cannot be resolved or is not
 a field
         [ERROR] Line 89: val.sign cannot be resolved or is not a field
         [ERROR] Line 90: The method getFirstNonzeroDigit() is
 undefined for the type BigInteger
         [ERROR] Line 92: val.numberLength cannot be resolved or is not
 a field

 Any ideas ?

-- 
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-tool...@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: Problem with maven-gwt-plugin and GWT 2.1

2010-11-06 Thread Jeff Larsen
Try upgrading to the new maven plugin 2.1

http://mojo.codehaus.org/gwt-maven-plugin/

On Nov 6, 1:55 pm, fclaeys claeys.fabr...@gmail.com wrote:
 Hi.

 I currently have the same problem.

 Have you found a solution for this problem ?

 On 4 nov, 14:32, Deyan Atanasov root2...@gmail.com wrote:







  Hi. I'm getting the following exception when compiling my project with
  GWT 2.1. and maven-gwt-plugin 1.3-SNAPSHOT 
  fromhttp://nexus.codehaus.org/snapshots
  repository.
    Validating newly compiled units
       [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/
  google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/
  lang/Enum.java'
          [ERROR] Line 31: enumType.enumValueOfFunc cannot be resolved
  or is not a field
       [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/
  google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/
  math/BitLevel.java'
          [ERROR] Line 55: val.sign cannot be resolved or is not a field
          [ERROR] Line 59: The method getFirstNonzeroDigit() is
  undefined for the type BigInteger
          [ERROR] Line 60: val.sign cannot be resolved or is not a field
          [ERROR] Line 61: val.numberLength cannot be resolved or is not
  a field
          [ERROR] Line 62: val.digits cannot be resolved or is not a
  field
          [ERROR] Line 67: val.digits cannot be resolved or is not a
  field
          [ERROR] Line 68: val.numberLength cannot be resolved or is not
  a field
          [ERROR] Line 69: val.digits cannot be resolved or is not a
  field
          [ERROR] Line 72: val.numberLength cannot be resolved or is not
  a field
          [ERROR] Line 83: val.sign cannot be resolved or is not a field
          [ERROR] Line 86: val.numberLength cannot be resolved or is not
  a field
          [ERROR] Line 87: val.digits cannot be resolved or is not a
  field
          [ERROR] Line 87: val.numberLength cannot be resolved or is not
  a field
          [ERROR] Line 89: val.sign cannot be resolved or is not a field
          [ERROR] Line 90: The method getFirstNonzeroDigit() is
  undefined for the type BigInteger
          [ERROR] Line 92: val.numberLength cannot be resolved or is not
  a field

  Any ideas ?

-- 
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-tool...@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.



Problem with maven-gwt-plugin and GWT 2.1

2010-11-04 Thread Deyan Atanasov
Hi. I'm getting the following exception when compiling my project with
GWT 2.1. and maven-gwt-plugin 1.3-SNAPSHOT from 
http://nexus.codehaus.org/snapshots
repository.
  Validating newly compiled units
 [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/
google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/
lang/Enum.java'
[ERROR] Line 31: enumType.enumValueOfFunc cannot be resolved
or is not a field
 [ERROR] Errors in 'jar:file:/C:/Users/Dido/.m2/repository/com/
google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar!/com/google/gwt/emul/java/
math/BitLevel.java'
[ERROR] Line 55: val.sign cannot be resolved or is not a field
[ERROR] Line 59: The method getFirstNonzeroDigit() is
undefined for the type BigInteger
[ERROR] Line 60: val.sign cannot be resolved or is not a field
[ERROR] Line 61: val.numberLength cannot be resolved or is not
a field
[ERROR] Line 62: val.digits cannot be resolved or is not a
field
[ERROR] Line 67: val.digits cannot be resolved or is not a
field
[ERROR] Line 68: val.numberLength cannot be resolved or is not
a field
[ERROR] Line 69: val.digits cannot be resolved or is not a
field
[ERROR] Line 72: val.numberLength cannot be resolved or is not
a field
[ERROR] Line 83: val.sign cannot be resolved or is not a field
[ERROR] Line 86: val.numberLength cannot be resolved or is not
a field
[ERROR] Line 87: val.digits cannot be resolved or is not a
field
[ERROR] Line 87: val.numberLength cannot be resolved or is not
a field
[ERROR] Line 89: val.sign cannot be resolved or is not a field
[ERROR] Line 90: The method getFirstNonzeroDigit() is
undefined for the type BigInteger
[ERROR] Line 92: val.numberLength cannot be resolved or is not
a field

Any ideas ?

-- 
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-tool...@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.