Re: installing a framework + CLSSPATH.txt troubles

From: Anjo Krank (anjo.kran..-online.de)
Date: Mon Jun 02 2003 - 09:09:08 EDT

  • Next message: Michele Rossi: "RE: installing a framework + CLSSPATH.txt troubles"

    Am Montag, 02.06.03 um 13:24 Uhr schrieb Ulrich Köster:

    > you can not change properties. This is default ant behavior.

    Well...you can set up something like:

      <target name="SomeNewProject.all">
              <!-- project.type, either "global.application" or
    "global.framework" -->
              <antcall target="global.application" >
    ....
                        </antcall>
      </target>

    this is from

    http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/wonder/Wonder/Build/
    build/generic.xml?rev=1.22&content-type=text/vnd.viewcvs-markup

    While this makes for a pretty complex build script, it was still easier
    this way, because we have *many* subprojects, all with the same
    structure. So this was better than using individual build.xml files.

    Cheers, Anjo



    This archive was generated by hypermail 2.0.0 : Mon Jun 02 2003 - 09:07:17 EDT