Re: GWT external jars on client side

2011-03-05 Thread Juan Pablo Gardella
You can if you make a module and for the jars (include the sources) contains
classes that can be compiled by the gwt compiler


2011/3/4 azuniga alessandro.zun...@gmail.com

 Is it possible to use external jars on the client side? For example
 I'm trying to create a project that call BIRT jars on the client side,
 but I get the typical error: Unable to find 'org/eclipse/birt/report/
 engine/api/iReportEngine.gwt.xml' on your classpath; could be a typo,
 or maybe you forgot to include a classpath entry for source? Since the
 iReportEngine doesn't have a .gwt.xml, I figure from what I've read is
 that i won't be able to use it on the client side. Is my only
 workaround to put all the BIRT code on the client side?

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



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



GWT external jars on client side

2011-03-04 Thread azuniga
Is it possible to use external jars on the client side? For example
I'm trying to create a project that call BIRT jars on the client side,
but I get the typical error: Unable to find 'org/eclipse/birt/report/
engine/api/iReportEngine.gwt.xml' on your classpath; could be a typo,
or maybe you forgot to include a classpath entry for source? Since the
iReportEngine doesn't have a .gwt.xml, I figure from what I've read is
that i won't be able to use it on the client side. Is my only
workaround to put all the BIRT code on the client side?

-- 
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-toolkit@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 external jars on client side

2011-03-04 Thread Jeff Larsen
Ask yourself this, could you call the BIRT jars from jquery or some other 
javascript library? What functionality are you trying to get from BIRT? Do 
the classes that you need and their hierarchy play nicely with the gwt java 
whitelist (This is almost certian to be a no, but I haven't looked at the 
BIRT code). 

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