This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
3814
Commits
1
Branch
80 MB
220 Download
Tree:
64a4e9eb2d
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '64a4e9eb2d'
${ noResults }
ant
/
proposal
/
sandbox
/
embed
/
README
README
41 B
Raw
Normal View
History
Checking in the modified ( and new ) files. Most of the functionality in Main is moved into AntBean ( all public/protected methods are now wrappers around AntBean's functionality, for backward compat). Same in ProjectHelper - again, for backward compat the public/protected functions are unchanged, old code can still call the old methods and get similar behavior. In TaskAdapter - few improvements ( still more to go ) to allow a program to control tasks that are in a child loader. That's extremely important to get ant embeded and controlled in a programatic way ( Project may create tasks in a child class loader, so casting will fail - the only way to use them is by using introspection ). I've also added the ability to 'adapt' beans that have multiple methods, not only execute() Please review, try, let me know when I can commit it. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271514 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
1
2
Copy the files in o.a.t.ant, recompile.
No Description
Contributors (21)
All
donaldp@apache.org
bodewig@apache.org
conor@apache.org
sbailliez@apache.org
umagesh@apache.org
stevel@apache.org
rubys@apache.org
dev-null@apache.org
ehatcher@apache.org
nico@apache.org
glennm@unknown
holtdl@apache.org
stefano@apache.org
jon@apache.org
duncan@apache.org
jskeet@apache.org
arnout@apache.org
costin@apache.org
craigmcc@apache.org
jhunter@apache.org
pier@apache.org