Re: Expenses Sample project

2010-09-09 Thread superdama
I got the same javax.validation error. The error is thrown out during
the gwtc process. Something wrong with the gwt trunk version?
-Super

On Sep 8, 1:01 pm, Travis Camechis camec...@gmail.com wrote:
 I just did a fresh maven build it ran successfully.  I did get some errors
 due to javax.validation problems but the build still ran.  Make sure your up
 to date as well as your GWT_TOOLS.



 On Wed, Sep 8, 2010 at 11:58 AM, superdama zack...@gmail.com wrote:
  Travis,

  Good for mvn compile, no good for mvn gwt:compile.
  Any advice?

  On Sep 7, 10:07 am, Travis Camechis camec...@gmail.com wrote:
   try running tools/scripts/maven_script.sh from the root of the GWT
   checkout.  This will build a current copy of GWT and them to your local
   maven repo.  You should then be able to do a mvn compile, mvn
   gwt:compile, mvn gw:run.

   On Sun, Sep 5, 2010 at 9:08 AM, superdama zack...@gmail.com wrote:
Hi guys,

I got the same issue. Still don't know how to solve the problem.
Frustrating.

-Zack

On Aug 25, 9:22 pm, tc camec...@gmail.com wrote:
 Does anyone know why I would get this error when trying to run the
 samples/expensesapp via maven.

 : java.lang.NoClassDefFoundError: org/datanucleus/
 PersistenceConfiguration
  java.lang.NoClassDefFoundError: Could not initialize class
 com.google.gwt.sample.expenses.server.domain.EMF

 I am running this by using these commands.

 mvncompilemvngwt:compilemvngwt:run

 I also tried to usemvngae:run  but get the same error.

 This is the sample project in the trunk of the GWT samples area.

--
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.comgoogle-web-toolkit%2Bunsubs
 cr...@googlegroups.comgoogle-web-toolkit%2Bunsubs
  cr...@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-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs 
  cr...@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-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: Expenses Sample project

2010-09-08 Thread superdama
Travis,

Good for mvn compile, no good for mvn gwt:compile.
Any advice?

On Sep 7, 10:07 am, Travis Camechis camec...@gmail.com wrote:
 try running tools/scripts/maven_script.sh from the root of the GWT
 checkout.  This will build a current copy of GWT and them to your local
 maven repo.  You should then be able to do a mvn compile, mvn
 gwt:compile, mvn gw:run.



 On Sun, Sep 5, 2010 at 9:08 AM, superdama zack...@gmail.com wrote:
  Hi guys,

  I got the same issue. Still don't know how to solve the problem.
  Frustrating.

  -Zack

  On Aug 25, 9:22 pm, tc camec...@gmail.com wrote:
   Does anyone know why I would get this error when trying to run the
   samples/expensesapp via maven.

   : java.lang.NoClassDefFoundError: org/datanucleus/
   PersistenceConfiguration
    java.lang.NoClassDefFoundError: Could not initialize class
   com.google.gwt.sample.expenses.server.domain.EMF

   I am running this by using these commands.

   mvncompilemvngwt:compilemvngwt:run

   I also tried to usemvngae:run  but get the same error.

   This is the sample project in the trunk of the GWT samples area.

  --
  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.comgoogle-web-toolkit%2Bunsubs 
  cr...@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-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: Expenses Sample project

2010-09-08 Thread Travis Camechis
I just did a fresh maven build it ran successfully.  I did get some errors
due to javax.validation problems but the build still ran.  Make sure your up
to date as well as your GWT_TOOLS.

On Wed, Sep 8, 2010 at 11:58 AM, superdama zack...@gmail.com wrote:

 Travis,

 Good for mvn compile, no good for mvn gwt:compile.
 Any advice?

 On Sep 7, 10:07 am, Travis Camechis camec...@gmail.com wrote:
  try running tools/scripts/maven_script.sh from the root of the GWT
  checkout.  This will build a current copy of GWT and them to your local
  maven repo.  You should then be able to do a mvn compile, mvn
  gwt:compile, mvn gw:run.
 
 
 
  On Sun, Sep 5, 2010 at 9:08 AM, superdama zack...@gmail.com wrote:
   Hi guys,
 
   I got the same issue. Still don't know how to solve the problem.
   Frustrating.
 
   -Zack
 
   On Aug 25, 9:22 pm, tc camec...@gmail.com wrote:
