How to run the activiti source code?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2010 07:30 AM
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.
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2010 05:19 AM
Below are the enviornments spec
OS - Redhat Linux
Initially,We had maven 2 installed in our system. Then based on your advice we installed maven 3 and the new maven environment was set up
using export command. We also removed the repository(.m2/repository) to avoid any clashes between old and new jars.
Also,by the error message we could see still the link is pointing to http://repo1.maven.org/maven2. (Have already placed the entire message in this thread). Even we replicated the entire scenario in another machine but still same error was encountered.
Is there any other property we need to set to build the parent project.
We are badly stuck up here and not able to proceed further. Please help us.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2010 05:31 AM
If you're behind a proxy, you'll need to setup maven 3's settings to use the proxy. That might be the problem.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2010 06:35 AM
I am getting below output
ash-2.05b$ wget http://repo1.maven.org/maven2
–06:34:09– http://repo1.maven.org/maven2
=> `maven2'
Resolving repo1.maven.org… 38.97.124.18
Connecting to repo1.maven.org|38.97.124.18|:80…
It is hanging like that.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2010 06:41 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2010 07:46 AM
Thanks for your timely help.
I have set proxy address in settings.xml and the build has started.
Now after the build process,if I want to watch the output will the below process be followed?
In eclipse ,File -> Export->Plug-InDevelopment -> Deployable Plug-ins and fragments.
then plugin jars will be created. After restarting the eclipse,Can we visualize the output?
OR
IS there any other way ?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2010 07:50 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2010 07:57 AM
I did both the maven build and tried opening it as Eclipse Application.
I couldnt find the output.
Is anyother changes needs to be done?
Also,I got few errors from eclipse,model and gui projects after I checked out the code from SVN.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2010 08:09 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2010 08:22 AM
We are facing some version mismatch with the following package
org.eclipse.graphiti;bundle-version="0.7.0",
org.eclipse.graphiti.ui;bundle-version="0.7.0"
But we are able to find these jars in m2 local repository.
Can you please help us to resolve this version mismatch. But fortunately,there is no error in models


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2010 08:33 AM
