* 1.9
  - add EL (?from jsp/jsf - properties or references?)

Since EL is a really cool feature and simplifies JSP development so much, 
I
would like to give it a much higher priority (1.7.x)... 



it possible to 



"Peter Reilly" <[EMAIL PROTECTED]> 
29-12-2006 17:43
Please respond to
"Ant Developers List" <dev@ant.apache.org>


To
"Ant Developers List" <dev@ant.apache.org>
cc

Subject
Proposed roadmap






* 1.7.x
  - fix bugs
  - implement some enhancement requests
  - add some extra attributes to tasks/types
      (for example fileset dir not present attribute)
  - add some conditions/resources/filters/mappers
  - junitize other optional tasks (i.e. allow
    the needed thirdparty classes to be specified
    when using the task)
  - make checkstyle clean
  - support more java5,6,7 features

* 1.8
  - add classpath manipulation (classloader task)
  - add logic/controlflow features from jsp/ant-contrib (for, if,
while, try, var etc)
  - better scripting language support
     - allow javascript and jruby to create tasks/types natively
       (beanshell, groovy can do this currently).
  - import improvements (url support, searchpath support)
  - if/unless attributes with primative EL (expression language)
       (ie if="${property.not.present}" will work as 
if="property.not.present")
  - restricted types (i.e. roles)
  - some simple build file generators (like seam-gen)
  - xmlize the manual goals:
      - pdf version output
      - clean html output
      - easy navigation

* 1.9
  - add EL (?from jsp/jsf - properties or references?)
  - unify properties and references
  - integration with ivy/maven for dependence
  - ?annotations for tasks?

* 2.0
  - remove need of xml
  - unify with maven
  - unify with raven
  - ant only runs on java5
  - world peace

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to