spring-attic / spring-social-samples

Samples of using Spring Social
http://projects.spring.io/spring-social
Apache License 2.0
531 stars 811 forks source link

specified for property 'webAppSourceDirectory' does not exist. #37

Open pishty1 opened 10 years ago

pishty1 commented 10 years ago

Hello,

just cloned and ran the gradlew tomcatRun command on the quick start sample project but it failed with the message: Directory '/home/pishty/workspaces/workspace/spring-social-samples/spring-social-quickstart/src/main/webapp' specified for property 'webAppSourceDirectory' does not exist.

whats am i missing or doing wrong ?

NLxAROSA commented 9 years ago

Works when using the tomcatRunWar task instead of tomcatRun.

bayboraoren commented 9 years ago

tomcatRunWar is ok, thanks.

firstthumb commented 8 years ago

tomcatRunWar works

biaocy commented 8 years ago

https://github.com/bmuschko/gradle-tomcat-plugin/issues/80 Use new version gradle-tomcat-plugin

zulfyadhie commented 8 years ago

tomcatRunWar works for me. Thanks

mdsworld commented 6 years ago

gradlew tomcatRun failed whereas gradlew tomcatRunWar worked for me too. Thanks