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

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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.uli
Content
... ... @@ -1,7 +1,5 @@
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 -
5 5  === The first most common error: ===
6 6  
7 7  Eclipse/WOLips does not run properly in java 1.4.2.
... ... @@ -46,12 +46,6 @@
46 46  
47 47  === User questions ===
48 48  
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 -
55 55  ==== Why don't I see all my files? ====
56 56  
57 57  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.
... ... @@ -160,10 +160,8 @@
160 160  
161 161  ==== I have the choice of doing a WOApplication or a WOnderApplication, which one should I use ? ====
162 162  
163 -If you use WOLips/Eclipse 3.2, or if you use a WOLips 3.3 from before December 2007, the layout for the WOApplication and for the WOnder Application was quite different.  Starting in recent (December 2007 and later) builds of WOLips, the layout is the same ("WebObjects Application" use the "Wonder" layout), the only difference between them is that the Wonder-type application and framework will link to the Wonder frameworks (ERJars and ERExtensions), Application.java will extend from ERXApplication and Session.java will extend from ERXSession.
155 +Even if it's got "Wonder" in it's name, "WOnderApplication" and "WOnderFramework" don't include any Wonder related stuff in the project, it's just a different project layout than the other two. The Wonder layouts will become the only layout in the future, so use those.
164 164  
165 -If you are using a old build of WOLips, you should use the Wonder layout, you just need to remove the references to ER if you don't use Wonder. 
166 -
167 167  ==== If I right-click on an folder and select "New", I don't see "EOModel" or "WOComponent" as options. ====
168 168  
169 169  Make sure that your current perpective is "WOLips", if you are in the "Java" or "J2EE" perpective, all WebObjects-related file types are not available.