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: ClientBundle and Image Resource Location

2010-01-08 Thread mariyan nenchev
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%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: 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.