1 The following individuals are registered as developers for the maintenance of
2 Exuberant Ctags. They are listed by their SourgeForge username and by the
3 To send email to any one of them, send it to <username@users.sourceforge.net>.
7 ---------- ----------- -----
8 Ant dfishburn David Fishburn
9 AWK jkoshy Joseph Koshy
10 Basic elias Elias Pschernig
11 C# elliotth Elliott Hughes
12 DosBatch dfishburn David Fishburn
13 Flex dfishburn David Fishburn
14 Java elliotth Elliott Hughes
15 JavaScript dfishburn David Fishburn
16 MATlAB dfishburn David Fishburn
17 OCaml vberthoux Vincent Berthoux
18 Perl perlguy0 Dmitri Tikhonov
20 Python elias Elias Pschernig
21 Ruby elliotth Elliott Hughes
22 SML jkoshy Joseph Koshy
23 SQL dfishburn David Fishburn
24 TeX dfishburn David Fishburn
25 Vim dfishburn David Fishburn
26 All else dhiebert Darren Hiebert
28 How To Build & Test Like A Maintainer
29 =====================================
36 sudo apt-get install build-essential subversion autoconf
40 Install the Xcode developer tools, available here:
41 http://developer.apple.com/tools/download/
45 up2date --nosig subversion autoheader autoconf
49 Install Cygwin plus its Subversion and GNU Make packages.
56 svn co https://ctags.svn.sourceforget.net/svnroot/ctags/trunk ctags
57 # Miss off the "/trunk" above if you want access to old releases or the
62 ./configure --enable-maintainer-mode
77 cp /usr/bin/ctags ctags.ref
78 # Edit "testing.mak" so CTAGS_TEST = ./dctags
79 # Edit "testing.mak" so CTAGS_REF = ./ctags.ref
86 Whenever you're happy with the results and update/commit:
88 cp ./dctags ./ctags.ref