play deps - how to avoid generating hardcoded paths in modules folder
17 views
Skip to first unread message
Amitava Shee
unread,
Sep 14, 2011, 9:14:19 AM9/14/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to play-fr...@googlegroups.com
I would like to avoid creating hard-coded paths in the module files generated within ${application.path}/modules. E.g. adding play -> secure in dependencies.yml generates modules/secure that has /Users/amitava/Programs/play-1.2.2/modules/secure.
I would instead prefer if modules/secure is setup as ${play.path}/modules/secure.