Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-scripting-dev] Setting up local dev environment (maven prob)

And I can also confirm that with Maven 3.0.5 works.

I created a 'Maven Build'  Run Configuration with goal of 'clean' and with the VM parameters of -Xms128M -Xmx512M) the org.eclipse.ease.releng

[INFO] org.eclipse.ease.releng ........................... SUCCESS [0.108s]

[INFO] org.eclipse.ease.releng.target .................... SUCCESS [0.001s]

[INFO] org.eclipse.ease .................................. SUCCESS [0.178s]

[INFO] org.eclipse.ease.storedscript ..................... SUCCESS [0.174s]

[INFO] org.eclipse.ease.discovery ........................ SUCCESS [0.008s]

[INFO] org.eclipse.ease.discovery.ui ..................... SUCCESS [0.009s]

[INFO] org.eclipse.ease.discovery.ui.menu ................ SUCCESS [0.010s]

[INFO] org.eclipse.ease.ui ............................... SUCCESS [0.391s]

[INFO] org.eclipse.ease.ui._expression_ .................... SUCCESS [0.009s]

[INFO] org.eclipse.ease.ui._expression_.xtext .............. SUCCESS [0.012s]

[INFO] org.eclipse.ease.ui.e4 ............................ SUCCESS [0.015s]

[INFO] org.eclipse.ease.ui._expression_.xtext.ui ........... SUCCESS [0.019s]

[INFO] org.eclipse.ease.lang.python ...................... SUCCESS [0.054s]

[INFO] org.eclipse.ease.lang.python.samples .............. SUCCESS [0.011s]

[INFO] org.eclipse.ease.engine._javascript_ ................ SUCCESS [0.014s]

[INFO] org.eclipse.ease.engine._javascript_.rhino .......... SUCCESS [0.034s]

[INFO] org.eclipse.ease.lang._javascript_.examples ......... SUCCESS [0.007s]

[INFO] org.eclipse.ease.engine._javascript_.rhino.debugger . SUCCESS [0.008s]

[INFO] org.eclipse.ease.module.platform .................. SUCCESS [0.059s]

[INFO] org.eclipse.ease.modules.incubation ............... SUCCESS [0.067s]

[INFO] org.eclipse.ease.integration.modeling ............. SUCCESS [0.006s]

[INFO] org.eclipse.ease.integration.modeling.examples .... SUCCESS [0.002s]

[INFO] org.eclipse.ease.integration.modeling.uml ......... SUCCESS [0.009s]

[INFO] org.eclipse.ease.integration.modeling.papyrus ..... SUCCESS [0.019s]

[INFO] org.eclipse.ease.integration.modeling.papyrus.examples  SUCCESS [0.002s]

[INFO] org.eclipse.ease.integration.modeling.uml.examples  SUCCESS [0.001s]

[INFO] EASE Core feature ................................. SUCCESS [0.008s]

[INFO] EASE core UI feature .............................. SUCCESS [0.012s]

[INFO] EASE modeling feature ............................. SUCCESS [0.013s]

[INFO] EASE Papyrus intgration ........................... SUCCESS [0.028s]

[INFO] EASE UML Integration .............................. SUCCESS [0.022s]

[INFO] EASE _javascript_ feature ........................... SUCCESS [0.004s]

[INFO] EASE basic modules ................................ SUCCESS [0.004s]

[INFO] EASE Python ....................................... SUCCESS [0.008s]

[INFO] EASE core UI feature .............................. SUCCESS [0.006s]

[INFO] org.eclipse.ease.releng.p2 ........................ SUCCESS [0.015s]

[INFO] org.eclipse.ease.lang._javascript_.ui ............... SUCCESS [0.014s]

[INFO] ------------------------------------------------------------------------

[INFO] BUILD SUCCESS

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 8:17.289s

[INFO] Finished at: Thu May 15 17:28:30 BST 2014

[INFO] Final Memory: 139M/339M

[INFO] ------------------------------------------------------------------------



On 15 May 2014 17:36, Christian Pontesegger <christian.pontesegger@xxxxxx> wrote:
Just gave it a try:

checking out the repo and using
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)

works out of the box on the command line on my linux 64bit machine.

I also worked on the tutorial page:
https://wiki.eclipse.org/E4/Scripting/Contribute

... needs some formatting, but the content is there :)

Christian

_______________________________________________
eclipse-scripting-dev mailing list
eclipse-scripting-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/eclipse-scripting-dev


Back to the top