Re: JBOSS deployment from GWT Eclipse projects

2010-02-11 Thread Christian López Espínola
=en. -- Cheers, Christian López Espínola penyaskito -- 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

Re: JBOSS deployment from GWT Eclipse projects

2010-02-11 Thread Christian López Espínola
/configuration /plugin On Thu, Feb 11, 2010 at 5:48 PM, Christian López Espínola penyask...@gmail.com wrote: On Thu, Feb 11, 2010 at 10:19 AM, mariyan nenchev nenchev.mari...@gmail.com wrote: What about if you use maven to manage your libs and build? Then copying the war folder will not work

Re: Running tests on a faceless Red Hat 4 Linux

2009-11-30 Thread Christian López Espínola
/google-web-toolkit/browse_thread/thread/453f6c8fc629ccba/b61427ff6bc3da54?show_docid=b61427ff6bc3da54 -- Cheers, Christian López Espínola penyaskito -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: How to make scroll panel+flex table wrap text correctly?

2009-11-09 Thread Christian López Espínola
));                         flexTable.getFlexCellFormatter().setRowSpan(0, 1, numRows+1);                         this.scrollToBottom();                 }         } -- Cheers, Christian López Espínola penyaskito --~--~-~--~~~---~--~~ You received this message because you are subscribed

Deploying to JBoss

2009-10-30 Thread Christian López Espínola
, *.nocache.js, *.css, *.png...] * WEB-INF * classes * lib - web.xml - index.html - log4j.lcf Any hint? [1] http://groups.google.com/group/google-web-toolkit/browse_thread/thread/2276c8eff3edaf78/c8811e3298438076?#c8811e3298438076 -- Cheers, Christian López Espínola penyaskito

Re: Deploying to JBoss

2009-10-30 Thread Christian López Espínola
Oops, it was a problem with web.xml. Sorry for the noise. On Fri, Oct 30, 2009 at 11:41 AM, Christian López Espínola penyask...@gmail.com wrote: I'm trying to deploy a project built with GWT in JBoss, but I'm getting an stacktrace on JBoss logs. I read this thread [1] but I didn't found

Re: Continuous Integration with GWT 1.7 and Hudson

2009-10-29 Thread Christian López Espínola
the Xvfb output to any place, avoiding other processes to kill it. Xvfb :1 -ac -screen 0 1024x768x8 /dev/null 2 /dev/null Hope this helps anyone else. --Sri 2009/10/28 Christian López Espínola penyaskito penyask...@gmail.com Hi, I'm trying to get CI working on my server. It's a Linux

Continuous Integration with GWT 1.7 and Hudson

2009-10-28 Thread Christian López Espínola
Hi, I'm trying to get CI working on my server. It's a Linux box with JBoss, and no X server. When trying to build I got errors when running GwtTests: [INFO] org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed] [INFO] at org.eclipse.swt.SWT.error(SWT.java:3400) [INFO] at