Errors on setting OTRS Development Environment IN Eclipse

English! place to talk about development, programming and coding
Post Reply
masoodfarooq91
Znuny newbie
Posts: 60
Joined: 03 Jul 2014, 11:20
Znuny Version: version3.3
Real Name: masood farooq malik
Company: expertflow

Errors on setting OTRS Development Environment IN Eclipse

Post by masoodfarooq91 »

I have installed OTRS on Windows 7. I have also installed Active perl, And EPIC plugin in eclipse.
When i opened OTRS as A Perl Project in eclipse, it is giving me alot of errors in alot of files,
for example in bin/fcgi-bin , every file is giving error on "use CGI::Fast;",
In Kernel/cpan-lib/Apache2/Reload.pm , error is on this line "use Apache2::Const -compile => qw(OK);"
In scripts/test/ACL/DB/ACL.t , error is on line "use Kernel::Config;"

These are just a few examples, almost every file is giving erros, all on use statements.
Please Help me!!!!
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Errors on setting OTRS Development Environment IN Eclips

Post by reneeb »

There are a few threads in this forum with regard to Eclipse. Have you checked them? Did you check that your settings are correct (@INC-path, path to interpreter, ...)?

I do not use Eclipse, so I can't really help, but in the threads there are some common mistakes mentioned...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Post Reply