View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000909 | SOGo | SOPE | public | 2010-10-15 17:05 | 2010-10-16 18:36 |
Reporter | bero | Assigned To | ludovic | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.3.2 | ||||
Fixed in Version | 1.3.3 | ||||
Summary | 0000909: SOPE (today's mtn) fails to build: Wrong location of SoObject.h given | ||||
Description | Making all for subproject WebDAV... | ||||
Additional Information | The fix is simple -- attaching patch | ||||
Tags | No tags attached. | ||||
2010-10-15 17:05
|
SOPE-compile.patch (487 bytes)
--- SOPE/sope-appserver/NGObjWeb/WebDAV/SoWebDAVRenderer.m.ark 2010-10-15 18:57:45.686667326 +0200 +++ SOPE/sope-appserver/NGObjWeb/WebDAV/SoWebDAVRenderer.m 2010-10-15 18:57:55.336667331 +0200 @@ -25,7 +25,7 @@ #include "SoObject+SoDAV.h" #include "EOFetchSpecification+SoDAV.h" #include "NSException+HTTP.h" -#include <NGObjWeb/SoObject.h> +#include <NGObjWeb/SoObjects/SoObject.h> #include <NGObjWeb/WOContext.h> #include <NGObjWeb/WOResponse.h> #include <NGObjWeb/WORequest.h> |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-10-15 17:05 | bero | New Issue | |
2010-10-15 17:05 | bero | File Added: SOPE-compile.patch | |
2010-10-16 18:36 | ludovic | Note Added: 0001620 | |
2010-10-16 18:36 | ludovic | Status | new => resolved |
2010-10-16 18:36 | ludovic | Fixed in Version | => 1.3.3 |
2010-10-16 18:36 | ludovic | Resolution | open => fixed |
2010-10-16 18:36 | ludovic | Assigned To | => ludovic |