-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
We had two problems running this example in a Windows XP enviroment.
The first issue occurs when running mvn requirejs:optimize. It presents it self as a StackOverflowException that happens when r.js is running in Rhino. We solved this by adding a MAVEN_OPTS=-Xss1m to increase the stack size. We can't see a solution for the project it self but rather a comment in the documentations should be enough.
The second issue we has is with Jetty locking files in dev-mode. This can be resolved by adding a file to the project, namely "jetty-plugin-webdefaults.xml" and specify this in the pom.xml:
Metadata
Metadata
Assignees
Labels
No labels