I've applied the patch. Thanks Jan
>> > You need to set the ant.install property >> > >> > ./build.sh -Dant.install=/a/b/c >> >> Thank you, as always, most helpful Mr. Reilly. May I suggest a diff? >> >> Index: build.xml >> - <target name="install" if="ant.install"> >> + <target name="install"> >> + <fail message="You must set the property ant.install=/some/ >> install/path" unless="ant.install"/> >Yes, >That should go into the build.xml >no other targets depend on "install" or "install-lite" >so the change should be ok. >Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
