Changes for page WOLips-Eclipse beginner mistakes and questions
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
on 2007/11/12 11:04
Change comment:
There is no comment for this version
To version 47.1
edited by Pascal Robert
on 2007/12/20 08:52
on 2007/12/20 08:52
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. uli1 +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. ... ... @@ -152,8 +152,10 @@ 152 152 153 153 ==== I have the choice of doing a WOApplication or a WOnderApplication, which one should I use ? ==== 154 154 155 -E venif it'sgot"Wonder"init'sname,"WOnderApplication"and"WOnderFramework"don't includeanyWonderrelated stuffintheproject,it'sjust a differentprojectlayout thanthe other two.The Wonderlayouts willbecomethe onlylayout in the future, sousethose.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. 156 156 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 + 157 157 ==== If I right-click on an folder and select "New", I don't see "EOModel" or "WOComponent" as options. ==== 158 158 159 159 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.