« Return to Thread: Toujour mon bug a l'ouverture d'un projet SVN 2400

Re: Toujour mon bug a l'ouverture d'un projet SVN 2400

by Benoît Minisini :: Rate this Message:

Reply to Author | View in Thread

> fabien@ubuntu:~/gambas$ gambas3
> Warning: cannot read /home/fabien/.local/lib/gambas3/testcomp.component
> Project.IsAdded.4560: #13: Null object
> 0: Project.IsAdded.4560
> 1: FMain.mnuPopup_Show.395
> 2: FMain.RefreshMenu.1146
> 3: FMain.tvwProject_Select.845
> 4: FMain.Form_Open.68
> 5: FBalloon.Run.246
> 6: Balloon._call.12
> 7: FMain.ShowMessage.1595
> 8: FGambas.Error.136
> 9: Project.Open.414
> 10: Project.Main.197
>
> cette fonction ne semble pas appelée car Project.AddedPaths n'est pas
> initialisée
>
>
> Public Sub CheckPaths()
>
>   Dim sStatus As String
>   Dim iPos As Integer
>
>   Project.LockedPaths = New Collection
>   Project.AddedPaths = New Collection
>
>   If $bSVN Then
>
>     Shell "cd " & Shell$(Project.Dir) & "; svn status --no-ignore" To
>  sStatus UpdatePathFromStatus(sStatus)
>
>   Endif
>
> End
>
>
> Je n'arrive pas trouver d'ou ça vient et je ne peu plus utiliser
> Gambas3 ...   Tu as une solution Benoit ??
>

C'est possible de m'envoyer le projet intégral ?

--
Benoît Minisini

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gambas-user-fr mailing list
Gambas-user-fr@...
https://lists.sourceforge.net/lists/listinfo/gambas-user-fr

 « Return to Thread: Toujour mon bug a l'ouverture d'un projet SVN 2400