Re: GPE issue - erasing libs on Run As

2011-10-10 Thread André Salvati
New issue opened as reported on Google Plugin for Eclipse forum... https://groups.google.com/group/google-plugin-eclipse/browse_thread/thread/d0d78dd4fd6540e On Oct 8, 10:38 am, André Salvati andre.f.salv...@gmail.com wrote: Sudhakar, Let make myself clear. Maven (package goal) is building

Re: GPE issue - erasing libs on Run As

2011-10-08 Thread André Salvati
Sudhakar, Let make myself clear. Maven (package goal) is building my app. So, ALL libs that I need are put in WEB-INF/lib (guice and shiro inclusive). When try to Run as.. my application with GPE, just guice and shiro libs disappears. On Oct 7, 3:48 am, Sudhakar Abraham

Re: GPE issue - erasing libs on Run As

2011-10-07 Thread Sudhakar Abraham
Google Plugin Eclipse (GPE) does not delete the library jar in WEB-INF/ lib directory by itself. So manually copy /paste the Juice and shiro jars in WEB-INF/lib directory. S. Abraham www.DataStoreGwt.com Persist objects directly in GAE On Oct 6, 10:59 pm, André Salvati

GPE issue - erasing libs on Run As

2011-10-06 Thread André Salvati
Hi, strange behavior that started to happen on GPE after add guice and shiro jars. Step 1 - Package app (maven). All jars are on WEB-INF/lib as expected. Step 2 - Execute Run as - Web Application... gets java.lang.ClassNotFoundException: com.google.inject.servlet.GuiceServletContextListener. I

Re: GPE issue - erasing libs on Run As

2011-10-06 Thread André Salvati
Just found a new group for GPE. https://groups.google.com/group/google-plugin-eclipse On Oct 6, 2:59 pm, André Salvati andre.f.salv...@gmail.com wrote: Hi, strange behavior that started to happen on GPE after add guice and shiro jars. Step 1 - Package app (maven). All jars are on