|
|
stackoverflow.com
- 2012-04-19 17:06:31
- Similar
- Report/Block
in my Play project I have some junit tests. Earlier this week I've been able to run the test from within play console using command. I could see the successes and failures. Unfortunately when I'd tried to run the tests today I've got: [info] No tests to run for test:test [success] Total time: 3 s, completed Apr 19, 2012 5:00:00 PM message...
|
|
|
stackoverflow.com
- 2012-03-02 00:31:00
- Similar
- Report/Block
We have a large offline process that updates the model I designed inside of Play Framework. I think it makes sense to keep this code as a stand-alone project -- but I would like it to be able to use the JPA Model designed inside Play. I'm wondering if there's a good way to handle this -- a way to reference the JPA Model independently of...
|
|
|
stackoverflow.com
- 2012-04-04 15:14:48
- Similar
- Report/Block
I'm using play 1.2.4 and I would like to add JFreeChart in to my project Does anyone know how to install and a simple use? I have try google for examples but didn't find any with play framework. thanks in advance dependencies file require: - play - jfree ->jfreechart 1.0.13...
|
|
|
|
stackoverflow.com
- 2012-04-13 13:05:51
- Similar
- Report/Block
I have a play framework application (v1.2.4) to deploy to heroku. I added secure module to my play app by copying the secure module from local PLAY_HOME. So that I could change Secure code to suit my project's needs. Thus my folder structure looks like work-root/ /play-project/ -> contains all play, libs & conf/application.conf /secu...
|
|
|
stackoverflow.com
- 2012-03-20 07:15:13
- Similar
- Report/Block
I am making a unit tests Qt project in Qt Creator that references files from the project I want to test. Now, whether I reference classes I want to test through a .pri file or by adding relevant files directly to the SOURCES and HEADERS variables of the unit tests project (and .pri file really seems to do the same anyway, it just contains...
|
|
|
stackoverflow.com
- 2012-04-30 16:24:40
- Similar
- Report/Block
exactly is it that when I create an iOS static library project or framework project in Xcode, I don't need to link any iOS SDK frameworks to the project in order to make use of their headers and objects -- for example, I can #import <AudioToolbox/AudioToolbox.h> and put AudioToolbox code in the static library or framework without...
|
|
|
stackoverflow.com
- 2013-02-20 15:44:14
- Similar
- Report/Block
I don't even know if it's possible, I searched but didn't find something like that. I made a custom Framework (with jverkoey/iOS-Framework ) designed to be a collection of other frameworks and tools for every project in my company. In this framework I have a simple Categorie "UIImage+H568" which is simply used to automatically load imag...
|
|
|
|
stackoverflow.com
- 2013-04-21 08:01:49
- Similar
- Report/Block
I have an application that uses the GTL framework compiled from sources. When I created my XCode project, I also included unit tests and I now have the "Tests" target already available. When I try to run the unit tests, XCode complains about not finding "GTLDefines.h". The file is definitely added to the XCode project for both targets. I...
|
|
|
stackoverflow.com
- 2012-04-07 00:58:28
- Similar
- Report/Block
I'm just trying out play framework 2.0 on my mac. I've been using Play 1.x for a while without any issues. I've downloaded the new framework, updated my PATH to point to the new version of play and created a simple Java project ('play new testapp') When I call play run I get the following error: log4j:WARN No appenders could be found for...
|
|
|
stackoverflow.com
- 2012-03-31 10:19:06
- Similar
- Report/Block
I am attempting to develop a Play 2.0 web application alongside a core Java module and other Java clients using SBT. Is it possible to configure this in a way where the Play application is still built properly? I have developed a small one-off Play 2.0 app before but I have zero experience working with SBT directly. So far I have come up...
|
|
|
stackoverflow.com
- 2012-03-15 13:22:43
- Similar
- Report/Block
I want to examine what SQL statements are generated by Ebean to find out why certain exceptions (related to SQL syntax) are occurring in my Play 2.0 application. Is there a way to log the SQL statements generated by Ebean in Play Framework 2.0? In Play 1.x, there is a jpa.debugSQL config option, which if set to true, will do exactly this...
|
|
|
stackoverflow.com
- 2013-02-22 16:09:55
- Similar
- Report/Block
Currently I have a project which is having 15 forms. I have little bit knowledge about Yii framework but I didn't worked with Zend yet. My client's requirement is to use either Yii or Zend framework to build it. Basically it will have JQuery stylings, validations, popup boxes etc. And also it will contain basic DB crud operations. Which f...
|
|
|
|
stackoverflow.com
- 2012-05-09 14:20:07
- Similar
- Report/Block
I have a specific problem but the solutions are hopefully probably generic for similar problems. I have a Play! framework 2.0 project, using Scala. I am trying to deploy a new version to Heroku However for this project the deployment fails as the slug size is too big (101MB). this app is very simple , so it is most likely a configuratio...
|
|
|
stackoverflow.com
- 2013-04-10 08:21:27
- Similar
- Report/Block
I'm trying to learn scala and play framework. I choosed IntelliJ Idea as ide. The problem is editor gives warning on imports like ; "unused import statements" import play.api._ import play.api.mvc._ Also give warnings on declerations like ; "Cannot resolve symbol Controller" object Login extends Controller How can i remove warnings? Steps...
|
|
|
stackoverflow.com
- 2012-03-10 14:18:45
- Similar
- Report/Block
I have a java program for JUnit test which I have written in netbeans IDE where I am testing a class with single thread. When I am going to compile this its working fine and showing results 100% success, but when I am trying to run this program I am getting an exception that is - Testsuite: glb.chatmeter.crawler.yahoolocal.YahooBu sinessDa...
|
|
|
stackoverflow.com
- 2012-05-14 08:24:36
- Similar
- Report/Block
I'm having a problem where cordova is failing to start the camera app on iOS. A simple case works fine, but in my app, not so much. So I'd like to debug into the Cordova.framework to see what the problem is. But I can't figure out how to do it. I've built the Cordova project that's sitting next to the installed framework, and I've replace...
|
|
|
stackoverflow.com
- 2012-06-27 01:10:28
- Similar
- Report/Block
I am experiencing this problem with Node.js express framework 3.0: https://github.com/visionmedia/express/i ssues/1187 I've been using express framework 2.0 and am in the process of updating my code to use the next 3.0 framework. In the above link the guy said that he reverted back to version express@3.0.0beta1 instead of the express@3.0.0...
|
|
|
stackoverflow.com
- 2012-05-09 20:15:00
- Similar
- Report/Block
I'm trying to set up some tests for a website that has a forum. As a result, many of these things need to be done in succession, including login, creating and removing threads, etc. At the moment I've devised test cases using Selenium, and exported to Python with webdriver. Is it possible to use only one webdriver instance between all tes...
|
|
|
|
stackoverflow.com
- 2013-06-07 15:59:10
- Similar
- Report/Block
Looking at the latest versions of JUnit[v 4.11] and TestNg[v 6.8.5] as of today, I see no big differences in both the frameworks. If I am using Spring MVC in my project and have several layers and need unit/integration tests at all the controller / service / dao layers what framework would really be helpful for me. I have prior experience...
|
|
|
stackoverflow.com
- 2012-03-13 23:37:38
- Similar
- Report/Block
I'm trying to upgrade my Visual Studio 2005 IKVM project / solution to use Visual Studio 2010. My IKVM project compiles and runs just fine using VS 2005. However, after I upgrade the project to use VS 2010, when I try to Rebuild Solution, I get the following error in VS 2010: "IKVM.AWT.WinForms.dll" or one of its dependencies requires a l...
|
|
|
stackoverflow.com
- 2012-04-05 08:58:05
- Similar
- Report/Block
AM developing an i phone application.In iphone application,am using a view based application.Now i want to use cocoa framework for using NSOpenPanel controller in ios application.How to use cocoa framework and where to use it in ios.Can some body explain in detail.How to use the cocoa framework in apple ios applications? For using NSOpenP...
|
|
|
|
stackoverflow.com
- 2013-04-11 06:50:47
- Similar
- Report/Block
The magento site is setup on machineA. The test framework and selenium are setup on machineB. The tests works fine from machineB. But is it possible to run the test from another machineC or browser. This is actually for different testers to invoke and run the tests. Has anybody tired out MTAF, any help in this direction will be much appre...
|
|
|
stackoverflow.com
- 2013-02-27 09:59:35
- Similar
- Report/Block
I'm currently developing a framework which integrates SBJson inside. So I have a blahblah.framework, and put it in my project. But in my project I'm also using SBJson ; so the compilator says "duplicated symbols". I would like to avoid refactoring the SBJson files into the framework, is there any other way to avoid duplicated sources ? Th...
|
|
|
stackoverflow.com
- 2012-07-19 21:24:20
- Similar
- Report/Block
In order to create an ERD diagram for new projects I have been using Visual Studio's entity framework designer. Essentially I'm creating a "dummy project", adding entity framework via Nuget and diagramming away ( I don't use Microsoft's Entity Framework thus the dummy project Is there another way to create such diagrams natively within Vi...
|
|
|
|
stackoverflow.com
- 2011-01-25 10:08:46
- Similar
- Report/Block
i have download mailcore for iphone from https://bitbucket.org/mronge/mailcore/do wnloads .i have try to build it shows error as No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=armv6, VALID_ARCHS=i386) So i can't add this mailcore framework to my ios project .Please help me to find solution...
|
|
|
stackoverflow.com
- 2012-09-07 23:20:29
- Similar
- Report/Block
I am writing a browser plugin for Mac OS that will place a status bar icon in the status bar, which users can use to interface with the browser plugin. I've successfully built a FireBreath 1.6 project in XCode 4.4.1, and can install it in the browser. However, FireBreath uses C++, whereas a large majority of the existing libraries for Mac...
|
|
|
stackoverflow.com
- 2012-04-26 13:39:13
- Similar
- Report/Block
I have a couple of SenTestCase subclasses (Logic tests) in by test target, with STFail macros in the test methods. I added the test target through Xcode, when I first created the project (checked "Include Unit Tests"). When I run my tests, I get a spinner saying they are running, and that they succeeded, but they obviously have not run (o...
|
|
|
|
stackoverflow.com
- 2012-08-01 17:50:22
- Similar
- Report/Block
I am new with Play! framework and in the process of learning. so, I'm building this dummy site and all of a sudden I get this message: IOException: Cannot run program "javac": java.io.IOException: error=12, Cannot allocate memory I got the latest jdk on my machine, and got enough RAM to allocate as far as I know... where is the problem...
|
|
|
stackoverflow.com
- 2013-03-17 06:36:15
- Similar
- Report/Block
I'm trying to add ParseKit to a new command line project in Xcode, but the framework shows as red in the Project Navigator. When I try to build, I get this error error: /Users/acdlite/Xcode/Chemistry Parser/../parsekit-trunk/build/Debug/Par seKit.framework: No such file or directory I've followed the directions given by the developer in th...
|
|
|
stackoverflow.com
- 2013-03-15 06:46:44
- Similar
- Report/Block
I have java application which is running on play framework 1.2.5. I want to do logging in such a way that every module will have its own log file and respective module logging will go in its own file. Is that possible using play logging? or is there any other way to do it? Any help will be greatly appreciated.
|
|
|
|
stackoverflow.com
- 2012-04-16 11:05:50
- Similar
- Report/Block
We have a testing framework using JUnit, OpenEJB, Eclipselink and HSQLDB. Everything has worked fine so far, and testing the service-tier is a breeze. Now however, we are running into problems when doing mass imports on a table (using the service-tier,entitymanager) or for example persisting entities to a list multiple times in a service...
|
|
|
stackoverflow.com
- 2012-04-01 15:18:19
- Similar
- Report/Block
I am learnig the Play 2.0 framework for Scala and aside from being able to process requests, I would like to run a continuous task in the background, like a bunch of timers. And somehow be able to get access to those timers from the request-response actions without getting any thread synchronization problems. I have heard of Jobs in Play...
|
|
|
stackoverflow.com
- 2013-03-19 16:26:22
- Similar
- Report/Block
In my code I have 2 types of tests: fast unit tests and slow performance tests . I am trying to ensure that the performance tests are never run unless the user explicitly wants to run them (e.g. using the right test suite or maven build profile) because this kicks of a remote process that is computationally-intensive on a grid. I underst...
|
|
|
|
stackoverflow.com
- 2011-06-07 18:08:47
- Similar
- Report/Block
NOTE: "Use GHUnit" is not an acceptable answer to this question. I know most think GHUnit is better than the Xcode4 OCUnit, but that's not what I'm asking about. I'll evaluate that separately. I have an Xcode project that I created in Xcode4 from scratch, with the "Include unit tests" checkbox checked during creation. I have also included...
|
|
|
stackoverflow.com
- 2012-03-10 17:43:09
- Similar
- Report/Block
I am getting the following output form command line when I try to eclipsify the Scala sample form app. Williams-MacBook-Pro:forms wfbarksdale$ pwd /Applications/play-2.0-RC4/samples/scala /forms Williams-MacBook-Pro:forms wfbarksdale$ play eclipsify forms [info] Loading project definition from /Applications/play-2.0-RC4/samples/scala /f...
|
|
|
stackoverflow.com
- 2012-04-04 02:28:56
- Similar
- Report/Block
I'm working with Play Framework 2.0. In one of my test cases I want to read the content of some XML/HTML files. I've tried with: getClass().getResource("SomeFile.xml"); getClass().getResourceAsStream("SomeFile .xml"); But I get a null. The resources are in the same package of my test case.
|
|
|
|
stackoverflow.com
- 2012-06-09 01:15:07
- Similar
- Report/Block
I currently have a project called "peewee" which consists of a single python file, peewee.py. There is also a module "tests.py" containing unit tests. This has been great, people that want to use the library can just grab a single file and run with it. I've lately wanted to add some extras, but am not sure how to do this to make the names...
|
|
|
stackoverflow.com
- 2012-03-23 23:46:03
- Similar
- Report/Block
I have been doing a lot of unit testing lately with mocking. The one thing that strikes me as a bit of a problem are the differences between querying against an in memory list (via a mock of my repository) and querying directly against the database via entity framework. Some of these situations might be: Testing a filter parameter which...
|
|
|
stackoverflow.com
- 2008-11-11 18:28:10
- Similar
- Report/Block
I'm working on a Spring MVC project, and I have unit tests for all of the various components in the source tree. For example, if I have a controller HomeController , which needs to have a LoginService injected into it, then in my unit test HomeControllerTest I simply instantiate the object as normal (outside of Spring) and inject the pr...
|
|
|
|
stackoverflow.com
- 2013-04-12 06:45:30
- Similar
- Report/Block
I am confused of the usage of tea framework in java environment. could u please clarify me by giving clear explanation about it. And if possible please give a sample project about it. I searched in internet but I couldn't find that.
|