Holmes Exception

2005-12-18 Thread Kevin Kubasik
This happens for only one search of mine, all others seem to be
alright, but I can't tell what hit is causing the crash either...

Unhandled Exception: System.NullReferenceException: Object reference
not set to an instance of an object
in 0x000cd Search.Tiles.TileFile:.ctor (Beagle.Hit,Beagle.Query)
in 0x00020 Search.Tiles.TextDocument:.ctor (Beagle.Hit,Beagle.Query)
in 0x0001c Search.Tiles.TextDocumentActivator:BuildTile
(Beagle.Hit,Beagle.Query)
in 0x0018a Search.Tiles.TileActivatorOrg:MakeTile (Beagle.Hit,Beagle.Query)
in 0x00068 Search.MainWindow:OnHitsAdded (Beagle.HitsAddedResponse)
in 0x0003b (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_HitsAddedResponse
(Beagle.HitsAddedResponse)
in 0x0003a Beagle.Query:OnHitsAdded (Beagle.ResponseMessage)
in 0x0003b (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_ResponseMessage
(Beagle.ResponseMessage)
in 0x00042 Beagle.RequestMessage:OnAsyncResponse (Beagle.ResponseMessage)
in 0x0003b (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_ResponseMessage
(Beagle.ResponseMessage)
in 0x00023 EventThrowingClosure:ThrowEvent ()
in 0x00037 (wrapper delegate-invoke) System.MulticastDelegate:invoke_bool ()
in 0x0002a IdleProxy:Handler ()
in 0x0002b (wrapper native-to-managed) IdleProxy:Handler ()
in (unmanaged) 0x45e95960
in 0x4 (wrapper managed-to-native) Gtk.Application:gtk_main ()
in 0x7 Gtk.Application:Run ()
in 0x7 Gnome.Program:Run ()
in 0x000cc Search.MainWindow:Main (string[])


--
Cheers,
Kevin Kubasik
___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


Holmes (was Re: Dashboard)

2005-11-23 Thread Jon Trowbridge
On Wed, 2005-11-23 at 23:10 +0100, Joel M wrote:
 I whould be interested in hacking some on holmes
 I just did this crappy Tomboy action, and I feel that I can do more.
 
 It looked like it was just a hack fest nothing more :)

Good news: Holmes is being actively worked on inside of Novell.  We were
initially not able to make the work public for complicated (and boring)
reasons that aren't worth explaining.  The issues have have mostly been
sorted out, and I don't think it will be too much longer before the code
ends up in GNOME CVS along with the rest of Beagle.

-J




___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


Holmes

2005-10-04 Thread Aviram Jenik
On my system, Holmes just displays a list of files that matched the query. 
There is no title, date, or hit indication - just a list of file names with 
full paths. Best works nicely, so I imagine it's not a dependency problem. Am 
I missing something?

- Aviram
___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


Re: Holmes

2005-10-04 Thread Joel Mandell
Do we have to say that the holmes tool is under development :)

 On my system, Holmes just displays a list of files that matched the query. 
 There is no title, date, or hit indication - just a list of file names with 
 full paths. Best works nicely, so I imagine it's not a dependency problem. Am 
 I missing something?
 
 - Aviram


___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


Re: Holmes already works!

2005-10-03 Thread David Coeurjolly
Hi Charlie and the hackfesters,

Can  you specify on  the  Hackfest page  the software requirements  to
compile holmes ?

The configure does not seem to check all  the lib versions. In fact,
it doesn't compile on my system and I'd to check the dependencies..

Thanks,

Dav

Charlie Law writes:
  Though I'm not a programmer, I was interested in the Beagle hackfest that 
  went on last weekend. I just downloaded the Holmes source from CVS, and I 
  was amazed to see that it already works. In fact, on my system, it's faster 
  and stabler than Best or the Firefox plugin. It's also not bad 
  aesthetically, even though they've only just started working on that aspect.
  
  If you're interested in checking out Holmes, go to 
  
  http://beagle-project.org/Beagle_UI_Hackfest
  
  and follow the CVS instructions on that page.
  
  Great job, you folks. We really appreciate it.
  
  -
  ___
  Dashboard-hackers mailing list
  Dashboard-hackers@gnome.org
  http://mail.gnome.org/mailman/listinfo/dashboard-hackers
  

-- 

David Coeurjolly - Chargé de recherche CNRS
Laboratoire LIRIS-UMR 5205
Batiment Nautibus, Universite Claude Bernard Lyon 1
43 boulevard du 11 novembre 1918, 69622 Villeurbanne cedex, France
Tel : (+33) [0]4.72.43.26.62  Fax : (+33) [0]4.72.43.15.36

___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


Re: Holmes already works!

2005-10-03 Thread Joel Mandell
Are you sure that you are using beagle 0.1 beta?

//dikatlon

 ./actions/EvolutionActions.cs(42) error CS0117: `Beagle.Hit' does not contain 
 a definition for `ParentUriAsString'
 ./actions/EvolutionActions.cs(43) error CS0117: `Beagle.Hit' does not contain 
 a definition for `ParentUriAsString'
 ./actions/EvolutionActions.cs(91) error CS0117: `Beagle.Hit' does not contain 
 a definition for `ParentUriAsString'
 ./actions/EvolutionActions.cs(92) error CS0117: `Beagle.Hit' does not contain 
 a definition for `ParentUriAsString'
 

 Compilation failed: 4 error(s), 2 warnings


___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


Re: Holmes already works!

2005-10-03 Thread David Coeurjolly


Ok ..it makes sense..  I'm  using another  packaged version of  beagle
(from ubuntu backports  0.11-1).  Do you think it  could be  useful to
indicate that requirement on the Hackfest webpage ?

Dav


Joel Mandell  writes:  Are  you sure  that you  are using beagle  0.1
beta?
  
  //dikatlon
  
   ./actions/EvolutionActions.cs(42) error CS0117: `Beagle.Hit' does not 
   contain a definition for `ParentUriAsString'
   ./actions/EvolutionActions.cs(43) error CS0117: `Beagle.Hit' does not 
   contain a definition for `ParentUriAsString'
   ./actions/EvolutionActions.cs(91) error CS0117: `Beagle.Hit' does not 
   contain a definition for `ParentUriAsString'
   ./actions/EvolutionActions.cs(92) error CS0117: `Beagle.Hit' does not 
   contain a definition for `ParentUriAsString'
   
  
   Compilation failed: 4 error(s), 2 warnings
  
  


___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


Re: Holmes already works!

2005-10-03 Thread Joel Mandell
I'm really not sure, I don't know what version of the beagle api that
holmes is built up on. But I didn't start playing with holmes before I
did grab the 0.1 beta - So anyone out there know more about this?

 Ok ..it makes sense..  I'm  using another  packaged version of  beagle
 (from ubuntu backports  0.11-1).  Do you think it  could be  useful to
 indicate that requirement on the Hackfest webpage ?
 
 Dav

___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


Re: Holmes already works!

2005-10-03 Thread Lukas Lipka
You now need 0.1 to build Holmes CVS. Could anyone try CVS and see if we
are missing any other packages?

Thanks,
Lukas

On Mon, 2005-10-03 at 17:24 +0200, Joel Mandell wrote:
 I'm really not sure, I don't know what version of the beagle api that
 holmes is built up on. But I didn't start playing with holmes before I
 did grab the 0.1 beta - So anyone out there know more about this?
 
  Ok ..it makes sense..  I'm  using another  packaged version of  beagle
  (from ubuntu backports  0.11-1).  Do you think it  could be  useful to
  indicate that requirement on the Hackfest webpage ?
  
  Dav
 
 ___
 Dashboard-hackers mailing list
 Dashboard-hackers@gnome.org
 http://mail.gnome.org/mailman/listinfo/dashboard-hackers
 

___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers


Holmes already works!

2005-09-30 Thread Charlie Law
Though I'm not a programmer, I was interested in the Beagle hackfest that went 
on last weekend. I just downloaded the Holmes source from CVS, and I was amazed 
to see that it already works. In fact, on my system, it's faster and stabler 
than Best or the Firefox plugin. It's also not bad aesthetically, even though 
they've only just started working on that aspect.

If you're interested in checking out Holmes, go to 

http://beagle-project.org/Beagle_UI_Hackfest

and follow the CVS instructions on that page.

Great job, you folks. We really appreciate it.

-
___
Dashboard-hackers mailing list
Dashboard-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/dashboard-hackers