[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Error while migrating plugin to Gephi 0.9.1
Page 1 of 1

Error while migrating plugin to Gephi 0.9.1

Posted: 31 May 2016 22:46
by ypanagis
After having run

Code: Select all

mvn clean package
successfully, I try to run

Code: Select all

mvn org.gephi:gephi-maven-plugin:run
. However I get the following error saying that

Code: Select all

The directory that shall contain the gephi application doesn't exist (C:\Users\dcg601\git\gephi-plugins\target\gephi-0.9.1)
and tells me to run 'mvn package' again.

The directory doesn't exist indeed but I was wondering if this is because I have something wrong with the configuration of my project and of maven

Re: Error while migrating plugin to Gephi 0.9.1

Posted: 01 Jun 2016 08:35
by eduramiba
Are you running the command from your gephi-plugins branch root folder? If not, it has to be run there, and not in your module folder.
Otherwise it should work fine, you can also try to do a mvn install in the root folder, in summary make sure to build everything and not just your module folder.

Re: Error while migrating plugin to Gephi 0.9.1

Posted: 01 Jun 2016 17:30
by ypanagis
Hi eduardo, thank you for the answer. I ran mvn in the root folder. Perhaps there is something wrong with my configuration. After running mvn install, it moved the .nbm file under the local maven repository. From there is is accessible and can be installed in Gephi. I am still unable to run mvn org.gephi:gephi-maven-plugin:run at the root, however.