Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1510 - development/main/magic/core/src/main/net/dpml/magic/tasks

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1510 - development/main/magic/core/src/main/net/dpml/magic/tasks
  • Date: Sun, 16 Jan 2005 21:33:12 +0100

Author: mcconnell
Date: Sun Jan 16 21:33:11 2005
New Revision: 1510

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/InstallTask.java
Log:
force overwrite of the cached artifacts dureing an install

Modified:
development/main/magic/core/src/main/net/dpml/magic/tasks/InstallTask.java
==============================================================================
---
development/main/magic/core/src/main/net/dpml/magic/tasks/InstallTask.java
(original)
+++
development/main/magic/core/src/main/net/dpml/magic/tasks/InstallTask.java
Sun Jan 16 21:33:11 2005
@@ -83,6 +83,7 @@
copy.setPreserveLastModified( true );
copy.setTodir( destination );
copy.addFileset( fileset );
+ copy.setOverwrite( true );
copy.init();
copy.execute();
}



  • svn commit: r1510 - development/main/magic/core/src/main/net/dpml/magic/tasks, mcconnell, 01/16/2005

Archive powered by MHonArc 2.6.24.

Top of Page