I'm following the instructions here (https://github.com/cytoscape/cytoscape/wiki/Cytoscape-App-Ladder) in order to learn how to build a first, simple Cytoscape App, but I get in stuck at the "Setup for Cytoscape app development" step because after I imported the projects from github in IntelliJ, I obtain the following issues:
.
How can I resolve?
PS. I'm new to Cytoscape and Maven projects too.
Thank you!
Sorry for this. We just moved our repositories to a new server and didn't correctly update all of the links. We'll try to get that fixed as soon as possible.
-- scooter
Related
I am trying to get used to Eclipse debugger. Still, it is annoying that it steps into external packages unless I add the package to the Step filtering each time I encounter a new package.
Is there a way that I can enforce the editor to walkthrough on only my project src packages?
I use STS version: 3.9.12.RELEASE
I really appreciate any help you can provide.
After installing the Spring Tool Suite, I tried to create a maven project and this is what I get in an instant:
So waddap Maven/STS creators? How do I make your product work?
To any noobs like me who got overwhelmed by this error, here's what I did:
Go to your .m2/repository, where I think Maven stores its configurations files, then wipe it clean, delete all files, delete the 'repository' folder even.
I then closed the STS IDE and restarted it. You can see in 'Progress tab' that Maven is downloading new files.
Saw the same 5 errors, right clicked and clicked 'Quick Fix'. That's it.
This post was helpful too.
I am a greenhorn to Ionic (ionic 2.2.3 and Cordova 7.0.1) and run into an exception when trying to build on android as below,
Since my site is behind proxy server, I added a gradle.properties to the folder (C:\Users\.gradle) like below, but get the exactly same error.
I was just wondering how to solve the network issue of gradle or use local gradle.
This might help. Seems like quite a similar issue.
https://software.intel.com/es-es/forums/intel-xdk/topic/595059
I'm newby with Cordova and with mac. I have a next issue: I need to fetch plugins to my project from fetch.json.
I'm doing next thing: cordova prepare and next cordova platform add ios
but it doesn't copy plugins to folder /plugins. Don't know why?
Thanks in advance.
You might want to take a look at this question and its answer: What is the purpose of fetch.json file inside cordova plugins folder?. It sounds like it isn't possible to restore plugins using that file, as it (only) checks locally? Honestly, this is the first time I'd heard of the file. :-/
For building from the command line I normally use the command:
cordova plugin add <plugin>
for each plugin you are using. Usually this isn't a huge list, and the commands only need to be invoked once. After that, it's just a cordova build to compile.
If you're using PhoneGap Build, you define the plugins in the config.xml file. There's quite a bit of information on how to use the service and the parts of the config.xml file up on the site: http://docs.build.phonegap.com/en_US/configuring_basics.md.html#The%20Basics.
I found the issue it was because of I have installed Node 5, with Node 4 it works ok.
I am learning phonegap thru online tutorials.
I was creating facebook integration dummy app in xcode using phonegap by following step by step tutorial given at https://github.com/davejohnson/phonegap-plugin-facebook-connect
I was able to setup everything but one step where I was asked to add CordovaLib class path to XCODE was not working for me, I tried searching CordovaLib with downloaded and extracted phonegap(2.0.0) but couldn't find same.
At last, after spending good amount of time on google I could get CordovaLib from GITHUB and able to compile my project and make it work.
My question is, if CordovaLib is must for phonegap integration with Xcode, why is it not shipped with phonegap download ?
What is the best way to get CordovaLib in future for newer phonegap versions ?
There is no need anymore.
Note: Starting with Cordova 2.2, the project will have a copy of CordovaLib within it instead of having a dependency on the copy of CordovaLib from your Cordova installation.
guide_getting-started_ios