cancel
Showing results for 
Search instead for 
Did you mean: 

Build error after importing sources from svn 5.9

mhw
Champ in-the-making
Champ in-the-making
Hi,

I am evaluating the sources because in the future i want to contribute, too. With 5.8 everything was fine. But with the 5.9 I get build errors:
03.11.11 13:37:15 MEZ: [ERROR] Error in manifest for org.activiti:activiti-engine:jar:5.9-SNAPSHOT : 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.activiti.engine.impl.ant, org.activiti.engine.impl.bpmn.behavior, org.activiti.engine.impl.cfg, org.activiti.engine.impl.db, org.activiti.engine.impl.interceptor, org.activiti.engine.impl.mail, org.activiti.engine.impl.persistence, org.activiti.engine.impl.rules, org.activiti.engine.impl.test, org.activiti.engine.impl.variable, org.activiti.engine.test]
03.11.11 13:37:15 MEZ: [ERROR] Error(s) found in manifest configuration
03.11.11 13:37:15 MEZ: Build errors for activiti-engine; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.felix:maven-bundle-plugin:2.1.0:manifest (bundle-manifest) on project activiti-engine: Error(s) found in manifest configuration
I have done the steps explained here:
http://docs.codehaus.org/display/ACT/Developers+Guide#DevelopersGuide-Buildingadistributionfromtheso...

I have no clue what that means. Can somebody please give me a tip?

Best Regards,
Michael
4 REPLIES 4

thilo_ginkel
Champ in-the-making
Champ in-the-making
Are you building with m2eclipse? There I am also seeing this issue, but on the command line everything works fine…

mhw
Champ in-the-making
Champ in-the-making
Are you building with m2eclipse? There I am also seeing this issue, but on the command line everything works fine…
Yes, you are right. On the console it works  Smiley Indifferent

mhw
Champ in-the-making
Champ in-the-making
Hi,

I keep getting this error. So I cannot work with the activiti projects in eclipse! Please give me a clue, how you have configured your eclipse to build activiti?
WARN] Warning in manifest for org.activiti:activiti-engine:jar:5.9-SNAPSHOT : Did not find matching referal for com.sun*
07.11.11 09:22:47 MEZ: [WARN] Warning in manifest for org.activiti:activiti-engine:jar:5.9-SNAPSHOT : Did not find matching referal for javax.persistence*
07.11.11 09:22:47 MEZ: [WARN] Warning in manifest for org.activiti:activiti-engine:jar:5.9-SNAPSHOT : Did not find matching referal for junit*
07.11.11 09:22:47 MEZ: [WARN] Warning in manifest for org.activiti:activiti-engine:jar:5.9-SNAPSHOT : Did not find matching referal for org.activiti.*
07.11.11 09:22:47 MEZ: [WARN] Warning in manifest for org.activiti:activiti-engine:jar:5.9-SNAPSHOT : Did not find matching referal for org.activiti.osgi*
07.11.11 09:22:47 MEZ: [WARN] Warning in manifest for org.activiti:activiti-engine:jar:5.9-SNAPSHOT : Did not find matching referal for org.apache.tools.ant*
07.11.11 09:22:47 MEZ: [WARN] Warning in manifest for org.activiti:activiti-engine:jar:5.9-SNAPSHOT : Did not find matching referal for org.apache.xerces*
07.11.11 09:22:47 MEZ: [WARN] Warning in manifest for org.activiti:activiti-engine:jar:5.9-SNAPSHOT : Did not find matching referal for org.junit*
07.11.11 09:22:47 MEZ: [ERROR] Error in manifest for org.activiti:activiti-engine:jar:5.9-SNAPSHOT : 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.activiti.engine.impl.ant, org.activiti.engine.impl.bpmn.behavior, org.activiti.engine.impl.cfg, org.activiti.engine.impl.db, org.activiti.engine.impl.interceptor, org.activiti.engine.impl.mail, org.activiti.engine.impl.persistence, org.activiti.engine.impl.rules, org.activiti.engine.impl.test, org.activiti.engine.impl.variable, org.activiti.engine.test]
07.11.11 09:22:47 MEZ: [ERROR] Error(s) found in manifest configuration
07.11.11 09:22:47 MEZ: Build errors for activiti-engine; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.felix:maven-bundle-plugin:2.1.0:manifest (bundle-manifest) on project activiti-engine: Error(s) found in manifest configuration
What repository you are using? What are your m2eclipse settings?

I start to hate maven….. cost me hours of building, configuring, building, and no success.

Best regards

Michael

mhw
Champ in-the-making
Champ in-the-making
Ok, using indigo a quick fix to install tycho - whatever this is - solved the issue for the engine project.