On Mon, 9 Jan 2006, <[EMAIL PROTECTED]> wrote: > i write some lines about ANT for a homework ... and i read that ANT > (unlike to Maven) is a TOP LEVEL Project.
Wherever you read that, the "unlike to Maven" part is wrong. Maven is a Top Level Project as well. > But i cant see (read) the difference between a Top Level Project and > a "normal" Project inside the Apache Software Foundation. The opposite of a Top Level Project is a subproject, not a "normal" project. You can identify TLPs by looking at the domain name, TLPs have their own virtual host (http://ant.apache.org/ instead of http://jakarta.apache.org/ant/). Most of the Java projects at the ASF started out as subprojects of Jakarta (like Ant and with an even more complex structure Maven) or the XML project and over time were promoted to Top Level Projects. The main difference is a legal one, the question which PMC is responsible for the legal oversight over the project. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
