#207 closed defect (fixed)
Missing sources files of UnitTestSQLServerSpatial project
Reported by: | mloskot | Owned by: | gregboone |
---|---|---|---|
Priority: | blocker | Milestone: | 3.3.0 |
Component: | SQLServer Spatial | Version: | 3.3.0 |
Severity: | 3 | Keywords: | sqlserverspatial |
Cc: | External ID: |
Description
Building current SVN trunk with comment build.bat -config=debug gives me following error:
Target UnitTestSQLServerSpatial: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\..\..\vc\vcpackages\vcbuild.exe D:\dev\fdo\_svn\trunk\Providers\GenericRdbms\Src\SQLServerSpatial\..\UnitTest\UnitTestSQLServerSpatial.tmp_Debug_Win32.vcproj "Debug|Win32" d:\dev\fdo\_svn\trunk\providers\genericrdbms\src\unittest\sqlserverspatial\SqlServerLong TransactionTests.h(22): fatal error C1083: Cannot open include file: 'LongTransactionTests.h': No such file or directory c1xx : fatal error C1083: Cannot open source file: '.\Common\LongTransactionTests.cpp': No such file or directory c1xx : fatal error C1083: Cannot open source file: '.\Common\FdoLockTest.cpp': No such file or directory Done building target "UnitTestSQLServerSpatial" in project "SQLServerSpatial_temp.sln" -- FAILED.
BTW, there is no component for the new SQL Server Spatial provider available in the New Ticket form.
Change History (4)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Status: | new → assigned |
---|
Removing the missing files was the appropriate action. No further action required.
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 17 years ago
Component: | Build System → SQLServer Spatial |
---|---|
Milestone: | → 3.3.0 |
Version: | → 3.3.0 |
Note:
See TracTickets
for help on using tickets.
Because I need the whole FDO building, I decided to fix this issue, temporarily removing missing files from the project.
The fix of missing files in UnitTestSQLServerSpatial project submited in r3676.
Please, someone review this commit and re-fix it. Thanks'''