Peter,

thanks a lot for your latest changes. Because of my Job I hasn't enough time
in the past to do more for james - but I think, that I can bugfix the latest
IMAP code this week.
Does it currently compile with the build-imap script ?

Regards,
Sascha

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 24, 2002 6:17 AM
Subject: cvs commit: jakarta-james/proposals/imap build.xml


> pgoldstein    2002/09/23 21:17:15
>
>   Modified:    proposals/imap build.xml
>   Log:
>   Fixing target directory for IMAP build.
>
>
>   Revision  Changes    Path
>   1.5       +5 -3      jakarta-james/proposals/imap/build.xml
>
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-james/proposals/imap/build.xml,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- build.xml 16 Sep 2002 23:12:03 -0000 1.4
>   +++ build.xml 24 Sep 2002 04:17:15 -0000 1.5
>   @@ -62,7 +62,7 @@
>           Set the properties for intermediate directory
>
===================================================================
>      -->
>   -    <property name="build.dir" value="${proposal.name}/build"/>
>   +    <property name="build.dir" value="${proposal.dir}/build"/>
>        <property name="build.lib" value="${build.dir}/lib"/>
>        <property name="build.src" value="${build.dir}/src"/>
>        <property name="build.classes" value="${build.dir}/classes"/>
>   @@ -91,7 +91,7 @@
>           Set the properties for the distribution directories
>
===================================================================
>      -->
>   -    <property name="dist.base" value="${proposal.name}/dist"/>
>   +    <property name="dist.base" value="${proposal.dir}/dist"/>
>        <property name="dist.name" value="${name}-${version}"/>
>        <property name="dist.dir" value="${dist.base}/${dist.name}"/>
>
>   @@ -168,7 +168,9 @@
>                </fileset>
>            </copy>
>            <fixcrlf srcdir="${java.dir}" includes="**/*.java" eol="lf"/>
>   +        <fixcrlf srcdir="${conf.dir}" includes="**/*.xml" eol="lf"/>
>            <fixcrlf srcdir="${java.proposal.dir}" includes="**/*.java"
eol="lf"/>
>   +        <fixcrlf srcdir="${conf.proposal.dir}" includes="**/*.xml"
eol="lf"/>
>            <fixcrlf srcdir="${dist.dir}/bin" includes="run.sh" eol="lf"/>
>            <fixcrlf srcdir="${dist.dir}/bin" includes="run.bat"
eol="crlf"/>
>            <chmod perm="+x">
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to