First of all, common_build.xml has the wrong number of ..'s, it seems to me.
If I'm sitting in distribution/src/main/release/samples/whatever, target is FIVE ..'s up, not four. Second, the xml file has nothing but an XML header. On Wed, 2007-12-12 at 07:44 -0500, Jiang, Ning (Willem) wrote: > Hi Benson > > If you want to build the sample in the svn trunk without build a kit, > the below lines will set value for us. > > If you want to build war, there a ant marco cxfwar for you. you can find it > in the common-build.xml. > > Willem. > > > -----Original Message----- > From: Benson Margulies [mailto:[EMAIL PROTECTED] > Sent: Wed 12/12/2007 20:32 > To: [email protected] > Subject: Sample development > > The following lines in common-build.xml suggest that there is a > methodology for running samples against a build tree. Could someone > please elaborate on it? > > I am somewhat confused, as well, by the presence of cxf-server.xml and > well as cxf.xml. Is there some tooling to build webapps using the > former? > > <!-- Setup for building in a source build--> > <available property="srcbuild_paths.file" > value="../../../../target/srcbuild_paths.xml" > file="target/srcbuild_paths.xml" > filepath="../../../.."/> > >
