I have inherited a buildscript which uses UNC in the DOCTYPE of the build file to define shared values.

What is the best way to handle this such it can run on unix or windows?


------example build.xml -------------------------------------------------------------------------------------


<?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE project [
     <!ENTITY properties SYSTEM "\\mb-globe\shared\properties.xml">
  ]>

<project name="test" default="runtests" basedir=".">

  <!-- Load in  standard app-wide properties -->
  &properties;

</project>


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to