Re: [appengine-java] GAE/J 1.3.4 in http://dl.google.com/eclipse/plugin/3.5

2010-05-21 Thread Miguel Méndez
We've been pretty busy with Google I/O. We should get it updated next week. On Fri, May 21, 2010 at 3:49 AM, Peter Ondruska wrote: > Hello, is there any chance 1.3.4 will make it into Eclipse? Thanks. > Peter > > -- > You received this message because you are subscribed to the Google Groups > "G

Re: [appengine-java] Re: Update to GAE/J 1.3.2 -> Project in Eclipse broken

2010-04-19 Thread Miguel Méndez
Daniel > > > On 5 Apr, 15:04, Miguel Méndez wrote: > > Can you file a bug with a project that reproduces the problem? I think > that > > will be the best way to get to bottom of what is going on. > > > > > > -- > You received this message because you are

Re: [appengine-java] Re: Update to GAE/J 1.3.2 -> Project in Eclipse broken

2010-04-05 Thread Miguel Méndez
Can you file a bug with a project that reproduces the problem? I think that will be the best way to get to bottom of what is going on. On Sun, Apr 4, 2010 at 7:34 AM, Moritz wrote: > … not. again I have the same problem. > > It always jumps back to "Specific SDK '/{project-root}/web'" > > Very

Re: [appengine-java] Eclipse plugin - prevent auto-copy of jars

2010-04-05 Thread Miguel Méndez
By default the eclipse plugin will copy the default set of SDK jars that most applications will need into YOUR_WAR_DIRECTORY/WEB-INF/lib under the assumption that you will want to launch and deploy from it directly. If you want tighter control, you can navigate to the project properties and select

Re: [appengine-java] Re: datanucleus enhancer keeps running

2010-03-11 Thread Miguel Méndez
Did you try the GPE 1.3 preview release? It should have addressed this looping problem. On Thu, Mar 11, 2010 at 5:48 PM, lp wrote: > i tried using gae sdk 1.3.1 but still got enhancer looping. > > it seems to happen when i include spring 3.x libs i dunno giving > up and going for ant task.

Re: [appengine-java] How to Install Google App Plugin for Eclipse Galileo

2010-02-24 Thread Miguel Méndez
The following link explains how to install from zips: http://code.google.com/eclipse/docs/install-from-zip.html. On Tue, Feb 23, 2010 at 11:43 PM, Ashish Mishra wrote: > Hi, > > I want to know, how can i install the plugin manually of Google App > Engine. Since on my machine Eclipse is not able t

Re: [appengine-java] update to sdk1.3.1

2010-02-19 Thread Miguel Méndez
No, it won't auto-update today. The following link explains how to switch the SDK that a project is using: http://code.google.com/eclipse/docs/using_sdks.html. On Thu, Feb 18, 2010 at 11:46 PM, AJ Chen wrote: > I ran an update from eclipse. The sdk1.3.1 is installed in the > eclipse/plugin dir,

Re: [appengine-java] Re: Google Plugin for Eclipse 1.3 plans

2010-02-17 Thread Miguel Méndez
It has not been released yet. We expect the preview to be available around the end of the month. We'll send out an announcement when it is ready. On Tue, Feb 16, 2010 at 11:47 PM, KasperDK wrote: > Hi all, > > Where exactly is the Google Plugin for Eclipse preview located ? Or is > it not rele

Re: [appengine-java] Re: Google Plugin for Eclipse 1.3 plans

2010-02-09 Thread Miguel Méndez
I filed http://code.google.com/p/google-web-toolkit/issues/detail?id=4608. GPE should NPE even if the source language is Scala. On Tue, Feb 9, 2010 at 11:57 AM, ga...@dynafocus.com wrote: > This all sounds good. However please make sure that it plays well > with other languages, especially scal

Re: [appengine-java] Re: ByPassing Google App Engine SDK to allow black listed classes

2010-01-22 Thread Miguel Méndez
Hello Miguel, > > > > Thanks for the link. Just a quick question here if you have tried it. > > That this mean if I exclude the validation, my code will now be able > > to use the blacklisted classes? > > > > Thanks, > > ivanceras > > > > On

Re: [appengine-java] ByPassing Google App Engine SDK to allow black listed classes

2010-01-21 Thread Miguel Méndez
See if the following link helps: http://code.google.com/eclipse/docs/appengine_validation.html. On Thu, Jan 21, 2010 at 4:08 AM, ivanceras wrote: > Is there a way to circumbent google app engine sdk to allow the usage > of classes that are not present in the GAE JRE white list? I know the > app

Re: [appengine-java] Re: Datanucleaus enhancement not run when non-persistent superclass modified

2010-01-14 Thread Miguel Méndez
This sounds like http://code.google.com/p/googleappengine/issues/detail?id=1941. On Wed, Jan 13, 2010 at 6:56 PM, Blessed Geek wrote: > OK Google, > what's the trigger? > > I erroneously thought that datanucleaus was a project of Google. Never > bothered to read what datanucleaus was all about.

Re: [appengine-java] Way to enforce Appengine Whitelist in Eclipse?

2009-12-28 Thread Miguel Méndez
The Google Plugin for Eclipse provides that feature. On Sat, Dec 26, 2009 at 11:47 PM, Dieter Krachtus < dieter.krach...@googlemail.com> wrote: > Hi, > > is there a way to enforce the Appengine Whitelist in Eclipse? I would > like to get a little Error-Icon as so

Re: [appengine-java] Re: eclipse plugin and maven?

2009-12-18 Thread Miguel Méndez
th war > directory in root.. (which is awful, i know..) > > I haven't tried this configuration yet, but it seems to me, that this > should work. I will try to come up with an example project, where this > is done. > > > On Dec 15, 8:16 pm, Miguel Méndez wrote: > &g

