[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 •[SOLVED] Maven error
Page 1 of 1

[SOLVED] Maven error

Posted: 21 Apr 2013 21:01
by AndyF1
Hi all,
I try to get started with Gephi, but when I open the Gephi project in NetBeans, it says "badly formed Maven project" - "requires 3.0.4". I installed Maven 3.0.5 (and also tried with 3.0.4) and NetBeans shows it as the used version, but the error persists. Once I remove the "required version" part from the POM, the project setup works, but it builds an empty jar. Same error on Win and Linux. Netbeans Version is 6.8.
I tried many things that google proposed but nothing helped.
any help would be appreciated.

Re: Maven error

Posted: 22 Apr 2013 16:13
by mbastian
Hi Andy, I would suggest updating Netbeans because you have the 6.8 version and the latest version is 7.3. They made a lot of progress on the Maven support since the 7.0. If that still doesn't work, please describe the steps you're doing more precisely so we can debug.

Re: Maven error

Posted: 22 Apr 2013 21:10
by AndyF1
ok, after updating to 7.3. everything works, thanks a lot.