1 Reply Latest reply on Sep 18, 2008 4:04 PM by ithierack

    Multiple build.properties files - One for each Project

    victoriaonsnow.viktor.rees.nexgo.de

      Is there a mechanism foreseen to work with multible projects in parallel using build.properties files stored and version-controlled together with the user projects?


      You have to replace/edit the existing seam-gen\build.properties file each time you switch to another project. This is quite cumbersome.


      In  seam-gen\build.xml the property file is loaded in a static manner, which makes it difficult to redirect to an other location:


      <property file="./build.properties" />



      Is there a supported way to use a different build.properties file, e.g. using commandline parameters or environment varables?