Mark Harrah
d0a8f40b99
Docs: last updates to getting started guide for 0.13.0
2013-08-23 01:58:07 -04:00
eugene yokota
9ea7da6de6
Merge pull request #837 from xuwei-k/fix-scaladoc-cache-bug
...
fixes scaladoc cache not detecting -doc-root-content
2013-08-16 22:33:02 -07:00
Eugene Yokota
cce87fcf9a
fixes scaladoc cache not detecting -doc-root-content. #837
...
adds fileInputOptions key to track options that may invalidate the
cache for doc task.
2013-08-17 01:31:53 -04:00
Mark Harrah
b71af2150e
API docs for Attributes.scala
2013-08-16 14:22:14 -04:00
Mark Harrah
983d87106b
API docs for Attributes.scala
2013-08-16 14:22:14 -04:00
Mark Harrah
a2ab8a3630
Cleaned up API docs for Relation.
2013-08-16 14:22:14 -04:00
Mark Harrah
78178f8716
More API docs for the classpath module
2013-08-16 14:22:14 -04:00
Mark Harrah
9614c4f95a
API docs for Parser(s).
2013-08-16 14:22:14 -04:00
Mark Harrah
50232c56af
Cleaned up API docs for Relation.
2013-08-16 14:22:14 -04:00
Mark Harrah
dae220ecad
Restore lower case hex digits to HexDigit Parser, accidentally removed in 8545e912da.
2013-08-16 14:22:14 -04:00
Mark Harrah
8b103271a7
API docs for Parser(s).
2013-08-16 14:22:14 -04:00
Mark Harrah
6604437f7f
Restore lower case hex digits to HexDigit Parser, accidentally removed in 8545e912da.
2013-08-16 14:22:14 -04:00
Mark Harrah
9d1d18cd71
remove duplicate relativize implementation from Path
2013-08-16 14:22:14 -04:00
Mark Harrah
0c95e44ad5
API docs for DeferredWriter and RichURI
2013-08-16 14:22:13 -04:00
Mark Harrah
8b3fd453b8
more API docs for Hash.scala
2013-08-16 14:22:13 -04:00
Mark Harrah
faa308fe9a
more API docs for IO.scala
2013-08-16 14:22:13 -04:00
Mark Harrah
245e3cee7c
API docs for File/NameFilters
2013-08-16 14:21:45 -04:00
Mark Harrah
f5c4c89d17
some additional API docs for Defaults.scala
2013-08-16 14:21:44 -04:00
Mark Harrah
88200480ee
Docs: typo in faq
2013-08-16 14:21:44 -04:00
Mark Harrah
6c3570a133
Docs: fix |release| subsitution
2013-08-16 14:21:44 -04:00
Mark Harrah
d847d4ea2f
API docs for CrossVersion
2013-08-16 14:21:44 -04:00
Mark Harrah
46782d95bb
latest site plugin
2013-08-16 14:21:44 -04:00
Mark Harrah
8fd8c5fe94
Docs: version reorganization again in conf.py
2013-08-08 21:24:18 -04:00
Mark Harrah
41933b4e31
use specific hashes for source-plugins test for reliability
2013-08-08 21:24:18 -04:00
Mark Harrah
5f2b5d4ad4
Docs: fix node constructed by code_literal role
2013-08-08 21:24:17 -04:00
Mark Harrah
a09075c98c
Docs: Fix tasklevel section in the logging howto. Ref #843
2013-08-08 21:24:17 -04:00
Mark Harrah
70a54b9848
initial refresh of getting started guide for 0.13: multiple projects and plugins
...
still todo: Custom-Settings, Full-Def
2013-08-07 18:24:19 -04:00
Mark Harrah
6d981e4c5b
Docs: add sublit role that processes inline formatting, make default codeliteral role do no additional processing.
...
This was necessary because too many `` uses had * or | in them.
2013-08-07 18:24:19 -04:00
Mark Harrah
89d15ed1f9
Use repo.scala-sbt.org everywhere to be more independent of hosting details.
2013-08-07 18:24:19 -04:00
Mark Harrah
f8e66fe89c
Docs: remove remnants of static site
2013-08-07 18:24:19 -04:00
Mark Harrah
53e6db4831
fix ForkScala.fork overload, which forwarded to itself, looping
2013-08-06 13:59:19 -04:00
Mark Harrah
ebd35983b1
API docs: Fork.scala
2013-08-06 13:59:19 -04:00
Mark Harrah
6488721378
Docs: note that JLine now looks at .inputrc
2013-08-06 13:59:19 -04:00
Jacek Laskowski
3b289c1569
Update CONTRIBUTING.md
2013-08-01 16:05:46 -04:00
Johannes Rudolph
701206b54d
prevent another StringIndexOutOfBoundsException in Graph.toAscii
2013-07-31 15:31:04 +02:00
Johannes Rudolph
0bcd2e03f4
fixes #36 : Graph.insertBar doesn't take maxColumn into account leading to StringIndexOutOfBoundsException
2013-07-31 15:22:45 +02:00
Johannes Rudolph
71f8f3a53a
Merge branch 'sbt-0.13'
2013-07-31 15:00:06 +02:00
Mark Harrah
f5a6aa42b1
Docs: expand new issue section of CONTRIBUTING
2013-07-31 08:02:10 -04:00
Josh Suereth
089a0efbca
Merge pull request #55 from sbt/fix/space-in-path
...
Fixes #53
2013-07-30 16:50:58 -07:00
Josh Suereth
1a07150560
Turns out the cygwin fix involved a bit more work.
...
We can't exec bash, because we can't give over our process to sbt
if we want to turn echo back on later.
2013-07-30 19:49:17 -04:00
Josh Suereth
19f9330c32
Fixes #53 - echo disabled after sbt exits.
...
Bad flag in bash. Wish this thing had a compiler....
2013-07-30 19:38:33 -04:00
Josh Suereth
d652699a4e
Merge pull request #54 from sbt/fix/space-in-path
...
Refixes #50 . Apparently a stealth cd was causing issues here.
2013-07-30 16:30:36 -07:00
Josh Suereth
595501304e
Refixes #50 . Apparently a stealth cd was causing issues here.
2013-07-30 19:27:39 -04:00
James Roper
1eaf548bcd
Added shutdown hook for restoring the terminal
2013-07-30 19:02:10 +10:00
Mark Harrah
5139a2f148
fix actions/aggregate, which used deprecated ScopedSetting alias
2013-07-29 20:11:05 -04:00
Eugene Yokota
fd03ad67f2
refix #795
...
`math.min` should have been `math.max` here.
It's currently chopping off the output of inspect tree.
2013-07-29 16:33:53 -04:00
Mark Harrah
4ab037c5cd
remove Process from base imports in .sbt files and eval
...
The implicits are already in the sbt package object.
2013-07-29 14:14:04 -04:00
Mark Harrah
098ac0e1c2
remove deprecated top-level aliases
2013-07-29 14:13:52 -04:00
Mark Harrah
c14179c358
Docs: custom role 'codeliteral' to allow substitutions in inline code
...
The built-in 'literal' role implements ``. It tokenizes the
literal string to attempt some particular wrapping behavior.
This puts parts of the string in different spans, each with
class='pre' and the previous docs.css had a padding for that
class. This led to excessive space within the literal string.
The custom role does no do this tokenization, but nested
inline parsing can result in multiple nodes, repeating the
problem. So, the padding for class='pre' is dropped. Ideally,
the sequence of nodes would simply be wrapped in an inline element
with class='pre' or some other proper solution that avoids having
multiple nodes.
To avoid wrapping in the middle of a literal, the 'pre' class
now has the style `white-space: pre;`.
The default role is now 'codeliteral' and the previous
uses of the built-in `` are converted to `. Some incorrectly
converted code blocks were fixed in the process.
Finally, the Global-Settings page is updated with the new location
for the global sbt directory. Due to the above changes, this could
be done without hardcoding the version.
2013-07-29 07:27:17 -04:00
Mark Harrah
f29b37e9d3
Docs: deterministic ordering of howto index
2013-07-29 07:27:17 -04:00