Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jetty webdefault.xml #1

Merged
4 commits merged into from
Oct 9, 2010
Merged

Jetty webdefault.xml #1

4 commits merged into from
Oct 9, 2010

Conversation

tbje
Copy link
Contributor

@tbje tbje commented Oct 5, 2010

Hi,
I've had a problem with jetty locking my static files (css and javascripts) on my windows dev machine. The issue is described here http://docs.codehaus.org/display/JETTY/Files+locked+on+Windows and here http://www.assembla.com/wiki/show/liftweb/Fix_file_locking_problem_with_jettyrun .

I didn't find a way to do this with sbt so I added it. Hope you find it useful.

Best regards
Trond

@harrah
Copy link
Member

harrah commented Oct 9, 2010

Trond,

Thanks a lot. I've merged this and your test case for jetty-env.xml. They should go into 0.7.5.

-Mark

@harrah harrah mentioned this pull request Feb 2, 2012
jsuereth added a commit that referenced this pull request Mar 27, 2014
jsuereth added a commit that referenced this pull request Apr 7, 2014
* Create a new EvaluateTaskConfig which gives us a bit more freedom
  over changign config options to EvaluateTask in the future.
* Create adapted from old EvaluateTask to new EvaluateTask
* Add hooks into signals class to register/remote  a signal listener
  directly, rather than in an "arm" block.
* Create TaskEvaluationCancelHandler to control the strategy of
  who/whom can cancel (sbt-server vs. sbt-terminal).
* Create a null-object for the "can't cancel" scenario so the
  code path is exactly the same.

This commit does not wire settings into the build yet, nor does it
fix the config extractio methods.
jsuereth added a commit to jsuereth/xsbt that referenced this pull request May 8, 2014
Step sbt#1 - All loggers fire events.  Registered Appender is
used to write to disk when it can.

Places a new logging package in sbt.internals with the
gunky details of logging using disruptors for
efficient eventing between threads.
dwijnand pushed a commit that referenced this pull request Jul 7, 2017
Setup travis, public tests in utilLogging
dwijnand pushed a commit that referenced this pull request Mar 18, 2018
Add test case for number id in JSON-RPC
dwijnand pushed a commit that referenced this pull request Apr 11, 2018
Catch RejectedExecutionException into an Incomplete
eed3si9n pushed a commit that referenced this pull request Dec 9, 2019
* Create a new EvaluateTaskConfig which gives us a bit more freedom
  over changign config options to EvaluateTask in the future.
* Create adapted from old EvaluateTask to new EvaluateTask
* Add hooks into signals class to register/remote  a signal listener
  directly, rather than in an "arm" block.
* Create TaskEvaluationCancelHandler to control the strategy of
  who/whom can cancel (sbt-server vs. sbt-terminal).
* Create a null-object for the "can't cancel" scenario so the
  code path is exactly the same.

This commit does not wire settings into the build yet, nor does it
fix the config extractio methods.
eed3si9n added a commit that referenced this pull request Dec 9, 2019
Setup travis, public tests in utilLogging
eed3si9n pushed a commit that referenced this pull request Dec 9, 2019
Use IO.getModified over importing the method
eatkins added a commit that referenced this pull request Jul 2, 2020
There were two issues with the server tests on windows
1) Sometimes client connections fail on the first attempt but
   will succeed with retries
2) It is possible for named pipes to leak which causes subsequent
   tests to be unable to run
3) ClientTest did not handle lines with carriage returns correctly

Issue #1 is fixed with retries. Issue #2 is fixed by using a
unique temp directory for each test run. Issue #3 was fixed by
simplifying the output stream cache to only cache the bytes returned
and then letting scala do the line splitting for us in linesIterator.

After these changes, all of the server tests work on appveyor.
eed3si9n pushed a commit that referenced this pull request Apr 12, 2021
eed3si9n pushed a commit that referenced this pull request Apr 20, 2021
eed3si9n pushed a commit that referenced this pull request Apr 20, 2021
Step #1: Make the template project a plugin that other can use
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants