Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 06:25 Go to next message
Mikael Petterson is currently offline Mikael PettersonFriend
Messages: 158
Registered: July 2009
Senior Member
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 07:20 Go to previous message
Manuel Selva is currently offline Manuel SelvaFriend
Messages: 189
Registered: July 2009
Location: Grenoble, France
Senior Member
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 07:20 Go to previous message
Manuel Selva is currently offline Manuel SelvaFriend
Messages: 189
Registered: July 2009
Location: Grenoble, France
Senior Member
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 Mar 19 03:40:28 GMT 2024

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

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

Back to the top