Group: http://groups.google.com/group/gaelyk/topics
- Eclipse project configuration with gradlew [3 Updates]
- Can I have a subdirectory in the WEB-INF/groovy directory? [1 Update]
cereal k <gran...@gmail.com> Feb 07 10:42AM +0100
Hi everybody :)
I've tried to configure a gaelyk project in eclipse using the gradle script
of the template project and always failed. to do this I use the following
command: gradlew cleanEclipse eclipse
All the packeges seems correctly downloaded, the .project and .classpath
files are created but I always fint this error on the project:
The App Engine SDK
'C:\Users\username\.gradle\caches\artifacts\com.google.appengine\appengine-api-1.0-sdk\c12498cf18507aa6433a94eb7d3e77d5\jars\appengine-api-1.0-sdk-1.6.1.jar'
on the project's build path is not valid
(SDK location 'C:\Users\username\.gradle\caches\artifacts\com.google.appengine\appengine-api-1.0-sdk\c12498cf18507aa6433a94eb7d3e77d5\jars\appengine-api-1.0-sdk-1.6.1.jar'
is not a directory)
It seems that the appengine SDK is specified uncorrectly in the
.classpath/.project files. I've installed eclipse Indigo and the last
version of the google plugin for eclipse
How can I fix it?
Guillaume Laforge <glaf...@gmail.com> Feb 07 10:48AM +0100
Hi,
I'm not an expert in Eclipse (I'm using IntelliJ IDEA), nor am I a strong
Gradle guru...
Hopefully someone with more experience in the field than me will jump in
here.
That said... what is there in those file paths that are referenced?
Shouldn't "username" be your own user name?
Guillaume
--
Guillaume Laforge
Groovy Project Manager
SpringSource, a division of VMware
Blog: http://glaforge.appspot.com/
Twitter: @glaforge <http://twitter.com/glaforge>
Google+: http://gplus.to/glaforge
cereal k <gran...@gmail.com> Feb 07 10:54AM +0100
Yup!
I modified my username in "username" for privacy reason (this is my "job"
computer").
The paths seems to be correct: all the files are palced accordingly to the
specified path.
I've also noticed thet removing two entries in the .classpath file
evrything works fine... but I'm not sure why it doesn't work "out of the
box".
Thank you for your answer (and for your work on Gaelyk)
hansamann <sven....@googlemail.com> Jan 25 02:55AM -0800
Hi all,
I'd like to have subdirectories in the WEB-INF/groovy directory, e.g.
this is what I'd like to see in the routes.groovy based on that
directory structure:
get "/api/v1/weather", forward: "/api/v1/weather.groovy"
This does not work, I only get it working if I am using this:
get "/api/v1/weather", forward: "/weather.groovy"
Is there a way?
You received this message because you are subscribed to the Google Group gaelyk.
--
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.
You've received this message because you've subscribed to the Gaelyk Google Group.
To send an email to the group, please write to: gae...@googlegroups.com
To unsuscribe from this group: gaelyk+un...@googlegroups.com
To show more options: http://groups.google.fr/group/gaelyk?hl=en