Re: [Barry-devel] GIT repository for bjdwp tool

2009-09-03 Thread Chris Frey
On Thu, Sep 03, 2009 at 06:59:35PM +0200, Nicolas wrote: > You'll find a fix : > > ac20ea16a905589bda0ac8c05f600131d21cbe5c Thanks! Merged. - Chris -- Let Crystal Reports handle the reporting - Free Crystal Reports 20

Re: [Barry-devel] GIT repository for bjdwp tool

2009-09-03 Thread Nicolas
Oops ! Sorry, my git "filter" (info/exclude) is bad :( And I haven't seen this mistake. You'll find a fix : ac20ea16a905589bda0ac8c05f600131d21cbe5c Regards, Nicolas Le mercredi 02 septembre 2009 à 16:40 -0400, Chris Frey a écrit : > On Wed, Sep 02, 2009 at 09:25:18PM +0200, Nicolas wrote:

Re: [Barry-devel] GIT repository for bjdwp tool

2009-09-02 Thread Chris Frey
On Wed, Sep 02, 2009 at 09:34:16PM +0200, Nicolas wrote: > Hi, > > I have just moved sample files into doc. I've merged your tree at f86d0849713b84c8a63feff1b797cb1b9746fe29. In the future, please let me know the commit that you would like me to merge, when you're ready. I want to merge quickly

Re: [Barry-devel] GIT repository for bjdwp tool

2009-09-02 Thread Chris Frey
On Wed, Sep 02, 2009 at 09:25:18PM +0200, Nicolas wrote: > Hi, > > You would find this file into : > bjdwp/include/barry/jdwp There is no bjdwp/include directory in the git tree... Maybe you forgot to add it? :-) - Chris

Re: [Barry-devel] GIT repository for bjdwp tool

2009-09-02 Thread Nicolas
Hi, I have just moved sample files into doc. Now, I'm concentrated about ".debug" file parser. This task is complicated !!! You can test parser : $ cd barry/bjdwp $ ./configure $ cd ../doc/bjdwp/sample $ ../../../bjdwp/build/bin/tstparser List of debug giles UniqueID |Module Name

Re: [Barry-devel] GIT repository for bjdwp tool

2009-09-02 Thread Nicolas
Hi, You would find this file into : bjdwp/include/barry/jdwp I have created this patch, because I'm intend to export bjdwp header files into : /usr/src/include/barry/jdwp/ A developer will write : include I haven't issue to build with cmake. regards, Nicolas Le mardi 01 septembre 200

Re: [Barry-devel] GIT repository for bjdwp tool

2009-09-01 Thread Chris Frey
Hi Nicolas, Under bjdwp/src/ the file handler.h appears to be missing. And handler.cc includes it. - Chris -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report des

Re: [Barry-devel] GIT repository for bjdwp tool

2009-09-01 Thread Chris Frey
On Tue, Sep 01, 2009 at 12:48:41PM +0200, Nicolas wrote: > Le lundi 31 ao??t 2009 ?? 20:05 -0400, Chris Frey a ??crit : > > Hi Nicolas, > > > > I've merged your bjdwp tree into Barry today, with a few modifications. > > Thank's > I'm going to update my repository... I saw your changes, and merge

Re: [Barry-devel] GIT repository for bjdwp tool

2009-09-01 Thread Nicolas
Le lundi 31 août 2009 à 20:05 -0400, Chris Frey a écrit : > Hi Nicolas, > > I've merged your bjdwp tree into Barry today, with a few modifications. Thank's I'm going to update my repository... > One question: I notice there is a bjdwp directory under doc, and a > doc directory under the root bjd

Re: [Barry-devel] GIT repository for bjdwp tool

2009-08-31 Thread Chris Frey
Hi Nicolas, I've merged your bjdwp tree into Barry today, with a few modifications. One question: I notice there is a bjdwp directory under doc, and a doc directory under the root bjdwp... is it safe to remove one of these? If so, please remove the duplicates from your tree, and I can merge from

[Barry-devel] GIT repository for bjdwp tool

2009-08-07 Thread Nicolas
Hi, Please read : http://repo.or.cz/w/barry/progweb.git You find all informations to build barry & bjdwp. Run server : $ bjdwp localhost 8000 (before run bjdwp, add in your current path all your ".debug" files) Run client : $ jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=800