Building Stardust [message #1015259] |
Wed, 27 February 2013 17:18  |
Eclipse User |
|
|
|
Hi,
I'm trying to follow the build instructions. However, I get following error:
[javac] /home/iaas3/stardust/engine/stardust-engine-base/target/src/org/eclipse/stardust/common/config/extensions/PojoExtensionsCache.java:88: compareAndSet(T,T) in java.util.concurrent.atomic.AtomicReference<T> cannot be applied to (<nulltype>,java.lang.Object)
[javac] sharedInstance.compareAndSet(null, instantiatePojoExtension(instanceType));
[javac] ^
What's going wrong? I tried both Win8 and Ubuntu 12.04.
What I want to try is the web-based BPMN modeller. Is there a more easy way to get that up and running isolated from the other components?
Cheers,
Oliver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Building Stardust [message #1075565 is a reply to message #1074312] |
Mon, 29 July 2013 12:38   |
Eclipse User |
|
|
|
Sven Rottstock wrote on Fri, 26 July 2013 09:38Regarding the ui.web.mobile project. Unfortunately I've never imported this project into Eclipse because it is not used during the official build of Stardust. BTW I'm only seeing one project below of ui.web.mobile, namely mobile-workflow. Which projects do you mean which have duplicated project names?
I thought, it were all which are in "ui.web". Now, whith a clean checkout of "ui.web" and "ui.web.mobile" I see no dublicates. I'll let you know, when I encounter the issue again...
Sven Rottstock wrote on Fri, 26 July 2013 09:38
The EMF plugins should be automatically resolved by Ivy (this is also done if you invoke mvn install -f product/pom.xml resp. mvn install -f product/components-pom.xml). Have you configured the IvyDE plugin correctly?
Surely, I followed the steps at the wiki
I have build errors at
- ipp-toc-generator: com.sun.javadoc.* missing
- jcr-vfs: org.apache.jackrabbit.jca missing
- org.eclipse.stardust.ide.wst.common: org.eclipse.jst.jsf.core, org.eclipse.jst.jsf.common, and org.eclipse.jst.jsf.facesconfig missing
- org.eclipse.stardust.model.bpmn2: org.eclipse.stardust.model.xpdl missing (even if available in the workspace)
- stardust-web-modeler-bpmn2: org.eclipse.stardust.common and org.eclipse.bpmn2 missing.
And some other errors, which might be solved if the above issues are solved.
|
|
|
|
|
|
|
|
|
|
Re: Building Stardust [message #1241073 is a reply to message #1237601] |
Fri, 07 February 2014 07:46  |
Eclipse User |
|
|
|
Tanmoy Roy wrote on Wed, 29 January 2014 23:55Hi Oliver,
Here is the link for creating Stardust VM on Amazon EC2.
http://wiki.eclipse.org/Stardust/Knowledge_Base/Getting_Started/RTE_on_AWS
Hi,
Thank you for the link. I've been one of the first users of the AMI. My questions targeted on *compilation* (and usage) of the current branch, not the usage only. The current documentation for that is distributed among several Wiki pages, txt files, forum posts, and emails. I'd like to have a single condensed view. Sureley, existing resources can be linked, but it should be a single page explaining from the start to the end and not ending with "continue at ...".
Cheers,
Oliver
|
|
|