Hi Michael, I've removed Eclipse configuration files from the source repository (using .gitignore). This way, Eclipse will generate the required files according to your environment setup when you import the project. I've also added instructions on how to build WOUnit with Maven and Ant to the readme file [1].
[1]https://github.com/hprange/wounit Cheers, Henrique On 15/04/2013, at 20:01, Michael Hast <[email protected]> wrote: > Hi Henrique: > > I cloned the wounit git repository and added it to my Eclipse workspace but > now I am stuck. I see a bunch of build errors. The JRE is also "hardcoded" to > Java 1.5. Can I use Java 1.6? Are there any instructions on how to convert > the project to a non-maven project? Or are there any instructions on what I > have todo to get wounit to build via maven within Eclipse? > > Michael > > On 4/14/2013 4:02 PM, Henrique Prange wrote: >> The WOCommunity team is pleased to announce the release of WOUnit 1.2.2. >> This release includes fixes for bugs reported by the community. >> >> The WOUnit framework contains a set of utilities for testing WebObjects >> applications using JUnit 4.7 or later capabilities. See the WOUnit >> website for more information: >> >> http://hprange.github.com/wounit/ >> >> Maven users should specify the version in your project's configuration: >> >> <dependency> >> <groupId>com.wounit</groupId> >> <artifactId>wounit</artifactId> >> <version>1.2.2</version> >> </dependency> >> >> Non Maven users have to download the wounit-1.2.2.jar: >> >> http://maven.wocommunity.org/service/local/repositories/releases/content/com/wounit/wounit/1.2.2/wounit-1.2.2.jar >> >> Release Notes - WOUnit - Version 1.2.2 >> >> ** Bug Fixes >> * An exception in the cleanup code hide the original exception in >> failing test cases >> >> Enjoy, >> >> Henrique >> >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/webobjects-dev/mhast%40desertsky.com >> >> This email sent to [email protected] >> > > -- > Tel: (602) 279-4600 ext: 635 > Desert Sky Software: www.desertsky.com > Specializing in the Development and Hosting of > e-Business Applications. > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/hprange%40gmail.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
