Re: [Jcyclone-users] Compiling jcyclone plugins
Brought to you by:
jm7
|
From: Toli K. <to...@ma...> - 2007-01-24 19:54:48
|
Aidan, Congrats on taking a stab at your first OSS project! it's fun. Assuming that you checked out the code with CVS, you need to run this in the top-level directory of jcyclone project: unix$> cvs diff > mychanges.patch that runs a 'cvs diff' command against the current source, and outputs the diffs in a patch format that others can apply to their vanilla jcyclone checkout to see the changes. You can send the patch file to me via email, i'll apply the patch, review it and will probably just submit it so that we won't have that issue anymore. If you need more info on how to use 'cvs diff', you can find examples here: service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi If you downloaded your source directly w/out checking it out via CVS, then you can just send me the files you changed and i'll figure out what the changes were myself. thanks! On 1/24/07, Aidan Gallagher <a.g...@ey...> wrote: > Hi Toli, > > I made some quick changes to the classes that use IPlugin and they can now > compile. > > This is the first time I've taken part in an open source project such as > this. How do I send you the code patches? Do I attach them to an email? > > Regards, > > Aidan > > -----Original Message----- > From: jcy...@li... > [mailto:jcy...@li...] On Behalf Of Toli > Kuznets > Sent: 22 January 2007 18:02 > To: jcy...@li... > Subject: Re: [Jcyclone-users] Compiling jcyclone plugins > > Aidan, > > It's quite possible that i broke the sample extensions when i made my > changes to the IPlugin interface. My apologies for that. > > Would you mind sending me the patches you've made to make it compile, > i'll review and commit the changes? > > thanks > > On 1/18/07, Aidan Gallagher <a.g...@ey...> wrote: > > > > > > > > > > Hi, > > > > > > > > I just checked out the jcyclone source and I found that extensions will > not > > compile due to changes in the IPlugin interface. > > > > > > > > Is this change to the IPlugin interface permanent? I will attempt to apply > > the changes to the source to get it to build. > > > > > > > > Are there any updates planned? > > > > > > > > Regards, > > > > > > > > Aidan > > > > > > > > > -- > Toli Kuznets > http://www.marketcetera.com: Open-Source Trading Platform > download.run.trade. > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > JCyclone-users mailing list > JCy...@li... > https://lists.sourceforge.net/lists/listinfo/jcyclone-users > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > JCyclone-users mailing list > JCy...@li... > https://lists.sourceforge.net/lists/listinfo/jcyclone-users > -- Toli Kuznets http://www.marketcetera.com: Open-Source Trading Platform download.run.trade. |