perl - Dancer2 eclipse integration? -
i want use dancer2 eclipse? have done dynamic web projects on java
directory structures generated eclipse.i searched google couldn't find documentation.
if want these
if new project should generate file structure dancer2.
i can configure , run server eclipse itself.
note: have epic plugin installed , working.i on linux. possible?
you can run/debug dancer2 application in eclipse ide following steps:
1.create new perl project "file->new->perl project"
2.import source code "import->general->file system" new perl project.
now have perl dancer2 project. there's thing need before run/debug project directly inside ecipse:
copy or rename app.psgi app.pl, modify ->to_app ->dance. can right click app.pl , run "local perl" application.
the psgi file running under plack command. introduced in dancer2. app.pl in dancer needs no modification.
Comments
Post a Comment