Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] How to add or remove plug-ins to product export wizard?

Oh I see you are thinking of the tutorial; the tutorials are gathered up in the sdk - wonder if I missed one.

I was thinking of the following plugin near the bottom (since I just added it)

   <plugin
         id="net.refractions.udig.feature.editor"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>
Please go through the custom app tutorial to see how to make your own features; the custom app tutorial shows how to make a feature that includes the custom app and the distance tool tutorial.

Jody

On 18/05/2010, at 6:00 PM, CHANDRASEKARAN B wrote:

I have not seen   "net.refractions.udig.tutorials.featureeditor" added
in  following  link.

http://svn.refractions.net/udig/udig/trunk/features/net.refractions.udig_application-feature/feature.xml

Am i right or some other file.

thanks

Chandrasekaran


Hi :-)

I think I have included it in the latest uDig; but to answer your
question it needs to be listed in one of the features.
Features mark down what plugins are actually shipped.

Indeed I can see featureeditor listed in
net.refractions.udig_application feature.xml

Jody

On 18/05/2010, at 4:14 PM, CHANDRASEKARAN B wrote:

I  have followed all following steps and successfully compiled and created zip file using Eclipse Product export wizard.

   * 01 Subversion Installation
   * 02 Checkout Source Code
   * 03 Eclipse
   * 04 Java Runtime Environment
   * 05 Eclipse Workspace Location
   * 06 Additional Eclipse Plugins
   * 07 Eclipse Preferences
   * 08 Libs Refresh.xml Ant Script
   * 09 Importing the Source Code
   * 10 Running the Main Application

I went to Run Configurations and enabled net.refractions.udig.tutorials.featureeditor and added required plug-ins and run the application. Feature editor is working
fine.

But when i export the product and make zip file,  feature editor is not including. I want to know where i have to add to make feature editor as part of product export
wizard.

By checking in Run Configurations it is not adding.

How to add or remove plugins to product export wizard?

regards,
B Chandrasekaran


Back to the top