Bug 83140 - Libraries for feature are not being built
Summary: Libraries for feature are not being built
Status: RESOLVED WONTFIX
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
: 153804 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-18 15:56 EST by Barys Dubauski CLA
Modified: 2018-11-13 07:29 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barys Dubauski CLA 2005-01-18 15:56:02 EST
1. Launch New Feature wizard to create a sample feature project. 
 - On the "Feature Properties" page check the box: "The feature will contain a 
custom install handler";
 - Type "library.jar" in the "Install handler library" edit box.
 - click finish

2. Double-click the feature.xml file and switch to the "Build" tab.

3. On top of the page (Runtime Information) you will see that library.jar is 
associated with "src/" source folder. It means that any source code from 'src' 
folder is supposed to be packaged into library.jar at the build time. Also, 
the "Include the selected library in the binary build" box should be checked.

4. Now put few java classes under src folder and make sure they are compilable.

5. Switch back to the "Overview" tab of the feature.xml editor and 
click "Export..." 

6. Choose zip file and click finish

PROBLEM: library.jar is not generated neither in the feature project nor in 
the exported zip file. Basically
Comment 1 Barys Dubauski CLA 2005-03-08 13:44:10 EST
May I inquire why the severity on this bug has been lowered so much as 
to "enhancement" with lowest priority (P5)? 

This is clearly a broken feature which doesn't produce expected result. 

Thanks.
Comment 2 Pascal Rapicault CLA 2005-03-08 15:40:55 EST
This is a statement that this bug is not that important (since it has always
been missing since day one :-) and that I'm not planning to fix it for 3.1 (you
will notive the help wanted keyword).
Comment 3 Pascal Rapicault CLA 2006-09-05 15:22:06 EDT
*** Bug 153804 has been marked as a duplicate of this bug. ***
Comment 4 Lars Vogel CLA 2018-11-13 07:29:16 EST
PDE build is currently not actively enhanced.