Hi. After importing the cxf samples into eclipse, I set the variables as per the README (the README is slightly out of date the <import file="../../../target/srcbuild_paths.xml" optional="true"/> looks different now and is not uncommented) and try to build the project using the celtix buid file (by the way name should be updated to cxf build file). I get an error complaining that the wsdl directory does not exist under my <workspace>\samples directory. I manually create this run build again and get: BUILD FAILED
C:\dev\workspace\samples\common_build.xml:96: destination directory "C:\dev\workspace\samples\build\classes" does not exist or is not a directory Total time: 731 milliseconds Just in general, would it not be nicer to have maven (pom.xml) build the samples directory for Eclipse which would also allow a user to create a samples/demos project easily with classpaths set up in Eclipse? Also would it not be nicer for the cxf path, ant and jdk to be defined by ANT (ant.properties) and the user only have to edit the ant.properties to point to their ANT_HOME, CXF_HOME etc. thanks Margo.
