I think something is very wrong with the cvs-mail, I changed 1 line in build.xml per commit (copying the legal dir from the right place) and these are the mails that are being sent to the list. The correct changes are in cvs, but the wrong ones are being mailed......
Gerard
--- Begin Message ---Update of /usr/local/cvs/all In directory UE450:/tmp/cvs-serv161 Modified Files: build.xml Log Message: oops, source-documentation.dir is already documentationIndex: build.xml =================================================================== RCS file: /usr/local/cvs/mmbase/scripts/Attic/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -c -b -r1.2 -r1.3 *** build.xml 2000/08/04 11:34:25 1.2 --- build.xml 2000/08/04 12:10:22 1.3 *************** *** 105,111 **** <target name="javadocs" depends="prepare"> <mkdir dir="${build.javadocs}"/> <javadoc packagenames="${packages}" ! sourcepath="${build.src}" destdir="${build.javadocs}" author="true" version="true" --- 105,111 ---- <target name="javadocs" depends="prepare"> <mkdir dir="${build.javadocs}"/> <javadoc packagenames="${packages}" ! sourcepath="${src.dir}" destdir="${build.javadocs}" author="true" version="true"--- End Message ---
--- Begin Message ---
Update of /usr/local/cvs/all
In directory UE450:/tmp/cvs-serv29877
Modified Files:
build.xml
Log Message:
legal dir is in a new place
Index: build.xml
===================================================================
RCS file: /usr/local/cvs/mmbase/scripts/Attic/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -c -b -r1.1 -r1.2
*** build.xml 2000/08/01 13:10:46 1.1
--- build.xml 2000/08/04 11:34:25 1.2
***************
*** 61,75 ****
<!-- =================================================================== -->
<target name="compile" depends="prepare">
- <javac srcdir="${src.dir}"
- destdir="${build.dest}"
- debug="${debug}"
- optimize="${optimize}"
- deprecation="${deprecation}">
- <exclude name="**/JumpersInterceptor.java" unless="tomcat.present" />
- <exclude name="**/hitlisted/**" />
- </javac>
-
<copydir src="${src.dir}" dest="${build.dest}">
<include name="**/scripts/**" />
<include name="**/platform/**" />
--- 61,66 ----
***************
*** 80,87 ****
<include name="**/*.sh" />
<include name="**/LICENSE" />
</copydir>
- </target>
<!-- =================================================================== -->
<!-- Creates the jar file -->
--- 71,94 ----
<include name="**/*.sh" />
<include name="**/LICENSE" />
</copydir>
+ <javac srcdir="${src.dir}"
+ destdir="${build.dest}"
+ debug="${debug}"
+ optimize="${optimize}"
+ deprecation="${deprecation}">
+ <exclude name="**/JumpersInterceptor.java" unless="tomcat.present" />
+ <exclude name="**/hitlisted/**" />
+ <exclude name="**/scripts/**" />
+ <exclude name="**/docs/**" />
+ <exclude name="**/log/**" />
+ <exclude name="**/*.properties" />
+ <exclude name="**/*.xml" />
+ <exclude name="**/*.dtd" />
+ <exclude name="**/*.sh" />
+ <exclude name="**/LICENSE" />
+ </javac>
+ </target>
<!-- =================================================================== -->
<!-- Creates the jar file -->
--- End Message ---
