cancel
Showing results for 
Search instead for 
Did you mean: 

How to run the activiti source code?

balaji1
Champ in-the-making
Champ in-the-making
Hi,

1. We have checked out the source code from SVN and installed in SVN.
Can you please tell us how to build this source code?

ALso what will be the outcome of this process?

2. We have proposed to use activiti plugin for our porject. We need to customise the palette shapes and XML tags. Can you please tell us the process to perform.


Please help us to resolve to above issues. We are badly stuck up here.
294 REPLIES 294

tiesebarrell
Champ in-the-making
Champ in-the-making
You're right, I put you on the wrong track there. Eclipse may be looking at your local project, but when you perform a Maven install on the acme project, it looks at your local Maven repo. The integration lib you have there is the released version, which doesn't contain the DROP_DOWN property. You should first perform a maven install on that project, so you have the DROP_DOWN property in there and only then attempt to use it in the acme project.

balaji1
Champ in-the-making
Champ in-the-making
Tiese,
Below are the sequence of build I made still I face the same issue,
1. I did maven build for desinger project.
2. Whole activiti source
3. Acme

Thanks

tiesebarrell
Champ in-the-making
Champ in-the-making
You should perform a Maven install, did you do that? There should be an updated version of the jar in your .m2/org/activiti/designer/org.activiti.designer.integration repository directory. Make sure you are referencing the correct version from the acme jar. You'll probably need 0.6.0 instead of 0.5.0.

balaji1
Champ in-the-making
Champ in-the-making
Tiese,
I did maven install on

.1. designer Integration project.
2. Whole activiti source
3. Acme

I am working in Linux environment. But I could see jar file created in target folder on designer integration project.

Thanks

tiesebarrell
Champ in-the-making
Champ in-the-making
yeah, but is it in the .m2 repo? That's where Maven will look for the install of the acme project. You simply have a Maven dependency issue. I'm on Linux too, so it shouldn't have anything to do with the platform.

balaji1
Champ in-the-making
Champ in-the-making
Tiese,

I can see he .jar file in two locations.

1. /etrade/home/rravindr/.m2/repository/org/activiti/org.activiti.designer.integration/0.6.0/
-rw-r–r–    1 rravindr etrade        384 Jan  6 23:51 org.activiti.designer.integration-0.6.0.pom.lastUpdated
-rw-r–r–    1 rravindr etrade        384 Jan  6 23:51 org.activiti.designer.integration-0.6.0.jar.lastUpdated

2. /etrade/home/rravindr/.m2/repository/org/activiti/activiti-designer-integration/0.6.0

-rw-r–r–    1 rravindr etrade         40 Jan  5 01:01 activiti-designer-integration-0.6.0.pom.sha1
-rw-r–r–    1 rravindr etrade        477 Jan  5 01:01 activiti-designer-integration-0.6.0.pom
-rw-r–r–    1 rravindr etrade         40 Jan  5 01:01 activiti-designer-integration-0.6.0.jar.sha1
-rw-r–r–    1 rravindr etrade      14685 Jan  5 01:01 activiti-designer-integration-0.6.0.jar
-rw-r–r–    1 rravindr etrade        226 Jan  5 01:01 _maven.repositories

It looks file is not updated.
So I do I need to make any changes to POM file?

tiesebarrell
Champ in-the-making
Champ in-the-making
Version 1 should be the correct one. If you perform a mvn install on the integration project, it should be placed there.

balaji1
Champ in-the-making
Champ in-the-making
Tiese,
So can I perform mvn install on the below directory
/etrade/home/rravindr/Bkup_Actnew_0.6/org.activiti.designer.integration

Even I did it before I came to you. But still I am facing the issue.

U mean ,/etrade/home/rravindr/.m2/repository/org/activiti/org.activiti.designer.integration/0.6.0/  this is the correct one.
ALso in the pom.xml the dependency ->artifact is  given as "activiti-designer-integration". So, Why not Version 2?
I AM new to Maven. Can you please help me with it.

Thanks

balaji1
Champ in-the-making
Champ in-the-making
Tiese,
Above problem is resolved. I am able to create combo box for particular property.

Consider, If I am have two properties with two combo boxes. The two boxes should lists different values.
Is it possible?

Thanks

tiesebarrell
Champ in-the-making
Champ in-the-making
How did you get a combobox? If you implemented that yourself, you will have a better idea than I do how to change it Smiley Happy