Questions tagged [epic]

EPIC - Eclipse Perl Plugin (IDE)

EPIC - Perl Editor and IDE for Eclipse

EPIC is an open source Perl IDE (including editor and debugger) based on the Eclipse platform, compatible with Windows, Linux and Mac OS X. Whether you are into CGI scripting or full-fledged Perl projects with hundreds of modules, EPIC is the most feature-rich and extensible free Perl IDE available today, thanks to a seamless integration with all the major features and GUI conventions of Eclipse. (Homepage)

119 questions
4
votes
2 answers

How to make Eclipse/EPIC work with perlbrew

I'm using Eclipse/EPIC for programming/debugging and perlbrew to switch between perl versions. For any reason Eclipse/EPIC doesn't recognize switching the perl versions initiated by perlbrew. Switching the version is persistent but does only effect…
Thorsten
  • 41
  • 3
4
votes
3 answers

Installation of EPIC within eclipse juno

I'm installing EPIC within eclipse but always get an error: Unable to read repository at http://e-p-i-c.sf.net/updates/testing/content.xml I tried the second answer in this post which is: 1) add the line in eclipse.ini: -Djava.net.preferIPv4Stack =…
Iam619
  • 795
  • 2
  • 12
  • 28
4
votes
2 answers

How can I run Perl test cases in Eclipse using EPIC?

I am using eclipse EPIC (Perl plug-in) to run my Perl scripts. The scripts are running fine. but I want group my scripts and run together at a go. How can I do this? The scripts I am running are test cases. So basically it would be nice if I can…
sunil kb
3
votes
3 answers

Eclipse doesn't display Perl module while debugging (with EPIC)

I am using Eclipse GALILEO running on Linux Ubuntu with EPIC plugin to Run/Debug Perl code and I'm experiencing some problems while debugging. Usually, when I do step-by-step debugging and encounter a line where a certain Perl module is used, I…
Eugene S
  • 6,709
  • 8
  • 57
  • 91
3
votes
1 answer

Can't configure Eclipse for running a perl script using the EPIC plugin?

I just installed EPIC (Perl in Eclipse Plugin) in Eclipse Indigo. I'm running win7. I read that I needed to install padwalker, which I did also. I then created a Perl project and a script file. Everything looks good, but when I try to setup the…
James Drinkard
  • 15,342
  • 16
  • 114
  • 137
3
votes
3 answers

Unable to view locals in Eclipse + EPIC

I just installed the Perl EPIC plugin for Eclipse 3.7. The debugger itself is working fine and I can step through my code. However I am unable to see any variables. Eclipse is reporting this error in the Error Log: An error occurred while parsing…
Kev
  • 118,037
  • 53
  • 300
  • 385
3
votes
0 answers

Perl EPIC display warnings in console during debug

Whenever I run a script using the Debug scriptname button, the console doesn't display warnings that would usually appear in the console when launching it with the Run scriptname button. Is there a way to change this behaviour?
3
votes
1 answer

Why does the EPIC eclipse plugin not show any info in "Explain Errors/Warnings"?

I use the "EPIC" plugin to Eclipse for Perl development, but in the "Explain Errors/Warnings" view there's no info at all, even though I have some compilation errors. Do I need to do anything special to get EPIC to display useful info in that view?…
user46775
  • 239
  • 4
  • 8
3
votes
3 answers

Perl PadWalker does not display variables declared with "our"

Having some problems with Perl debugger in Eclipse and PadWalker. Only used it for simple one-file scripts before. Variables declared using "my". They appear fine in the debugger "variables" window. Now I am using someone else's more complicated…
Jimbo
  • 4,352
  • 3
  • 27
  • 44
3
votes
1 answer

How can I import perl scripts in a project using Epic?

I am interested in using Epic for Perl development as my background is Java. So I have installed Epic in my Eclipse. There is already a source code repository with perl scripts in a remote file system. My question is, if I mount the remote file…
Cratylus
  • 52,998
  • 69
  • 209
  • 339
3
votes
3 answers

How do I enable all EPIC projects to use Perl's @INC?

I have a set of intra-dependent Perl projects and would like to use EPIC to work on them. I created one Epic (Eclipse) project for each of my projects and I set dependencies among them using Project|Properties|Project References function. For each…
Piotr Dobrogost
  • 41,292
  • 40
  • 236
  • 366
3
votes
2 answers

Debugging with EPIC, Indigo and Windows 7 64-bit

I'm trying to get the EPIC debugger working with the following setup: Eclipse Indigo ActivePerl 5.14.2 EPIC 0.6.44 Windows 7, 64-bit When I start the debugger, I get the following message: Use of uninitialized value in subroutine dereference at…
Kimberley Coburn
  • 535
  • 1
  • 5
  • 12
3
votes
2 answers

How does JIRA show the hierarchical view of the Epics, Stories and Tasks in Dashboard?

To manage the scrum development process of a big community website, we decided to move to JIRA/Greenhopper/Bonfire. I have created elaborate Epic, Stories and Tasks, all well linked to each other. I would like to develop the "Product Story" in more…
Adriaan
  • 39
  • 1
  • 2
3
votes
4 answers

A proper way of using Perl custom modules inside of other Perl modules

I'm using custom modules in my scripts and have to store them outside of Perl lib directory. So in Perl scripts (*.pl) I use the following block to include them in @INC: BEGIN { use FindBin qw($Bin); push @INC, "$Bin/../ModulesFolder1"; push…
evgeny9
  • 1,381
  • 3
  • 17
  • 31
3
votes
2 answers

Syntax check does not work for modules (*.pm) in Perl Eclipse Plugin (EPIC)

I'm using Eclipse Perl Integration Plugin (EPIC) for developing with Perl. All its functions work great with Perl files (*.pl), but there are problems with Perl modules (*.pm) (I add them to the same project, so project settings are the same):…
evgeny9
  • 1,381
  • 3
  • 17
  • 31