Re: [appengine-java] Re: eclipse plugin and maven?

2009-12-15 Thread Miguel Méndez
Here are somethings, that I'm aware of, that make it hard to use maven and the Google Plugin for Eclipse together: 1. Require users to use an SDK (classpath container in eclipse) instead of regular jars 2. Force the "war" directory to be named war and appear at the project root 3. No off

[appengine-java] Re: trouble with SDK 1.2.6

2009-10-23 Thread Miguel Méndez
or > > message, but removing them from the build path solved the problem. Now > > I just have to figure out how to configure things properly to support > > junit testing... > > > > Thanks. > > > > Vince > > > > 2009/10/23

[appengine-java] Re: trouble with SDK 1.2.6

2009-10-23 Thread Miguel Méndez
I'm going to check and see if I can reproduce this using your project. On Fri, Oct 23, 2009 at 2:06 PM, Vince Bonfanti wrote: > > I'm having no luck with SDK 1.2.6 within Eclipse 3.5.1 (Windows). Yes, > I've added the -javaagent VM argument to my debug configuration. > However, if I try to do al

[appengine-java] Re: Eclipse GWT update error

2009-09-15 Thread Miguel Méndez
Let us know when you have something. On Tue, Sep 15, 2009 at 12:43 PM, AndrewG wrote: > > Miguel, > > I have sorted that last problem out - when I switched versions some > 'phantom' jar references appeared in the build path - which I have > removed. > > There is something else strange going on t

[appengine-java] Re: Eclipse GWT update error

2009-09-15 Thread Miguel Méndez
Hi Andrew, This is confusing, but the App Engine SDK and the GWT SDKs are separate SDKs (one does not contain the other) and they are added via separate preferences. Trying to add the GWT SDK via the App Engine preferences will fail in the manner that you described. To clarify, if you want to ad

[appengine-java] Re: Upgrade issue with Google SDK 1.2.5

2009-09-08 Thread Miguel Méndez
There should be some other entries in the log file.Would it be possible to get the entire .log file? On Mon, Sep 7, 2009 at 6:38 AM, James H wrote: > > Actually, Google does NOT display as an option under Window- > >Preferences currently! Its like the plugin does NOT exist at all, > yet the

[appengine-java] Re: Appengine Jetty Stuck at checking for update

2009-09-08 Thread Miguel Méndez
I think that there is some confusion here. The update configuration UI exposed by the Google Plugin for Eclipse is for the plugin. However, the DevAppServer has its own checks. If you are not using GWT then you should be able to add the --disable_update_check flag as a command line argument. If

[appengine-java] Re: problem in updating to 1.2.5 in eclipse

2009-09-04 Thread Miguel Méndez
ast 10 hours.. > i have not changed the updated site and i have got previous updates > properly in past. > Thankx and Regards > > Vik > Founder > www.sakshum.com > www.sakshum.blogspot.com > > > 2009/9/4 Miguel Méndez > >> Was this a temporary proble

[appengine-java] Re: problem in updating to 1.2.5 in eclipse

2009-09-04 Thread Miguel Méndez
Was this a temporary problem? Are you sure that you are using the right update site for your version of eclipse? On Fri, Sep 4, 2009 at 3:13 AM, Vik wrote: > hie > getting error > > An error occurred while collecting items to be installed > No repository found containing: > com.google.appengin

[appengine-java] Re: Launching a GWT app without the hosted mode browser

2009-08-25 Thread Miguel Méndez
ase you are using a different directory layout, replace "war" > with the right path to your war directory (relative to the project > root) > > Miguel, I'd like to add a feature request for this. Where can I do it? > > Regards, > -- Cafesolo > > On Aug 24, 11:01

[appengine-java] Re: Launching a GWT app without the hosted mode browser

2009-08-24 Thread Miguel Méndez
ies > each time? > > Regards, > -- Cafesolo > > On Aug 21, 10:32 am, Miguel Méndez wrote: > > If you are using App Engine and GWT, you could: > > > >- Do a GWT compile, if your test path includes GWT code, > >- Disable GWT on the project

[appengine-java] Re: Launching a GWT app without the hosted mode browser

2009-08-21 Thread Miguel Méndez
window? > > Regards, > -- Cafesolo > > On Aug 20, 12:08 pm, Miguel Méndez wrote: > > 2009/8/20 Cafesolo > > > > > > > > > Miguel, > > > > > I went to the launch configuration's GWT tab and cleared the URL > > > field. Now when I

[appengine-java] Re: Launching a GWT app without the hosted mode browser

2009-08-20 Thread Miguel Méndez
> The hosted mode window will always start, but having no modules or browser's active should not have a significant impact. Are you still experiencing a long startup time even after removing the URL, etc? > > Regards, > -- Cafesolo > > On Aug 20, 10:21 am,

[appengine-java] Re: Launching a GWT app without the hosted mode browser

2009-08-20 Thread Miguel Méndez
The hosted mode browser is only launched if you specify a URL in the Web Application launch configuration's GWT tab. If you leave it blank it should have the effect that you are looking for. 2009/8/20 Cafesolo > > Hi Robin, > > Not exactly. Even if I hit the "compile" button, the hosted mode >

[appengine-java] Re: Error creating JDO PersistanceManagerFactory with "transactions-optional"

2009-08-19 Thread Miguel Méndez
Are these directories hidden at the OS level or at the eclipse level (like a derived folder)? On Wed, Aug 19, 2009 at 11:52 AM, Rajeev Dayal wrote: > Glad that everything is working for you. The deployment process does indeed > grab everything under the war directory, including those that are hi