Don't put a symbolic link in your gwt project's output directory...
15 views
Skip to first unread message
Stephen Buergler
unread,
Feb 13, 2012, 2:41:47 PM2/13/12
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 google-we...@googlegroups.com
Turns out if you make a symbolic link to another folder in GWT's output directory it will go into the symlink and delete everything there when you try to rebuild the project. I did this once a long time ago in an attempt to use this as an impromptu HTTP server. I still regret it.