I dunno. My Ant file[1] hasn't had that problem. But you might wish to switch to using Maven (also [1]) anyway.
Glen [1] http://www.jroller.com/gmazza/entry/web_service_tutorial#WFstep3 dmichel wrote: > > Hi All, > > I get a funny error message when trying to compile my app with ant > depending on where I put the apache-cxf home directory... It appears to be > quite random where some location works and others don't without any > apparent reason to me. > > After doing setting the CXF_HOME env. var > > export CXF_HOME=/home/mypath/trunk/apache-cxf-2.2.7/ > > when it doesn't work I get this message from Ant: > > BUILD FAILED > /home/mypath/trunk/external/server/archive/build.xml:141: No suitable > relative path from /home/mypath/trunk/external/server/archive to > /home/mypath/trunk/apache-cxf-2.2.7/lib/cxf-manifest.jar > > if I move apache-cxf-2.2.7 to /home/mypath/trunk/external/, then it > works... but not if it's in /home/mypath/trunk/resources/ > > what's that all about ? very consufed. Any idea ? > > Cheers > David > > -- View this message in context: http://old.nabble.com/Ant%3A-No-suitable-relative-path-...-tp28754100p28758256.html Sent from the cxf-user mailing list archive at Nabble.com.
