0
votes
0answers
68 views

How to run a playframework-2.x project in Eclipse?

I use eclipse wpt 4.2 I've been trying to find how to run a Java Play2.1 project in eclipse but I can't find an easy way. Here is what I've done Create a project play new myApp Go to the folder ...
0
votes
1answer
36 views

play test resource folders not visible in eclipse

After project/Build.scala file is defined as val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).settings(defaultScalaSettings:_*).settings( ,resourceDirectory in Test ...
1
vote
1answer
93 views

Play Framework with Neo4j-Anormcypher

I want to include the AnormCypher of Neo4j library to my playframework project in Eclipse but I stuck.I'am using Windows 8.These are few steps that I am doing; Creating a project from ...
11
votes
3answers
334 views

Using multiple projects in Eclipse with Play framework 2.1.x

I have an existing project in Eclipse (let's call it "NotPlayProj") which has a lot of java code still under development. I made a new eclipse project using play 2.1.0 (let's call it "PlayProj"). My ...
1
vote
1answer
43 views

Play 2.0.3 - Eclipse not recognizing play.test.WithApplication

https://groups.google.com/forum/#!topic/play-framework/76JjbcE2dYw I was looking at a similar question. I'm using Play 2.0.3 and it still doesn't work. Any clue why ? I'm following this tutorial ...
6
votes
2answers
712 views

Scala IDE - Play 2 Eclipse Plug-in not highlighting syntax for Scala HTML Templates

I installed the Scala IDE - Play 2 plug-in (from http://download.scala-ide.org/play2/nightly_3.0-M_juno_2.10-M/site/ ) whereas the Route Editor displays proper syntax highlighting, the Template for ...
4
votes
2answers
182 views

How to debug tests with Play! 2.0

I am setting up a project using Play 2 and I am already able to debug the webapp using eclipse remote debugging. Though, I'd also like to use breakpoints along my tests. Does anyone know how setup ...
1
vote
2answers
102 views

Eclipse Juno Reporting Problems With Play Syntax

Have installed the Scala plugin < http://download.scala-ide.org/nightly-scala-ide-juno-210x > in Eclipse Juno. Am using the following versions: play 2.1.0 java version "1.6.0_41" Scala code ...
0
votes
1answer
147 views

eclipse not accepting my eclipsified todolist application

I am new to play. So naturally I am starting out with the scala todolist tutorial on the official website. But since I want to do the work on eclipse, I am also using this tutorial to eclipsify my ...
0
votes
1answer
517 views

play framework 2.1 junit test not working from eclipse

im following the zentask tutorial and wrote a junit test, the test wont run from the eclipse IDE its giving the following exception javax.persistence.PersistenceException: ...
0
votes
4answers
629 views

Eclipse: Play Framework 2 - how to hide or move dependencies from root folder

I downloaded the play framework play! 2.1.0 (using Java 1.6.0_23 and Scala 2.10.0) it seems that play eclipsify is no longer working but play eclipse is working however the project generated is not ...
4
votes
3answers
156 views

Is it possible to use Eclipse IDE and GAE plugin to develop and deploy Scala Applications with PlayFramework?

Is it possible to use Eclipse IDE and GAE plugin to develop and deploy Scala Applications with PlayFramework v2.0? Also there is some outdated GAE module for PlayFramework v1.0. Any instructions or ...
0
votes
1answer
27 views

egit->eclipse proper import of general_project->Java_project

I've checked out deadbolt-2-core with egit from repository. Then I've imported it as "general project": Then I've added to .project file: <buildSpec> <buildCommand> ...
1
vote
1answer
411 views

Play framework 2.0 unresolved dependencies

I have created a scala project with play framework 2.0. The project compiles and runs fine both with sbt and play commands. However, the problems started when I tried to add another play project as a ...
0
votes
1answer
192 views

Play 2 Java, play-authenticate and Eclipse JUnit tests

I have a new Play 2 project with play-authenticate. I wrote some simple test cases for the REST API. Tests pass fine on the console but I cannot make some of them pass in Eclipse. @Test public void ...
1
vote
2answers
390 views

Eclipse not updating referenced libraries for my Play framework application

Since I'm eager to use Elastic Search in my Play 2 project I have read through http://www.elasticsearch.org/guide/reference/java-api/ and added the dependency: Build.scala: import sbt._ import ...
0
votes
2answers
420 views

Source folder is not a Java project when working with Heroku eclipse plugin

I have set up a new project and hooked it up with Heroku: I'm able to make changes and upload them to my dyno at Heroku but when trying to add new classes in eclipse I get *Source folder is not a ...
1
vote
0answers
214 views

Play2 with eclipse

I am now very far in my project ~around 60 different views and I all wrote them without IDE support. Now I really want to use the scala IDE in eclipse I tried it with eclipse helios indigo and juno ...
-1
votes
1answer
316 views

Egit Eclipse best practises (play framework 2,.0) project

Im very new to git ingeneral, egit and github. The problem: Lets say I have a project for eclipse in c:/username/workspace name "Test". So I versioned it and pushed it up to github. Now I can see ...
0
votes
0answers
57 views

playframework project in eclipse without junit sources

I have a simple play project. I run play eclipsify with-source=true In eclipse i don't get the source file for junit. I get scala sources for some projects but not for junit. How could i fix ...
0
votes
0answers
44 views

JiBX with Playframework 2.0.3 in Eclipse

Has anybody (succesfully) connected those two frameworks in Eclipse? I have set everything up and I have a "hello world" mapping configured, JiBX builds everything ok and puts classes next to models. ...
0
votes
0answers
144 views

Remote Play framework and Eclipse

I have a play framework project which run on remote server. I'm trying to configure eclipse to work remotely on the project. since no build is required my requirements are to be able to edit the ...
0
votes
0answers
77 views

Eclipse thinks it can't find 3rd party JAR in PlayFramework 2.0

I've been using the PlayFramework for some small projects, whenever I've done this its all been through a text editor. I've now moved over to Eclipse. I followed the commands to generate Eclipse ...
0
votes
2answers
922 views

Playframework - Eclipse can't detect a new template [duplicate]

Possible Duplicate: How to make Eclipse see the changes in Play! compiled templates? I am doing my first steps with the Play! Framework and I run into some problems. I can create and ...
0
votes
2answers
147 views

Playframework suggested import statements not working?

Hello I am using eclipse and I have been trying to learn the play framework 2.0, but one thing is slowing me down. Eclipse can not give me any suggested import statements for all play framework ...
0
votes
0answers
207 views

How to clear cache of Eclipse?

I'm working with eclipse and play framework with the command eclipsify, when I change a class , for example with a System.out.println("blabla") and run this as a java application there is no effect on ...
2
votes
1answer
219 views

eclipse complain compilation error for play 2.0.1

The eclipse complain the following compilation error for play 2.0.1 The type play.api.templates.Html cannot be resolved. It is indirectly referenced from required .class files But in play ...
2
votes
1answer
1k views

scala code causes error in eclipse for playframework-2.0

I am trying out the todolist tutorial of playframework-2.0 on eclipse.I eclipsified the code and imported it sothat eclipse(helios) can detect the play api properly.I am however having trouble with ...
11
votes
3answers
361 views

Can I avoid compiling sources twice when running play2 and eclipse?

Currently I am running eclipse and play (with ~run) at the same time. When I change a file it will be compiled by play and by eclipse. Is it possible to avoid one of those two compilation steps? As ...
4
votes
2answers
594 views

How to run play framework unit test in eclipse

Currently i am tring to develop web based application using play framework in java. And i would like to write unit test and run it through Elcipse. I tried but class not found exception appeared. ...
1
vote
5answers
1k views

Missing required library classes_managed

Im using play 2.0 and trying to modularize the project into a subproject. In $project_home, created folder structure ${project_home}/data/app/models/MyModel.java The Build.scala looks val ...
3
votes
1answer
532 views

Autocomplete for Play 2.0 views paths in Scala controllers in Eclipse

This is a visual reference to the google group discussion: https://groups.google.com/group/play-framework/browse_thread/thread/14660fd7056d577e/a3afb4ca06d25ce5#a3afb4ca06d25ce5 So, I'm simply ...
9
votes
2answers
2k views

How to make Eclipse see the changes in Play! compiled templates?

So, I'm trying out Play 2 with Eclipse. I create a new project, compile it, run eclipsify and import it into Eclipse. So far so good. The problem I'm having is that when I make a change in the Scala ...
4
votes
1answer
5k views

Using Eclipse with Play Framework 2.0

I am new to Framework 2.0. In Play 1.0, after you Eclipsify your project, you have have a *.launch file that you can use to launch your project. After you eclipsify in Play 2.0, you don't seem to ...
2
votes
1answer
233 views

How to configure eclipse to keep this code format?

Following code is from a sample of playframework-2.0: /** * Display the dashboard. */ public static Result index() { return ok( dashboard.render( ...
1
vote
5answers
2k views

Play framework 2.0, Eclipse Helios, Scala IDE 2.0 plugin - Getting build errors out of the box

I'm trying out 'Play Framework 2.0' on Scala IDE plugin 2.0, for Eclipse Helios (fully supported by Scala IDE plugin). When I create a play application and choose Scala template, it does work. That ...
3
votes
3answers
909 views

Scala source files not recognized by compiler in Eclipse

I am working on a playframework project that I have eclipsified from the console and opened from Eclipse. However my scala source files are treated as java source files by Eclipse with the resulting ...
6
votes
4answers
4k views

Debug Playframework 2.0 in Eclipse

There's no eclipse folder in project folder after 'play eclipsify'. How to debug this project use eclipse with JPDA?
2
votes
2answers
591 views

Import cannot be resolved in Eclipse from dependency in Play 2.0

I successfully added a dependency in Play 2.0 and was able to compile the project. When I try to run a simple test to render a PDF I get this error: The import com.itextpdf cannot be resolved ...
0
votes
2answers
279 views

Issue with setting up my playframework application with Eclipse

I am new to playframework and after eclipsifying my application and importing it into eclipse, I noticed that all jar dependencies are listed at the root of my app as shown on the following screen ...
2
votes
1answer
1k views

Play 2.0 with Eclipse 3.6, Scala template editing

I´m new to Play and Scala world, so I´m needing some help to figure out how can I edit the scala template files using Eclipse. I already installed scala ide 2.9 but when I try to edit the ...
3
votes
1answer
3k views

Play 2.0 'eclipsify' and 'netbeansify' command

Is there a 'netbeansify' or 'elipsify' command in Play 2.0 like in the 1.x release of the Play framework? Is it planned? Or is there a manual way to start Play 2.0 form within Eclipse/NetBeans?