JBR-1113 java/awt/FontClass/GlyphRotationTest.java: java.lang.RuntimeException: cnt 1 = 13 cnt 2 = 13

Resolved merge issue (IDEA-57233)
1 file changed
tree: 980dc100bc508faa38fb2f4ab9b0a470f11e5889
  1. .idea/
  2. .jcheck/
  3. bin/
  4. doc/
  5. jb/
  6. make/
  7. src/
  8. test/
  9. .gitignore
  10. .hgignore
  11. .hgtags
  12. ADDITIONAL_LICENSE_INFO
  13. ASSEMBLY_EXCEPTION
  14. configure
  15. jbr_file_list_linux.txt
  16. jbr_file_list_osx.txt
  17. jbr_file_list_windows.txt
  18. LICENSE
  19. Makefile
  20. README
  21. README.md
README.md

official JetBrains project

Downloads

Windows-x64macOSLinux-x64

How JetBrains Runtime is organised

Workspaces

github.com/JetBrains/JetBrainsRuntime

Getting sources

OSX, Linux:

git config --global core.autocrlf input
git clone git@github.com:JetBrains/JetBrainsRuntime.git

Windows:

git config --global core.autocrlf false
git clone git@github.com:JetBrains/JetBrainsRuntime.git

Configure Local Build Environment

Linux (docker)

$ cd jb/project/docker
$ docker build .
...
Successfully built 942ea9900054

$ docker run -v `pwd`../../../../:/JetBrainsRuntime -it 942ea9900054

# cd /JetBrainsRuntime
# sh ./configure
# make images CONF=linux-x86_64-normal-server-release

Linux (Ubuntu 18.10 desktop)

$ sudo apt-get install autoconf make build-essential libx11-dev libxext-dev libxrender-dev libxtst-dev libxt-dev install libcups2-dev libfontconfig1-dev libasound2-dev 

$ cd JetBrainsRuntime
$ sh ./configure --disable-warnings-as-errors
$ make images

Windows

TBD

OSX

TBD

Contribution

We will be happy to receive your pull requests. Before you submit one, please sign our Contributor License Agreement (CLA) https://www.jetbrains.com/agreements/cla/