openamf/src/java/org/openamf/invoker WebServiceInvoker.java,1.15,1.16

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf/invoker
In directory sc8-pr-cvs1:/tmp/cvs-serv17260/src/java/org/openamf/invoker

Modified Files:
	WebServiceInvoker.java 
Log Message:
moved the webservice build.xml file to /src/web/WEB-INF/build-webservice.xml

Index: WebServiceInvoker.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/WebServiceInvoker.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** WebServiceInvoker.java	3 May 2003 20:32:00 -0000	1.15
--- WebServiceInvoker.java	5 May 2003 03:43:35 -0000	1.16
***************
*** 105,109 ****
  			//this is a ton of debug code
  			project.addBuildListener(new ServletLogger());
! 			File buildFile = new File(webservicesDir + "/build.xml");
  
  			log.debug("buildfile exists: " + buildFile.exists());
--- 105,111 ----
  			//this is a ton of debug code
  			project.addBuildListener(new ServletLogger());
! 			String webInfPath =
! 				servletContext.getRealPath("/WEB-INF");
! 			File buildFile = new File(webInfPath + "/build-webservice.xml");
  
  			log.debug("buildfile exists: " + buildFile.exists());




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.