but the dll's are used by ant tasks i want to use dll with ant taks and then move them... so is it posible to 'free' them??
tibi > -----Original Message----- > From: Dominique Devienne [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 29, 2002 5:35 PM > To: 'Ant Users List' > Subject: RE: move > > > You have a program running that loaded that DLL, so it's > 'locked' in the > filesystem. You can't move or delete that file until it's > still in use (the > program that uses it still runs). That's just the way Windows > works... --DD > > -----Original Message----- > From: Tibor Strausz [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 29, 2002 10:23 AM > To: Ant Users List (E-mail) > Subject: move > > > i get: > Unable to delete file C:\DialogServer\Web Interface\SiteEdit Script > Extension\cm_SiteEdit.dll > with my move task > this only happens when i do the move task with a lot of other > tasks when i > run the task allone its ok! > > what can i do?? > should i use a <wait> or something > > thanx > tibi > > -- > 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
