Title: Message
I ran into a few problems (limitations) of SLiNgshoT.exe and NANT.exe:

1. When .sln contains web service project, for example "http://localhost/BAM/BusinessCockpit/BusinessCockpit.csproj", SLiNgshoT.exe
throws ApplicationException.
    My work around: change url to local path, for example
"C:\Inetpub\wwwroot\BAM\BusinessCockpit\BusinessCockpit.csproj"
 Is this a known problems?
 
2. NANT.exe or csc.exe fail to build if the project contains multiple
packages (folders)
    My work around:  flatten the project to just a package (folder)
 
3. When .sln contains web service project,  slingshot.exe will generate
<resgen> tag which nant.exe doesn't understand
     My work around: comment out anything related to resources in the
generated build.xml.  
    Looks like <resgen> is supported.  However the current NANT download doesn't contains the code. 
 
Thanks. 

-Kevin Yu

Reply via email to