Tuesday, May 29, 2012

Re: what is the function of gwt-unitcache directory (not under target directory)?


On Tuesday, May 29, 2012 8:53:07 AM UTC+2, tong123123 wrote:
I try to run mvn:clean install and the content in gwt-unitCache (not the one in target directory, but the one directly under the project folder) will not changed, so what is its use? Could I not commit this folder in svn if it is not important?

AFAICT, gwt-maven-plugin will only create things under target/ (unless told it otherwise). If you have a gwt-unitCache folder sibling to the target/ folder, it has probably been creating when launching the DevMode from within Eclipse (rather than "mvn gwt:run").

Anyway, as its name suggests, it's a "cache", you shouldn't generally commit it to your SCM.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Bcwpno053G0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment