Skip to content

Problem with WinXP #1

@eivinhb

Description

@eivinhb

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:

eks:
https://gist.github.com/ff7edf17cfedc66fc80f

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions