Libraries both in binaries and sources

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
12/11/2007 6:39:26 AM
Gravatar
Total Posts 488

Libraries both in binaries and sources

Joe,

under svn /trunk the following external libraries are presented both in source code and dll under /_libs. Is that normal?

DotNetOpenMail

Jayrock

Jayrock.Json

NeatHtml

NeatUpload

Newtonsoft.Json

npgsql

OpenPOP

SharpMimeTools

 

12/11/2007 6:51:37 AM
Gravatar
Total Posts 18439

Re: Libraries both in binaries and sources

NeatUpload and NeatHtml could probably be consolidated to just dll form and the code could be moved under vendor folder in svn.

DotNetOpenMail, Jayrock, Json, openPop, SharmMimeTools, I'm not ready to consolidate into just dll form because I have projects that aren't finished that will likely require mods to those. Once the projects are finished I will move that stuff to vendor and just use the dlls.

npgsql needs to be compiled with different options on Mono so I can't consolidate to a single dll for both platforms so I leave the code as it is included in the MonoDevelop solution while the VS solutions just reference a dll compiled on windows.

Joe

12/11/2007 6:53:50 AM
Gravatar
Total Posts 488

Re: Libraries both in binaries and sources

Thanks.

You must sign in to post in the forums. This thread is closed to new posts.