lp:xibo/1.4

Asked by Deblix

Hello,

I'm trying to download source codes.

I installed bazaar and tried to download from lp:xibo/1.4

But there is an error like :

This branch has no working tree. Last revision is 276.

I tried several times but nothing changed. My internet connection is good. Why is it happening?

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Deblix
Solved:
Last query:
Last reply:
Revision history for this message
Deblix (deblix) said :
#1

OK. It is not important anymore. I found source codes on my pc.

I would like to ask somethings. When I compile there are some warnings Not errors but I'm curious. Are these important?

------ Build started: Project: XiboClient, Configuration: Debug Any CPU ------
C:\Windows\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /main:XiboClient.Program /reference:..\feeddotnet\FeedDotNet.Common.dll /reference:..\feeddotnet\FeedDotNet.dll /reference:..\feeddotnet\FeedDotNet.Modules.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll" /reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Deployment.dll /reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll /reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll /reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Management.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\System.ServiceModel.Web.dll" /reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Web.Services.dll /reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll /reference:C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /reference:C:\Windows\assembly\GAC\stdole\7.0.3300.0__b03f5f7f11d50a3a\stdole.dll /reference:"obj\Debug\Interop.WMPLib.dll" /reference:"obj\Debug\AxInterop.WMPLib.dll" /debug+ /debug:full /optimize- /out:obj\Debug\XiboClient.exe /resource:obj\Debug\XiboClient.MainForm.resources /resource:obj\Debug\XiboClient.OptionForm.resources /resource:obj\Debug\XiboClient.Properties.Resources.resources /resource:obj\Debug\XiboClient.About.resources /resource:obj\Debug\XiboClient.VideoPlayer.resources /resource:"obj\Debug\XiboClient.Log.ClientInfo.resources" /resource:Resources\HtmlTemplate.htm,XiboClient.Resources.HtmlTemplate.htm /target:winexe /win32icon:icon.ico About.cs About.Designer.cs BlackList.cs CacheManager.cs VideoDS.cs DataSetView.cs Flash.cs HardwareKey.cs Hashes.cs "Image.cs" "Log\ClientInfo.cs" "Log\ClientInfo.Designer.cs" "Log\ClientInfoTraceListener.cs" MainForm.cs MainForm.Designer.cs Media.cs MediaOption.cs OptionForm.cs OptionForm.Designer.cs Program.cs "Properties\AssemblyInfo.cs" Properties\Resources.Designer.cs Properties\Settings.Designer.cs Region.cs RequiredFiles.cs Rss.cs Schedule.cs ScheduleManager.cs Settings.cs ShellCommand.cs StatLog.cs TemporaryHtml.cs Text.cs LogMessage.cs Video.cs VideoPlayer.cs VideoPlayer.Designer.cs "Web References\xmds\Reference.cs" WebContent.cs WindowAnimator.cs XiboTraceListener.cs XmdsAgents\FileAgent.cs XmdsAgents\LibraryAgent.cs XmdsAgents\RequiredFilesAgent.cs XmdsAgents\ScheduleAgent.cs
D:\Xibo\_COMPILE\client - 19.07.2014\dotNET\Text.cs(38,24): warning CS0169: The field 'XiboClient.Text._headText' is never used
D:\Xibo\_COMPILE\client - 19.07.2014\dotNET\WindowAnimator.cs(30,19): warning CS0169: The field 'XiboClient.WindowAnimator.dir' is never used
D:\Xibo\_COMPILE\client - 19.07.2014\dotNET\WindowAnimator.cs(37,14): warning CS0414: The field 'XiboClient.WindowAnimator.fadeOut' is assigned but its value is never used

Compile complete -- 0 errors, 3 warnings
XiboClient -> D:\Xibo\_COMPILE\client - 19.07.2014\dotNET\bin\Debug\XiboClient.exe
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========

Revision history for this message
Dan Garner (dangarner) said :
#2

The warnings are OK, but you should select an x86 build config for compatibility with various 32bit plugins.

Revision history for this message
Deblix (deblix) said :
#3

When I change target framework to 3.5 it works witouth warnings.