Re: Need help re development

2004-10-26 Thread Ivan Ivanov
Thank you Stefan, I will give it a try. Regards Ivan --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Mon, 25 Oct 2004, Ivan Ivanov > <[EMAIL PROTECTED]> wrote: > > > Is there a Xemacs plugin that offers code > completion > > and quick code browsing, I would like to try it. > > JDEE[1] does

Re: Need help re development

2004-10-26 Thread Bob Hays, Computer Geek
Yes, eclipse has a well developed CVS interface. You would need a login (pref anonymous one) to the CVS on the internet, then use the CVS plugin to attach to that. Then use the popup menu on the HEAD item to create a project from that. Its how I do all my local (on my PowerBook no less - I still

Re: Need help re development

2004-10-26 Thread Stefan Bodewig
On Mon, 25 Oct 2004, Ivan Ivanov <[EMAIL PROTECTED]> wrote: > Is there a Xemacs plugin that offers code completion > and quick code browsing, I would like to try it. JDEE[1] does together with the semantic package (but I don't use code completion much myself, you may find limitations I've never h

Re: AW: Need help re development

2004-10-25 Thread Ivan Ivanov
> > That´s why Ant uses lots of selectors to exclude > sources Yes, i see. Selectors in fact are another revelation of white magic of Ant :)) > which cant be compiled because of missing libraries > :) As a matter of fact, I use eclipse more as a text editor with some nice features like embebed

AW: Need help re development

2004-10-25 Thread Jan . Materne
> I am using Eclipse and I imported Ant sources in it > (just to browse them more easily) and I think that if > one wants to compile Ant with Eclipse she needs all > third party jars as junit.jar visible by Eclipse and I > think this is why Rhino cannot compile it. That´s why Ant uses lots of sele

Re: Need help re development

2004-10-25 Thread Ivan Ivanov
> > I pretty much doubt that adding the jars to Eclipse > is the correct > approach since you may run into situations where you > need CVS HEAD of > Ant (and not a released version) to compile CVS HEAD > of Ant. > > I don't know whether any of the Ant committers are > using Eclipse. I'm > an XEm

Re: Need help re development

2004-10-25 Thread Stefan Bodewig
On Sat, 23 Oct 2004, Rhino <[EMAIL PROTECTED]> wrote: > I downloaded the source zip file for Ant 1.6.2, set up a project > called Ant1.6.2 in Eclipse (where I am developing), and then tried > importing all of the src subdirectory into the new project. Well, Ant developers expect you to use Ant wh

Re: Need help re development

2004-10-23 Thread Rhino
- Original Message - From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Saturday, October 23, 2004 2:51 PM Subject: Re: Need help re development > At 08:47 AM 10/23/2004 -0400, you wrote: > >I'm trying t

Re: Need help re development

2004-10-23 Thread Jacob Kjome
At 08:47 AM 10/23/2004 -0400, you wrote: I'm trying to work through the "Writing Tasks" tutorial in the Ant Manual but I'm getting stuck fairly early on. I've got the first version of HelloWorld working fine but when I go to do the second one, the one which imports org.apache.tools.ant.Task, the

Need help re development

2004-10-23 Thread Rhino
  Many people responded to my question yesterday about getting involved in the Ant development process. I've been reading the various articles that people suggested. In the meantime, I thought I would do a few very small, simple tasks to learn the basic techniques. Unfortunately, I'm having a