Comments
3 comments
-
Given the file extension, I'd say that your SA project was created by an older version of SmartAssembly, when the file extension was .{sa}proj. I know absolutely nothing about Jenkins and we're definitely not going to support that, but maybe it doesn't like the file extension. Try changing it to .saproj.
Hope this helps! -
Brian: thanks for the pointer, i tried to rename the file extension, but that wasn't the issue.
I understand that you are not here to support jenkins but i guess i was hoping for some pointers as to why SmartAssembly 6 would produce this error promptc:\Users\build\Jenkins\blah\blah.csproj(630,8): error : SmartAssembly build failed: c:\Users\build\Jenkins\blah\blah.csproj(630,8): error : Some options are not set or are not valid. c:\Users\build\Jenkins\blah\blah.csproj(630,8): error : Please review all the settings and try again.
and is there anyway way to find out which options are not set, or not valid i.e. is there an error log that would be more insightful? -
No error log... you may just try recreating the SmartAssembly project in the new version.
Add comment
Please sign in to leave a comment.
At the moment Im using the UsingTask method to invoke Smart Assembly in the blah.csproj file, like so When I use msbuild to build this proj file, everything works fine with the following output: which is as expected. However when I use jenkins to run msbuild on the exact same proj it fails with the following error I'd like some hints as to how to determine which options are not set, so i can set them with Jenkins, or does this point to something fundamentally broken with Jenkins implementation of msbuild. Additionally, someone before me tried it with cruisecontrol and ended up with the same issue. As such, i didnt think it was a Jenkin's issue, but more of a smartassembly issue.
If any pointers can be given to honing down the problem, it would be much appreciated.