ClientBundle and Image Resource Location

2010-01-08 Thread Sammy
Hello, I have a maven gwt project, and I'm using ClientBundle to
package my image resources within the project. I would like to place
the images in /src/main/resources as should be done in maven instead
of src/main/java/com/mycompany/myproject/client as gwt wants.

Is there any way I can achieve this?

Thank you,
Sammy
-- 
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: GWT 2.0 Maven repo

2010-01-08 Thread Sammy
Well, now that they ARE on the maven central repository, I cannot
download javadocs or source. Is there a reason for this?
Thanks,
Sammy

On Dec 10 2009, 1:00 am, slind...@gmail.com slind...@gmail.com
wrote:
  Hi,

  I would like to upgrade my current applications to GWT 2.0, but since they
  are build withMaven, I'm waiting for GWT 2.0 final being available inMaven
  repo. When will it be available?

 I'd not bother to wait for that since it's dependent on some 3rd party
 uploading it to theMavenrepo..
 Just download the zip and use mvn install:install-file to put the jars
 in your local repository.

 Br,
 S.B.
-- 
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: ClientBundle and Image Resource Location

2010-01-08 Thread Sammy
That worked, thank you very much :)

On Jan 8, 1:10 pm, mariyan nenchev nenchev.mari...@gmail.com wrote:
 Did you tried src/main/resources/com/mycompany/myproject/client



 On Fri, Jan 8, 2010 at 2:07 PM, Sammy pico...@gmail.com wrote:
  Hello, I have a maven gwt project, and I'm using ClientBundle to
  package my image resources within the project. I would like to place
  the images in /src/main/resources as should be done in maven instead
  of src/main/java/com/mycompany/myproject/client as gwt wants.

  Is there any way I can achieve this?

  Thank you,
  Sammy

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