Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to exclude test directory in Export
How to exclude test directory in Export [message #43505] Mon, 02 February 2009 01:25 Go to next message
Eclipse UserFriend
Hi,

When I do an Export --> Plugin-in Development --> Deployable Features in
Eclipse 3.4 I get an build error caused by my newly added test package.

There is no problem when I am working on the plug-in. But when I do an
export I get the message that the classes that my plugin extends is not
possible to reslove. What is the best option:

1. Exclude the test directory in an Export.
2. Include it in the class path for the Export.

How can I do either of the options in my plugin.xml ( or feature.xml).

cheers,

//mikael
Re: How to exclude test directory in Export [message #43567 is a reply to message #43505] Mon, 02 February 2009 02:20 Go to previous message
Eclipse UserFriend
Hi Mikael,

Can you provide us the error message you got when you try to export your
plugin ?

I think you should not include your tests in your exported plugin, and
moreover I think your tests should be in a dedicated plugin (for concerns
separation purpose)

Manu
Re: How to exclude test directory in Export [message #590919 is a reply to message #43505] Mon, 02 February 2009 02:20 Go to previous message
Eclipse UserFriend
Hi Mikael,

Can you provide us the error message you got when you try to export your
plugin ?

I think you should not include your tests in your exported plugin, and
moreover I think your tests should be in a dedicated plugin (for concerns
separation purpose)

Manu
Previous Topic:How to exclude test directory in Export
Next Topic:Providing Images
Goto Forum:
  


Current Time: Tue Jul 15 23:02:59 EDT 2025

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

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

Back to the top