this should work adequately for the time being. Unfortunately we seem to be missing documentation for the page I was referring to in the latest release. - Brett
2008/10/14 <[EMAIL PROTECTED]> > Ok, Brett, can you prease explain with an exaple? > > My problem is trat the build.xml file isn't in the project > root when continuum checkout the project doesn't have the entire > project but only the subdirectory that contain the build.xml file! > > How can indicate to continuum tha the project root is <dir> and the > build.xml file is in <dir>/build/ant directory? > > Thank you very much! > > For now I have founded a workaround. > I write anothe build.xml in the root dir that > contain only > > <project> > > <ant antfile="build/ant/build.xml"/> > > </project> > > Have a good day, Mario > > Scrive Brett Porter <[EMAIL PROTECTED]>: > > > yes, just change the build definition to point to the other location > > for the build.xml file. > > > > 2008/10/14 <[EMAIL PROTECTED]>: > > > > > > > > > > > > Hello, > > > > > > I have a question! > > > > > > Can I have an ant project where the build.xml file is not in the > project > > > > > > root directory? > > > > > > Example > > > > > > Project root > > > c:\myProject > > > > > > build.xml file path > > > c:\myProject\build\ant > > > > > > Thank you very much in advice! > > > > > > Mario Alsini from Italy > > > users > > > > > > > > > > > -- > > Brett Porter > > Blog: http://blogs.exist.com/bporter/ > > > > > > -- Brett Porter http://blogs.exist.com/bporter/
