ubala / aribaweb

Automatically exported from code.google.com/p/aribaweb
Apache License 2.0
1 stars 2 forks source link

Wrong source zip set for ariba.appcore.jar #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open eclipse with AribaWeb project
2. crtl+shif T to open the type lookup popup and type Initialization
3. Select the ariba.appcore.Initialization entry from the list and open the type
4. The source is not available as the aribaweb-all-src.jar does not contain 
this src

What is the expected output? What do you see instead?
See the source of the ariba.appcore.Initialization class

What version of the product are you using? On what operating system?
aribaweb RC2

Please provide any additional information below.
The code located in ariba.ideplugin.eclipse.wizards.CreateProject in 
updateClasspath method 
should set the source to examples/appcore/ or another zip containing the source 
for appcore.

Original issue reported on code.google.com by adalbert...@gmail.com on 16 Mar 2009 at 1:41