Shash,

Is it at purpose? Now files from {project_home}/conf/overwrite are no more copied.

Nope...that was an overwite oversight!  Fixed!

OK.

New question:

In each client section, there is:

         <copy todir="${maven.war.webapp.dir}" overwrite="false">
           <fileset dir="${basedir}/target/temp/webapp/jsp/_client_name_">
               <include name="**/*"/>
           </fileset>
           <fileset dir="${basedir}/target/temp/webapp/webapp">
               <include name="**/*"/>
           </fileset>
         </copy>

Here too with a overwrite set at false. So when a project has its own file to overwrite one of the keel module files, if the keel module file to be overwritten is updated, it is no more overwritten. We need then to check the overwriting file date and change it.

Is there any case where we really need to keep the last updated file?

Pierre




http://keelframework.org/documentation.shtml
Keelgroup mailing list
[EMAIL PROTECTED]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com

Reply via email to