You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by mm...@apache.org on 2005/05/14 22:58:39 UTC

svn commit: r170167 - /incubator/beehive/trunk/samples/controls-webservices-blank/build.xml

Author: mmerz
Date: Sat May 14 13:58:38 2005
New Revision: 170167

URL: http://svn.apache.org/viewcvs?rev=170167&view=rev
Log:
Fixed the error in the annotation path setting.

Contributor: Daryoush Mehrtash

Modified:
    incubator/beehive/trunk/samples/controls-webservices-blank/build.xml

Modified: incubator/beehive/trunk/samples/controls-webservices-blank/build.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/controls-webservices-blank/build.xml?rev=170167&r1=170166&r2=170167&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/controls-webservices-blank/build.xml (original)
+++ incubator/beehive/trunk/samples/controls-webservices-blank/build.xml Sat May 14 13:58:38 2005
@@ -118,7 +118,7 @@
 			<arg line="-gen_root ${gen.source.dir} 
 		      	-wsdl ${schema.dir}
 		      	-pkg ${my.service.control.package}
-		      	-wsdl_path_annotation ${basedir}" />
+		      	-wsdl_path_annotation ." />
 		</java>
 
 		<!-- have the wsdls, in the same dir as the jcx files -->