cancel
Showing results for 
Search instead for 
Did you mean: 

problem by import the bpmn-examples project

tomi87
Champ in-the-making
Champ in-the-making
Hello everybody,
I start to work with the book "Activiti in Action". I'm right now at the chapter "1.4.1 Say hello to Activiti".
My Problem is that eclipse don't show me that my project is an Java project.

I created a new Java project.
Then I downloaded the "ActivitiInAction_sourcecode".
If I imported it as a file system in my new java project, then there are many package files. And I think this is wrong.
If I choose "import existing projects into workspace", then my folder woudn't a java project.

Further the book told me:
"When you import the bpmn-examples project (used in this chapter), the Activiti libraries have to be added to the Java build path."
But there isn't a Java build path anymore.

Another thing what the book told me:
"Activate the Maven project capabilities by choosing the Configure–Convert to Maven Project option in the project menu when you right-click on the bpmn-examples project in Eclipse."
If I choose the "Configure" there is only "convert to plugin projects".

And my big question for this is: Which way should I used that I can use JUnit and make some Test?


I'm using Eclipse Indigo, I downloaded the source code from http://www.manning.com/rademakers2/, I use the activiti-5.10 version, my JDK version is jdk1.7.0_06.

I hope you can help me soon.
Sorry for my bad english.
And sorry If this question already exists, but I couldn't found it.
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

Did you install the Eclipse Indigo Java IDE? That should include Maven support out-of-the-box.
If you choose import existing Maven projects and go to the bpmn-examples project that should work fine.
If you don't see Maven support then you always install the m2e Eclipse plugin to get that support.

Best regards,