Ingredients:
  • 120 gr powder sugar
  • 700 gr flour (normal or self-raising)
  • 250gr unsalted butter (softened in room temperature)
Directions:
  1. In a large bowl, mix the butter, sugar and flour.
  2. Blend well and knead the mixture 15-20 minutes.
  3. Take small pieces and shape them.
  4. Bake for 25-30 minutes in the 170C oven or until lightly brown.


You can add semisweet chocolate chips, walnuts, vanilla, coconut or cocoa to try different tastes.

CSS:



Making your own transparent png images:
The easiest way is using Clipart objects of Microsoft PowerPoint. Ungroup the existing images, change them, group again and save as PNG image.

Checking out a project into your workspace from CVS:  

  1. Window > Show View > Other. Select CVS > CVS Repositories.
  2. Context Menu > New > Repository Location. (Context Menu: Right Click on the related window.)
  3. Fill in the location information identifying your repository and click Finish. For example, you can directly copy and paste the following:
    ":pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse" 
  4. Expand the newly-created repository location.
  5. Expand HEAD.
  6. Find the module you are interested in.
  7. Context Menu > Check Out As Project. The project now exists in your workspace.

Plug-in export problem:

If you are having a plug-in export problem with Eclipse PDE and getting the error message below:
"... Caused by: D:\MyWorkspace\MyProject\build.xml:321: Problem: failed to create task or type apitooling.apigeneration
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any / declarations have taken place."

If you only installed PDE Visualization plug-in, you can run your plug-ins but you cannot export them. So, install "Eclipse Plug-in Development Environment" plug-in. If you installed it before, then the problem is probably related to a build issue. So, you can try to check the build.properties and manifest files to make sure that they are correct and they include all necessary paths.


Eclipse does not detect new plug-ins:
For efficiency reasons, eclipse caches the plugin files at startup. If you just overwrite your plugin, Eclipse will not recognize it. Starting eclipse with the option -clean will clear the cache and therefore resolve this problem.


A JRE or JDK must be available in order to run Eclipse! message:



While everythnig was OK, you can get this message especially after an update.
You need to define -vm parameter in the eclipse.ini file like below:
-vm
C:\Program Files (x86)\Java\jdk1.6.0_18\bin