Hi Mariusz!
I patched the file and checked it in into cvs.
Thanks for the patch.
C ya,
Tobias
Mariusz Nowostawski wrote:
>
> This patch adds a line which makes the dist/bin/run.sh
> executable on unix automatically.
> cheers
> mariusz
>
> ps. What is a correct way of submitting patches, when the mailing
> list software does not allow attachments?
>
> Index: build.xml
> ===================================================================
> RCS file: /products/cvs/ejboss/jboss/src/build/build.xml,v
> retrieving revision 1.32
> diff -u -r1.32 build.xml
> --- build.xml 2000/11/29 14:08:30 1.32
> +++ build.xml 2000/12/01 02:47:00
> @@ -214,6 +214,7 @@
>
> <copydir src="${etc.dir}/conf" dest="${dist.dir}/conf"/>
> <copydir src="${src.bin.dir}" dest="${dist.dir}/bin"/>
> + <chmod src="${dist.dir}/bin/run.sh" perm="+x" />
> <copydir src="${src.lib.dir}" dest="${dist.dir}/lib"
>includes="xml.jar,jaas.jar,jdbc2_0-stdext.jar"/>
> <copydir src="${src.lib.dir}" dest="${dist.dir}/lib/ext"
>excludes="xml.jar,jaas.jar,jdbc2_0-stdext.jar"/>
> <copydir src="${build.bin.dir}" dest="${dist.dir}/bin"/>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]