<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Sophisticated IT</title>
	<atom:link href="http://sophisticated-it.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sophisticated-it.de</link>
	<description>IT-Architektur-Blaupausen von Marc Neumann</description>
	<lastBuildDate>Tue, 28 Jun 2011 15:49:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Multi-Modul Testabdeckungsanalyse mit JaCoCo by Marc Neumann</title>
		<link>http://sophisticated-it.de/2011/06/multi-modul-testabdeckungsanalyse-mit-jacoco/#comment-1234</link>
		<dc:creator>Marc Neumann</dc:creator>
		<pubDate>Tue, 28 Jun 2011 15:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://sophisticated-it.de/2011/06/multi-modul-testabdeckungsanalyse-mit-jacoco/#comment-1234</guid>
		<description>Offenbar übergibt Jenkins / Hudson die &quot;Goals and Options&quot; an maven anders. Probier es mal mit:
mvn -Djacoco.agent.path=&quot;C:\jacocoagent.jar&quot; -Djacoco.file.path=&quot;C:\mapgame-jacoco-unit&quot; clean install
Die Optionen sind bei &quot;mvn&quot; vor den Goals anzugeben.</description>
		<content:encoded><![CDATA[<p>Offenbar übergibt Jenkins / Hudson die &#8220;Goals and Options&#8221; an maven anders. Probier es mal mit:<br />
mvn -Djacoco.agent.path=&#8221;C:\jacocoagent.jar&#8221; -Djacoco.file.path=&#8221;C:\mapgame-jacoco-unit&#8221; clean install<br />
Die Optionen sind bei &#8220;mvn&#8221; vor den Goals anzugeben.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multi-Modul Testabdeckungsanalyse mit JaCoCo by Nico</title>
		<link>http://sophisticated-it.de/2011/06/multi-modul-testabdeckungsanalyse-mit-jacoco/#comment-1233</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Tue, 28 Jun 2011 14:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://sophisticated-it.de/2011/06/multi-modul-testabdeckungsanalyse-mit-jacoco/#comment-1233</guid>
		<description>Hi,

Coole Sache. Habs auch mal ausprobiert aber leider kommt bei mir ein Fehler bei dem Befehl von Punkt 3. Kann es daran liegen, dass ich Windows nutze und dadurch der Pfad anders angegeben werden muss? Irgendwie scheint er mit dem Punkt nich klar zu kommen.

Bei dem Befehl:
mvn clean install -Djacoco.agent.path=&quot;tmp\jacocoagent.jar&quot; -Djacoco.file.path=&quot;tmp\mapgame-jacoco-unit&quot;

erhalte ich folgende Fehlermeldung:

[ERROR] Unknown lifecycle phase &quot;.agent.path=tmp/jacocoagent.jar&quot;. You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -&gt; [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException

tmp liegt bei mir auf der gleichen Ebene wie pom.xml, also der Ausführungsort.

Ich hoffe, du kannst mir weiterhelfen. Vielen dank</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Coole Sache. Habs auch mal ausprobiert aber leider kommt bei mir ein Fehler bei dem Befehl von Punkt 3. Kann es daran liegen, dass ich Windows nutze und dadurch der Pfad anders angegeben werden muss? Irgendwie scheint er mit dem Punkt nich klar zu kommen.</p>
<p>Bei dem Befehl:<br />
mvn clean install -Djacoco.agent.path=&#8221;tmp\jacocoagent.jar&#8221; -Djacoco.file.path=&#8221;tmp\mapgame-jacoco-unit&#8221;</p>
<p>erhalte ich folgende Fehlermeldung:</p>
<p>[ERROR] Unknown lifecycle phase &#8220;.agent.path=tmp/jacocoagent.jar&#8221;. You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -&gt; [Help 1]<br />
[ERROR]<br />
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.<br />
[ERROR] Re-run Maven using the -X switch to enable full debug logging.<br />
[ERROR]<br />
[ERROR] For more information about the errors and possible solutions, please read the following articles:<br />
[ERROR] [Help 1] <a href="http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException" rel="nofollow">http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException</a></p>
<p>tmp liegt bei mir auf der gleichen Ebene wie pom.xml, also der Ausführungsort.</p>
<p>Ich hoffe, du kannst mir weiterhelfen. Vielen dank</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Singleton-Pattern mit AspectJ by Stef</title>
		<link>http://sophisticated-it.de/2007/07/singleton-pattern-mit-aspectj/#comment-1109</link>
		<dc:creator>Stef</dc:creator>
		<pubDate>Wed, 06 Jan 2010 10:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://sophisticated-it.de/index.php/2007/07/17/singleton-pattern-mit-aspectj/#comment-1109</guid>
		<description>Hi,
you could also use java.util.concurrent.ConcurrentHashMap instead of the synchronized block.
Or should do double checking before the put operation (older JVM&#039;s or use volatile in newer)
synchronized(...) {
mapSingletonByClass.put(singletonClazz, singletonObj);
}
ref : http://www.ibm.com/developerworks/java/library/j-dcl.html</description>
		<content:encoded><![CDATA[<p>Hi,<br />
you could also use java.util.concurrent.ConcurrentHashMap instead of the synchronized block.<br />
Or should do double checking before the put operation (older JVM&#8217;s or use volatile in newer)<br />
synchronized(&#8230;) {<br />
mapSingletonByClass.put(singletonClazz, singletonObj);<br />
}<br />
ref : <a href="http://www.ibm.com/developerworks/java/library/j-dcl.html" rel="nofollow">http://www.ibm.com/developerworks/java/library/j-dcl.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven in Eclipse verwenden by blog.ralfmuehle.de &#187; Einrichten eines Maven-Repositories</title>
		<link>http://sophisticated-it.de/2008/03/maven-in-eclipse-verwenden/#comment-1127</link>
		<dc:creator>blog.ralfmuehle.de &#187; Einrichten eines Maven-Repositories</dc:creator>
		<pubDate>Thu, 25 Jun 2009 06:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://sophisticated-it.de/index.php/2008/03/03/maven-in-eclipse-verwenden/#comment-1127</guid>
		<description>[...] Maven in Eclipse verwenden von Marc Neumann [...] </description>
		<content:encoded><![CDATA[<p>[...] Maven in Eclipse verwenden von Marc Neumann [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exploded EAR Deployment in Glassfish V2 mit Seam 2.1 by Marc Neumann</title>
		<link>http://sophisticated-it.de/2008/11/exploded-ear-deployment-in-glassfish-v2-mit-seam-21/#comment-1132</link>
		<dc:creator>Marc Neumann</dc:creator>
		<pubDate>Fri, 12 Jun 2009 07:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://sophisticated-it.de/?p=75#comment-1132</guid>
		<description>Hallo Christian,

die Bibliotheken sollten als JARs deployt werden - schließlich macht Ihr ja keine Änderungen darin.
Um was für ein Projekt handelt es sich denn? 

Grüße,
Marc</description>
		<content:encoded><![CDATA[<p>Hallo Christian,</p>
<p>die Bibliotheken sollten als JARs deployt werden &#8211; schließlich macht Ihr ja keine Änderungen darin.<br />
Um was für ein Projekt handelt es sich denn? </p>
<p>Grüße,<br />
Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exploded EAR Deployment in Glassfish V2 mit Seam 2.1 by Christian</title>
		<link>http://sophisticated-it.de/2008/11/exploded-ear-deployment-in-glassfish-v2-mit-seam-21/#comment-1131</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 10 Jun 2009 17:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://sophisticated-it.de/?p=75#comment-1131</guid>
		<description>Vielen Dank für den Artikel. Das ist genau das Problem an dem wir gerade hängen.
Wie sieht es denn mit externen Libraries aus die wir mit deployen wollen (Hibernate und IceFaces zum Beispiel).
Müssen wir die dann auch exploden oder können die als Jar drin bleiben?

Danke aus Stuttgart</description>
		<content:encoded><![CDATA[<p>Vielen Dank für den Artikel. Das ist genau das Problem an dem wir gerade hängen.<br />
Wie sieht es denn mit externen Libraries aus die wir mit deployen wollen (Hibernate und IceFaces zum Beispiel).<br />
Müssen wir die dann auch exploden oder können die als Jar drin bleiben?</p>
<p>Danke aus Stuttgart</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UTF-8 Unterstützung für Property Resource Bundles in Java-Systemen und speziell für JSF by Marc Neumann</title>
		<link>http://sophisticated-it.de/2007/06/utf-8-unterstutzung-fur-property-resource-bundles-in-java-systemen-und-speziell-fur-jsf/#comment-1103</link>
		<dc:creator>Marc Neumann</dc:creator>
		<pubDate>Tue, 02 Jun 2009 20:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://sophisticated-it.de/index.php/2007/06/19/utf-8-unterstutzung-fur-property-resource-bundles-in-java-systemen-und-speziell-fur-jsf/#comment-1103</guid>
		<description>Hallo Andreas,
Du kannst den Quellcode uneingeschränkt verwenden.

Grüße,
Marc</description>
		<content:encoded><![CDATA[<p>Hallo Andreas,<br />
Du kannst den Quellcode uneingeschränkt verwenden.</p>
<p>Grüße,<br />
Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UTF-8 Unterstützung für Property Resource Bundles in Java-Systemen und speziell für JSF by Andreas Weber</title>
		<link>http://sophisticated-it.de/2007/06/utf-8-unterstutzung-fur-property-resource-bundles-in-java-systemen-und-speziell-fur-jsf/#comment-1102</link>
		<dc:creator>Andreas Weber</dc:creator>
		<pubDate>Sun, 31 May 2009 16:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://sophisticated-it.de/index.php/2007/06/19/utf-8-unterstutzung-fur-property-resource-bundles-in-java-systemen-und-speziell-fur-jsf/#comment-1102</guid>
		<description>Hi,

Unter welcher Lizenz steht Ihre Klasse? Darf ich sie in meiner GPL Software verwenden?

Vielen Dank,

A. Weber</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Unter welcher Lizenz steht Ihre Klasse? Darf ich sie in meiner GPL Software verwenden?</p>
<p>Vielen Dank,</p>
<p>A. Weber</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JPA PrePersist für Erstellungsdatum von Datensätzen / Entitäten nutzen by Marcus Kraßmann</title>
		<link>http://sophisticated-it.de/2007/07/jpa-prepersist-fur-erstellungsdatum-von-datensatzen-entitaten-nutzen/#comment-1105</link>
		<dc:creator>Marcus Kraßmann</dc:creator>
		<pubDate>Fri, 02 Jan 2009 10:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://sophisticated-it.de/index.php/2007/07/03/jpa-prepersist-fur-erstellungsdatum-von-datensatzen-entitaten-nutzen/#comment-1105</guid>
		<description>Ebenfalls hilfreich ist auch @PreUpdate, was eine schnelle, elegante Annotation ist für Felder wie z.B. &quot;lastModified&quot;.</description>
		<content:encoded><![CDATA[<p>Ebenfalls hilfreich ist auch @PreUpdate, was eine schnelle, elegante Annotation ist für Felder wie z.B. &#8220;lastModified&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Entwicklungsumgebung für JEE-Apps beschleunigen by Sophisticated IT &#187; Blog Archive &#187; Exploded EAR Deployment in Glassfish V2 mit Seam 2.1</title>
		<link>http://sophisticated-it.de/2008/10/entwicklungsumgebung-fur-jee-apps-beschleunigen/#comment-1130</link>
		<dc:creator>Sophisticated IT &#187; Blog Archive &#187; Exploded EAR Deployment in Glassfish V2 mit Seam 2.1</dc:creator>
		<pubDate>Sat, 15 Nov 2008 10:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://sophisticated-it.de/?p=66#comment-1130</guid>
		<description>[...] Sophisticated IT Blaupausen der IT-Architektur-Zunft von Marc Neumann      &#171; Entwicklungsumgebung für JEE-Apps beschleunigen [...] </description>
		<content:encoded><![CDATA[<p>[...] Sophisticated IT Blaupausen der IT-Architektur-Zunft von Marc Neumann      &laquo; Entwicklungsumgebung für JEE-Apps beschleunigen [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: sophisticated-it.de @ 2012-02-23 11:26:22 -->
