When building changeset b7bb5d965af6ee975bb9ec4d0204999d9f3b94a6, I get this error:
[INFO] ------------------------------------------------------------------------ [INFO] Building jOOQ 2.4.0 [INFO] ------------------------------------------------------------------------ ... [INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @ jooq --- [ERROR] Error in manifest for org.jooq:jooq:jar:2.4.0 : The default package '.' is not permitted by the Import-Package syntax. This can be caused by compile errors in Eclipse because Eclipse creates valid class files regardless of compile errors. The following package(s) import from the default package [org.jooq, org.jooq.conf, org.jooq.impl, org.jooq.util.h2] [ERROR] Error(s) found in manifest configuration Removing the odd "*" import solves the problem for me but looking at git blame, this code wasn't changed for some time and I could compile 2.4.0-SNAPSHOT last week without problem :-/ Regards, A. Digulla
