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
Hello, during the play compilation I got an error (shown on the picture): When I put the play-framework in root /opt, the compilation works fine. Any Idea what is wrong ?
Mirko Stocker
unread,
Feb 11, 2013, 6:01:27 AM2/11/13
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
Well, it seems like you've hit the file or path length limit of your file
system. You could try the Xmax-classfile-name option of Scalac:
-Xmax-classfile-name <n>
Maximum filename length for generated classes.