Projects tagged ‘eclipse’ and ‘junit’


[19 total ]

871 Users
   

Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.
Created over 3 years ago.

4 Users
   

Buckminster is a set of frameworks and tools for automating build, assemble & deploy (BA&D) development processes in complex or distributed component-based development. Buckminster allows development ... [More] organizations to define fine-grained "production lines" for the various stages in software production - unit testing, integration testing, field deployment, staged migration, etc. - and to automate the execution of corresponding processes. [Less]
Created over 3 years ago.

2 Users
 

Direct Democracy Portal, mixing open source with politics to create a portal for online organisations governed through direct democracy. Using maven, mysql, hibernate annotations (EJB 3.0), spring framework and ThinWire RIA Ajax Framework.
Created over 2 years ago.

2 Users
 

SmartFrog is a distributed deployment system. It allows developers, architects and operations teams to describe the deployment of different parts ("components") of a server-side configuration, then ... [More] take this description and deploy it across multiple servers. Every host runs a small SmartFrog daemon which can deploy and manage part of the overall distributed system. Deployed components (and systems built from them) can be started, stopped and "pinged" for health...some components can apply failure handling and workflow to deployments, enabling the "deployment descriptor" to even include failure handling logic" SmartFrog was developed at HP Labs in Bristol, in the UK. [Less]
Created over 3 years ago.

2 Users
   

The Eclipse XPS plug-in shows the results of JUnit test runs using the Dell XPS' built-in LEDs. The LED colors change when the JUnit test run starts, when a test fails and when the test run ... [More] completes successfully. In the plug-in's preferences you can configure colors, brightness, which LEDs should be used and whether the LEDs should pulsate (glow) during the test run. [Less]
Created over 2 years ago.

1 Users

The example code to accompany "Ant in Action", the second edition of "Java Development with Ant". The actual code shows how to use Ant and Ivy for a build and release of a diary web application ... [More] that serves the data up as an Atom feed, and uses EJB to persist the diary data to a database. [Less]
Created over 3 years ago.

0 Users

BLAB
Created 3 months ago.

0 Users

Project InfoThe aim of this project is to create an exemplary collaborative testing tool called TPTeam by using the Eclipse Equinox and Communication Framework (ECF) projects. This goal is achieved ... [More] by the development of three components: TPBuddy™, a client GUI utilizing the Eclipse Rich Client Platform (RCP) TPBridge™, an event-driven plug-in that bridges communication across Java Virtual Machines (JVMs) using the freely available infrastructure of Google Talk. TPManager™, a server-side test management plug-in. All three components utilize a novel service-oriented architecture derived from Equinox and distributed events to achieve collaborative unit testing. Out-of-JVM communication is done via instant messaging through Google Talk servers and the open Extensible Messaging and Presence Protocol (XMPP). Tests are executed in the form of Eclipse Test and Performance Tools Platform (TPTP) JUnit testsuites, which allow for server-side management. The work represents a practical first step in utilizing newly available Eclipse open source projects and public infrastructure for the creation of collaborative tools. NewsSeptember 22, 2007Added the TPTeam Harvard Master's degree thesis to the downloads section. This thesis would be a good read for anyone interested in developing an Eclipse RCP app, connecting it to Hibenate, or embedding an Eclipse instance within a servlet container. The thesis describes: The state-of-the-art Problem statement General use cases Domain model and design patterns used User Manual Lessons Learned June 10, 2007The first release, v0.1, is ready for download! Go to the downloads tab for more details. Each archive in the downloads section has a README that explains how to install, configure, and run. [Less]
Created 12 months ago.

0 Users

Set of scripts to operate projects with complicated source/library dependencies. Main features - checkout only projects you need, download from public/private repositories all libs you need, prepare ... [More] application distribution, generate eclipse project files, run unit-tests and checkstyle to try ibuild do following: install ant, add it's bin folder to PATH, download and copy antsvn jars int ant/lib checkout ibuild using command svn checkout http://ibuild.googlecode.com/svn/trunk/ibuild ibuild-read-only run checkout.cmd TestServer - this command will checkout from repository TestServer module with it's dependency TestCommon module into folder workspace run publish.cmd TestServer - this command will build TestServer under application folder run eclipse.cmd TestServer - this command will generate Eclipse project files run test.cmd TestServer - this command run junit tests [Less]
Created 12 months ago.

0 Users

SafeCommitter is a plugin for eclipse which intends to increase crew productivity by assuring that no commit can be made without running the corresponding tests resources. Although the final goal is ... [More] to achieve repository based app independency the first module is designed for working only with SubClipse's plugin. It supports Junit and TestNG test engines. [Less]
Created 12 months ago.