Re: custom abator javaTypeResolver and eclipse

2008-03-15 Thread Jeff Butler
In eclipse you should not edit the .classpath file directly. You should edit the launch configuration through the UI. The menu option is something like "Run->External Tools...", this will present you with a dialog where you can find your Ant launches and set the classpath appropriately. Assuming

Re: custom abator javaTypeResolver and eclipse

2008-03-14 Thread kbighorse
More of an Ant/Eclipse question, but how does one "add your custom class to the Ant class path in the Ant launch configuration"? I tried adding the folder with my source file in it and adding the folder with the .class file. Also, is it impossible to extend Abator and use Java file auto-merge, s

Re: custom abator javaTypeResolver and eclipse

2006-08-25 Thread Olivier Ziller GMail Lists
hello Jeff, yes it works with Eclipse and the ant task! regards Jeff Butler a écrit : Classloading in Eclipse plugins is complex.   Basicly, the Abator plugin will not be able to see your custom class if you run Abator through the menu option.  There may be something I can do about th

Re: custom abator javaTypeResolver and eclipse

2006-08-24 Thread Jeff Butler
Classloading in Eclipse plugins is complex.   Basicly, the Abator plugin will not be able to see your custom class if you run Abator through the menu option.  There may be something I can do about that at some point, but I've not figured it out yet.   I think you can get this to work if you use the