Last modified by Ray Kiddy on 2010/02/27 14:51

From version 50.1
edited by Ulrich Köster
on 2007/11/12 11:04
Change comment: There is no comment for this version
To version 52.1
edited by Pascal Robert
on 2007/12/20 08:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.uli
1 +XWiki.probert
Content
... ... @@ -1,5 +1,7 @@
1 1  This document tries to catch the errors that every beginner seems to have to go through before reaching Eclipse/WOLips nirvana. The path is narrow and slippery, but thou shalt be rewarded....
2 2  
3 +{{toc}}{{/toc}}
4 +
3 3  === The first most common error: ===
4 4  
5 5  Eclipse/WOLips does not run properly in java 1.4.2.
... ... @@ -44,6 +44,12 @@
44 44  
45 45  === User questions ===
46 46  
49 +==== I created a component but I don't see it in the Components folder! ====
50 +
51 +When you create a new component, it will put the component into the highlighted folder in the Package Explorer. For example, if the current highlighted folder is the project name, the component will be created in the top-level folder of the project. So you will find your component there and you can move it to the Components folder.
52 +
53 +So when you create a new component, make sure that you highlight the Components folder, or right-click on the Components folder and select New->Component, it will be created into the good folder.
54 +
47 47  ==== Why don't I see all my files? ====
48 48  
49 49  Not all the files are presented, some are filtered away. In Package Explorer (In WOLips pespective, the upper left window), go to the right corner of that window, there is a caret. Under this caret, there is a Filter option.Click on it to see what get's filtered away.