Hi, I have no idea where the problem arises, but, seeing that you are Danish, it's probably related to the Danish letter 'å' (upper case 'Å').
The following is for someone who might be better suited at finding the trouble spot: Many years ago 'å' was written as 'aa' (upper case 'Aa'), and is kept that way in some names and stuff. I've noticed that some over-zealous algorithms convert 'aa' to 'å' for internal use when using Danish locale or collations. This is especially apparent in language-aware sorting algorithms as 'å' is the last letter in the Danish alphabet. Thus "AAA card" would be placed after "Mastercard" while "ABC" would be placed before (this can be quite confusing). Maybe somewhere in the code (or the framework), the 'aA' is silently converted to a 'å' for matching and therefore misses the file. Regards, Kræn Munck > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Rune Holm > Sent: 25. oktober 2003 23:35 > To: [EMAIL PROTECTED] > Subject: [Nant-users] Ignored library of fileset with aA in name > > > I'm having a problem with a specific spelling that seems to > be ignored. > > <foreach item="Line" in="${project.file}" property="p.name"> > <copy todir="${nant.project.basedir}\build\" failonerror="true"> > <fileset basedir="${nant.project.basedir}\${p.name}\bin\Debug\"> > <includes name="${p.name}.dll"/> > </fileset> > </copy> > </foreach> > > My project.file include the names: > BusinessProcess > DataAccessLogic > > I'm using VS 1.1 and simply need to copy two debug dll files > to a build library. The first one works fine, but the second > one is ignored with no errors. It does not help to reverse > the order of the two. > If I change DataAccessLogic to Data, it works fine, but if I > call it DataA, it is again ignored. Asking for the file > presents no problem: > > <available type="File" > resource="${nant.project.basedir}\DataAccessLogic\bin\Debug\Da > taAccessLogic.dll" property="file.present"/> <if > propertytrue="file.present"> > <echo message="File with static path present"/> > </if> > > Any suggestions? > > Rune > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net Donation > Program. Do you like what SourceForge.net is doing for the > Open Source Community? Make a contribution, and help us add > new features and functionality. Click here: > http://sourceforge.net/donate/ > _______________________________________________ > Nant-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/n> ant-users > ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users