Peter, what is missing for getting IMAP in the Main Trunk by default as disabled (and maked unstable) ? I haven't updated my CVS-Snip yet, because of many changes inside the Cornerstore / Phoenix Stuff - so I'm quite not sure (but I will test that the next days - currently I have to long days for taking time for james) if IMAP is still working with the current sources.
Sascha > > Sascha, > > I think build-test.xml is way out of date, so I doubt that that is > working. > > Running "build -buildfile proposals/imap/build.xml" from the root > directory builds the IMAP code and distribution for me. > > --Peter > > > -----Original Message----- > > From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, September 24, 2002 12:40 AM > > To: James Developers List > > Subject: Re: cvs commit: jakarta-james/proposals/imap build.xml > > > > 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:james-dev- > > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:james-dev- > > [EMAIL PROTECTED]> > > > > -- > 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]>