Does anyone know why I would get this error when trying to run the
samples/expensesapp via maven.
 
: java.lang.NoClassDefFoundError: org/datanucleus/
PersistenceConfiguration
 java.lang.NoClassDefFoundError: Could not initialize class
com.google.gwt.sample.expenses.server.domain.EMF
 
I am running this by using these commands.
 
mvncompilemvngwt:compilemvngwt:run
 
I also tried to usemvngae:run  but get the same error.
 
This is the sample project in the trunk of the GWT samples area.
 
   --
   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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs
 cr...@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-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@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-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: Expenses Sample project

2010-09-07 Thread superdama
Hi guys,

I got the same issue. Still don't know how to solve the problem.
Frustrating.

-Zack



On Aug 25, 9:22 pm, tc camec...@gmail.com wrote:
 Does anyone know why I would get this error when trying to run the
 samples/expensesapp via maven.

 : java.lang.NoClassDefFoundError: org/datanucleus/
 PersistenceConfiguration
  java.lang.NoClassDefFoundError: Could not initialize class
 com.google.gwt.sample.expenses.server.domain.EMF

 I am running this by using these commands.

 mvncompilemvngwt:compilemvngwt:run

 I also tried to usemvngae:run  but get the same error.

 This is the sample project in the trunk of the GWT samples area.

-- 
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: Expenses Sample project

2010-09-07 Thread Travis Camechis
try running tools/scripts/maven_script.sh from the root of the GWT
checkout.  This will build a current copy of GWT and them to your local
maven repo.  You should then be able to do a mvn compile, mvn
gwt:compile, mvn gw:run.

On Sun, Sep 5, 2010 at 9:08 AM, superdama zack...@gmail.com wrote:

 Hi guys,

 I got the same issue. Still don't know how to solve the problem.
 Frustrating.

 -Zack



 On Aug 25, 9:22 pm, tc camec...@gmail.com wrote:
  Does anyone know why I would get this error when trying to run the
  samples/expensesapp via maven.
 
  : java.lang.NoClassDefFoundError: org/datanucleus/
  PersistenceConfiguration
   java.lang.NoClassDefFoundError: Could not initialize class
  com.google.gwt.sample.expenses.server.domain.EMF
 
  I am running this by using these commands.
 
  mvncompilemvngwt:compilemvngwt:run
 
  I also tried to usemvngae:run  but get the same error.
 
  This is the sample project in the trunk of the GWT samples area.

 --
 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.comgoogle-web-toolkit%2bunsubscr...@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-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: Expenses Sample project

2010-08-30 Thread mztay...@gmail.com
I just started getting this issue.  In setting up I had a couple
issues with dependency conflicts between my eclipse and maven
datanucleus artifacts (updated a couple of my maven based dependencies
to runtime).  Don't have a solution yet but I figure its a good place
to start.


On Aug 25, 9:22 pm, tc camec...@gmail.com wrote:
 Does anyone know why I would get this error when trying to run the
 samples/expenses app via maven.

 : java.lang.NoClassDefFoundError: org/datanucleus/
 PersistenceConfiguration
  java.lang.NoClassDefFoundError: Could not initialize class
 com.google.gwt.sample.expenses.server.domain.EMF

 I am running this by using these commands.

 mvn compile
 mvn gwt:compile
 mvn gwt:run

 I also tried to use mvn gae:run  but get the same error.

 This is the sample project in the trunk of the GWT samples area.

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



Expenses Sample project

2010-08-25 Thread tc
Does anyone know why I would get this error when trying to run the
samples/expenses app via maven.

: java.lang.NoClassDefFoundError: org/datanucleus/
PersistenceConfiguration
 java.lang.NoClassDefFoundError: Could not initialize class
com.google.gwt.sample.expenses.server.domain.EMF

I am running this by using these commands.

mvn compile
mvn gwt:compile
mvn gwt:run

I also tried to use mvn gae:run  but get the same error.

This is the sample project in the trunk of the GWT samples area.

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