[appengine-java] Mavenizing an eclipse SDK GAE Project

2010-06-17 Thread Jan-Hendrik Lendholt
Hi there,

I created an app engine project (without GWT). All looks good: Folders
created, servlet there, startup, it runs.

Now I have m2eclipse and enabled the dependency resolution. I don't
necessarily need the GAE libraries as from maven, but Spring, webflow
and so on would be cool.

m2eclipse downloads the jars and adds them as a library to my project.
But those don't get copied to war/WEB-INF/lib so the app crashes.

Are there any secrets on how to let these jars be synced with the war/
WEB-INF/lib folder?

Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Mavenizing an eclipse SDK GAE Project

2010-06-17 Thread Romain Pelisse
Well, this is only my opinion, but I wouldn't go this way. I think a simple
Ant file with Ivy perhaps will be a better approach than using Maven. It
does not feel (to me) that a GAE is really a "maven app", it actually look a
lot more like an Ant application... (but again, only my opinion here)

On 17 June 2010 21:34, Jan-Hendrik Lendholt wrote:

> Hi there,
>
> I created an app engine project (without GWT). All looks good: Folders
> created, servlet there, startup, it runs.
>
> Now I have m2eclipse and enabled the dependency resolution. I don't
> necessarily need the GAE libraries as from maven, but Spring, webflow
> and so on would be cool.
>
> m2eclipse downloads the jars and adds them as a library to my project.
> But those don't get copied to war/WEB-INF/lib so the app crashes.
>
> Are there any secrets on how to let these jars be synced with the war/
> WEB-INF/lib folder?
>
> Thanks in advance!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Romain PELISSE,
"The trouble with having an open mind, of course, is that people will insist
on coming along and trying to put things in it" -- Terry Pratchett
http://belaran.eu/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.