Directory proposal/anteater/source/

Directory Created:
2000-12-06 08:08
Directory Deleted:
2002-03-26 00:43
Total Files:
0
Deleted Files:
1
Lines of Code:
0

Browse with ViewVC

[root]/proposal/anteater/source

                 coretasks (0 files, 0 lines)

                     buildtarget (0 files, 0 lines)

                         org (0 files, 0 lines)

                             apache (0 files, 0 lines)

                                 ant (0 files, 0 lines)

                                     buildtarget (0 files, 0 lines)

                     echo (0 files, 0 lines)

                         org (0 files, 0 lines)

                             apache (0 files, 0 lines)

                                 ant (0 files, 0 lines)

                                     echo (0 files, 0 lines)

                 main (0 files, 0 lines)

                     org (0 files, 0 lines)

                         apache (0 files, 0 lines)

                             ant (0 files, 0 lines)

                                 cli (0 files, 0 lines)

Lines of Code

proposal/anteater/source/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 4 (100.0%) 20 (100.0%) 5.0
duncan 3 (75.0%) 20 (100.0%) 6.6
donaldp 1 (25.0%) 0 (0.0%) 0.0

Most Recent Commits

donaldp 2002-03-26 00:43

Zap the bootstrap stuff

0 lines of code changed in:

  • proposal/anteater/source: main.ant (del)
duncan 2000-12-11 11:10

A small task example that illustrates something... A long time ago I

argued against "if" logic as part of the defined part of Ant stating

that all logic really should go into tasks. Now that the object model

is clean enough, it becomes silly obvious how to do this without requiring

the addition of any if/unless attributes in the target definitions themselves.



The build target task takes a target name and, optionally a if property. If

the property is used and is "true", then the target is executed by calling

the appropriate functionality on the Project object.

2 lines of code changed in:

  • proposal/anteater/source: main.ant (+2 -1)
duncan 2000-12-11 10:32

Removed last legacy of Ant.java and have settled a bit on how front

ends use core... In order for a front end to run a build, it first

creates a ProjectBuilder, loads a Project from it, then can run a

build on that Project. What still needs a bit of looking after is

creating a project from scratch (such as a GUI might do) and then

executing it. Later.

13 lines of code changed in:

  • proposal/anteater/source: main.ant (+13 -5)
duncan 2000-12-06 08:08

Initial checkin

5 lines of code changed in:

  • proposal/anteater/source: main.ant (new 5)
Generated by StatSVN 0.3.2-SNAPSHOT