You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by jv...@apache.org on 2001/08/27 18:43:12 UTC

cvs commit: jakarta-alexandria/proposal/maven README.txt

jvanzyl     01/08/27 09:43:12

  Added:       proposal/maven README.txt
  Log:
  
  
  Revision  Changes    Path
  1.1                  jakarta-alexandria/proposal/maven/README.txt
  
  Index: README.txt
  ===================================================================
  --------------------------------------------------------------------------
  M A V E N
  --------------------------------------------------------------------------
  
  Doesn't work very well yet :-)
  
  The code needs to be cleaned up, and the core processing should not
  be tied to ant though I used a task for now to get things going.
  
  Once the DTDs for projects and the like are codified things should be
  a bit easier. I don't know how to quite translate some of values
  in the descriptors now but that will be resolved in further DTD
  discussions with Sam.
  
  My use of the digester may not be ideal. I decided to use a tool that
  exists and has proven to be quite nifty. But I am a digester newbie
  and some of the rules I've made to process the XML may not be ideal.
  I would also like to generate beans and digester rules based on a DTD
  so that the maintance of the object model employed here is as easy
  as possible.
  
  Over the next few days things will get into shape. The only thing
  happens now is the processing of the object model and the generation
  of a build.xml file that can checkout repositories, but it can build
  anything yet. And there's a bootstrap ant issue to deal with :-)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: alexandria-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: alexandria-dev-help@jakarta.apache.org