You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gr...@apache.org on 2005/04/28 22:39:04 UTC

cvs commit: incubator-myfaces/build/tomcat tomcat-build.xmlf

grantsmith    2005/04/28 13:39:04

  Modified:    build/tomcat tomcat-build.xmlf
  Log:
  small modification in tomcat-build.xmlf: For some reason file:// generates an UnknownHostException under Win32
  
  Revision  Changes    Path
  1.5       +1 -1      incubator-myfaces/build/tomcat/tomcat-build.xmlf
  
  Index: tomcat-build.xmlf
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/build/tomcat/tomcat-build.xmlf,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tomcat-build.xmlf	13 Nov 2004 22:00:04 -0000	1.4
  +++ tomcat-build.xmlf	28 Apr 2005 20:39:04 -0000	1.5
  @@ -34,7 +34,7 @@
               username="${tomcat.manager.username}"
               password="${tomcat.manager.password}"
               path="${tomcat.context.path}"
  -            war="file://${tomcat.war.file}" update="true"/>
  +            war="${tomcat.war.file}" update="true"/>
       </target>
   	<target name="tomcat-undeploy-app" description="Undeploy the App from Tomcat">
           <undeploy url="${tomcat.manager.url}"