Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] "ProviderOptions.class" is missing after exporting "org.eclipse.cdt.make.core" as Deployable plugin by specifying destination as Archive.

Hi,

This is regarding the difference which I am seeing while exporting the
"org.eclipse.cdt.make.core" as Deployable plugin by giving destination
as 1. Archive file 2. Directory.


Steps to reproduce the problem are:

Eclipse Version Used : 3.2
cdt version Used : 3.1
Operating System : Windows XP

Scenario 1:
 1. Checkout org.eclipse.cdt.make.core (of branch 3.1) plugin from cvs
in workspace. 
 2. Select the plugin -> right click-> Export -> Plugin-Development->
Deployable plugins and fragments.
 3. Select the destination as Archive file 
 4. Click on Finish.A zip file will be created.
 5. Unzip the zip file.
 6. Open the jar file with WinZip
 7. One inner class "ProviderOptions.class" which should be present in
ProfileOptions.class (exact path is
ScannerConfigInfoFactory2$Store$ProfileOptions)
  does not come in jar file.

Scenario 2:
 1. Checkout org.eclipse.cdt.make.core(of branch 3.1) pluging from cvs
in workspace. 
 2. Select the plugin -> right click-> Export -> Plugin-Development->
Deployable Plugins and fragments.
 3. Select the destination as Directory 
 4. Click on Finish.
 5. Open the jar file with winzip
 7. The inner class "ProviderOptions.class" comes in plugin.
    It's present in:
   ScannerConfigInfoFactory2$Store$ProfileOptions$ProviderOptions

Why the behavior is different in both scenarios? If any one else is also
facing such issue please let me know.
I have raised a bug with bugID #154344 for the stated issue.

Regards,
Ruchi






Back to the top