Headless Build For Ever

Ever wonder how build plug-ins with debug informations using PDE headless build ?

In my case, setting the javacDebugInfo property to true (or on) in my  top build configuration build.properties file doesn’t change nothing to the generated class files.

After several reading on the web I found this news group entry from Andrew Niefer (one of the contributor of PDE headless build) saying :

” In your top build configuration build.properties file, set “compilerArg=-g” “

I guess setting javacDebugInfo should have worked the same way setting compilerArg …

Before filling a new bug entry … anyone encountering the same problem ?? What’s the difference with javacDebugInfo ??

Manu

One Response to “Headless Build For Ever”

  1. f!@#!!! jar in jar files « Manuel Selva’s Eclipse blog Says:

    [...] weeks my headless build main part works perfectly. The few problems encountered since there (Debug info, Html report generation) where secondary problems [...]

Leave a Reply