forked from OpenDataSpace/chemistry-dotcmis
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
log4net dependency #1
Open
lelmarir
wants to merge
73
commits into
aegif:trunk
Choose a base branch
from
lelmarir:trunk
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
f4d2e7c
Added copyright header to new files
soneyworld 8dbb554
Merge branch 'trunk' into BrowserSupport
soneyworld 0a83f52
Merge branch 'trunk' into BrowserSupport
soneyworld 1671d11
Merge branch 'trunk' into BrowserSupport
soneyworld f75011e
Changed unit test back to atompub binding
soneyworld a512cdd
NullReferenceException fixed on converter class
soneyworld 6d55dfc
Merge branch 'trunk' of github.com:OpenDataSpace/chemistry-dotcmis in…
soneyworld b2a75c4
Merge branch 'trunk' into BrowserSupport
soneyworld 9b2209f
http AllowWriteStreamBuffering is required to re-send the auth request
more0401 cda5d06
Improved exception handling on browser binding
soneyworld b29d6e7
Merge branch 'trunk' into BrowserSupport
soneyworld 9fb363e
Added parsing of appendContentStream returned objectId
soneyworld ca7ae7d
Merge branch 'trunk' into BrowserSupport
soneyworld 9890f11
Fixed parsing exception
soneyworld 970f634
Merge branch 'trunk' into BrowserSupport
soneyworld 4e6dfd7
Changed extracting of new object id to read from header
soneyworld 7a11f00
Merge branch 'trunk' into BrowserSupport
soneyworld e315383
Fixed compile error and added exception handling
soneyworld 955384f
Merge branch 'trunk' into BrowserSupport
soneyworld f43d2da
Bugfix for AppendContentStream Refresh issue
soneyworld 5507020
Merge branch 'trunk' into BrowserSupport
soneyworld 25afadd
Fix for #540
nicolas-raoul 6f9db17
Merge branch 'trunk' of github.com:OpenDataSpace/chemistry-dotcmis in…
soneyworld 8c6ea80
Merge branch 'trunk' into BrowserSupport
soneyworld fed674c
Upgraded .Net minimum version to v4.5
soneyworld fec8008
Merge branch 'trunk' into BrowserSupport
soneyworld c65ad18
Downgrade from .Net 4.5 to 4.0
soneyworld fda739c
Merge branch 'trunk' into BrowserSupport
soneyworld 979ab7b
Added NameConstraintViolation detection to browser binding
soneyworld 622fb2e
Added NameConstraintViolation detection to atompub binding
soneyworld 61b6be2
Merge branch 'trunk' into BrowserSupport
soneyworld 3404ead
Fixed exception parsing
soneyworld 026379d
Fixed exception parsing
soneyworld c271774
Merge branch 'trunk' into BrowserSupport
soneyworld 26aa99f
CMIS-902: fixed DTD processing
fmui c15ad53
CMIS-903: read POST responses to avoid blocking
fmui 3de7527
CMIS-905: changed ICmisSpi from internal to public
fmui 9b2372b
DotCMIS: preparation for 0.7 release
fmui 6e82691
CMIS-907: fixed SPI class check
fmui 3fc2318
prepare DotCMIS 0.7 RC2
fmui b62c68d
DotCMIS: changed doc style to VS2013
fmui 2788311
Merge remote-tracking branch 'apache/trunk' into trunk
soneyworld 9195ccd
Merge branch 'trunk' into BrowserSupport
soneyworld 6dfa0ef
Added missing isPrivateWorkingCopy property to IDocument interface an…
soneyworld 654cd97
Fixed possible NullReferenceException
soneyworld 9b5ec24
Improved StackTrace support for CmisExceptions
soneyworld b492528
Fixed Exception parsing of browser binding
soneyworld bb79e24
Tiny improvements on http connection creation
soneyworld 0c9b62e
Revert "Tiny improvements on http connection creation"
soneyworld 50ddec5
Fixed missing argument in base constructor
soneyworld b4672ae
Updated to new Newtonsoft.Json library
soneyworld 25087ea
Updated Newtonsoft.Json lib to 7.0.1 and nuget
soneyworld bf6f1b7
Added automatic nuget restore on sln compilation
soneyworld 113aa88
Revert "Added automatic nuget restore on sln compilation"
soneyworld c7fc2e1
Added possibility to set number of http retries
soneyworld 6ae7e61
Fixed wrong cmis connection exception creation
soneyworld 45fa507
CMIS-936: made public API methods virtual
fmui a72a7fe
Fixed broken json parsing of returned list of objects
soneyworld 742d99d
Improved exception parsing and creation in browser and atompub binding
soneyworld 271db38
Merge remote-tracking branch 'apache/trunk' into trunk
soneyworld b09a7cb
Fixed broken content change event list in browser binding
soneyworld 2254999
Merge branch 'trunk' of github.com:OpenDataSpace/chemistry-dotcmis in…
soneyworld 6542c19
Bugfix: CreateItem & CreatePolicy got wrong action
soneyworld fc65fa1
log4net dependency
lelmarir 7a20964
removed wrong log4net reference
lelmarir e06211f
fix exception on connection problems
lelmarir c883cdf
the response might have no stream
lelmarir 36ac9e6
use a single log
lelmarir 0695f92
Merge branch 'fix' into trunk
lelmarir a871ed1
Merge remote-tracking branch 'OpenDataSpace/trunk' into test
lelmarir 98fabca
rethrow the exception if no response (eg. Timeout, Connection Loss)
lelmarir 3a211b3
Merge branch 'pullRequest' into test
lelmarir 81e9062
new Newtonsoft.Json version
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="log4net" version="2.0.3" targetFramework="net40" /> | ||
<package id="Newtonsoft.Json" version="6.0.2" targetFramework="net35" /> | ||
</packages> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This path does not exist on computers other than yours. Embedding the log4net DLL (for instance at the root of the project) could be a solution.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As said, i'm a c# newbie; but the packages folder should be the NuGet managed folder for dependency, so it should put there the dll as instructed by the <package id="log4net" ...> entry in packages.config file.
Isn't it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now i can see: the problem is that i'm using this project as a submodule of CmisSync, so the resulting path is related to the root project that indeed has the packages folder.
I don't want to add a dll to the project; it need to be managed by NuGet, but i don't know how to solve this