Maven's build-bootstrap.xml has lines like this...

  <path id="classpath">
    <pathelement location="${lib.repo}/dom4j-1.3.jar"/>
    <pathelement location="${lib.repo}/commons-util-1.0-rc2-dev.jar"/>
    <pathelement location="${lib.repo}/commons-lang-0.1-dev.jar"/>
    <pathelement location="${lib.repo}/commons-beanutils.jar"/>
    <pathelement location="${lib.repo}/commons-collections.jar"/>
    <pathelement location="${lib.repo}/commons-io.jar"/>
    <pathelement location="${lib.repo}/commons-graph.jar"/>
    <pathelement location="${lib.repo}/log4j-1.1.3.jar"/>
    <pathelement location="${lib.repo}/stratum-1.0-b2-dev.jar"/>
    <pathelement location="${lib.repo}/velocity-1.3-dev.jar"/>
    <pathelement location="${basedir}/bootstrap"/>
  </path>

Thus, it makes it very difficult to build because I have no way to
externally define the names of the .jar files.

-jon


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

Reply via email to