CRXDE will report that the build failed and tell you to check the Remote Build view for details on the errors. Unfortunately, it will not actually have any error information availabe in the Remote Build view.
Finally, if you look in the logs you will see messages like the below:
16.05.2012 20:35:03.789 *WARN* [127.0.0.1 [1337214903288] POST /libs/crxde/build HTTP/1.1] com.day.crx.ide.BundleBuilder Class [...]Process is using deprecated javadoc tags at jcr:/_/crx.default/apps/public/src/[...]Bundle/src/[...]Process.java:39
16.05.2012 20:35:03.789 *WARN* [127.0.0.1 [1337214903288] POST /libs/crxde/build HTTP/1.1] com.day.crx.ide.BundleBuilder Class [...]Servlet is using deprecated javadoc tags at jcr:/_/crx.default/apps/public/src/[...]Bundle/src/main/java/[...]Servlet.java:39
16.05.2012 20:35:03.789 *ERROR* [127.0.0.1 [1337214903288] POST /libs/crxde/build HTTP/1.1] com.day.crx.ide.BundleBuilder It is highly recommended to fix these problems, as future versions might not support these features anymore.
16.05.2012 20:35:03.789 *WARN* [127.0.0.1 [1337214903288] POST /libs/crxde/build HTTP/1.1] com.day.crx.ide.BundleBuilder SCR Descriptor parsing had failures (see log) at :0`
The only way to fix your project is to replace all of the SCR JavaDoc Tags with the new SCR Annotations. The fields and values will be the same or similar, only the syntax changes.
Once you do this, download and install the Felix SCR Annotations Bundle into your OSGi console. Without this bundle, you will not be able to compile your project code within CRXDE or CRXDE Lite as the Felix SCR Annotations packages are not currently exported by any bundle in the Generally Available release of CQ 5.5.