File: README.source

package info (click to toggle)
lombok-ast 0.2%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,728 kB
  • sloc: java: 102,919; javascript: 4,390; xml: 541; makefile: 30
file content (24 lines) | stat: -rw-r--r-- 978 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This source package combines multiple sources.

The main sources can be found at https://github.com/rzwitserloot/lombok.ast/.

Normally the build system generates additional sources at build time with
templateProcessor.jar. For unknown reasons this doesn't work yet. All sources
including the generated ones can also be found on maven.org at

http://grepcode.com/snapshot/repo1.maven.org/maven2/com.android.tools.external.lombok/lombok-ast/0.2.3

Since lombok-ast requires classes from OpenJDK 6, they were included in this
source package. They can be downloaded from

http://projectlombok.org/ivyrepo/langtools/javac-1.6.0.18-sources.zip

Finally lombok-ast requires an old version of parboiled. These sources were
also included in this package from

https://github.com/sirthias/parboiled/archive/v0.9.7.2.tar.gz

Neither the OpenJDK 6 classes nor the old parboiled version are useful for other
packages which is the reason why they were embedded and not packaged
separately.