perfidix-developers Mailing List for Perfidix
Status: Beta
Brought to you by:
sebastiangraf
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
|
From: Sebastian G. <seb...@un...> - 2009-12-23 17:12:21
|
Dear Friends and Colleagues, 2009 was an quite exiting year, jSCSI as well as Perfidix was complete restructured, extended and is noticed without any advertisement from our site. Our group at the university was kind of restructured and extended as well. We now have the ability to offer more lectures and therefore to publish more of our work not only to other sites of the university. IMHO we have a very stable position to start in 2010 and I am of good cheer regarding the new year. I wish all of you and your family a Merry Christmas and a good start in new year. It was a pleasure for me to work with all of you. Have a good time, enjoy your spare time and see you in 2010. with kind regards Sebastian -------------------------------------------------- Sebastian Graf Distributed Systems Group Department of Computer and Information Science University of Konstanz Phone: +49 7531 88 4319 Mail: seb...@un... |
|
From: Sebastian G. <seb...@un...> - 2009-09-03 09:19:23
|
Hello everybody (again), After the Release of Perfidix 3.4 we have updated Perclipse (our Perfidix-Eclipse-Frontent) as well. New features of Perclipse 2.0 are: - Full PMD-Check - Complete configurable of all perfidix-features (runs, gc- probability, listeners, ...) - Progess bar and on-time information of the current bench For more information, please refer perfidix.org. The updatesite for direct installation is available over http://perfidix.disy.inf.uni-konstanz.de/updateSite . greetings sebastian -------------------------------------------------- Sebastian Graf Distributed Systems Group Department of Computer and Information Science University of Konstanz Phone: +49 7531 88 4319 Mail: seb...@un... |
|
From: Sebastian G. <seb...@un...> - 2009-09-01 09:29:33
|
Hello everybody, today, we released Perfidix 3.4 as the new backend for the upcoming Perclipse (Perfidix-Eclipse) Plugin. The following features are: - Full PMD-Check - Socket-Connection as a base for third-party applications - Configuration through the classpath of all features. For more information and downloads refer to the updated documentation at perfidix.org and stay tuned for the new Perclipse-Plugin. greetings sebastian -------------------------------------------------- Sebastian Graf Distributed Systems Group Department of Computer and Information Science University of Konstanz Phone: +49 7531 88 4319 Mail: seb...@un... |
|
From: Sebastian G. <Seb...@un...> - 2008-04-09 14:14:40
|
Hello, I moved perfidix to maven in the trunk. The old structure can be found in tags/2.4. Perclipse isn't located n the trunk at the moment because I have to look how to develop an eclipse plugin with maven. For working with the new eclipse you need maven as well as the maven plugin. Maven: 1. Can be download here -> http://maven.apache.org/download.html . A short installation guide is given. Download it 2. Go into a shell and type "mvn clean". A download will start and an error because of the lack of a project is thrown 3. set a file called 'settings.xml' in "~/.m2/" directory. The content is as follows ------- <settings></settings> ------- This file is for user-specific settings. Later on all access to the servers can be configured here. A full reference can be seen here -> http://maven.apache.org/ref/2.0.8/maven-settings/settings.html MavenPlugin: 1. Download the eclipseplugin (m2Eclipse) via the updatesite -> http://m2eclipse.sonatype.org/update/ 2. Checkout a fresh release of perfidix from sourceforge. DON'T use the "Checkout as Maven Project". This wasn't working for me. A normal checkout works fine. That's it. You can easily access to perfidix from other project, you can run testcases and so on. Additionaly new "run as" features for maven are given. Questions? Problems? Suggestions? Ask me. greets sebi |