My favorites
▼
|
Sign in
waf
The flexible build system
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
‹r7198
r7425
Source path:
svn
/
trunk
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Waf 1.5
-------
docs:
# enforce the after= ordering constraints in the javac task generators
from TaskGen import after, feature
@feature('*')
@after('apply_core', 'apply_java', 'apply_subst')
def process_after(self):
lst = self.to_list(getattr(self, 'after', []))
print(self.name)
for x in lst:
obj = self.bld.name_to_obj(x,self.bld.env)
if not obj: break
obj.post()
for a in obj.tasks:
for b in self.tasks:
b.set_run_after(a)
--------------------------------------
Last update: 13/03/2010
Contact -> http://code.google.com/p/waf
Show details
Hide details
Change log
r7394
by tnagy1024 on Mar 13 (5 days ago)
Diff
docs
Go to:
/trunk/TODO
Project members,
sign in
to write a code review
Older revisions
r7198
by tnagy1024 on Feb 18, 2010
Diff
docs
r6910
by tnagy1024 on Jan 07, 2010
Diff
docs
r6662
by tnagy1024 on Sep 01, 2009
Diff
notes
All revisions of this file
File info
Size: 552 bytes, 24 lines
View raw file
File properties
svn:eol-style
native
Powered by
Google Project Hosting