Not able to launch apache apex cli - apache

I am trying to launch Apache Apex cli but not able to do so.
the document says just type apex on command prompt but that says No command 'apex' found
Are there some pre steps which i need to perform before start using it?
I have all prerequisites available like, Hadoop, JDK 7, Git and Maven.

apex cli is an interface provided to users to interact (launch, monitor, manage ec.) with the Apache Apex Applications. You can find short information about how to build and use it at : Apex Core git repository
Detailed information can be found here: Documentation

Did you build apex-core? If not please run mvn clean install in apex-core directory

Related

Idea intelliJ for chef development

I am trying to using Idea IntelliJ 2016.3 for chef developmemt but can't see any plugin which can help me get started. Is there any plugin I can use to start with chef development?
I tried https://plugins.jetbrains.com/plugin/1293-ruby and then https://plugins.jetbrains.com/plugin/7548-chef-integration . Downloaded the zips and tried to install from the local repo but it says Plugin is not compatible with the installation . I used the latest downloadables.
No need to download from external links. Can be done from IDE interface
Go to Add plugins in setting or press Ctrl+Alt+S
Plugins
Search Chef Integration
If not found search in the repositories
Screenshot 2
Screenshot 1

Can't install practically macro on eclipse

I can't install practically macro on eclipse.`
Error:
Communication with repository at
http://puremvcnotificationviewer.googlecode.com/svn/trunk/PracticallyMacroGoogleUpdateSite
failed.
Read Timeout
Tried to install from here https://marketplace.eclipse.org/content/practically-macro-0 dragging and dropping
And tried to install it from eclipse marketplace, both said the same thing.
I have eclipse luna 4.4.1.
I want to be able to do key shortcut for run cofiguration. Apperently i need this plug-in but can't install it.
Go to https://sourceforge.net/projects/practicalmacro/?source=typ_redirect and download PracticallyMacro_x.x.x.jar.
Then create a directory "PracticallyMarco" inside the eclipse/plugins directory.
Extract all files from PracticallyMacro_x.x.x.jar into eclipse/plugins/PracticallyMarco.
Restart eclipse. (Maybe you should restart eclipse with the -clean option.)
Then you can use the PracticallyMacro from the main toolbar:
See also the file eclipse/plugins/PracticallyMarco/Instructions.txt for more details.
There is a GitHub fork that seems to work:
https://github.com/EmteZogaf/practicalmacro-site/
If you browse the repo you can find the following update site:
https://github.com/EmteZogaf/practicalmacro-site/raw/master
I tested it on latest eclipse PHOTON and it seems to work.

Enabling Minification/Concatenation on 6.3 version of MobileFirst CLI?

We are trying to enable the Minficiation/Concatenation feature in MobileFirst 6.3 via the command line for use in our build servers. However, we cannot find the correct options to select to get it do that task.
We have been able to successfully perform this task using the IDE, but this is not a viable option with the build server. We are using identical build-settings.xml files between the Eclipse IDE build and the CLI build.
I have heard that there is a method for accomplishing this through editing the ANT script of the CLI. Does anyone know where this is located in the CLI, and how I would go about doing this?
The optimization feature that enables minification and/or concatenation in Hybrid applications is not available in the MobileFirst 6.3 CLI tool - only in MobileFirst Studio.
This is, however, possible using the MobileFirst CLI tool in v7.0. You can find the user documentation for this feature here: http://www-01.ibm.com/support/knowledgecenter/SSHS8R_7.0.0/com.ibm.worklight.dev.doc/dev/c_optimize_app_cli.html

Pentaho Report Installation Issue For Odoo 8.0 in Ubuntu

I am in stuck with the installation of the pentaho For odoo 8.0 in Ubuntu 12.04.5 LTS.
I have dowloaded the pentaho report module from the following links for git
CLICK TO DOWNLOAD FROM THE GIT
And install successfully from my ODOO 8.0 With Fresh Database
for also refered the below link for installtion with the different blogs and website some thinks like this
http://www.schenkels.nl/2013/04/creating-a-pentaho-reporting-server-ubuntu-12-04-openerp/
http://blog.instant-erp.com/2013/01/openerp-pentaho-reporting.html and some other
I had done the some of the steps which is mentined in the website or Blogs
like ..
Java installation and Apache-Ant Installation and Apache -Ivy Installaed successfully
2.Tomcat 7 Server installation and its user rights installed successfully
I am stuct with this steps for creating the .War file which is useful for deploying the tomcat7 server add apply that command to create the war file some think like this in ubuntu terminal
webtech#webtech-945GCM-S2L:~/Downloads/Pentaho-reports-for-OpenERP-version80/java_server$
ant -lib /usr/local/java war
Give Me Error ::
**> BUILD FAILED
/home/webtech/Downloads/Pentaho-reports-for-OpenERP-version80/java_server/build-res/subfloor.xml:1160:
Compile failed; see the compiler error output for details.**
the error tells us the java classes does not understand while creating the war file
How Can I resolve that Error and What are the dependencies is needed to require for this creation of war file for installation ??
If you use the pre-built war file, you should be fine, rather than trying to build it yourself. All the dependencies are included.
The pre-built war file is mentioned on the git README you have linked to, and it maintains a link to the most recent build.
(The actual download address is currently http://cloud1.willowit.com.au/dist/pentaho-reports-for-openerp.war , but you can always find it via the git repo).

Clear case - Eclipse integration

currently I am having following version of clear case on my local machine.
I downloded plugin "com.rational.clearcase.win32-20081031A" from url: "http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/ccplugin/com.rational.clearcase.win32-20081031A.zip" which include following files in feature and plugin folders.
3.then I installed this plugin from eclipse Help->Software update-> search and install->given here local path of plugin folder which looks like following screen shot 4. It got installed on eclipse;but when I am trying tu connect through it it's giveing me following error.
can you please suggest whats going wrong in it?
That plugin won't work with CCRC (ClearCase Remote Client), only with a full base ClearCase installation.
CCRC comes with its own Eclipse interface, in which you will find all the necessary ClearCase commands.
If you want a CCRC plugin (which is different from the SCM Adaptor you have downloaded), you need to download it from your CCRC server, as I detail in your last question.