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
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
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
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