Blog.macrominds - Erfahrung weitergeben
I just noticed that some of my multimodule maven projects didn’t run UnitTests anymore (silently skipping tests when building) and I wasn’t able to run single tests on them as well: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.13:test (default-cli) on project testtest: No tests were executed! (Set -DfailIfNoTests=false to ignore this error.) -> [Help 1] It took [...]
Software von Thomas Praxl
No Comments
This is the list of maven dependencies needed for a working Xml-Editor using Xam, Schema validation and Schema-aware completion.
Software von Thomas Praxl
No Comments
Starting the Desura-Client with standard-settings will drop some some dlls into the folder C:\ProgramData\Desura\DesuraApp\GDF\ on a Windows-System. The dlls have numeric filename-prefixes, but it’s always the same numbers (so I guess each dll maps to an installed game). For some days now, everytime I started the Desura-Client, Avira warned about a Trojan: TR/Kazy.65525.12 in C:\ProgramData\Desura\DesuraApp\GDF\54528904790048.dll [...]
Allgemein von Thomas Praxl
No Comments
This article is about common problems in Rich Client development with the Netbeans Platform using maven. I’ll extend this article every now and then, when there’s time for it.
Software von Thomas Praxl
1 Comment
Seit Kurzem online: Die Webvisitenkarte für Tiergestützte Pädagogik und Förderung im Vogelsberg von Elisabeth Rathay-Spohr. Gestaltung (Webdesign und Flyer) und Entwicklung von macrominds.
Webdesign von Thomas Praxl
Keine Kommentare
It’s sometimes kinda hard to force your Netbeans RCP Standalone Application to open the Favorites Window per Default (at least when using maven). Here’s the solution:
Software von Thomas Praxl
No Comments
I find dev.java.net at least disturbing. Anyway. I wanted to install FindBugs Plugin for Netbeans 7 and the long search for a correct update center to get this plugin was finally successful. There is a problem with urls like https://sqe.dev.java.net/updatecenters/sqe/updates.xml as the folks at java.net don’t seem to care about ssl-certificates and at least sqe.dev.java.net [...]
Allgemein von Thomas Praxl
1 Comment
Just a hint if you have the following problem: You’re using javaassist (in my case 3.14.GA) and a Java-Agent / instrumentation to invoke javaassist for Class-transformations. (I use Java7 which works with Javaassist 3.14.GA). The following code returns a CtClass: //make sure to add your classpath, e.g. cp.appendClassPath(new LoaderClassPath(loader)); //throws no Exception CtClass cc [...]
Software von Thomas Praxl
No Comments
Nächste Seite »