swung-weave-buildr 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/{README.rdoc → README.md} +6 -8
- data/lib/buildr/swung_weave/version.rb +1 -1
- metadata +4 -4
data/{README.rdoc → README.md}
RENAMED
@@ -1,4 +1,5 @@
|
|
1
|
-
|
1
|
+
swung-weave
|
2
|
+
===========
|
2
3
|
|
3
4
|
A simple project that processes bytecode transforming methods annotated with the
|
4
5
|
annotation @RunInEDT and @RunOutsideEDT
|
@@ -14,19 +15,16 @@ A method annotated with @RunInEDT may be transformed into something like
|
|
14
15
|
// do method code here, guaranteed to be in EDT
|
15
16
|
}
|
16
17
|
|
17
|
-
|
18
|
+
Installing the IDEA plugin
|
19
|
+
--------------------------
|
18
20
|
|
19
21
|
The plugin is available in JetBrains repos. To install, simply go to
|
20
22
|
"File > Settings > Plugins > Available" and select the SwungWeave plugin from the list
|
21
23
|
of available plugins and install it.
|
22
24
|
|
23
|
-
|
25
|
+
How it works
|
26
|
+
------------
|
24
27
|
|
25
28
|
For each module of the project with the SwungWeave facet, the plugin looks for a class named
|
26
29
|
org.realityforge.swung_weave.tool.Main in its classpath. If found, it scans all the classes of the
|
27
30
|
module in its main and test output directories and enhances the annotated methods using it.
|
28
|
-
|
29
|
-
== TODO
|
30
|
-
|
31
|
-
* Consider uploading gem to our local repo and installing via something like;
|
32
|
-
gem source --add http://www.stocksoftware.com.au/repositories/external
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: swung-weave-buildr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-05-
|
12
|
+
date: 2014-05-26 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: ! 'Buildr extension to process bytecode using swung-weaver. Swung weaver
|
15
15
|
is
|
@@ -41,7 +41,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
41
41
|
version: '0'
|
42
42
|
segments:
|
43
43
|
- 0
|
44
|
-
hash:
|
44
|
+
hash: 2832932906057388400
|
45
45
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
46
46
|
none: false
|
47
47
|
requirements:
|
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
50
|
version: '0'
|
51
51
|
segments:
|
52
52
|
- 0
|
53
|
-
hash:
|
53
|
+
hash: 2832932906057388400
|
54
54
|
requirements: []
|
55
55
|
rubyforge_project:
|
56
56
|
rubygems_version: 1.8.23
|