Recently ran into a bug which required me to have empty clipboard data. The suggested way was to restart the machine if there's already something on the clipboard. Surfed the net and found better way to do that :
1) Go to Administrative Tools->Services
2) Start (if not already running) following services Netword DDE and Network DDE DSDM and CLIPBOOK
3) Go to Start->run and run Clipbrd.
You'll find clipbook viewer app launched with your current clipboard data. Go to Edit->delete and your clipboard data is removed!
Thursday, March 4, 2010
Tuesday, February 23, 2010
Ant scripts not running/debugging in Flex builder issue
There are few Ant scripts that I need to run in my Flex builder environment. I had Ant installed for sure, it was only the scripts in one of the projects which terminated without proper error messages. Found follow steps to be helpful:
1) Right click on the script -> debug as -> 2 Ant build ( Edit, Configure & Launch) dialog appears.
2) Go to the JRE tab and select the Runtime JRE as Run in the same JRE as the workspace.
The scripts worked then!
1) Right click on the script -> debug as -> 2 Ant build ( Edit, Configure & Launch) dialog appears.
2) Go to the JRE tab and select the Runtime JRE as Run in the same JRE as the workspace.
The scripts worked then!
Subscribe to:
Comments (Atom)