Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Ant custom Task cannot access plguins classes
Ant custom Task cannot access plguins classes [message #328750] Tue, 03 June 2008 15:36
Eclipse UserFriend
Originally posted by: thomas.diligent.st.com

Hello !

I am developing Ant custom tasks within headless eclipse running on linux.

Although I rigorously followed instructions from Platform Ant Support:
http://help.eclipse.org/help31/topic/org.eclipse.platform.do c.isv/guide/ant.htm

"The task or type can reference any class available for the plug-in but
plug-in classes must not access the tasks or types."


In my example, the Task classes of a plugin A cannot access to classes of
a plugin B which A depends on.

I get the following error :
"taskdef A class needed by class A_plugin_ID/task_class cannot be found:
B_plugin_ID/another_class"


The big surprise is that it works fine on windows.

Is it possible to reference classes from dependencies from an Ant Task ?
If yes, why does not it work on linux ? (and why does it magically work on
windows)


Cheers,
Thomas
Previous Topic:Does this new P2 thing ever work?
Next Topic:how can i tile editors programmatically
Goto Forum:
  


Current Time: Sun Jun 30 00:21:51 GMT 2024

Powered by FUDForum. Page generated in 0.02218 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top