我的组织有一个 Visual Studio (2008) 项目,其中包含大量 Crystal Reports。我们想做的一件事是能够自动构建该程序集,特别是当
1) 将新报告添加到项目中,或者
2) 每当现有报告之一被修改时。
就使用新的或修改后的报告更新项目而言,一切都很好,但我们尚未找到针对它们运行“执行自定义工具”的方法(以重新生成报告周围的包装器类)。
你们中的任何一位好绅士知道有什么方法可以做到这一点吗?
My organization has a visual studio (2008) project that contains a slew of Crystal Reports. One thing we'd like to do is have the ability to automate the build of this assembly, especially when either
1) a new report is added to the project, or
2) whenever one of the existing reports is modified.
Everything as far as updating the project with new or modified reports is all fine-and-good, but we have yet to figure out a way to run the "Execute Custom Tool" against them (to regenerate the wrapper classes around the reports).
Do any of you fine gentlefolk know of a way to do this?
发布评论
评论(1)
为持续集成设置构建服务器。使用 JetBrains 的 TeamCity 或 CruiseControl.NET(如果您不喝 MS TFS Kool-Aid)。
Set up a build server for Continous Integration. Use either TeamCity from JetBrains or CruiseControl.NET if you're not drinking the MS TFS Kool-Aid.