RE: [Nant-users] Resx files not getting embedded

2003-01-09 Thread Lorphelin, Yves
Title: RE: [Nant-users] Resx files not getting embedded hi Nicholas , The ... fileset  takes care of the conversion between .resx & .resources fle You should write it like this       If there is no associated class testResources.cs , you should write it like this   Where "yo

[Nant-users] Resx files not getting embedded

2003-01-09 Thread Nicholas Robinson
Hi, I am trying to embed a resx resource during compilation, but when I try to access the resource I cannot find it (usnig the Resource Manager).  If I build the same project within DevStudio it works.  My NANT script section is below: