Seam SVN: r15130 - branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-09-12 12:04:18 -0400 (Wed, 12 Sep 2012)
New Revision: 15130
Modified:
branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Configuration.xml
branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Events.xml
Log:
JBSEAM-4693 documentation addition for Seam exception handling
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Configuration.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Configuration.xml 2012-09-12 15:51:40 UTC (rev 15129)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Configuration.xml 2012-09-12 16:04:18 UTC (rev 15130)
@@ -156,7 +156,7 @@
<para> Adding the master filter enables the following built-in filters. </para>
- <sect3>
+ <sect3 id="exception_handling">
<title>Exception handling</title>
<para> This filter provides the exception mapping functionality in <literal>pages.xml</literal> (almost
all applications will need this). It also takes care of rolling back uncommitted transactions when
Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Events.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Events.xml 2012-09-12 15:51:40 UTC (rev 15129)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Events.xml 2012-09-12 16:04:18 UTC (rev 15130)
@@ -994,7 +994,12 @@
</filter-mapping>]]></programlisting>
<para>
- You need to disable Facelets development mode in <literal>web.xml</literal> and
+ As the second requirement is to add <literal>web:exception-filter</literal> configuration component
+ into <filename>WEB-INF/components.xml</filename>. More details are in <xref linkend="exception_handling"/>
+ </para>
+
+ <para>
+ You need to disable Facelets development mode in <literal>web.xml</literal> too and
Seam debug mode in <literal>components.xml</literal> if you want your exception handlers
to fire.
</para>
12 years, 2 months
Seam SVN: r15129 - in branches/community/Seam_2_3: jboss-seam-gen/dist and 4 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-09-12 11:51:40 -0400 (Wed, 12 Sep 2012)
New Revision: 15129
Removed:
branches/community/Seam_2_3/jboss-seam-gen/dist/resources/META-INF/jboss-app.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/resources/WEB-INF/jboss-web.xml
Modified:
branches/community/Seam_2_3/distribution/get-arquillian-libs.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath
branches/community/Seam_2_3/jboss-seam-gen/dist/test/ActionTest.java
branches/community/Seam_2_3/jboss-seam-gen/dist/test/Deployments.java
branches/community/Seam_2_3/jboss-seam-gen/dist/test/FormTest.java
Log:
JBSEAM-5034
Modified: branches/community/Seam_2_3/distribution/get-arquillian-libs.xml
===================================================================
--- branches/community/Seam_2_3/distribution/get-arquillian-libs.xml 2012-09-12 15:51:25 UTC (rev 15128)
+++ branches/community/Seam_2_3/distribution/get-arquillian-libs.xml 2012-09-12 15:51:40 UTC (rev 15129)
@@ -14,6 +14,7 @@
<aether:dependencies>
<aether:dependency groupid="org.jboss.as" artifactid="jboss-as-arquillian-container-remote" version="${version.jboss-as7}" />
<aether:dependency groupid="org.jboss.arquillian.junit" artifactid="arquillian-junit-container" version="${version.arquillian-junit}" />
+ <aether:dependency groupid="org.jboss.arquillian.protocol" artifactid="arquillian-protocol-servlet" version="${version.arquillian-junit}" />
</aether:dependencies>
<files dir="${test.lib.dir}" layout="{artifactId}-{version}-{classifier}.{extension}" />
</aether:resolve>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml 2012-09-12 15:51:25 UTC (rev 15128)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml 2012-09-12 15:51:40 UTC (rev 15129)
@@ -951,10 +951,10 @@
<replace file="${project.home}/resources/META-INF/persistence-dev.xml">
<replacefilter token="<jta-data-source>java:/" value="<jta-data-source>"/>
</replace>
-
+ <!-- JBoss AS 7 doesn't require this
<replace dir="${project.home}/resources">
<include name="WEB-INF/web.xml" if="project.war"/>
- <replacetoken><![CDATA[</web-app>]]></replacetoken>
+ <replacetoken><![CDATA[</web-app>]]></replacetoken>
<replacevalue><![CDATA[ <persistence-unit-ref>
<persistence-unit-ref-name>@projectName@/pu</persistence-unit-ref-name>
<persistence-unit-name>@projectName@</persistence-unit-name>
@@ -962,7 +962,7 @@
</web-app>]]></replacevalue>
- </replace>
+ </replace>-->
<replace dir="${project.home}/resources">
<include name="WEB-INF/web.xml" if="project.ear"/>
@@ -977,18 +977,18 @@
</ejb-local-ref>
-->
- <!-- Add entries for each EJB session bean which is also a Seam component (not required on JBoss AS) -->
+ <!-- Add entries for each EJB session bean which is also a Seam component (not required on JBoss AS) -->
- <persistence-unit-ref>
+ <!-- <persistence-unit-ref>
<persistence-unit-ref-name>@projectName@/pu</persistence-unit-ref-name>
- <persistence-unit-name>../@projectName@.jar#(a)projectName@</persistence-unit-name>
+ <persistence-unit-name>../@projectName@.jar#(a)projectName@</persistence-unit-name> -->
<!-- The relative reference doesn't work on GlassFish. Instead, set the <persistence-unit-name> to "@projectName@",
package persistence.xml in the WAR, and add a <jar-file> element in persistence.xml with value "../../@projectName@.jar".
<persistence-unit-name>@projectName@</persistence-unit-name>
-->
- </persistence-unit-ref>
+ <!--</persistence-unit-ref>
-</web-app>]]></replacevalue>
+</web-app>-->]]></replacevalue>
</replace>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath 2012-09-12 15:51:25 UTC (rev 15128)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath 2012-09-12 15:51:40 UTC (rev 15129)
@@ -177,19 +177,13 @@
<classpathentry kind="lib" path="lib/test/aether-impl-1.8.jar"/>
<classpathentry kind="lib" path="lib/test/aether-spi-1.8.jar"/>
<classpathentry kind="lib" path="lib/test/aether-util-1.8.jar"/>
-<classpathentry kind="lib" path="lib/test/arquillian-config-api-1.0.0.CR7.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-config-api-1.0.1.Final.jar"/>
-<classpathentry kind="lib" path="lib/test/arquillian-config-impl-base-1.0.0.CR7.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-config-impl-base-1.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-container-impl-base-1.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-container-osgi-1.0.2.Final.jar"/>
-<classpathentry kind="lib" path="lib/test/arquillian-container-spi-1.0.0.CR7.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-container-spi-1.0.1.Final.jar"/>
-<classpathentry kind="lib" path="lib/test/arquillian-container-test-api-1.0.0.CR7.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-container-test-api-1.0.1.Final.jar"/>
-<classpathentry kind="lib" path="lib/test/arquillian-container-test-impl-base-1.0.0.CR7.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-container-test-impl-base-1.0.1.Final.jar"/>
-<classpathentry kind="lib" path="lib/test/arquillian-container-test-spi-1.0.0.CR7.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-container-test-spi-1.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-core-api-1.0.0.CR7.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-core-impl-base-1.0.1.Final.jar"/>
@@ -197,7 +191,7 @@
<classpathentry kind="lib" path="lib/test/arquillian-junit-container-1.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-junit-core-1.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-protocol-jmx-1.0.0.CR7.jar"/>
-<classpathentry kind="lib" path="lib/test/arquillian-test-api-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-protocol-servlet-1.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-test-api-1.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-testenricher-cdi-1.0.0.CR7.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-testenricher-ejb-1.0.0.CR7.jar"/>
@@ -205,7 +199,6 @@
<classpathentry kind="lib" path="lib/test/arquillian-testenricher-osgi-1.0.2.Final.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-testenricher-resource-1.0.0.CR7.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-test-impl-base-1.0.1.Final.jar"/>
-<classpathentry kind="lib" path="lib/test/arquillian-test-spi-1.0.0.CR7.jar"/>
<classpathentry kind="lib" path="lib/test/arquillian-test-spi-1.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/test/google-collections-1.0.jar"/>
<classpathentry kind="lib" path="lib/test/hibernate-validator-4.2.0.Final.jar"/>
@@ -257,13 +250,11 @@
<classpathentry kind="lib" path="lib/test/jboss-logmanager-log4j-1.0.0.GA.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-logmanager-1.2.2.GA.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-marshalling-river-1.3.11.GA.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-marshalling-1.3.9.GA.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-metadata-common-7.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-metadata-ear-7.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-modules-1.1.1.GA.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-msc-1.0.2.GA.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-remote-naming-1.0.2.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-remoting-3.2.3.GA.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-sasl-1.0.0.Final.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-stdio-1.0.1.GA.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-threads-2.0.0.GA.jar"/>
@@ -291,13 +282,9 @@
<classpathentry kind="lib" path="lib/test/plexus-utils-2.0.4.jar"/>
<classpathentry kind="lib" path="lib/test/remoting-jmx-1.0.2.Final.jar"/>
<classpathentry kind="lib" path="lib/test/shrinkwrap-api-1.0.0-cr-1.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-descriptors-api-1.1.0-beta-1.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-descriptors-spi-1.1.0-beta-1.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-impl-base-1.0.0-cr-1.jar"/>
<classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-maven-1.0.0-beta-5.jar"/>
<classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-1.0.0-beta-5.jar"/>
<classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-impl-maven-1.0.0-beta-5.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-spi-1.0.0-cr-1.jar"/>
<classpathentry kind="lib" path="lib/test/slf4j-api-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/test/staxmapper-1.1.0.Final.jar"/>
<classpathentry kind="lib" path="lib/test/validation-api-1.0.0.GA.jar"/>
@@ -306,7 +293,6 @@
<classpathentry kind="lib" path="lib/test/wagon-http-shared-1.0-beta-7.jar"/>
<classpathentry kind="lib" path="lib/test/wagon-provider-api-1.0-beta-7.jar"/>
<classpathentry kind="lib" path="lib/test/xbean-reflect-3.4.jar"/>
- <classpathentry kind="lib" path="lib/test/xnio-api-3.0.0.GA.jar"/>
<classpathentry kind="lib" path="lib/test/xnio-nio-3.0.3.GA.jar"/>
<classpathentry kind="lib" path="lib/urlrewritefilter.jar"/>
<classpathentry kind="lib" path="lib/validation-api.jar"/>
Deleted: branches/community/Seam_2_3/jboss-seam-gen/dist/resources/META-INF/jboss-app.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/resources/META-INF/jboss-app.xml 2012-09-12 15:51:25 UTC (rev 15128)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/resources/META-INF/jboss-app.xml 2012-09-12 15:51:40 UTC (rev 15129)
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE jboss-app
- PUBLIC "-//JBoss//DTD J2EE Application 4.2//EN"
- "http://www.jboss.org/j2ee/dtd/jboss-app_4_2.dtd">
-
-<jboss-app>
- <loader-repository>
- seam.jboss.org:loader=@projectName@
- </loader-repository>
-</jboss-app>
\ No newline at end of file
Deleted: branches/community/Seam_2_3/jboss-seam-gen/dist/resources/WEB-INF/jboss-web.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/resources/WEB-INF/jboss-web.xml 2012-09-12 15:51:25 UTC (rev 15128)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/resources/WEB-INF/jboss-web.xml 2012-09-12 15:51:40 UTC (rev 15129)
@@ -1,11 +0,0 @@
-<!DOCTYPE jboss-web PUBLIC
- "-//JBoss//DTD Web Application 4.2//EN"
- "http://www.jboss.org/j2ee/dtd/jboss-web_4_2.dtd">
-<jboss-web>
- <class-loading java2ClassLoadingCompliance="false">
- <loader-repository>
- seam.jboss.org:loader=@projectName@
- <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
- </loader-repository>
- </class-loading>
-</jboss-web>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/test/ActionTest.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/test/ActionTest.java 2012-09-12 15:51:25 UTC (rev 15128)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/test/ActionTest.java 2012-09-12 15:51:40 UTC (rev 15129)
@@ -6,7 +6,8 @@
import org.jboss.arquillian.junit.Arquillian;
import org.jboss.seam.mock.JUnitSeamTest;
import @testPackage@.Deployments;
-import @actionPackage@.@interfaceName@;
+import @actionPackage@.@interfaceName@;
+import @actionPackage@.@beanName@;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.runner.RunWith;
@@ -17,10 +18,9 @@
@OverProtocol("Servlet 3.0")
public static WebArchive createDeployment()
{
- // use in case jbpm is required in test deployment
- // return Deployments.jbpmSeamDeployment().addClasses(ProcessComponent.class);
- return Deployments.defaultWarDeployment()
- .addClasses(@interfaceName@.class);
+ return Deployments.defaultDeployment()
+ .addClasses(@interfaceName@.class, @beanName@.class)
+ .addAsResource("seam.properties");
}
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/test/Deployments.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/test/Deployments.java 2012-09-12 15:51:25 UTC (rev 15128)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/test/Deployments.java 2012-09-12 15:51:40 UTC (rev 15129)
@@ -2,23 +2,32 @@
import java.io.File;
-import org.jboss.shrinkwrap.api.ArchivePath;
+import org.jboss.shrinkwrap.api.Filters;
+import org.jboss.shrinkwrap.api.GenericArchive;
import org.jboss.shrinkwrap.api.ShrinkWrap;
-import org.jboss.shrinkwrap.api.asset.StringAsset;
-import org.jboss.shrinkwrap.api.importer.ZipImporter;
+import org.jboss.shrinkwrap.api.importer.ExplodedImporter;
import org.jboss.shrinkwrap.api.spec.WebArchive;
-package org.jboss.seam.example.booking.test;
-
-import java.io.File;
-
-import org.jboss.shrinkwrap.api.ShrinkWrap;
-import org.jboss.shrinkwrap.api.spec.EnterpriseArchive;
-import org.jboss.shrinkwrap.api.importer.ZipImporter;
-
public class Deployments {
- public static EnterpriseArchive bookingDeployment() {
- return ShrinkWrap.create(ZipImporter.class, "${project.name}.${project.type}").importFrom(new File("${workspace.home/dist/${project.name}.${project.type}"))
- .as(EnterpriseArchive.class);
+
+ public static final String WEBAPP_SRC = "@workspaceHome@/@projectName@/test-build";
+
+ public static WebArchive defaultDeployment() {
+
+ WebArchive war = ShrinkWrap.create(WebArchive.class, "test.war");
+ war.merge(ShrinkWrap.create(GenericArchive.class).as(ExplodedImporter.class)
+ .importDirectory(WEBAPP_SRC).as(GenericArchive.class),
+ "/", Filters.includeAll());
+ for (File f : new File("@workspaceHome@/@projectName@/lib/").listFiles())
+ {
+ if (f.isFile())
+ {
+ war.addAsLibrary(f);
+ }
+ }
+
+ return war;
+
}
+
}
\ No newline at end of file
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/test/FormTest.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/test/FormTest.java 2012-09-12 15:51:25 UTC (rev 15128)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/test/FormTest.java 2012-09-12 15:51:40 UTC (rev 15129)
@@ -7,21 +7,21 @@
import org.jboss.arquillian.container.test.api.OverProtocol;
import org.jboss.arquillian.junit.Arquillian;
import org.jboss.seam.mock.JUnitSeamTest;
-import org.jboss.shrinkwrap.api.Archive;
+import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.runner.RunWith;
-import @actionPackage@.@interfaceName@;
+import @actionPackage@.@interfaceName@;
+import @actionPackage@.@beanName@;
@RunWith(Arquillian.class)
public class @interfaceName@Test extends JUnitSeamTest {
@Deployment(name="@interfaceName@Test")
@OverProtocol("Servlet 3.0")
- public static Archive<?> createDeployment()
+ public static WebArchive createDeployment()
{
- // use in case jbpm is required in test deployment
- // return Deployments.jbpmSeamDeployment().addClasses(ProcessComponent.class);
- return Deployments.defaultWarDeployment()
- .addClasses(@interfaceName@.class);
+ return Deployments.defaultDeployment()
+ .addClasses(@interfaceName@.class, @beanName@.class)
+ .addAsResource("seam.properties");
}
@Test
12 years, 2 months
Seam SVN: r15128 - branches/community/Seam_2_3/jboss-seam-gen/dist/test.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-09-12 11:51:25 -0400 (Wed, 12 Sep 2012)
New Revision: 15128
Modified:
branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt
Log:
JBSEAM-5023 fixed readme
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt 2012-09-11 12:55:16 UTC (rev 15127)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt 2012-09-12 15:51:25 UTC (rev 15128)
@@ -1,9 +1,11 @@
If you want to run tests using the Eclipse Junit plugin, you'll need to add
-these jars to the top of your TestNG classpath. Using the Run Dialog, select the
-test class to run, and select these entries from the project tree:
+all jars from lib/test/ directory to your classpath on the top of your project classpath.
+ Using the Run Dialog, select the test class to run, and select these entries from the project tree:
lib/test/*.jar
lib/*.jar
-Seam uses Arquillian in its integration testing.
+Seam uses Arquillian in its integration testing and uses prepared result from test-build/ subdirectory when you
+run ant target:
+$ ant test
12 years, 2 months
Seam SVN: r15127 - branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-09-11 08:55:16 -0400 (Tue, 11 Sep 2012)
New Revision: 15127
Modified:
branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml
Log:
JBSEAM-5032 - set a:log in template.xhtml to popup mode from
default inline mode
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml 2012-09-11 12:01:51 UTC (rev 15126)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/view/layout/template.xhtml 2012-09-11 12:55:16 UTC (rev 15127)
@@ -29,7 +29,7 @@
<div class="footer">
<p>Powered by <a href="http://seamframework.org">Seam</a> #{org.jboss.seam.version} and <a href="http://www.jboss.org/richfaces">RichFaces</a>. Generated by seam-gen.</p>
<s:fragment rendered="#{init.debug}">
- <a:log hotkey="D"/>
+ <a:log hotkey="D" mode="popup"/>
<p style="margin-top: -0.5em;">
Conversation: id = #{conversation.id}, #{conversation.longRunning ? 'long running' : 'temporary'}#{conversation.nested ? ', nested, parent id = '.concat(conversation.parentId) : ''}
#{' - '}
12 years, 2 months
Seam SVN: r15126 - branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-09-11 08:01:51 -0400 (Tue, 11 Sep 2012)
New Revision: 15126
Modified:
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build-war.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml
Log:
JBSEAM-5031, JBSEAM-5033
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build-war.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build-war.xml 2012-09-10 21:20:00 UTC (rev 15125)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build-war.xml 2012-09-11 12:01:51 UTC (rev 15126)
@@ -266,7 +266,6 @@
file="${basedir}/resources/WEB-INF/web.xml">
<filterset refid="profile"/>
</copy>
-
</target>
<target name="clear-profile-artifacts" depends="init"
@@ -297,9 +296,11 @@
<copy todir="${war.deploy.dir}">
<fileset dir="${war.dir}"/>
</copy>
+ <touch file="${deploy.dir}/${project.name}.war.dodeploy"/>
</target>
<target name="unexplode" description="Undeploy the exploded archive">
+ <delete file="${deploy.dir}/${project.name}.war.deployed"/>
<delete failonerror="no">
<fileset dir="${war.deploy.dir}">
<exclude name="**/*.jar"/>
@@ -315,13 +316,16 @@
<target name="check-deployed" description="Check to see if packaged archive is currently deployed">
<fail unless="jboss.home">jboss.home not set</fail>
<condition property="archive.deployed" value="true">
- <available file="${war.deploy.dir}" type="file"/>
+ <available file="${deploy.dir}/${project.name}.war.deployed" type="file"/>
+ <!-- <available file="${war.deploy.dir}" type="file"/> -->
</condition>
</target>
<target name="restart-exploded" unless="archive.deployed" description="Deploy exploded archive if not deployed as packaged archive">
<antcall target="explode"/>
- <touch file="${war.deploy.dir}/WEB-INF/web.xml"/>
+ <!-- <touch file="${war.deploy.dir}/WEB-INF/web.xml"/> -->
+ <!-- JBoss AS 7 way how to say deploy exploded archive -->
+ <touch file="${deploy.dir}/${project.name}.war.dodeploy"/>
</target>
<target name="restart-deployed" if="archive.deployed" description="Deploy packaged archive if deployed as packaged archive">
@@ -477,11 +481,11 @@
</target>
<target name="purge" depends="undeploy" description="Clean out JBoss AS temporary deployment files">
- <delete dir="${jboss.home}/server/default/tmp/deploy"/>
- <mkdir dir="${jboss.home}/server/default/tmp/deploy/"/>
- <delete dir="${jboss.home}/server/default/tmp/sessions"/>
- <mkdir dir="${jboss.home}/server/default/tmp/sessions"/>
- <delete dir="${jboss.home}/server/default/work/jboss.web/localhost/${project.name}"/>
+ <delete dir="${deploy.dir}/${project.name}.war.undeployed"/>
+ <delete dir="${deploy.dir}/${project.name}-ds.xml.undeployed"/>
+ <delete dir="${deploy.dir}/${project.name}.war.failed"/>
+ <delete dir="${deploy.dir}/${project.name}-ds.xml.failed"/>
+ <delete dir="${deploy.dir}/${project.name}.war"/>
</target>
</project>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml 2012-09-10 21:20:00 UTC (rev 15125)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml 2012-09-11 12:01:51 UTC (rev 15126)
@@ -316,9 +316,11 @@
<copy todir="${war.deploy.dir}">
<fileset dir="${war.dir}"/>
</copy>
+ <touch file="${deploy.dir}/${project.name}.ear.dodeploy"/>
</target>
<target name="unexplode" description="Undeploy the exploded archive">
+ <delete file="${deploy.dir}/${project.name}.ear.deployed"/>
<delete failonerror="no">
<fileset dir="${ear.deploy.dir}">
<exclude name="**/*.jar"/>
@@ -334,13 +336,15 @@
<target name="check-deployed" description="Check to see if packaged archive is currently deployed">
<fail unless="jboss.home">jboss.home not set</fail>
<condition property="archive.deployed" value="true">
- <available file="${ear.deploy.dir}" type="file"/>
+ <available file="${deploy.dir}/${project.name}.ear.deployed" type="file"/>
+ <!--<available file="${ear.deploy.dir}" type="file"/> -->
</condition>
</target>
<target name="restart-exploded" unless="archive.deployed" description="Deploy exploded archive if not deployed as packaged archive">
<antcall target="explode"/>
- <touch file="${ear.deploy.dir}/META-INF/application.xml"/>
+ <!--<touch file="${ear.deploy.dir}/META-INF/application.xml"/>-->
+ <touch file="${deploy.dir}/${project.name}.ear.dodeploy"/>
</target>
<target name="restart-deployed" if="archive.deployed" description="Deploy packaged archive if deployed as packaged archive">
@@ -506,11 +510,11 @@
<ant antfile="validate.xml" target="validateConfiguration"/>
</target>
- <target name="purge" depends="undeploy" description="Clean out JBoss AS temporary deployment files">
- <delete dir="${jboss.home}/server/default/tmp/deploy"/>
- <mkdir dir="${jboss.home}/server/default/tmp/deploy/"/>
- <delete dir="${jboss.home}/server/default/tmp/sessions"/>
- <mkdir dir="${jboss.home}/server/default/tmp/sessions"/>
- <delete dir="${jboss.home}/server/default/work/jboss.web/localhost/${project.name}"/>
+ <target name="purge" depends="undeploy" description="Clean out JBoss AS temporary deployment files">
+ <delete dir="${deploy.dir}/${project.name}.ear.undeployed"/>
+ <delete dir="${deploy.dir}/${project.name}.ear.failed"/>
+ <delete dir="${deploy.dir}/${project.name}-ds.xml.undeployed"/>
+ <delete dir="${deploy.dir}/${project.name}-ds.xml.failed"/>
+ <delete dir="${deploy.dir}/${project.name}.ear"/>
</target>
</project>
12 years, 2 months
Seam SVN: r15125 - in branches/community/Seam_2_3: bom and 45 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-09-10 17:20:00 -0400 (Mon, 10 Sep 2012)
New Revision: 15125
Removed:
branches/community/Seam_2_3/jboss-seam-jul/pom.xml
branches/community/Seam_2_3/jboss-seam-jul/src/main/java/org/jboss/seam/interop/jul/Log4JConversionFilter.java
branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/facelet/FaceletsJBossLogging.java
Modified:
branches/community/Seam_2_3/bom/pom.xml
branches/community/Seam_2_3/distribution/pom.xml
branches/community/Seam_2_3/distribution/src/main/assembly/dist.xml
branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-web/build.xml
branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml
branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/build.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml
branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/guice/guice-web/pom.xml
branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/pom.xml
branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml
branches/community/Seam_2_3/examples-ee6/itext/itext-web/pom.xml
branches/community/Seam_2_3/examples-ee6/jee6/jee6-web/pom.xml
branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/pom.xml
branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml
branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml
branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/pom.xml
branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml
branches/community/Seam_2_3/examples-ee6/openid/openid-web/pom.xml
branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/pom.xml
branches/community/Seam_2_3/examples-ee6/registration/registration-web/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml
branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/pom.xml
branches/community/Seam_2_3/examples-ee6/rss/rss-web/pom.xml
branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/pom.xml
branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/pom.xml
branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/build.xml
branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/pom.xml
branches/community/Seam_2_3/examples-ee6/spring/spring-web/pom.xml
branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml
branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml
branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear-war.list
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list
branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-ear-war.list
branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-war.list
branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.xml
branches/community/Seam_2_3/jboss-seam-ui/pom.xml
branches/community/Seam_2_3/pom.xml
branches/community/Seam_2_3/release-process.txt
branches/community/Seam_2_3/seam-integration-tests/pom.xml
Log:
JBSEAM-5028 removed jboss-seam-jul
Modified: branches/community/Seam_2_3/bom/pom.xml
===================================================================
--- branches/community/Seam_2_3/bom/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/bom/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -141,12 +141,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- <version>${version.seam}</version>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-flex</artifactId>
<version>${version.seam}</version>
</dependency>
Modified: branches/community/Seam_2_3/distribution/pom.xml
===================================================================
--- branches/community/Seam_2_3/distribution/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/distribution/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -96,10 +96,6 @@
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-mail</artifactId>
</dependency>
<dependency>
@@ -155,12 +151,6 @@
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- <version>${project.version}</version>
- <classifier>sources</classifier>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-mail</artifactId>
<version>${project.version}</version>
<classifier>sources</classifier>
Modified: branches/community/Seam_2_3/distribution/src/main/assembly/dist.xml
===================================================================
--- branches/community/Seam_2_3/distribution/src/main/assembly/dist.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/distribution/src/main/assembly/dist.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -106,7 +106,6 @@
</includes>
<excludes>
<exclude>org.jboss.seam:jboss-seam-gen:*:sources</exclude>
- <exclude>org.jboss.seam:jboss-seam-jul:*:sources</exclude>
</excludes>
<outputFileNameMapping>${artifact.artifactId}-sources.${artifact.extension}</outputFileNameMapping>
</dependencySet>
@@ -139,31 +138,6 @@
<outputFileNameMapping>${artifact.artifactId}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
</dependencySet>
- <!-- Seam jul -->
- <dependencySet>
- <outputDirectory>lib/interop</outputDirectory>
- <useProjectArtifact>false</useProjectArtifact>
- <useStrictFiltering>true</useStrictFiltering>
- <includes>
- <include>org.jboss.seam:jboss-seam-jul:jar</include>
- </includes>
- <excludes>
- <exclude>org.jboss.seam:jboss-seam-jul:jar:sources</exclude>
- </excludes>
- <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
- </dependencySet>
-
- <!-- Seam jul sources -->
- <dependencySet>
- <outputDirectory>lib/interop/src</outputDirectory>
- <useProjectArtifact>false</useProjectArtifact>
- <useStrictFiltering>true</useStrictFiltering>
- <includes>
- <include>org.jboss.seam:jboss-seam-jul:jar:sources</include>
- </includes>
- <outputFileNameMapping>${artifact.artifactId}-sources.${artifact.extension}</outputFileNameMapping>
- </dependencySet>
-
<!-- Add Richfaces for Seam-gen -->
<dependencySet>
<outputDirectory>lib</outputDirectory>
Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -37,12 +37,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/build.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/build.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/build.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -43,7 +43,6 @@
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset" useScope="runtime">
<dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.0.Final-SNAPSHOT" scope="runtime">
- <exclusion groupId="org.jboss.seam" artifactId="jboss-seam-jul"/>
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
<dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.0.Final-SNAPSHOT"
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -32,10 +32,6 @@
<exclusions>
<exclusion>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
</exclusion>
</exclusions>
Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -35,12 +35,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/drools/drools-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -29,12 +29,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/build.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/build.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/build.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -43,7 +43,6 @@
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset" useScope="runtime">
<dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.0.Final-SNAPSHOT" scope="runtime">
- <exclusion groupId="org.jboss.seam" artifactId="jboss-seam-jul"/>
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
<dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.0.Final-SNAPSHOT"
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -43,12 +43,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-tests/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -78,12 +78,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/excel/excel-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -38,12 +38,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/groovybooking/groovybooking-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -33,12 +33,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/guice/guice-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/guice/guice-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/guice/guice-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -39,12 +39,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/hibernate/hibernate-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -44,12 +44,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -41,10 +41,6 @@
<exclusions>
<exclusion>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
</exclusion>
</exclusions>
Modified: branches/community/Seam_2_3/examples-ee6/itext/itext-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/itext/itext-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/itext/itext-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -30,10 +30,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/jee6/jee6-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/jee6/jee6-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/jee6/jee6-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -81,10 +81,6 @@
<exclusions>
<exclusion>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
</exclusion>
</exclusions>
Modified: branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/jpa/jpa-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -27,12 +27,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!--
<dependency>
Modified: branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/mail/mail-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -52,12 +52,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -30,10 +30,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<artifactId>jboss-seam</artifactId>
<groupId>org.jboss.seam</groupId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/booking/booking-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -35,12 +35,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/metawidget/groovybooking/groovybooking-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -48,12 +48,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/nestedbooking/nestedbooking-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/numberguess/numberguess-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -33,10 +33,6 @@
<exclusions>
<exclusion>
<groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
</exclusion>
</exclusions>
Modified: branches/community/Seam_2_3/examples-ee6/openid/openid-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/openid/openid-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/openid/openid-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -34,12 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/quartz/quartz-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/registration/registration-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/registration/registration-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/registration/registration-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -34,12 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -34,12 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -34,12 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/restbay/restbay-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/rss/rss-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/rss/rss-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/rss/rss-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -34,12 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/seambay/seambay-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/seamdiscs/seamdiscs-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -30,10 +30,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/seampay/seampay-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/build.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/build.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/build.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -43,7 +43,6 @@
<artifact:dependencies pathId="project.classpath" filesetId="project.fileset" useScope="runtime">
<dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="2.3.0.Final-SNAPSHOT" scope="runtime">
- <exclusion groupId="org.jboss.seam" artifactId="jboss-seam-jul"/>
<exclusion groupId="org.jboss.seam" artifactId="jboss-seam"/>
</dependency>
<dependency groupId="org.jboss.seam" artifactId="jboss-seam-debug" version="2.3.0.Final-SNAPSHOT"
Modified: branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/seamspace/seamspace-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/spring/spring-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/spring/spring-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/spring/spring-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -23,12 +23,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!-- <dependency>
<groupId>org.jboss.seam</groupId>
Modified: branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/tasks/tasks-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -36,10 +36,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/todo/todo-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -48,10 +48,6 @@
<artifactId>jboss-seam-ui</artifactId>
<exclusions>
<exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- <exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-web/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -34,12 +34,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear-war.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear-war.list 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-ear-war.list 2012-09-10 21:20:00 UTC (rev 15125)
@@ -23,7 +23,6 @@
jboss-seam-rss.jar
yarfraw.jar
jboss-seam-ui.jar
-jboss-seam-jul.jar
richfaces-components-ui.jar
richfaces-core-impl.jar
gwt-servlet.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/deployed-jars-war.list 2012-09-10 21:20:00 UTC (rev 15125)
@@ -44,7 +44,6 @@
guice.jar
jboss-seam-mail.jar
jboss-seam-ui.jar
-jboss-seam-jul.jar
jboss-seam-pdf.jar
itext.jar
itext-rtf.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-ear-war.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-ear-war.list 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-ear-war.list 2012-09-10 21:20:00 UTC (rev 15125)
@@ -7,7 +7,6 @@
jboss-seam-remoting.jar
jboss-seam-rss.jar
jboss-seam-flex.jar
-jboss-seam-jul.jar
jboss-seam-ui.jar
jboss-seam-wicket-ant.jar
jboss-seam-wicket.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-war.list
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-war.list 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/icefaces/build-scripts/deployed-jars-war.list 2012-09-10 21:20:00 UTC (rev 15125)
@@ -23,7 +23,6 @@
jboss-seam-remoting.jar
jboss-seam-rss.jar
jboss-seam-flex.jar
-jboss-seam-jul.jar
jboss-seam-ui.jar
jboss-seam-wicket-ant.jar
jboss-seam-wicket.jar
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -43,7 +43,6 @@
<dependency org="org.jboss.seam" name="jboss-seam-debug" rev="${seam.version}" conf="default,sources"/>
<dependency org="org.jboss.seam" name="jboss-seam-excel" rev="${seam.version}" conf="default,sources"/>
<dependency org="org.jboss.seam" name="jboss-seam-ioc" rev="${seam.version}" conf="default,sources"/>
- <dependency org="org.jboss.seam" name="jboss-seam-jul" rev="${seam.version}" conf="default,sources"/>
<dependency org="org.jboss.seam" name="jboss-seam-mail" rev="${seam.version}" conf="default,sources"/>
<dependency org="org.jboss.seam" name="jboss-seam-pdf" rev="${seam.version}" conf="default,sources"/>
<dependency org="org.jboss.seam" name="jboss-seam-remoting" rev="${seam.version}" conf="default,sources"/>
Deleted: branches/community/Seam_2_3/jboss-seam-jul/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-jul/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-jul/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -1,39 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>jboss-seam-parent</artifactId>
- <groupId>org.jboss.seam</groupId>
- <version>2.3.0.Final-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>jboss-seam-jul</artifactId>
- <name>Seam JUL</name>
-
- <dependencies>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- <profiles>
- <profile>
- <id>code-coverage</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>emma-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
-</project>
Deleted: branches/community/Seam_2_3/jboss-seam-jul/src/main/java/org/jboss/seam/interop/jul/Log4JConversionFilter.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-jul/src/main/java/org/jboss/seam/interop/jul/Log4JConversionFilter.java 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-jul/src/main/java/org/jboss/seam/interop/jul/Log4JConversionFilter.java 2012-09-10 21:20:00 UTC (rev 15125)
@@ -1,173 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2007, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-
-package org.jboss.seam.interop.jul;
-
-import java.util.HashMap;
-import java.util.Map;
-import java.util.logging.Filter;
-import java.util.logging.Formatter;
-import java.util.logging.Level;
-import java.util.logging.LogRecord;
-import java.util.logging.SimpleFormatter;
-
-import org.apache.log4j.Logger;
-
-/**
- * This filter is used to convert java.util.logging messages from the JUL
- * to Log4J messages.
- *
- * You need to install it onto any JUL Logger which needs bridging
- * using logger.setFilter();
- *
- * @author Stan Silvert
- * @author Pete Muir
- */
-public class Log4JConversionFilter implements Filter
-{
-
- // cache Logger instances. Logger.getLogger() is known to be slow.
- // See http://www.qos.ch/logging/thinkAgain.jsp
- private Map<String, Logger> loggerCache = new HashMap<String, Logger>();
-
- private Formatter formatter = new SimpleFormatter();
-
- /**
- * If the JSF RI message should be logged, convert the JDK 1.4
- * LogRecord to a Log4J message.
- *
- * @return <code>false</code> because JDK 1.4 logging should not happen
- * for JSF if this filter is active.
- */
- public boolean isLoggable(LogRecord record)
- {
-
- Logger logger = getLogger(record);
-
- if (record.getThrown() != null)
- {
- logWithThrowable(logger, record);
- }
- else
- {
- logWithoutThrowable(logger, record);
- }
-
- return false;
- }
-
- private void logWithThrowable(Logger logger, LogRecord record)
- {
- int loggedLevel = record.getLevel().intValue();
- Object message = formatter.formatMessage(record);
- Throwable throwable = record.getThrown();
-
- if (loggedLevel == Level.SEVERE.intValue())
- {
- logger.error(message, throwable);
- return;
- }
-
- if (loggedLevel == Level.WARNING.intValue())
- {
- logger.warn(message, throwable);
- return;
- }
-
- if ((loggedLevel == Level.INFO.intValue()) ||
- (loggedLevel == Level.CONFIG.intValue()))
- {
- logger.info(message, throwable);
- return;
- }
-
- if (loggedLevel == Level.FINE.intValue())
- {
- logger.debug(message, throwable);
- return;
- }
-
- if ((loggedLevel == Level.FINER.intValue()) ||
- (loggedLevel == Level.FINEST.intValue()))
- {
- logger.trace(message, throwable);
- return;
- }
-
- logger.info(message, throwable);
- }
-
- private void logWithoutThrowable(Logger logger, LogRecord record)
- {
- int loggedLevel = record.getLevel().intValue();
- Object message = formatter.formatMessage(record);
-
- if (loggedLevel == Level.SEVERE.intValue())
- {
- logger.error(message);
- return;
- }
-
- if (loggedLevel == Level.WARNING.intValue())
- {
- logger.warn(message);
- return;
- }
-
- if ((loggedLevel == Level.INFO.intValue()) ||
- (loggedLevel == Level.CONFIG.intValue()))
- {
- logger.info(message);
- return;
- }
-
- if (loggedLevel == Level.FINE.intValue())
- {
- logger.debug(message);
- return;
- }
-
- if ((loggedLevel == Level.FINER.intValue()) ||
- (loggedLevel == Level.FINEST.intValue()))
- {
- logger.trace(message);
- return;
- }
-
- logger.info(message);
- }
-
- // get the Log4J logger corresponding to the java.util.logger.LogRecord
- private Logger getLogger(LogRecord record)
- {
- String loggerName = record.getLoggerName();
- Logger logger = loggerCache.get(loggerName);
- if (logger == null)
- {
- logger = Logger.getLogger(loggerName);
- loggerCache.put(loggerName, logger);
- }
-
- return logger;
- }
-
-}
Modified: branches/community/Seam_2_3/jboss-seam-ui/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -137,11 +137,6 @@
</dependency>
<dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </dependency>
-
- <dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
<optional>true</optional>
Deleted: branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/facelet/FaceletsJBossLogging.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/facelet/FaceletsJBossLogging.java 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/jboss-seam-ui/src/main/java/org/jboss/seam/ui/facelet/FaceletsJBossLogging.java 2012-09-10 21:20:00 UTC (rev 15125)
@@ -1,111 +0,0 @@
-package org.jboss.seam.ui.facelet;
-
-import static org.jboss.seam.ScopeType.APPLICATION;
-import static org.jboss.seam.annotations.Install.BUILT_IN;
-
-import java.lang.reflect.Field;
-import java.util.logging.Filter;
-import java.util.logging.Logger;
-
-import org.jboss.seam.annotations.Create;
-import org.jboss.seam.annotations.Install;
-import org.jboss.seam.annotations.Name;
-import org.jboss.seam.annotations.Scope;
-import org.jboss.seam.annotations.Startup;
-import org.jboss.seam.annotations.intercept.BypassInterceptors;
-import org.jboss.seam.interop.jul.Log4JConversionFilter;
-import org.jboss.seam.log.LogProvider;
-import org.jboss.seam.log.Logging;
-import org.jboss.seam.util.Reflections;
-
-import com.sun.faces.facelets.impl.DefaultFaceletFactory;
-import com.sun.faces.facelets.tag.jsf.core.ViewHandler;
-import com.sun.faces.facelets.util.Resource;
-import javax.faces.view.facelets.ComponentHandler;
-
-@Name("org.jboss.seam.ui.facelet.faceletsJBossLogging")
-@Scope(APPLICATION)
-@Install(classDependencies={"com.sun.faces.facelets.Facelet", "org.jboss.logging.Logger", "org.apache.log4j.Logger", "org.jboss.seam.interop.jul.Log4JConversionFilter"}, precedence=BUILT_IN)
-@Startup
-@BypassInterceptors
-public class FaceletsJBossLogging
-{
-
- private LogProvider log = Logging.getLogProvider(FaceletsJBossLogging.class);
-
- @SuppressWarnings("deprecation")
- @Create
- public void create()
- {
- Filter conversionFilter = null;
- try
- {
- conversionFilter = new Log4JConversionFilter();
- }
- catch (Exception e)
- {
- // Filter isn't installed in the container
- return;
- }
- try
- {
-
-
- java.util.logging.Logger julLogger;
-
- // Gah have to do this by reflection as the loggers are protected
-
- // And some aren't static, so this really is best effort
-
-// julLogger = getPrivateStaticLogger(TagLibraryConfig.class, "log");
-// julLogger.setFilter(conversionFilter);
-
- julLogger = getPrivateStaticLogger(com.sun.faces.facelets.compiler.Compiler.class, "log");
- julLogger.setFilter(conversionFilter);
-
- julLogger = getPrivateStaticLogger(DefaultFaceletFactory.class, "log");
- julLogger.setFilter(conversionFilter);
-
-// julLogger = getPrivateStaticLogger(TagLibraryConfig.class, "log");
-// julLogger.setFilter(conversionFilter);
-
-// julLogger = getPrivateStaticLogger(ComponentHandler.class, "log");
-// julLogger.setFilter(conversionFilter);
-
- julLogger = getPrivateStaticLogger(Resource.class, "log");
- julLogger.setFilter(conversionFilter);
-
-// julLogger = getPrivateStaticLogger(ViewHandler.class, "log");
-// julLogger.setFilter(conversionFilter);
-
- // These ones are in a package-scoped class
-
- julLogger = getPrivateStaticLogger("com.sun.faces.facelets.compiler.CompilationManager", "log");
- julLogger.setFilter(conversionFilter);
-
- julLogger = getPrivateStaticLogger("com.sun.faces.facelets.tag.jsf.ComponentRule", "log");
- julLogger.setFilter(conversionFilter);
-
-// julLogger = getPrivateStaticLogger("com.sun.faces.facelets.tag.MetaRulesetImpl", "log");
-// julLogger.setFilter(conversionFilter);
-
- }
- catch (Exception e)
- {
- log.warn("Unable to wrap Facelets JDK logging in Log4j logging", e);
- }
- }
-
- private Logger getPrivateStaticLogger(Class clazz, String fieldName) throws Exception
- {
- Field field = Reflections.getField(clazz, fieldName);
- field.setAccessible(true);
- return (Logger) Reflections.get(field, new Object());
- }
-
- private Logger getPrivateStaticLogger(String className, String fieldName) throws Exception
- {
- return getPrivateStaticLogger(Reflections.classForName(className), fieldName);
- }
-
-}
Modified: branches/community/Seam_2_3/pom.xml
===================================================================
--- branches/community/Seam_2_3/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -427,7 +427,6 @@
<module>jboss-seam-rss</module>
<module>jboss-seam-wicket</module>
<module>jboss-seam-ioc</module>
- <module>jboss-seam-jul</module>
<module>functional-tests</module>
<module>seam-integration-tests</module>
</modules>
Modified: branches/community/Seam_2_3/release-process.txt
===================================================================
--- branches/community/Seam_2_3/release-process.txt 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/release-process.txt 2012-09-10 21:20:00 UTC (rev 15125)
@@ -141,7 +141,6 @@
jboss-seam-flex
jboss-seam-gen
jboss-seam-ioc
- jboss-seam-jul
jboss-seam-mail
jboss-seam-pdf
jboss-seam-remoting
Modified: branches/community/Seam_2_3/seam-integration-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
+++ branches/community/Seam_2_3/seam-integration-tests/pom.xml 2012-09-10 21:20:00 UTC (rev 15125)
@@ -138,12 +138,6 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam-ui</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam-jul</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
12 years, 2 months
Seam SVN: r15124 - branches/community/Seam_2_3/seam-reference-guide.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-09-10 17:18:15 -0400 (Mon, 10 Sep 2012)
New Revision: 15124
Modified:
branches/community/Seam_2_3/seam-reference-guide/pom.xml
Log:
JBSEAM-4901 added option for maven-jdocbook-plugin to allow non-english utf8 letters
Modified: branches/community/Seam_2_3/seam-reference-guide/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/pom.xml 2012-09-10 19:24:39 UTC (rev 15123)
+++ branches/community/Seam_2_3/seam-reference-guide/pom.xml 2012-09-10 21:18:15 UTC (rev 15124)
@@ -148,6 +148,7 @@
<options>
<xincludeSupported>true</xincludeSupported>
<xmlTransformerType>saxon</xmlTransformerType>
+ <applyStandardInjectionValues>false</applyStandardInjectionValues>
<docbookVersion>1.72.0</docbookVersion>
<transformerParameters>
<property>
12 years, 2 months
Seam SVN: r15123 - branches/community/Seam_2_3/jboss-seam-gen/dist/test.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-09-10 15:24:39 -0400 (Mon, 10 Sep 2012)
New Revision: 15123
Modified:
branches/community/Seam_2_3/jboss-seam-gen/dist/test/Deployments.java
branches/community/Seam_2_3/jboss-seam-gen/dist/test/arquillian.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt
Log:
JBSEAM-5023 more additions
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/test/Deployments.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/test/Deployments.java 2012-09-10 19:24:23 UTC (rev 15122)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/test/Deployments.java 2012-09-10 19:24:39 UTC (rev 15123)
@@ -2,19 +2,23 @@
import java.io.File;
+import org.jboss.shrinkwrap.api.ArchivePath;
import org.jboss.shrinkwrap.api.ShrinkWrap;
+import org.jboss.shrinkwrap.api.asset.StringAsset;
import org.jboss.shrinkwrap.api.importer.ZipImporter;
-import org.jboss.shrinkwrap.api.spec.EnterpriseArchive;
import org.jboss.shrinkwrap.api.spec.WebArchive;
+package org.jboss.seam.example.booking.test;
+
+import java.io.File;
+
+import org.jboss.shrinkwrap.api.ShrinkWrap;
+import org.jboss.shrinkwrap.api.spec.EnterpriseArchive;
+import org.jboss.shrinkwrap.api.importer.ZipImporter;
+
public class Deployments {
- public static EnterpriseArchive defaultEarDeployment() {
- return ShrinkWrap.create(ZipImporter.class, "@projectName@.ear").importFrom(new File("@workspaceHome@/@projectName@/test-build/@projectName@.ear"))
+ public static EnterpriseArchive bookingDeployment() {
+ return ShrinkWrap.create(ZipImporter.class, "${project.name}.${project.type}").importFrom(new File("${workspace.home/dist/${project.name}.${project.type}"))
.as(EnterpriseArchive.class);
}
-
- public static WebArchive defaultWarDeployment() {
- return ShrinkWrap.create(ZipImporter.class, "@projectName@.war").importFrom(new File("@workspaceHome@/@projectName@/test-build/@projectName@.war"))
- .as(WebArchive.class);
- }
}
\ No newline at end of file
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/test/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/test/arquillian.xml 2012-09-10 19:24:23 UTC (rev 15122)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/test/arquillian.xml 2012-09-10 19:24:39 UTC (rev 15123)
@@ -7,14 +7,14 @@
This feature can also be controlled using the system property arquillian.deploymentExportPath -->
<!--
<engine>
- <property name="deploymentExportPath">test-build</property>
+ <property name="deploymentExportPath">target</property>
</engine>
-->
<container qualifier="jboss" default="true">
<configuration>
<property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
- <property name="jbossHome">@jbossHome@</property>
+ <property name="jbossHome">${jboss.home}</property>
<property name="serverConfig">standalone-full.xml</property>
</configuration>
</container>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt 2012-09-10 19:24:23 UTC (rev 15122)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt 2012-09-10 19:24:39 UTC (rev 15123)
@@ -1,29 +1,9 @@
If you want to run tests using the Eclipse Junit plugin, you'll need to add
these jars to the top of your TestNG classpath. Using the Run Dialog, select the
-XML suite to run, and select these entries from the project tree:
+test class to run, and select these entries from the project tree:
-/lib/test/jboss-embedded-all.jar
-/lib/test/hibernate-all.jar
-/lib/test/thirdparty-all.jar
-/lib/jboss-embedded-api.jar
-/lib/jboss-deployers-client-spi.jar
-/lib/jboss-deployers-core-spi.jar
+lib/test/*.jar
+lib/*.jar
-You also need to add the Embedded JBoss bootstrap folder, which you can do by
-clicking on the Advanced... button.
+Seam uses Arquillian in its integration testing.
-/bootstrap
-
-Seam uses JBoss Embedded in its unit and integration testing. This has an
-additional requirement when using JDK 6. Add the following VM argument to the VM
-args tab in the TestNG launch configuration for your suite.
-
--Dsun.lang.ClassLoader.allowArraySyntax=true
-
-Please be sure to use JDK 6 Update 4 or better (>= 1.6.0_04) if you are using
-JDK 6. The Update 4 release upgraded to JAXB 2.1 which removes a problem with
-earlier versions of Sun's JDK 6 which required overriding the JAXB libraries
-using the endorsed directory.
-
-To add tests to your project create a TestNG xml descriptor called *Test.xml
-(e.g. FooTest.xml) next to your test classes and run ant test.
12 years, 2 months
Seam SVN: r15122 - in branches/community/Seam_2_3: jboss-seam-gen/dist and 4 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-09-10 15:24:23 -0400 (Mon, 10 Sep 2012)
New Revision: 15122
Added:
branches/community/Seam_2_3/jboss-seam-gen/dist/test/Deployments.java
branches/community/Seam_2_3/jboss-seam-gen/dist/test/arquillian.xml
Modified:
branches/community/Seam_2_3/distribution/get-arquillian-libs.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build-war.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath
branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy-build.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.settings.xml
branches/community/Seam_2_3/jboss-seam-gen/dist/test/ActionTest.java
branches/community/Seam_2_3/jboss-seam-gen/dist/test/FormTest.java
branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt
Log:
enhanced ARQ test generation in seam-gen JBSEAM-5023
Modified: branches/community/Seam_2_3/distribution/get-arquillian-libs.xml
===================================================================
--- branches/community/Seam_2_3/distribution/get-arquillian-libs.xml 2012-09-10 13:19:48 UTC (rev 15121)
+++ branches/community/Seam_2_3/distribution/get-arquillian-libs.xml 2012-09-10 19:24:23 UTC (rev 15122)
@@ -7,11 +7,13 @@
<property name="test.lib.dir" location="test" />
<property name="version.jboss-as7" value="7.1.1.Final"/>
+ <property name="version.arquillian-junit" value="1.0.1.Final"/>
<target name="copyarq" >
<mkdir dir="${test.lib.dir}"/>
<aether:resolve>
<aether:dependencies>
- <aether:dependency groupid="org.jboss.as" artifactid="jboss-as-arquillian-container-managed" version="${version.jboss-as7}" />
+ <aether:dependency groupid="org.jboss.as" artifactid="jboss-as-arquillian-container-remote" version="${version.jboss-as7}" />
+ <aether:dependency groupid="org.jboss.arquillian.junit" artifactid="arquillian-junit-container" version="${version.arquillian-junit}" />
</aether:dependencies>
<files dir="${test.lib.dir}" layout="{artifactId}-{version}-{classifier}.{extension}" />
</aether:resolve>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build-war.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build-war.xml 2012-09-10 13:19:48 UTC (rev 15121)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build-war.xml 2012-09-10 19:24:23 UTC (rev 15122)
@@ -40,11 +40,15 @@
<property name="schema.version" value="@schemaVersion@"/>
<fileset id="lib" dir="${lib.dir}">
- <include name="*.jar" />
+ <include name="*.jar"/>
</fileset>
-
+ <fileset id="testlib" dir="${lib.dir}/test">
+ <include name="*.jar"/>
+ </fileset>
+
<path id="build.classpath">
- <fileset refid="lib" />
+ <fileset refid="lib"/>
+ <fileset refid="testlib"/>
</path>
<!-- Import GlassFish deployment targets -->
@@ -409,11 +413,12 @@
file="${basedir}/resources/import-test.sql"/>
<copy tofile="${test.dir}/components.properties"
file="${basedir}/resources/components-test.properties"/>
- <copy todir="${test.dir}" flatten="true">
+<!-- <copy todir="${test.dir}" flatten="true">
<fileset dir="${src.test.dir}">
<include name="**/*Test.xml" />
</fileset>
</copy>
+ -->
</target>
<target name="test" depends="buildtest" description="Run the tests">
@@ -428,21 +433,21 @@
<not><available classname="javax.xml.bind.JAXB"/></not>
</and>
</condition>
- <fail if="incompatible.jdk">You are using an incompatible JDK 6. Please use Sun JDK 6 Update 4 (1.6.0_04) or newer or use Open JDK 6.</fail>
- <taskdef resource="testngtasks" classpath="${testng.jar}" />
+ <!-- <fail if="incompatible.jdk">You are using an incompatible JDK 6. Please use Sun JDK 6 Update 4 (1.6.0_04) or newer or use Open JDK 6.</fail>
+ <taskdef resource="testngtasks" classpath="${testng.jar}" />-->
<path id="test.path">
<path path="${test.dir}" />
<fileset dir="${lib.dir}/test">
<include name="*.jar"/>
</fileset>
- <path path="${bootstrap.dir}" />
+<!-- <path path="${bootstrap.dir}" />-->
<path refid="build.classpath" />
</path>
- <testng outputdir="${basedir}/test-report">
+ <!-- <testng outputdir="${basedir}/test-report">
<jvmarg line="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>
<classpath refid="test.path" />
<xmlfileset dir="${test.dir}" includes="*Test.xml" />
- </testng>
+ </testng>-->
</target>
<target name="javadoc" depends="compile">
@@ -471,7 +476,7 @@
<ant antfile="validate.xml" target="validateConfiguration"/>
</target>
- <target name="purge" depends="undeploy" description="Clean out JBoss AS temporary deployment files">
+ <target name="purge" depends="undeploy" description="Clean out JBoss AS temporary deployment files">
<delete dir="${jboss.home}/server/default/tmp/deploy"/>
<mkdir dir="${jboss.home}/server/default/tmp/deploy/"/>
<delete dir="${jboss.home}/server/default/tmp/sessions"/>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml 2012-09-10 13:19:48 UTC (rev 15121)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml 2012-09-10 19:24:23 UTC (rev 15122)
@@ -1,502 +1,516 @@
<?xml version="1.0"?>
<project name="@projectName@" default="deploy" basedir=".">
- <!-- Give user a chance to override without editing this file or typing -D -->
- <property file="${basedir}/build.properties"/>
+ <!-- Give user a chance to override without editing this file or typing -D -->
+ <property file="${basedir}/build.properties"/>
- <property name="profile" value="dev"/>
- <property file="build-${profile}.properties"/>
+ <property name="profile" value="dev"/>
+ <property file="build-${profile}.properties"/>
- <!-- set global properties for this build -->
- <property name="project.name" value="@projectName@"/>
- <property name="project.ear" value="true"/>
- <property name="richfaces.present" value="true"/>
- <property name="dist.dir" value="dist"/>
- <property name="src.model.dir" value="src/main"/>
- <property name="src.action.dir" value="src/hot"/>
- <property name="src.test.dir" value="src/test"/>
- <property name="lib.dir" value="lib"/>
- <property name="endorsed.dir" value="${lib.dir}/endorsed"/>
- <property name="ear.dir" value="exploded-archives/${project.name}.ear"/>
- <property name="exploded.archive.dir" value="${ear.dir}"/>
- <property name="jar.dir" value="${ear.dir}/${project.name}_jar"/>
- <property name="war.dir" value="${ear.dir}/${project.name}_war"/>
- <property name="test.dir" value="test-build"/>
- <property name="bootstrap.dir" value="${basedir}/bootstrap"/>
- <property name="jboss.domain" value="standalone"/>
- <property name="deploy.dir" value="${jboss.home}/${jboss.domain}/deployments"/>
- <property name="ear.deploy.dir" value="${deploy.dir}/${project.name}.ear"/>
- <property name="jar.deploy.dir" value="${ear.deploy.dir}/${project.name}.jar"/>
- <property name="war.deploy.dir" value="${ear.deploy.dir}/${project.name}.war"/>
- <property name="packaged.archive" value="${dist.dir}/${project.name}.ear"/>
- <property name="testng.jar" value="${basedir}/lib/testng.jar"/>
- <property name="javac.debug" value="true"/>
- <property name="javac.deprecation" value="false"/>
- <property name="debug" value="false"/>
+ <!-- set global properties for this build -->
+ <property name="project.name" value="@projectName@"/>
+ <property name="project.ear" value="true"/>
+ <property name="richfaces.present" value="true"/>
+ <property name="dist.dir" value="dist"/>
+ <property name="src.model.dir" value="src/main"/>
+ <property name="src.action.dir" value="src/hot"/>
+ <property name="src.test.dir" value="src/test"/>
+ <property name="lib.dir" value="lib"/>
+ <property name="endorsed.dir" value="${lib.dir}/endorsed"/>
+ <property name="ear.dir" value="exploded-archives/${project.name}.ear"/>
+ <property name="exploded.archive.dir" value="${ear.dir}"/>
+ <property name="jar.dir" value="${ear.dir}/${project.name}_jar"/>
+ <property name="war.dir" value="${ear.dir}/${project.name}_war"/>
+ <property name="test.dir" value="test-build"/>
+ <property name="jboss.domain" value="standalone"/>
+ <property name="deploy.dir" value="${jboss.home}/${jboss.domain}/deployments"/>
+ <property name="ear.deploy.dir" value="${deploy.dir}/${project.name}.ear"/>
+ <property name="jar.deploy.dir" value="${ear.deploy.dir}/${project.name}.jar"/>
+ <property name="war.deploy.dir" value="${ear.deploy.dir}/${project.name}.war"/>
+ <property name="packaged.archive" value="${dist.dir}/${project.name}.ear"/>
+<!-- <property name="testng.jar" value="${basedir}/lib/testng.jar"/> -->
+ <property name="javac.debug" value="true"/>
+ <property name="javac.deprecation" value="false"/>
+ <property name="debug" value="false"/>
- <!--Properties for validating configuration files -->
- <property name="validate.resources.dir" value="${basedir}/exploded-archives"/>
- <property name="schema.dir" value="${basedir}/exploded-archives/schemas"/>
- <property name="src.schema.dir" value="${schema.dir}/org/jboss/seam"/>
- <property name="schema.version" value="@schemaVersion@"/>
+ <!--Properties for validating configuration files -->
+ <property name="validate.resources.dir" value="${basedir}/exploded-archives"/>
+ <property name="schema.dir" value="${basedir}/exploded-archives/schemas"/>
+ <property name="src.schema.dir" value="${schema.dir}/org/jboss/seam"/>
+ <property name="schema.version" value="@schemaVersion@"/>
- <fileset id="lib" dir="${lib.dir}">
+ <fileset id="lib" dir="${lib.dir}">
+ <include name="*.jar"/>
+ </fileset>
+ <fileset id="testlib" dir="${lib.dir}/test">
<include name="*.jar"/>
- </fileset>
+ </fileset>
<path id="build.classpath">
<fileset refid="lib"/>
+ <fileset refid="testlib"/>
</path>
- <!-- Import GlassFish deployment targets -->
- <import file="${basedir}/glassfish-build.xml"/>
+ <!-- Import GlassFish deployment targets -->
+ <import file="${basedir}/glassfish-build.xml"/>
- <target name="init" description="Initialize the build">
- <taskdef name="groovyc"
+ <target name="init" description="Initialize the build">
+ <taskdef name="groovyc"
classname ="org.codehaus.groovy.ant.Groovyc"
- classpathref="build.classpath"/> <!-- really only the groovy jar is necessary -->
- <mkdir dir="${jar.dir}"/>
- <mkdir dir="${ear.dir}"/>
- <mkdir dir="${war.dir}"/>
- <mkdir dir="${dist.dir}"/>
+ classpathref="build.classpath"/>
+ <!-- really only the groovy jar is necessary -->
+ <mkdir dir="${jar.dir}"/>
+ <mkdir dir="${ear.dir}"/>
+ <mkdir dir="${war.dir}"/>
+ <mkdir dir="${dist.dir}"/>
- <condition property="is.debug" value="true">
- <istrue value="${debug}"/>
- </condition>
- <property name="transactionManagerLookupClass" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
- <property name="ejbJndiPattern" value="java:app/${project.name}.jar/#{ejbName}"/>
- <property name="seamBootstrapsPu" value="false"/>
- <property name="seamEmfRef" value="#{null}"/>
- <property name="puJndiName" value="java:/${project.name}EntityManagerFactory"/>
+ <condition property="is.debug" value="true">
+ <istrue value="${debug}"/>
+ </condition>
+ <property name="transactionManagerLookupClass" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
+ <property name="ejbJndiPattern" value="java:app/${project.name}.jar/#{ejbName}"/>
+ <property name="seamBootstrapsPu" value="false"/>
+ <property name="seamEmfRef" value="#{null}"/>
+ <property name="puJndiName" value="java:/${project.name}EntityManagerFactory"/>
- <filterset id="persistence">
- <filter token="transactionManagerLookupClass" value="${transactionManagerLookupClass}"/>
- </filterset>
- <filterset id="seam">
- <filter token="ejbJndiPattern" value="${ejbJndiPattern}"/>
- <filter token="seamBootstrapsPu" value="${seamBootstrapsPu}"/>
- <filter token="seamEmfRef" value="${seamEmfRef}"/>
- <filter token="puJndiName" value="${puJndiName}"/>
- </filterset>
- <filterset id="profile">
- <filter token="debug" value="${debug}"/>
- </filterset>
+ <filterset id="persistence">
+ <filter token="transactionManagerLookupClass" value="${transactionManagerLookupClass}"/>
+ </filterset>
+ <filterset id="seam">
+ <filter token="ejbJndiPattern" value="${ejbJndiPattern}"/>
+ <filter token="seamBootstrapsPu" value="${seamBootstrapsPu}"/>
+ <filter token="seamEmfRef" value="${seamEmfRef}"/>
+ <filter token="puJndiName" value="${puJndiName}"/>
+ </filterset>
+ <filterset id="profile">
+ <filter token="debug" value="${debug}"/>
+ </filterset>
- <!-- if a .groovy file is in model or action, set groovy.present -->
- <available property="groovy.present" value="true" file="" searchparents="true">
- <filepath>
- <fileset dir="${src.action.dir}">
- <include name="**/*.groovy"/>
- </fileset>
- <fileset dir="${src.model.dir}">
- <include name="**/*.groovy"/>
- </fileset>
- </filepath>
- </available>
- <condition property="groovy.test.present" value="true">
- <or>
- <isset property="groovy.present"/>
- <available file="" searchparents="true">
- <filepath>
- <fileset dir="${src.test.dir}">
- <include name="**/*.groovy"/>
- </fileset>
- </filepath>
- </available>
- </or>
- </condition>
- <!-- NOTE: Seam does not properly detect uncompiled groovy classes in an EAR -->
- <condition property="groovy.dynamic" value="true">
- <and>
- <isset property="groovy.present"/>
- <istrue value="${debug}"/>
- </and>
- </condition>
- <condition property="groovy.static" value="true">
- <and>
- <isset property="groovy.present"/>
- <isfalse value="${debug}"/>
- </and>
- </condition>
- </target>
+ <!-- if a .groovy file is in model or action, set groovy.present -->
+ <available property="groovy.present" value="true" file="" searchparents="true">
+ <filepath>
+ <fileset dir="${src.action.dir}">
+ <include name="**/*.groovy"/>
+ </fileset>
+ <fileset dir="${src.model.dir}">
+ <include name="**/*.groovy"/>
+ </fileset>
+ </filepath>
+ </available>
+ <condition property="groovy.test.present" value="true">
+ <or>
+ <isset property="groovy.present"/>
+ <available file="" searchparents="true">
+ <filepath>
+ <fileset dir="${src.test.dir}">
+ <include name="**/*.groovy"/>
+ </fileset>
+ </filepath>
+ </available>
+ </or>
+ </condition>
+ <!-- NOTE: Seam does not properly detect uncompiled groovy classes in an EAR -->
+ <condition property="groovy.dynamic" value="true">
+ <and>
+ <isset property="groovy.present"/>
+ <istrue value="${debug}"/>
+ </and>
+ </condition>
+ <condition property="groovy.static" value="true">
+ <and>
+ <isset property="groovy.present"/>
+ <isfalse value="${debug}"/>
+ </and>
+ </condition>
+ </target>
- <target name="groovy.compile" if="groovy.static">
- <groovyc classpathref="build.classpath"
+ <target name="groovy.compile" if="groovy.static">
+ <groovyc classpathref="build.classpath"
destdir="${jar.dir}"
srcdir="${src.model.dir}">
- </groovyc>
- <path id="groovy.action.classpath">
- <path refid="build.classpath"/>
- <dirset dir="${jar.dir}"/>
- </path>
- <groovyc classpathref="groovy.action.classpath"
+ </groovyc>
+ <path id="groovy.action.classpath">
+ <path refid="build.classpath"/>
+ <dirset dir="${jar.dir}"/>
+ </path>
+ <groovyc classpathref="groovy.action.classpath"
destdir="${jar.dir}"
srcdir="${src.action.dir}">
- </groovyc>
- </target>
+ </groovyc>
+ </target>
- <target name="groovy.copy" if="groovy.dynamic">
- <copy todir="${jar.dir}">
- <fileset dir="${src.action.dir}">
- <include name="**/*.groovy"/>
- </fileset>
- </copy>
- </target>
+ <target name="groovy.copy" if="groovy.dynamic">
+ <copy todir="${jar.dir}">
+ <fileset dir="${src.action.dir}">
+ <include name="**/*.groovy"/>
+ </fileset>
+ </copy>
+ </target>
- <target name="compile" depends="init,groovy.compile,groovy.copy"
+ <target name="compile" depends="init,groovy.compile,groovy.copy"
description="Compile the Java source code"
unless="eclipse.running">
- <javac classpathref="build.classpath"
+ <javac classpathref="build.classpath"
destdir="${jar.dir}"
debug="${javac.debug}"
deprecation="${javac.deprecation}"
nowarn="on">
- <src path="${src.model.dir}"/>
- <src path="${src.action.dir}"/>
- </javac>
- </target>
+ <src path="${src.model.dir}"/>
+ <src path="${src.action.dir}"/>
+ </javac>
+ </target>
- <target name="copyclasses" depends="init"
+ <target name="copyclasses" depends="init"
description="Copy the classes that were compiled by eclipse"
if="eclipse.running">
- <copy todir="${jar.dir}">
- <fileset dir="classes/main">
- <include name="**/*.class"/>
- </fileset>
- <fileset dir="classes/hot">
- <include name="**/*.class"/>
- </fileset>
- </copy>
- </target>
+ <copy todir="${jar.dir}">
+ <fileset dir="classes/main">
+ <include name="**/*.class"/>
+ </fileset>
+ <fileset dir="classes/hot">
+ <include name="**/*.class"/>
+ </fileset>
+ </copy>
+ </target>
- <target name="jar" depends="compile,copyclasses"
+ <target name="jar" depends="compile,copyclasses"
description="Build the JAR structure in a staging directory">
- <copy todir="${jar.dir}">
- <fileset dir="${src.model.dir}">
- <include name="**/*.component.xml" />
- </fileset>
- <fileset dir="${basedir}/resources">
- <include name="seam.properties"/>
- <include name="*.drl"/>
- <include name="META-INF/*.drl"/>
- </fileset>
- </copy>
- <copy todir="${jar.dir}/META-INF">
- <fileset dir="${basedir}/resources/META-INF">
- <include name="ejb-jar.xml"/>
- <include name="orm.xml"/>
- </fileset>
- </copy>
- <copy tofile="${jar.dir}/META-INF/persistence.xml"
+ <copy todir="${jar.dir}">
+ <fileset dir="${src.model.dir}">
+ <include name="**/*.component.xml" />
+ </fileset>
+ <fileset dir="${basedir}/resources">
+ <include name="seam.properties"/>
+ <include name="*.drl"/>
+ <include name="META-INF/*.drl"/>
+ </fileset>
+ </copy>
+ <copy todir="${jar.dir}/META-INF">
+ <fileset dir="${basedir}/resources/META-INF">
+ <include name="ejb-jar.xml"/>
+ <include name="orm.xml"/>
+ </fileset>
+ </copy>
+ <copy tofile="${jar.dir}/META-INF/persistence.xml"
file="${basedir}/resources/META-INF/persistence-${profile}.xml">
- <filterset refid="persistence"/>
- </copy>
- <copy tofile="${jar.dir}/import.sql"
+ <filterset refid="persistence"/>
+ </copy>
+ <copy tofile="${jar.dir}/import.sql"
file="${basedir}/resources/import-${profile}.sql"/>
- </target>
+ </target>
- <target name="war" depends="compile"
+ <target name="war" depends="compile"
description="Build the WAR structure in a staging directory">
- <copy todir="${war.dir}">
- <fileset dir="${basedir}/view"/>
- </copy>
- <copy tofile="${war.dir}/WEB-INF/classes/components.properties"
+ <copy todir="${war.dir}">
+ <fileset dir="${basedir}/view"/>
+ </copy>
+ <copy tofile="${war.dir}/WEB-INF/classes/components.properties"
file="${basedir}/resources/components-${profile}.properties">
- <filterset refid="seam"/>
- <filterset refid="profile"/>
- </copy>
- <copy todir="${war.dir}/WEB-INF">
- <fileset dir="${basedir}/resources/WEB-INF">
- <include name="*.*"/>
- <include name="lib/*.*"/>
- <exclude name="web.xml"/>
- </fileset>
- </copy>
- <copy todir="${war.dir}/WEB-INF/lib">
- <fileset dir="${lib.dir}">
- <includesfile name="deployed-jars-war.list"/>
- <exclude name="jboss-seam-gen.jar"/>
- <exclude name="jboss-seam-debug.jar" unless="is.debug"/>
- </fileset>
- </copy>
- <copy todir="${war.dir}/WEB-INF/classes">
- <fileset dir="${basedir}/resources">
- <include name="messages*.properties"/>
- <include name="*.skin.properties" if="richfaces.present"/>
- <include name="*_theme.properties"/>
- <include name="**/*.xcss" if="richfaces.present"/>
- </fileset>
- <!-- move XCSS into classpath for now
+ <filterset refid="seam"/>
+ <filterset refid="profile"/>
+ </copy>
+ <copy todir="${war.dir}/WEB-INF">
+ <fileset dir="${basedir}/resources/WEB-INF">
+ <include name="*.*"/>
+ <include name="lib/*.*"/>
+ <exclude name="web.xml"/>
+ </fileset>
+ </copy>
+ <copy todir="${war.dir}/WEB-INF/lib">
+ <fileset dir="${lib.dir}">
+ <includesfile name="deployed-jars-war.list"/>
+ <exclude name="jboss-seam-gen.jar"/>
+ <exclude name="jboss-seam-debug.jar" unless="is.debug"/>
+ </fileset>
+ </copy>
+ <copy todir="${war.dir}/WEB-INF/classes">
+ <fileset dir="${basedir}/resources">
+ <include name="messages*.properties"/>
+ <include name="*.skin.properties" if="richfaces.present"/>
+ <include name="*_theme.properties"/>
+ <include name="**/*.xcss" if="richfaces.present"/>
+ </fileset>
+ <!-- move XCSS into classpath for now
loading from web context only works in JBoss AS 4 -->
- <fileset dir="${basedir}/view">
- <include name="**/*.xcss" if="richfaces.present"/>
- </fileset>
- </copy>
- <copy todir="${war.dir}/WEB-INF"
+ <fileset dir="${basedir}/view">
+ <include name="**/*.xcss" if="richfaces.present"/>
+ </fileset>
+ </copy>
+ <copy todir="${war.dir}/WEB-INF"
file="${basedir}/resources/WEB-INF/web.xml">
- <filterset refid="profile"/>
- </copy>
- </target>
+ <filterset refid="profile"/>
+ </copy>
+ </target>
- <target name="ear" description="Build the EAR structure in a staging directory">
- <copy todir="${ear.dir}">
- <fileset dir="${basedir}/resources">
- <include name="*jpdl.xml"/>
- <include name="*hibernate.cfg.xml"/>
- <include name="jbpm.cfg.xml"/>
- </fileset>
- <fileset dir="${lib.dir}">
- <include name="jboss-seam.jar"/>
- </fileset>
- </copy>
- <copy todir="${ear.dir}/lib">
- <fileset dir="${lib.dir}">
- <includesfile name="deployed-jars-ear.list"/>
- <exclude name="icefaces-ahs.jar" if="icefaces.present"/>
- </fileset>
- </copy>
- <copy todir="${ear.dir}/META-INF">
- <fileset dir="${basedir}/resources/META-INF">
- <include name="application.xml"/>
- <include name="jboss-app.xml"/>
- <include name="jboss-deployment-structure.xml"/>
- </fileset>
- </copy>
- </target>
+ <target name="ear" description="Build the EAR structure in a staging directory">
+ <copy todir="${ear.dir}">
+ <fileset dir="${basedir}/resources">
+ <include name="*jpdl.xml"/>
+ <include name="*hibernate.cfg.xml"/>
+ <include name="jbpm.cfg.xml"/>
+ </fileset>
+ <fileset dir="${lib.dir}">
+ <include name="jboss-seam.jar"/>
+ </fileset>
+ </copy>
+ <copy todir="${ear.dir}/lib">
+ <fileset dir="${lib.dir}">
+ <includesfile name="deployed-jars-ear.list"/>
+ <exclude name="icefaces-ahs.jar" if="icefaces.present"/>
+ </fileset>
+ </copy>
+ <copy todir="${ear.dir}/META-INF">
+ <fileset dir="${basedir}/resources/META-INF">
+ <include name="application.xml"/>
+ <include name="jboss-app.xml"/>
+ <include name="jboss-deployment-structure.xml"/>
+ </fileset>
+ </copy>
+ </target>
- <target name="clear-profile-artifacts" depends="init"
+ <target name="clear-profile-artifacts" depends="init"
description="Clear compiled cache of profile-specific artifacts in anticipation of a profile change">
- <delete file="${jar.dir}/META-INF/persistence.xml"/>
- <delete file="${jar.dir}/import.sql"/>
- <delete file="${war.dir}/WEB-INF/classes/components.properties"/>
- </target>
+ <delete file="${jar.dir}/META-INF/persistence.xml"/>
+ <delete file="${jar.dir}/import.sql"/>
+ <delete file="${war.dir}/WEB-INF/classes/components.properties"/>
+ </target>
- <target name="stage" depends="jar,war,ear"/>
+ <target name="stage" depends="jar,war,ear"/>
- <target name="archive" depends="clear-profile-artifacts,stage"
+ <target name="archive" depends="clear-profile-artifacts,stage"
description="Package the archives">
- <jar jarfile="${dist.dir}/${project.name}.jar" basedir="${jar.dir}"/>
- <jar jarfile="${dist.dir}/${project.name}.war" basedir="${war.dir}"/>
- <jar jarfile="${dist.dir}/${project.name}.ear">
- <fileset dir="${ear.dir}">
- <exclude name="${project.name}_jar/**"/>
- <exclude name="${project.name}_war/**"/>
- </fileset>
- <fileset dir="${dist.dir}">
- <include name="${project.name}.jar"/>
- <include name="${project.name}.war"/>
- </fileset>
- </jar>
- </target>
+ <jar jarfile="${dist.dir}/${project.name}.jar" basedir="${jar.dir}"/>
+ <jar jarfile="${dist.dir}/${project.name}.war" basedir="${war.dir}"/>
+ <jar jarfile="${dist.dir}/${project.name}.ear">
+ <fileset dir="${ear.dir}">
+ <exclude name="${project.name}_jar/**"/>
+ <exclude name="${project.name}_war/**"/>
+ </fileset>
+ <fileset dir="${dist.dir}">
+ <include name="${project.name}.jar"/>
+ <include name="${project.name}.war"/>
+ </fileset>
+ </jar>
+ </target>
- <target name="datasource">
- <fail unless="jboss.home">jboss.home not set</fail>
- <copy file="${basedir}/resources/${project.name}-${profile}-ds.xml"
+ <target name="datasource">
+ <fail unless="jboss.home">jboss.home not set</fail>
+ <copy file="${basedir}/resources/${project.name}-${profile}-ds.xml"
tofile="${deploy.dir}/${project.name}-ds.xml"/>
- </target>
+ </target>
- <target name="explode" depends="stage,datasource"
+ <target name="explode" depends="stage,datasource"
description="Deploy the exploded archive">
- <fail unless="jboss.home">jboss.home not set</fail>
+ <fail unless="jboss.home">jboss.home not set</fail>
- <copy todir="${ear.deploy.dir}">
- <fileset dir="${ear.dir}">
- <include name="**/*"/>
- <exclude name="${project.name}_jar/**"/>
- <exclude name="${project.name}_war/**"/>
- </fileset>
- </copy>
- <copy todir="${jar.deploy.dir}">
- <fileset dir="${jar.dir}"/>
- </copy>
- <copy todir="${war.deploy.dir}">
- <fileset dir="${war.dir}"/>
- </copy>
- </target>
+ <copy todir="${ear.deploy.dir}">
+ <fileset dir="${ear.dir}">
+ <include name="**/*"/>
+ <exclude name="${project.name}_jar/**"/>
+ <exclude name="${project.name}_war/**"/>
+ </fileset>
+ </copy>
+ <copy todir="${jar.deploy.dir}">
+ <fileset dir="${jar.dir}"/>
+ </copy>
+ <copy todir="${war.deploy.dir}">
+ <fileset dir="${war.dir}"/>
+ </copy>
+ </target>
- <target name="unexplode" description="Undeploy the exploded archive">
- <delete failonerror="no">
- <fileset dir="${ear.deploy.dir}">
- <exclude name="**/*.jar"/>
- </fileset>
- </delete>
- <delete file="${deploy.dir}/${project.name}-ds.xml" failonerror="no"/>
- <delete dir="${ear.deploy.dir}" failonerror="no"/>
- </target>
+ <target name="unexplode" description="Undeploy the exploded archive">
+ <delete failonerror="no">
+ <fileset dir="${ear.deploy.dir}">
+ <exclude name="**/*.jar"/>
+ </fileset>
+ </delete>
+ <delete file="${deploy.dir}/${project.name}-ds.xml" failonerror="no"/>
+ <delete dir="${ear.deploy.dir}" failonerror="no"/>
+ </target>
- <target name="reexplode" depends="unexplode,clean,explode"
+ <target name="reexplode" depends="unexplode,clean,explode"
description="Undeploy the exploded archive, clean, then deploy the exploded archive"/>
- <target name="check-deployed" description="Check to see if packaged archive is currently deployed">
- <fail unless="jboss.home">jboss.home not set</fail>
- <condition property="archive.deployed" value="true">
- <available file="${ear.deploy.dir}" type="file"/>
- </condition>
- </target>
+ <target name="check-deployed" description="Check to see if packaged archive is currently deployed">
+ <fail unless="jboss.home">jboss.home not set</fail>
+ <condition property="archive.deployed" value="true">
+ <available file="${ear.deploy.dir}" type="file"/>
+ </condition>
+ </target>
- <target name="restart-exploded" unless="archive.deployed" description="Deploy exploded archive if not deployed as packaged archive">
- <antcall target="explode"/>
- <touch file="${ear.deploy.dir}/META-INF/application.xml"/>
- </target>
+ <target name="restart-exploded" unless="archive.deployed" description="Deploy exploded archive if not deployed as packaged archive">
+ <antcall target="explode"/>
+ <touch file="${ear.deploy.dir}/META-INF/application.xml"/>
+ </target>
- <target name="restart-deployed" if="archive.deployed" description="Deploy packaged archive if deployed as packaged archive">
- <antcall target="deploy"/>
- </target>
+ <target name="restart-deployed" if="archive.deployed" description="Deploy packaged archive if deployed as packaged archive">
+ <antcall target="deploy"/>
+ </target>
- <target name="restart" depends="check-deployed,clear-profile-artifacts,restart-exploded,restart-deployed" description="Restart the exploded archive"/>
+ <target name="restart" depends="check-deployed,clear-profile-artifacts,restart-exploded,restart-deployed" description="Restart the exploded archive"/>
- <target name="deploy" depends="archive,datasource" description="Deploy the packaged archive">
- <fail unless="jboss.home">jboss.home not set</fail>
- <copy todir="${deploy.dir}" file="${dist.dir}/${project.name}.ear"/>
- </target>
+ <target name="deploy" depends="archive,datasource" description="Deploy the packaged archive">
+ <fail unless="jboss.home">jboss.home not set</fail>
+ <copy todir="${deploy.dir}" file="${dist.dir}/${project.name}.ear"/>
+ </target>
- <target name="undeploy" description="Undeploy the packaged archive">
- <delete file="${deploy.dir}/${project.name}.ear"/>
- <delete file="${deploy.dir}/${project.name}-ds.xml"/>
- </target>
+ <target name="undeploy" description="Undeploy the packaged archive">
+ <delete file="${deploy.dir}/${project.name}.ear"/>
+ <delete file="${deploy.dir}/${project.name}-ds.xml"/>
+ </target>
- <target name="redeploy" depends="undeploy,clean,deploy"
+ <target name="redeploy" depends="undeploy,clean,deploy"
description="Undeploy the packaged archive, clean, then deploy the packaged archive"/>
- <target name="clean" description="Cleans up the staging directory">
- <delete dir="${dist.dir}"/>
- <delete dir="${basedir}/exploded-archives"/>
- <delete dir="${src.schema.dir}" failonerror="no"/>
- <delete dir="${basedir}/test-report"/>
- <delete dir="${basedir}/test-output"/>
- <delete failonerror="no" includeemptydirs="true">
- <fileset dir="${test.dir}">
- <exclude name="**/*.class" if="eclipse.running"/>
- </fileset>
- </delete>
- </target>
+ <target name="clean" description="Cleans up the staging directory">
+ <delete dir="${dist.dir}"/>
+ <delete dir="${basedir}/exploded-archives"/>
+ <delete dir="${src.schema.dir}" failonerror="no"/>
+ <delete dir="${basedir}/test-report"/>
+ <delete dir="${basedir}/test-output"/>
+ <delete failonerror="no" includeemptydirs="true">
+ <fileset dir="${test.dir}">
+ <exclude name="**/*.class" if="eclipse.running"/>
+ </fileset>
+ </delete>
+ </target>
- <target name="compiletest" depends="groovy.compiletest" unless="eclipse.running" description="Compile the Java source code for the tests">
- <mkdir dir="${test.dir}"/>
- <javac classpathref="build.classpath"
+ <target name="compiletest" depends="groovy.compiletest" unless="eclipse.running" description="Compile the Java source code for the tests">
+ <mkdir dir="${test.dir}"/>
+ <javac classpathref="build.classpath"
destdir="${test.dir}"
debug="${javac.debug}"
deprecation="${javac.deprecation}"
nowarn="on">
- <src path="${src.action.dir}"/>
- <src path="${src.model.dir}"/>
- <src path="${src.test.dir}"/>
- </javac>
- </target>
+ <src path="${src.action.dir}"/>
+ <src path="${src.model.dir}"/>
+ <src path="${src.test.dir}"/>
+ </javac>
+ </target>
- <target name="groovy.compiletest" if="groovy.test.present" description="Compile the Groovy source code for the tests">
- <mkdir dir="${test.dir}"/>
- <groovyc classpathref="build.classpath"
+ <target name="groovy.compiletest" if="groovy.test.present" description="Compile the Groovy source code for the tests">
+ <mkdir dir="${test.dir}"/>
+ <groovyc classpathref="build.classpath"
destdir="${test.dir}">
- <src path="${src.action.dir}"/>
- <src path="${src.model.dir}"/>
- <src path="${src.test.dir}"/>
- </groovyc>
- </target>
+ <src path="${src.action.dir}"/>
+ <src path="${src.model.dir}"/>
+ <src path="${src.test.dir}"/>
+ </groovyc>
+ </target>
- <target name="copytestclasses" if="eclipse.running" description="Copy classes compiled by eclipse to the test dir">
- <mkdir dir="${test.dir}"/>
- <copy todir="${test.dir}">
- <fileset dir="classes/main">
- <include name="**/*.class"/>
- </fileset>
- </copy>
- <copy todir="${test.dir}">
- <fileset dir="classes/hot">
- <include name="**/*.class"/>
- </fileset>
- </copy>
- <copy todir="${test.dir}">
- <fileset dir="classes/test">
- <include name="**/*.class"/>
- </fileset>
- </copy>
- </target>
+ <target name="copytestclasses" if="eclipse.running" description="Copy classes compiled by eclipse to the test dir">
+ <mkdir dir="${test.dir}"/>
+ <copy todir="${test.dir}">
+ <fileset dir="classes/main">
+ <include name="**/*.class"/>
+ </fileset>
+ </copy>
+ <copy todir="${test.dir}">
+ <fileset dir="classes/hot">
+ <include name="**/*.class"/>
+ </fileset>
+ </copy>
+ <copy todir="${test.dir}">
+ <fileset dir="classes/test">
+ <include name="**/*.class"/>
+ </fileset>
+ </copy>
+ </target>
- <target name="buildtest" depends="init,compiletest,copytestclasses" description="Build the tests">
- <copy todir="${test.dir}">
- <fileset dir="${basedir}/resources">
- <exclude name="META-INF/persistence*.xml"/>
- <exclude name="import*.sql"/>
- <exclude name="${project.name}-*-ds.xml"/>
- <exclude name="components-*.properties"/>
- </fileset>
- <fileset dir="${basedir}/view"/>
- </copy>
- <copy tofile="${test.dir}/META-INF/persistence.xml"
+ <target name="buildtest" depends="init,compiletest,copytestclasses" description="Build the tests">
+ <copy todir="${test.dir}">
+ <fileset dir="${basedir}/resources">
+ <exclude name="META-INF/persistence*.xml"/>
+ <exclude name="import*.sql"/>
+ <exclude name="${project.name}-*-ds.xml"/>
+ <exclude name="components-*.properties"/>
+ </fileset>
+ <fileset dir="${basedir}/view"/>
+ </copy>
+ <copy tofile="${test.dir}/META-INF/persistence.xml"
file="${basedir}/resources/META-INF/persistence-test.xml"/>
- <copy tofile="${test.dir}/import.sql"
+ <copy tofile="${test.dir}/import.sql"
file="${basedir}/resources/import-test.sql"/>
+ <copy tofile="${test.dir}/components.properties"
+ file="${basedir}/resources/components-test.properties"/>
+ <copy todir="${test.dir}" flatten="true">
+ <fileset dir="${src.test.dir}">
+ <include name="**/*Test.xml"/>
+ </fileset>
+ </copy>
<copy tofile="${test.dir}/components.properties"
- file="${basedir}/resources/components-test.properties"/>
- <copy todir="${test.dir}" flatten="true">
- <fileset dir="${src.test.dir}">
- <include name="**/*Test.xml"/>
- </fileset>
- </copy>
- </target>
+ file="${basedir}/resources/components-test.properties"/>
+ </target>
- <target name="test" depends="buildtest" description="Run the tests">
- <fail message="Cannot run tests because path to project contains spaces.">
- <condition>
- <contains string="${basedir}" substring=" "/>
- </condition>
- </fail>
- <condition property="incompatible.jdk" value="true">
+ <target name="test" depends="buildtest" description="Run the tests">
+ <fail message="Cannot run tests because path to project contains spaces.">
+ <condition>
+ <contains string="${basedir}" substring=" "/>
+ </condition>
+ </fail>
+ <!-- <condition property="incompatible.jdk" value="true">
<and>
<equals arg1="${ant.java.version}" arg2="1.6"/>
<not><available classname="javax.xml.bind.JAXB"/></not>
</and>
- </condition>
+ </condition>
<fail if="incompatible.jdk">You are using an incompatible JDK 6. Please use Sun JDK 6 Update 4 (1.6.0_04) or newer or use Open JDK 6.</fail>
- <taskdef resource="testngtasks" classpath="${testng.jar}"/>
- <path id="test.path">
- <path path="${test.dir}"/>
- <fileset dir="${lib.dir}/test">
- <include name="*.jar"/>
- </fileset>
- <path path="${bootstrap.dir}"/>
- <path refid="build.classpath"/>
- </path>
- <testng outputdir="${basedir}/test-report">
- <jvmarg line="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>
- <classpath refid="test.path"/>
- <xmlfileset dir="${test.dir}" includes="*Test.xml"/>
- </testng>
- </target>
+ -->
+ <!--<taskdef resource="testngtasks" classpath="${testng.jar}"/>-->
+ <path id="test.path">
+ <path path="${test.dir}"/>
+ <fileset dir="${lib.dir}/test">
+ <include name="*.jar"/>
+ </fileset>
+ <path refid="build.classpath"/>
+ </path>
+ <junit printsummary="yes">
+ <!--outputdir="${basedir}/test-report">-->
+ <!--<jvmarg line="-Dsun.lang.ClassLoader.allowArraySyntax=true"/>-->
+ <classpath refid="test.path"/>
+ <batchtest todir="${basedir}/test-report">
+ <fileset dir="${test.dir}">
+ <include name="**/*Test.class"/>
+ </fileset>
+ </batchtest>
+ </junit>
+ <junitreport todir="${basedir}/test-report">
+ <fileset dir="${basedir}/test-report"/>
+ <report todir="${basedir}/test-report"/>
+ </junitreport>
+ </target>
- <target name="javadoc" depends="compile">
- <mkdir dir="${dist.dir}/apidoc"/>
- <javadoc classpathref="build.classpath" destdir="${dist.dir}/apidoc" use="true" protected="true" version="true" windowtitle="${project.name} API Documentation" doctitle="${project.name} API Documentation" link="http://java.sun.com/j2se/5.0/docs/api">
- <packageset dir="${src.action.dir}" defaultexcludes="yes">
- <include name="*/**"/>
- </packageset>
- <packageset dir="${src.model.dir}" defaultexcludes="yes">
- <include name="*/**"/>
- </packageset>
- </javadoc>
- </target>
+ <target name="javadoc" depends="compile">
+ <mkdir dir="${dist.dir}/apidoc"/>
+ <javadoc classpathref="build.classpath" destdir="${dist.dir}/apidoc" use="true" protected="true" version="true" windowtitle="${project.name} API Documentation" doctitle="${project.name} API Documentation" link="http://java.sun.com/j2se/5.0/docs/api">
+ <packageset dir="${src.action.dir}" defaultexcludes="yes">
+ <include name="*/**"/>
+ </packageset>
+ <packageset dir="${src.model.dir}" defaultexcludes="yes">
+ <include name="*/**"/>
+ </packageset>
+ </javadoc>
+ </target>
- <!-- deprecated -->
- <target name="validateConfiguration" depends="validate"/>
+ <!-- deprecated -->
+ <target name="validateConfiguration" depends="validate"/>
- <target name="validate" depends="stage" description="Validate the XML configuration files">
- <mkdir dir="${schema.dir}"/>
- <unjar src="${lib.dir}/jboss-seam.jar" dest="${schema.dir}">
- <patternset>
- <include name="org/jboss/seam/*.xsd"/>
- <include name="org/jboss/seam/*.dtd"/>
- </patternset>
- </unjar>
- <ant antfile="validate.xml" target="validateConfiguration"/>
- </target>
+ <target name="validate" depends="stage" description="Validate the XML configuration files">
+ <mkdir dir="${schema.dir}"/>
+ <unjar src="${lib.dir}/jboss-seam.jar" dest="${schema.dir}">
+ <patternset>
+ <include name="org/jboss/seam/*.xsd"/>
+ <include name="org/jboss/seam/*.dtd"/>
+ </patternset>
+ </unjar>
+ <ant antfile="validate.xml" target="validateConfiguration"/>
+ </target>
- <target name="purge" depends="undeploy" description="Clean out JBoss AS temporary deployment files">
+ <target name="purge" depends="undeploy" description="Clean out JBoss AS temporary deployment files">
<delete dir="${jboss.home}/server/default/tmp/deploy"/>
<mkdir dir="${jboss.home}/server/default/tmp/deploy/"/>
<delete dir="${jboss.home}/server/default/tmp/sessions"/>
<mkdir dir="${jboss.home}/server/default/tmp/sessions"/>
<delete dir="${jboss.home}/server/default/work/jboss.web/localhost/${project.name}"/>
</target>
-
</project>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml 2012-09-10 13:19:48 UTC (rev 15121)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build.xml 2012-09-10 19:24:23 UTC (rev 15122)
@@ -209,6 +209,9 @@
<filter token="listName" value="${component.name}List"/>
<filter token="homeName" value="${component.name}Home"/>
<filter token="query" value="${query.text}"/>
+ <filter token="projectName" value="${project.name}"/>
+ <filter token="projectType" value="${project.type}"/>
+ <filter token="workspaceHome" value="${workspace.home}"/>
</filterset>
</target>
@@ -1305,10 +1308,14 @@
<copy file="${templates.dir}/src/Action.java" tofile="${interface.file}">
<filterset refid="filters"/>
</copy>
+ <copy file="${templates.dir}/test/Deployments.java" tofile="${project.home}/src/${test.dir}/Deployments.java">
+ <filterset refid="filters"/>
+ </copy>
<copy file="${templates.dir}/test/ActionTest.java" tofile="${test.file}">
<filterset refid="filters"/>
</copy>
- <copy file="${templates.dir}/test/testng.xml" tofile="${testng.file}">
+ <mkdir dir="${project.home}/resources-test"/>
+ <copy file="${templates.dir}/test/arquillian.xml" tofile="${project.home}/resources-test/arquillian.xml">
<filterset refid="filters"/>
</copy>
<copy file="${templates.dir}/view/action.xhtml" tofile="${page.file}">
@@ -1325,8 +1332,12 @@
<copy file="${templates.dir}/test/ActionTest.java" tofile="${test.file}">
<filterset refid="filters"/>
</copy>
- <copy file="${templates.dir}/test/testng.xml" tofile="${testng.file}">
+ <copy file="${templates.dir}/test/Deployments.java" tofile="${project.home}/src/${test.dir}/Deployments.java">
<filterset refid="filters"/>
+ </copy>
+ <mkdir dir="${project.home}/resources-test"/>
+ <copy file="${templates.dir}/test/arquillian.xml" tofile="${project.home}/resources-test/arquillian.xml">
+ <filterset refid="filters"/>
</copy>
<copy file="${templates.dir}/view/action.xhtml" tofile="${page.file}">
<filterset refid="filters"/>
@@ -1342,12 +1353,16 @@
<copy file="${templates.dir}/test/FormTest.java" tofile="${test.file}">
<filterset refid="filters"/>
</copy>
+ <copy file="${templates.dir}/test/Deployments.java" tofile="${project.home}/src/${test.dir}/Deployments.java">
+ <filterset refid="filters"/>
+ </copy>
<copy file="${templates.dir}/view/form.xhtml" tofile="${page.file}">
<filterset refid="filters"/>
</copy>
- <copy file="${templates.dir}/test/testng.xml" tofile="${testng.file}">
+ <mkdir dir="${project.home}/resources-test"/>
+ <copy file="${templates.dir}/test/arquillian.xml" tofile="${project.home}/resources-test/arquillian.xml">
<filterset refid="filters"/>
- </copy>
+ </copy>
<echo message="Type '${seam.cmd} explode' and go to http://localhost:8080/${project.name}/${page.name}.seam"/>
</target>
@@ -1365,8 +1380,12 @@
<copy file="${templates.dir}/view/form.xhtml" tofile="${page.file}">
<filterset refid="filters"/>
</copy>
- <copy file="${templates.dir}/test/testng.xml" tofile="${testng.file}">
+ <copy file="${templates.dir}/test/Deployments.java" tofile="${project.home}/src/${test.dir}/Deployments.java">
<filterset refid="filters"/>
+ </copy>
+ <mkdir dir="${project.home}/resources-test"/>
+ <copy file="${templates.dir}/test/arquillian.xml" tofile="${project.home}/resources-test/arquillian.xml">
+ <filterset refid="filters"/>
</copy>
<echo message="Type '${seam.cmd} restart' and go to http://localhost:8080/${project.name}/${page.name}.seam"/>
</target>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath 2012-09-10 13:19:48 UTC (rev 15121)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/ide-project-files/eclipse/.classpath 2012-09-10 19:24:23 UTC (rev 15122)
@@ -1,306 +1,321 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="output" path="test-build"/>
+ <classpathentry kind="src" output="classes/hot" path="src/hot"/>
<classpathentry kind="src" output="classes/main" path="src/main"/>
- <classpathentry kind="src" output="classes/hot" path="src/hot"/>
<classpathentry kind="src" output="classes/test" path="src/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="lib/sac.jar"/>
- <classpathentry kind="lib" path="lib/jackrabbit-spi-commons.jar"/>
- <classpathentry kind="lib" path="lib/jboss-seam-pdf.jar"/>
- <classpathentry kind="lib" path="lib/spring-expression.jar"/>
- <classpathentry kind="lib" path="lib/mail.jar"/>
- <classpathentry kind="lib" path="lib/jcommander.jar"/>
- <classpathentry kind="lib" path="lib/spring-context.jar"/>
- <classpathentry kind="lib" path="lib/jboss-el.jar"/>
- <classpathentry kind="lib" path="lib/jackrabbit-core.jar"/>
- <classpathentry kind="lib" path="lib/spring-aop.jar"/>
- <classpathentry kind="lib" path="lib/javassist.jar"/>
- <classpathentry kind="lib" path="lib/lucene-highlighter.jar"/>
+ <classpathentry kind="lib" path="lib/activation.jar"/>
+ <classpathentry kind="lib" path="lib/annotations.jar"/>
+ <classpathentry kind="lib" path="lib/ant.jar"/>
+ <classpathentry kind="lib" path="lib/antlr.jar"/>
<classpathentry kind="lib" path="lib/antlr-runtime.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-search-engine.jar"/>
- <classpathentry kind="lib" path="lib/resteasy-jaxrs.jar"/>
- <classpathentry kind="lib" path="lib/richfaces-core-api.jar"/>
- <classpathentry kind="lib" path="lib/mvel2.jar"/>
- <classpathentry kind="lib" path="lib/richfaces-core-impl.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-jpa-2.0-api.jar"/>
- <classpathentry kind="lib" path="lib/xercesImpl.jar"/>
+ <classpathentry kind="lib" path="lib/aopalliance.jar"/>
+ <classpathentry kind="lib" path="lib/asm.jar"/>
+ <classpathentry kind="lib" path="lib/avro.jar"/>
+ <classpathentry kind="lib" path="lib/backport-util-concurrent.jar"/>
+ <classpathentry kind="lib" path="lib/blazeds-common.jar"/>
+ <classpathentry kind="lib" path="lib/blazeds-core.jar"/>
+ <classpathentry kind="lib" path="lib/blazeds-proxy.jar"/>
+ <classpathentry kind="lib" path="lib/blazeds-remoting.jar"/>
+ <classpathentry kind="lib" path="lib/bsh.jar"/>
+ <classpathentry kind="lib" path="lib/cglib.jar"/>
+ <classpathentry kind="lib" path="lib/commons-beanutils.jar"/>
<classpathentry kind="lib" path="lib/commons-codec.jar"/>
- <classpathentry kind="lib" path="lib/jackrabbit-jcr-commons.jar"/>
+ <classpathentry kind="lib" path="lib/commons-collections.jar"/>
+ <classpathentry kind="lib" path="lib/commons-io.jar"/>
+ <classpathentry kind="lib" path="lib/commons-lang.jar"/>
+ <classpathentry kind="lib" path="lib/commons-logging.jar"/>
+ <classpathentry kind="lib" path="lib/concurrent.jar"/>
+ <classpathentry kind="lib" path="lib/cssparser.jar"/>
+ <classpathentry kind="lib" path="lib/dbunit.jar"/>
+ <classpathentry kind="lib" path="lib/derby.jar"/>
+ <classpathentry kind="lib" path="lib/dom4j.jar"/>
+ <classpathentry kind="lib" path="lib/@driverJar@"/>
+ <classpathentry kind="lib" path="lib/drools-compiler.jar"/>
<classpathentry kind="lib" path="lib/drools-core.jar"/>
- <classpathentry kind="lib" path="lib/itext.jar"/>
+ <classpathentry kind="lib" path="lib/drools-decisiontables.jar"/>
+ <classpathentry kind="lib" path="lib/drools-templates.jar"/>
+ <classpathentry kind="lib" path="lib/ecj.jar"/>
<classpathentry kind="lib" path="lib/ehcache-core.jar"/>
- <classpathentry kind="lib" path="lib/blazeds-remoting.jar"/>
- <classpathentry kind="lib" path="lib/poi.jar"/>
- <classpathentry kind="lib" path="lib/jgroups.jar"/>
+ <classpathentry kind="lib" path="lib/ehcache.jar"/>
+ <classpathentry kind="lib" path="lib/el-api.jar"/>
<classpathentry kind="lib" path="lib/fontbox.jar"/>
<classpathentry kind="lib" path="lib/lucene-core.jar"/>
<classpathentry kind="lib" path="lib/resteasy-atom-provider.jar"/>
+ <classpathentry kind="lib" path="lib/groovy-all.jar"/>
+ <classpathentry kind="lib" path="lib/guava.jar"/>
+ <classpathentry kind="lib" path="lib/guice.jar"/>
+ <classpathentry kind="lib" path="lib/gwt-servlet.jar"/>
+ <classpathentry kind="lib" path="lib/gwt-user.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-commons-annotations.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-core.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-ehcache.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-entitymanager.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-jpa-2.0-api.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-search-analyzers.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-search-engine.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-search-orm.jar"/>
+ <classpathentry kind="lib" path="lib/hibernate-validator.jar"/>
+ <classpathentry kind="lib" path="lib/httpclient.jar"/>
+ <classpathentry kind="lib" path="lib/httpcore.jar"/>
+ <classpathentry kind="lib" path="lib/infinispan-core.jar"/>
+ <classpathentry kind="lib" path="lib/infinispan-tree.jar"/>
+ <classpathentry kind="lib" path="lib/itext.jar"/>
+ <classpathentry kind="lib" path="lib/itext-rtf.jar"/>
+ <classpathentry kind="lib" path="lib/jackrabbit-api.jar"/>
+ <classpathentry kind="lib" path="lib/jackrabbit-core.jar"/>
+ <classpathentry kind="lib" path="lib/jackrabbit-jcr-commons.jar"/>
+ <classpathentry kind="lib" path="lib/jackrabbit-spi-commons.jar"/>
+ <classpathentry kind="lib" path="lib/jackrabbit-spi.jar"/>
+ <classpathentry kind="lib" path="lib/jackrabbit-text-extractors.jar"/>
+ <classpathentry kind="lib" path="lib/jackson-core-asl.jar"/>
+ <classpathentry kind="lib" path="lib/jackson-mapper-asl.jar"/>
+ <classpathentry kind="lib" path="lib/javassist.jar"/>
+ <classpathentry kind="lib" path="lib/jaxb-api.jar"/>
+ <classpathentry kind="lib" path="lib/jaxrs-api.jar"/>
+ <classpathentry kind="lib" path="lib/jaxws-api.jar"/>
+ <classpathentry kind="lib" path="lib/jbosscache-core.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-cache.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-ejb-api_3.1_spec.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-el-api_2.2_spec.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-el.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-interceptors-api_1.1_spec.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-jms-api_1.1_spec.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-jmx.jar"/>
<classpathentry kind="lib" path="lib/jboss-jsf-api_2.1_spec.jar"/>
- <classpathentry kind="lib" path="lib/spring-tx.jar"/>
- <classpathentry kind="lib" path="lib/cssparser.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-jsp-api_2.2_spec.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-logging.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-marshalling.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-marshalling-river.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-debug.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-excel.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-flex.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-ioc.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-mail.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-pdf.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-remoting.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-resteasy.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-rss.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-seam-ui.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-servlet-api_3.0_spec.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-system.jar"/>
+ <classpathentry kind="lib" path="lib/jboss-transaction-api_1.1_spec.jar"/>
+ <classpathentry kind="lib" path="lib/jbpm-jpdl.jar"/>
+ <classpathentry kind="lib" path="lib/jcip-annotations.jar"/>
<classpathentry kind="lib" path="lib/jcl-over-slf4j.jar"/>
+ <classpathentry kind="lib" path="lib/jcommander.jar"/>
+ <classpathentry kind="lib" path="lib/jcommon.jar"/>
+ <classpathentry kind="lib" path="lib/jempbox.jar"/>
+ <classpathentry kind="lib" path="lib/jettison.jar"/>
+ <classpathentry kind="lib" path="lib/jfreechart.jar"/>
+ <classpathentry kind="lib" path="lib/jgroups.jar"/>
+ <classpathentry kind="lib" path="lib/joda-time.jar"/>
+ <classpathentry kind="lib" path="lib/jsf-impl.jar"/>
+ <classpathentry kind="lib" path="lib/jsr250-api.jar"/>
+ <classpathentry kind="lib" path="lib/jsr305.jar"/>
+ <classpathentry kind="lib" path="lib/jta.jar"/>
+ <classpathentry kind="lib" path="lib/junit.jar"/>
+ <classpathentry kind="lib" path="lib/jxl.jar"/>
+ <classpathentry kind="lib" path="lib/knowledge-api.jar"/>
+ <classpathentry kind="lib" path="lib/log4j.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-analyzers.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-core.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-grouping.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-highlighter.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-memory.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-misc.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-smartcn.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-spatial.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-spellchecker.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-stempel.jar"/>
+ <classpathentry kind="lib" path="lib/mail.jar"/>
+ <classpathentry kind="lib" path="lib/mvel2.jar"/>
+ <classpathentry kind="lib" path="lib/nekohtml.jar"/>
+ <classpathentry kind="lib" path="lib/openid4java-nodeps.jar"/>
<classpathentry kind="lib" path="lib/paranamer.jar"/>
- <classpathentry kind="lib" path="lib/el-api.jar"/>
+ <classpathentry kind="lib" path="lib/pdfbox.jar"/>
+ <classpathentry kind="lib" path="lib/poi.jar"/>
+ <classpathentry kind="lib" path="lib/poi-scratchpad.jar"/>
+ <classpathentry kind="lib" path="lib/portlet-api.jar"/>
<classpathentry kind="lib" path="lib/quartz.jar"/>
- <classpathentry kind="lib" path="lib/jboss-seam-resteasy.jar"/>
- <classpathentry kind="lib" path="lib/blazeds-proxy.jar"/>
- <classpathentry kind="lib" path="lib/httpcore.jar"/>
- <classpathentry kind="lib" path="lib/nekohtml.jar"/>
- <classpathentry kind="lib" path="lib/log4j.jar"/>
+ <classpathentry kind="lib" path="lib/resteasy-atom-provider.jar"/>
+ <classpathentry kind="lib" path="lib/resteasy-jaxb-provider.jar"/>
+ <classpathentry kind="lib" path="lib/resteasy-jaxrs.jar"/>
+ <classpathentry kind="lib" path="lib/resteasy-jettison-provider.jar"/>
+ <classpathentry kind="lib" path="lib/rhq-pluginAnnotations.jar"/>
+ <classpathentry kind="lib" path="lib/richfaces-components-api.jar"/>
+ <classpathentry kind="lib" path="lib/richfaces-components-ui.jar"/>
+ <classpathentry kind="lib" path="lib/richfaces-core-api.jar"/>
+ <classpathentry kind="lib" path="lib/richfaces-core-impl.jar"/>
+ <classpathentry kind="lib" path="lib/saaj-api.jar"/>
+ <classpathentry kind="lib" path="lib/sac.jar"/>
+ <classpathentry kind="lib" path="lib/servlet-api.jar"/>
+ <classpathentry kind="lib" path="lib/slf4j-api.jar"/>
+ <classpathentry kind="lib" path="lib/slf4j-log4j12.jar"/>
<classpathentry kind="lib" path="lib/snakeyaml.jar"/>
+ <classpathentry kind="lib" path="lib/snappy-java.jar"/>
+ <classpathentry kind="lib" path="lib/solr-analysis-extras.jar"/>
+ <classpathentry kind="lib" path="lib/solr-commons-csv.jar"/>
<classpathentry kind="lib" path="lib/solr-core.jar"/>
- <classpathentry kind="lib" path="lib/jboss-el-api_2.2_spec.jar"/>
- <classpathentry kind="lib" path="lib/jboss-seam-debug.jar"/>
- <classpathentry kind="lib" path="lib/guava.jar"/>
- <classpathentry kind="lib" path="lib/jaxws-api.jar"/>
- <classpathentry kind="lib" path="lib/concurrent.jar"/>
+ <classpathentry kind="lib" path="lib/solr-solrj.jar"/>
+ <classpathentry kind="lib" path="lib/spring-aop.jar"/>
+ <classpathentry kind="lib" path="lib/spring-asm.jar"/>
+ <classpathentry kind="lib" path="lib/spring-beans.jar"/>
+ <classpathentry kind="lib" path="lib/spring-context.jar"/>
+ <classpathentry kind="lib" path="lib/spring-core.jar"/>
+ <classpathentry kind="lib" path="lib/spring-expression.jar"/>
+ <classpathentry kind="lib" path="lib/spring-jdbc.jar"/>
+ <classpathentry kind="lib" path="lib/spring-orm.jar"/>
+ <classpathentry kind="lib" path="lib/spring-tx.jar"/>
+ <classpathentry kind="lib" path="lib/spring-web.jar"/>
<classpathentry kind="lib" path="lib/stax-api.jar"/>
- <classpathentry kind="lib" path="lib/antlr.jar"/>
- <classpathentry kind="lib" path="lib/jboss-marshalling.jar"/>
- <classpathentry kind="lib" path="lib/asm.jar"/>
- <classpathentry kind="lib" path="lib/resteasy-jettison-provider.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-ehcache.jar"/>
- <classpathentry kind="lib" path="lib/blazeds-common.jar"/>
- <classpathentry kind="lib" path="lib/jempbox.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-interceptor-spi-2.0.0.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/wagon-http-lightweight-1.0-beta-7.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-logmanager-log4j-1.0.0.GA.jar"/>
+ <classpathentry kind="lib" path="lib/stax2-api.jar"/>
+ <classpathentry kind="lib" path="lib/test/aether-api-1.8.jar"/>
+ <classpathentry kind="lib" path="lib/test/aether-connector-wagon-1.8.jar"/>
+ <classpathentry kind="lib" path="lib/test/aether-impl-1.8.jar"/>
+ <classpathentry kind="lib" path="lib/test/aether-spi-1.8.jar"/>
+ <classpathentry kind="lib" path="lib/test/aether-util-1.8.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-config-api-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-config-api-1.0.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-config-impl-base-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-config-impl-base-1.0.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-container-impl-base-1.0.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-container-osgi-1.0.2.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-container-spi-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-container-spi-1.0.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-container-test-api-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-container-test-api-1.0.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-container-test-impl-base-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-container-test-impl-base-1.0.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-container-test-spi-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-container-test-spi-1.0.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-core-api-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-core-impl-base-1.0.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-core-spi-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-junit-container-1.0.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-junit-core-1.0.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-protocol-jmx-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-test-api-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-test-api-1.0.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-testenricher-cdi-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-testenricher-ejb-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-testenricher-initialcontext-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-testenricher-osgi-1.0.2.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-testenricher-resource-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-test-impl-base-1.0.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-test-spi-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/arquillian-test-spi-1.0.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/google-collections-1.0.jar"/>
<classpathentry kind="lib" path="lib/test/hibernate-validator-4.2.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/httpserver-1.0.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jandex-1.0.3.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/javax.inject-1.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-deployment-1.0.12.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-framework-core-1.1.8.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-metadata-2.0.3.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-repository-api-1.0.5.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-repository-core-1.0.5.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-resolver-api-v2-2.0.0.Beta2.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-resolver-api-1.0.13.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-resolver-felix-1.0.13.Final.jar"/>
<classpathentry kind="lib" path="lib/test/jbosgi-resolver-spi-1.0.13.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-controller-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-core-spi-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-jmx-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-arquillian-common-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/validation-api-1.0.0.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-spi-3.0.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jbosgi-vfs-1.0.7.Final.jar"/>
<classpathentry kind="lib" path="lib/test/jbosgi-vfs30-1.0.7.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-container-osgi-1.0.2.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-testenricher-cdi-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-test-api-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/plexus-classworlds-2.2.2.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-annotations-api_1.1_spec-1.0.0.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/wagon-file-1.0-beta-7.jar"/>
- <classpathentry kind="lib" path="lib/test/aether-impl-1.8.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-process-controller-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-config-impl-base-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-controller-client-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jdk-tools-jdk.jar"/>
- <classpathentry kind="lib" path="lib/test/jbosgi-framework-core-1.1.8.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-ee-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-platform-mbean-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-embedded-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-naming-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/javax.inject-1.jar"/>
- <classpathentry kind="lib" path="lib/test/jbosgi-repository-core-1.0.5.jar"/>
- <classpathentry kind="lib" path="lib/test/jbosgi-repository-api-1.0.5.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-domain-http-interface-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-testenricher-ejb-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/plexus-cipher-1.4.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-testenricher-osgi-1.0.2.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-vfs-3.1.0.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-threads-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-threads-2.0.0.GA.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-msc-1.0.2.GA.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-container-test-api-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/org.apache.felix.resolver-0.1.0.Beta1.jar"/>
- <classpathentry kind="lib" path="lib/test/jbosgi-resolver-api-1.0.13.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-protocol-jmx-1.0.0.CR7.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-arquillian-common-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-arquillian-container-remote-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-arquillian-protocol-jmx-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-arquillian-testenricher-msc-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-build-config-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-controller-client-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-controller-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-deployment-repository-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-domain-http-interface-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-domain-management-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-ee-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-embedded-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-jmx-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-naming-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-network-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-osgi-service-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-platform-mbean-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-process-controller-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-protocol-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-remoting-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-server-7.1.1.Final.jar"/>
+<classpathentry kind="lib" path="lib/test/jboss-as-threads-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-common-core-2.2.17.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-dmr-1.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-ejb-client-1.0.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-interceptor-spi-2.0.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-invocation-1.1.1.Final.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-logging-3.1.0.GA.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-invocation-1.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/maven-model-3.0.1.jar"/>
- <classpathentry kind="lib" path="lib/test/slf4j-api-1.6.1.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-protocol-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-arquillian-container-managed-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-descriptors-spi-1.1.0-beta-1.jar"/>
- <classpathentry kind="lib" path="lib/test/staxmapper-1.1.0.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-maven-1.0.0-beta-5.jar"/>
- <classpathentry kind="lib" path="lib/test/plexus-interpolation-1.14.jar"/>
- <classpathentry kind="lib" path="lib/test/jandex-1.0.3.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/wagon-provider-api-1.0-beta-7.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-test-spi-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/httpserver-1.0.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-logmanager-log4j-1.0.0.GA.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-logmanager-1.2.2.GA.jar"/>
- <classpathentry kind="lib" path="lib/test/plexus-sec-dispatcher-1.3.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-core-api-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-descriptors-api-1.1.0-beta-1.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-container-test-impl-base-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/plexus-utils-2.0.4.jar"/>
- <classpathentry kind="lib" path="lib/test/google-collections-1.0.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-marshalling-river-1.3.11.GA.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-testenricher-resource-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/org.osgi.core-4.2.0.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-container-test-spi-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/aether-connector-wagon-1.8.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-build-config-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-testenricher-initialcontext-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-remoting-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-container-spi-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-interceptors-api_1.1_spec-1.0.0.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-deployment-repository-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-spi-1.0.0-cr-1.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-transaction-api_1.1_spec-1.0.0.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/xbean-reflect-3.4.jar"/>
- <classpathentry kind="lib" path="lib/test/aether-spi-1.8.jar"/>
- <classpathentry kind="lib" path="lib/test/jbosgi-metadata-2.0.3.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jbosgi-resolver-felix-1.0.13.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-1.0.0-beta-5.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-marshalling-1.3.9.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-metadata-common-7.0.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-metadata-ear-7.0.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-modules-1.1.1.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-msc-1.0.2.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-remote-naming-1.0.2.Final.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-remoting-3.2.3.GA.jar"/>
- <classpathentry kind="lib" path="lib/test/aether-util-1.8.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-sasl-1.0.0.Final.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-stdio-1.0.1.GA.jar"/>
- <classpathentry kind="lib" path="lib/test/xnio-api-3.0.0.GA.jar"/>
- <classpathentry kind="lib" path="lib/test/jbosgi-deployment-1.0.12.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-arquillian-protocol-jmx-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-sasl-1.0.0.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-modules-1.1.1.GA.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-dmr-1.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-remote-naming-1.0.2.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/remoting-jmx-1.0.2.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-api-1.0.0-cr-1.jar"/>
- <classpathentry kind="lib" path="lib/test/org.osgi.compendium-4.2.0.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-threads-2.0.0.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-transaction-api_1.1_spec-1.0.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jboss-vfs-3.1.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/jdk-tools-jdk.jar"/>
+ <classpathentry kind="lib" path="lib/test/log4j-1.2.12.jar"/>
+ <classpathentry kind="lib" path="lib/test/maven-aether-provider-3.0.1.jar"/>
<classpathentry kind="lib" path="lib/test/maven-model-builder-3.0.1.jar"/>
- <classpathentry kind="lib" path="lib/test/shrinkwrap-impl-base-1.0.0-cr-1.jar"/>
- <classpathentry kind="lib" path="lib/test/log4j-1.2.12.jar"/>
+ <classpathentry kind="lib" path="lib/test/maven-model-3.0.1.jar"/>
+ <classpathentry kind="lib" path="lib/test/maven-repository-metadata-3.0.1.jar"/>
<classpathentry kind="lib" path="lib/test/maven-settings-builder-3.0.1.jar"/>
- <classpathentry kind="lib" path="lib/test/jbosgi-resolver-api-v2-2.0.0.Beta2.jar"/>
- <classpathentry kind="lib" path="lib/test/aether-api-1.8.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-arquillian-testenricher-msc-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-common-core-2.2.17.GA.jar"/>
- <classpathentry kind="lib" path="lib/test/maven-repository-metadata-3.0.1.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-ejb-client-1.0.0.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-osgi-service-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-server-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/xnio-nio-3.0.3.GA.jar"/>
- <classpathentry kind="lib" path="lib/test/jbosgi-vfs-1.0.7.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jbosgi-spi-3.0.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-metadata-ear-7.0.1.Final.jar"/>
<classpathentry kind="lib" path="lib/test/maven-settings-3.0.1.jar"/>
- <classpathentry kind="lib" path="lib/test/maven-aether-provider-3.0.1.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-metadata-common-7.0.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/arquillian-config-api-1.0.0.CR7.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-network-7.1.1.Final.jar"/>
+ <classpathentry kind="lib" path="lib/testng.jar"/>
+ <classpathentry kind="lib" path="lib/test/org.apache.felix.resolver-0.1.0.Beta1.jar"/>
+ <classpathentry kind="lib" path="lib/test/org.osgi.compendium-4.2.0.jar"/>
+ <classpathentry kind="lib" path="lib/test/org.osgi.core-4.2.0.jar"/>
+ <classpathentry kind="lib" path="lib/test/org.osgi.enterprise-4.2.0.jar"/>
+ <classpathentry kind="lib" path="lib/test/plexus-cipher-1.4.jar"/>
+ <classpathentry kind="lib" path="lib/test/plexus-classworlds-2.2.2.jar"/>
<classpathentry kind="lib" path="lib/test/plexus-component-annotations-1.5.5.jar"/>
- <classpathentry kind="lib" path="lib/test/wagon-http-shared-1.0-beta-7.jar"/>
<classpathentry kind="lib" path="lib/test/plexus-container-default-1.5.5.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-as-domain-management-7.1.1.Final.jar"/>
- <classpathentry kind="lib" path="lib/test/org.osgi.enterprise-4.2.0.jar"/>
+ <classpathentry kind="lib" path="lib/test/plexus-interpolation-1.14.jar"/>
+ <classpathentry kind="lib" path="lib/test/plexus-sec-dispatcher-1.3.jar"/>
+ <classpathentry kind="lib" path="lib/test/plexus-utils-2.0.4.jar"/>
+ <classpathentry kind="lib" path="lib/test/remoting-jmx-1.0.2.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-api-1.0.0-cr-1.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-descriptors-api-1.1.0-beta-1.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-descriptors-spi-1.1.0-beta-1.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-impl-base-1.0.0-cr-1.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-maven-1.0.0-beta-5.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-api-1.0.0-beta-5.jar"/>
<classpathentry kind="lib" path="lib/test/shrinkwrap-resolver-impl-maven-1.0.0-beta-5.jar"/>
- <classpathentry kind="lib" path="lib/test/jboss-marshalling-1.3.9.GA.jar"/>
- <classpathentry kind="lib" path="lib/junit.jar"/>
- <classpathentry kind="lib" path="lib/ehcache.jar"/>
- <classpathentry kind="lib" path="lib/spring-web.jar"/>
- <classpathentry kind="lib" path="lib/aopalliance.jar"/>
- <classpathentry kind="lib" path="lib/lucene-analyzers.jar"/>
- <classpathentry kind="lib" path="lib/jboss-seam-remoting.jar"/>
- <classpathentry kind="lib" path="lib/jboss-jsp-api_2.2_spec.jar"/>
- <classpathentry kind="lib" path="lib/spring-orm.jar"/>
- <classpathentry kind="lib" path="lib/jxl.jar"/>
- <classpathentry kind="lib" path="lib/drools-decisiontables.jar"/>
- <classpathentry kind="lib" path="lib/commons-beanutils.jar"/>
- <classpathentry kind="lib" path="lib/commons-logging.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-core.jar"/>
- <classpathentry kind="lib" path="lib/poi-scratchpad.jar"/>
- <classpathentry kind="lib" path="lib/backport-util-concurrent.jar"/>
- <classpathentry kind="lib" path="lib/resteasy-jaxb-provider.jar"/>
- <classpathentry kind="lib" path="lib/richfaces-components-ui.jar"/>
- <classpathentry kind="lib" path="lib/jaxb-api.jar"/>
- <classpathentry kind="lib" path="lib/annotations.jar"/>
- <classpathentry kind="lib" path="lib/drools-templates.jar"/>
- <classpathentry kind="lib" path="lib/jboss-seam-excel.jar"/>
- <classpathentry kind="lib" path="lib/stax2-api.jar"/>
+ <classpathentry kind="lib" path="lib/test/shrinkwrap-spi-1.0.0-cr-1.jar"/>
+ <classpathentry kind="lib" path="lib/test/slf4j-api-1.6.1.jar"/>
+ <classpathentry kind="lib" path="lib/test/staxmapper-1.1.0.Final.jar"/>
+ <classpathentry kind="lib" path="lib/test/validation-api-1.0.0.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/wagon-file-1.0-beta-7.jar"/>
+ <classpathentry kind="lib" path="lib/test/wagon-http-lightweight-1.0-beta-7.jar"/>
+ <classpathentry kind="lib" path="lib/test/wagon-http-shared-1.0-beta-7.jar"/>
+ <classpathentry kind="lib" path="lib/test/wagon-provider-api-1.0-beta-7.jar"/>
+ <classpathentry kind="lib" path="lib/test/xbean-reflect-3.4.jar"/>
+ <classpathentry kind="lib" path="lib/test/xnio-api-3.0.0.GA.jar"/>
+ <classpathentry kind="lib" path="lib/test/xnio-nio-3.0.3.GA.jar"/>
+ <classpathentry kind="lib" path="lib/urlrewritefilter.jar"/>
<classpathentry kind="lib" path="lib/validation-api.jar"/>
- <classpathentry kind="lib" path="lib/bsh.jar"/>
- <classpathentry kind="lib" path="lib/itext-rtf.jar"/>
- <classpathentry kind="lib" path="lib/jboss-interceptors-api_1.1_spec.jar"/>
- <classpathentry kind="lib" path="lib/snappy-java.jar"/>
- <classpathentry kind="lib" path="lib/jackrabbit-text-extractors.jar"/>
- <classpathentry kind="lib" path="lib/ant.jar"/>
- <classpathentry kind="lib" path="lib/jsr305.jar"/>
- <classpathentry kind="lib" path="lib/lucene-spatial.jar"/>
- <classpathentry kind="lib" path="lib/jboss-system.jar"/>
- <classpathentry kind="lib" path="lib/richfaces-components-api.jar"/>
- <classpathentry kind="lib" path="lib/urlrewritefilter.jar"/>
- <classpathentry kind="lib" path="lib/woodstox-core-asl.jar"/>
- <classpathentry kind="lib" path="lib/infinispan-tree.jar"/>
- <classpathentry kind="lib" path="lib/gwt-user.jar"/>
- <classpathentry kind="lib" path="lib/jaxrs-api.jar"/>
- <classpathentry kind="lib" path="lib/httpclient.jar"/>
- <classpathentry kind="lib" path="lib/derby.jar"/>
- <classpathentry kind="lib" path="lib/gwt-servlet.jar"/>
- <classpathentry kind="lib" path="lib/avro.jar"/>
- <classpathentry kind="lib" path="lib/slf4j-api.jar"/>
- <classpathentry kind="lib" path="lib/portlet-api.jar"/>
- <classpathentry kind="lib" path="lib/commons-collections.jar"/>
- <classpathentry kind="lib" path="lib/ecj.jar"/>
- <classpathentry kind="lib" path="lib/dbunit.jar"/>
- <classpathentry kind="lib" path="lib/lucene-spellchecker.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-search-orm.jar"/>
- <classpathentry kind="lib" path="lib/commons-io.jar"/>
- <classpathentry kind="lib" path="lib/activation.jar"/>
- <classpathentry kind="lib" path="lib/joda-time.jar"/>
- <classpathentry kind="lib" path="lib/jsr250-api.jar"/>
- <classpathentry kind="lib" path="lib/blazeds-core.jar"/>
- <classpathentry kind="lib" path="lib/testng.jar"/>
+ <classpathentry kind="lib" path="lib/wicket-datetime.jar"/>
+ <classpathentry kind="lib" path="lib/wicket-extensions.jar"/>
<classpathentry kind="lib" path="lib/wicket-ioc.jar"/>
- <classpathentry kind="lib" path="lib/lucene-misc.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-validator.jar"/>
- <classpathentry kind="lib" path="lib/jboss-logging.jar"/>
- <classpathentry kind="lib" path="lib/groovy-all.jar"/>
- <classpathentry kind="lib" path="lib/lucene-smartcn.jar"/>
- <classpathentry kind="lib" path="lib/jboss-marshalling-river.jar"/>
- <classpathentry kind="lib" path="lib/guice.jar"/>
- <classpathentry kind="lib" path="lib/cglib.jar"/>
- <classpathentry kind="lib" path="lib/jboss-jmx.jar"/>
- <classpathentry kind="lib" path="lib/jbosscache-core.jar"/>
- <classpathentry kind="lib" path="lib/jboss-transaction-api_1.1_spec.jar"/>
- <classpathentry kind="lib" path="lib/commons-lang.jar"/>
- <classpathentry kind="lib" path="lib/jboss-seam.jar"/>
- <classpathentry kind="lib" path="lib/pdfbox.jar"/>
- <classpathentry kind="lib" path="lib/jboss-seam-ioc.jar"/>
- <classpathentry kind="lib" path="lib/knowledge-api.jar"/>
- <classpathentry kind="lib" path="lib/rhq-pluginAnnotations.jar"/>
- <classpathentry kind="lib" path="lib/jboss-servlet-api_3.0_spec.jar"/>
- <classpathentry kind="lib" path="lib/jsf-impl.jar"/>
- <classpathentry kind="lib" path="lib/jbpm-jpdl.jar"/>
- <classpathentry kind="lib" path="lib/lucene-stempel.jar"/>
- <classpathentry kind="lib" path="lib/jta.jar"/>
- <classpathentry kind="lib" path="lib/jettison.jar"/>
- <classpathentry kind="lib" path="lib/jfreechart.jar"/>
- <classpathentry kind="lib" path="lib/infinispan-core.jar"/>
- <classpathentry kind="lib" path="lib/jcip-annotations.jar"/>
- <classpathentry kind="lib" path="lib/servlet-api.jar"/>
- <classpathentry kind="lib" path="lib/jboss-seam-flex.jar"/>
- <classpathentry kind="lib" path="lib/saaj-api.jar"/>
- <classpathentry kind="lib" path="lib/yarfraw.jar"/>
- <classpathentry kind="lib" path="lib/spring-jdbc.jar"/>
- <classpathentry kind="lib" path="lib/drools-compiler.jar"/>
- <classpathentry kind="lib" path="lib/jboss-ejb-api_3.1_spec.jar"/>
- <classpathentry kind="lib" path="lib/lucene-grouping.jar"/>
- <classpathentry kind="lib" path="lib/jboss-jms-api_1.1_spec.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-commons-annotations.jar"/>
- <classpathentry kind="lib" path="lib/jackrabbit-spi.jar"/>
- <classpathentry kind="lib" path="lib/jboss-cache.jar"/>
- <classpathentry kind="lib" path="lib/jcommon.jar"/>
- <classpathentry kind="lib" path="lib/slf4j-log4j12.jar"/>
- <classpathentry kind="lib" path="lib/spring-asm.jar"/>
- <classpathentry kind="lib" path="lib/jboss-seam-rss.jar"/>
- <classpathentry kind="lib" path="lib/solr-solrj.jar"/>
- <classpathentry kind="lib" path="lib/spring-core.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-entitymanager.jar"/>
- <classpathentry kind="lib" path="lib/lucene-memory.jar"/>
- <classpathentry kind="lib" path="lib/jackson-mapper-asl.jar"/>
- <classpathentry kind="lib" path="lib/solr-commons-csv.jar"/>
- <classpathentry kind="lib" path="lib/openid4java-nodeps.jar"/>
<classpathentry kind="lib" path="lib/wicket.jar"/>
- <classpathentry kind="lib" path="lib/jackrabbit-api.jar"/>
- <classpathentry kind="lib" path="lib/jboss-seam-mail.jar"/>
+ <classpathentry kind="lib" path="lib/woodstox-core-asl.jar"/>
+ <classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
- <classpathentry kind="lib" path="lib/hibernate-search-analyzers.jar"/>
- <classpathentry kind="lib" path="lib/jackson-core-asl.jar"/>
- <classpathentry kind="lib" path="lib/spring-beans.jar"/>
- <classpathentry kind="lib" path="lib/solr-analysis-extras.jar"/>
- <classpathentry kind="lib" path="lib/dom4j.jar"/>
- <classpathentry kind="lib" path="lib/jboss-seam-ui.jar"/>
- <classpathentry kind="lib" path="lib/wicket-datetime.jar"/>
- <classpathentry kind="lib" path="lib/wicket-extensions.jar"/>
- <classpathentry kind="lib" path="lib/@driverJar@"/>
- <classpathentry kind="output" path="test-build"/>
+ <classpathentry kind="lib" path="lib/yarfraw.jar"/>
</classpath>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy-build.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy-build.xml 2012-09-10 13:19:48 UTC (rev 15121)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy-build.xml 2012-09-10 19:24:23 UTC (rev 15122)
@@ -1,21 +1,19 @@
<?xml version="1.0"?>
<project basedir="." xmlns:ivy="antlib:org.apache.ivy.ant" name="@projectName@-ivy">
- <property name="ivy.install.version" value="2.0.0"/>
+ <property name="ivy.install.version" value="2.2.0"/>
<property name="ivy.jar.dir" value="${lib.dir}/ivy"/>
<property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar"/>
<property name="ivy.sync" value="false"/>
<property name="ivy.use.symlinks" value="false"/>
<property name="central.repo" value="http://repo1.maven.org/maven2"/>
<property name="jboss.repo" value="http://repository.jboss.org/nexus/content/groups/public"/>
- <property name="jboss.deprecated.repo" value="https://repository.jboss.org/nexus/content/repositories/deprecated/"/>
-
<!-- centralize some key artifact versions -->
- <property name="seam.version" value="2.2.1.CR2"/>
- <property name="jsf.version" value="1.2_12"/>
+ <property name="seam.version" value="2.3.0.CR1-SNAPSHOT"/>
+ <!--<property name="jsf.version" value="1.2_12"/>
<property name="richfaces.version" value="3.3.3.Final"/>
<property name="icefaces.version" value="1.8.1"/>
- <property name="jboss-embedded.version" value="beta3.SP10"/>
+ <property name="jboss-embedded.version" value="beta3.SP10"/> -->
<target name="init-ivy">
<available property="ivy.installed" value="true" file="${ivy.jar.file}" type="file"/>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.settings.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.settings.xml 2012-09-10 13:19:48 UTC (rev 15121)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/ivy/ivy.settings.xml 2012-09-10 19:24:23 UTC (rev 15122)
@@ -4,12 +4,10 @@
<include url="${ivy.default.settings.dir}/ivysettings.xml" />
<resolvers>
<ibiblio name="jboss" m2compatible="true" usepoms="true" root="${jboss.repo}" pattern="[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"/>
- <ibiblio name="jboss-deprec" m2compatible="true" usepoms="true" root="${jboss.deprecated.repo}" pattern="[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"/>
<chain name="seam" dual="true">
<!-- local is always checked; public needs to be before jboss to allow Ivy to properly locate sources -->
<resolver ref="public"/>
<resolver ref="jboss"/>
- <resolver ref="jboss-deprec"/>
</chain>
</resolvers>
</ivysettings>
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/test/ActionTest.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/test/ActionTest.java 2012-09-10 13:19:48 UTC (rev 15121)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/test/ActionTest.java 2012-09-10 19:24:23 UTC (rev 15122)
@@ -1,10 +1,29 @@
package @testPackage@;
-import org.testng.annotations.Test;
+import org.junit.Test;
+import org.jboss.arquillian.container.test.api.Deployment;
+import org.jboss.arquillian.container.test.api.OverProtocol;
+import org.jboss.arquillian.junit.Arquillian;
import org.jboss.seam.mock.JUnitSeamTest;
+import @testPackage@.Deployments;
+import @actionPackage@.@interfaceName@;
+import org.jboss.shrinkwrap.api.spec.WebArchive;
+import org.junit.runner.RunWith;
+(a)RunWith(Arquillian.class)
public class @interfaceName@Test extends JUnitSeamTest {
+ @Deployment(name="@interfaceName@Test")
+ @OverProtocol("Servlet 3.0")
+ public static WebArchive createDeployment()
+ {
+ // use in case jbpm is required in test deployment
+ // return Deployments.jbpmSeamDeployment().addClasses(ProcessComponent.class);
+ return Deployments.defaultWarDeployment()
+ .addClasses(@interfaceName@.class);
+ }
+
+
@Test
public void test_@methodName@() throws Exception {
new FacesRequest("/@pageName@.xhtml") {
Added: branches/community/Seam_2_3/jboss-seam-gen/dist/test/Deployments.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/test/Deployments.java (rev 0)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/test/Deployments.java 2012-09-10 19:24:23 UTC (rev 15122)
@@ -0,0 +1,20 @@
+package @testPackage@;
+
+import java.io.File;
+
+import org.jboss.shrinkwrap.api.ShrinkWrap;
+import org.jboss.shrinkwrap.api.importer.ZipImporter;
+import org.jboss.shrinkwrap.api.spec.EnterpriseArchive;
+import org.jboss.shrinkwrap.api.spec.WebArchive;
+
+public class Deployments {
+ public static EnterpriseArchive defaultEarDeployment() {
+ return ShrinkWrap.create(ZipImporter.class, "@projectName@.ear").importFrom(new File("@workspaceHome@/@projectName@/test-build/@projectName@.ear"))
+ .as(EnterpriseArchive.class);
+ }
+
+ public static WebArchive defaultWarDeployment() {
+ return ShrinkWrap.create(ZipImporter.class, "@projectName@.war").importFrom(new File("@workspaceHome@/@projectName@/test-build/@projectName@.war"))
+ .as(WebArchive.class);
+ }
+}
\ No newline at end of file
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/test/FormTest.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/test/FormTest.java 2012-09-10 13:19:48 UTC (rev 15121)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/test/FormTest.java 2012-09-10 19:24:23 UTC (rev 15122)
@@ -1,10 +1,29 @@
package @testPackage@;
-import org.testng.annotations.Test;
-import org.jboss.seam.mock.SeamTest;
+import junit.framework.Assert;
-public class @interfaceName@Test extends SeamTest {
+import org.junit.Test;
+import org.jboss.arquillian.container.test.api.Deployment;
+import org.jboss.arquillian.container.test.api.OverProtocol;
+import org.jboss.arquillian.junit.Arquillian;
+import org.jboss.seam.mock.JUnitSeamTest;
+import org.jboss.shrinkwrap.api.Archive;
+import org.junit.runner.RunWith;
+import @actionPackage@.@interfaceName@;
+(a)RunWith(Arquillian.class)
+public class @interfaceName@Test extends JUnitSeamTest {
+
+ @Deployment(name="@interfaceName@Test")
+ @OverProtocol("Servlet 3.0")
+ public static Archive<?> createDeployment()
+ {
+ // use in case jbpm is required in test deployment
+ // return Deployments.jbpmSeamDeployment().addClasses(ProcessComponent.class);
+ return Deployments.defaultWarDeployment()
+ .addClasses(@interfaceName@.class);
+ }
+
@Test
public void test_@methodName@() throws Exception {
new FacesRequest("/@pageName@.xhtml") {
@@ -21,7 +40,7 @@
@Override
protected void renderResponse() {
//check model attributes if needed
- assert getValue("#{@componentName@.value}").equals("seam");
+ Assert.assertEquals("seam", getValue("#{@componentName@.value}"));
}
}.run();
}
Added: branches/community/Seam_2_3/jboss-seam-gen/dist/test/arquillian.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/test/arquillian.xml (rev 0)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/test/arquillian.xml 2012-09-10 19:24:23 UTC (rev 15122)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="http://jboss.org/schema/arquillian"
+ xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
+
+ <!-- Uncomment to have test archives exported to the file system for inspection.
+ This feature can also be controlled using the system property arquillian.deploymentExportPath -->
+ <!--
+ <engine>
+ <property name="deploymentExportPath">test-build</property>
+ </engine>
+ -->
+
+ <container qualifier="jboss" default="true">
+ <configuration>
+ <property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
+ <property name="jbossHome">@jbossHome@</property>
+ <property name="serverConfig">standalone-full.xml</property>
+ </configuration>
+ </container>
+
+</arquillian>
\ No newline at end of file
Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt 2012-09-10 13:19:48 UTC (rev 15121)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/test/readme.txt 2012-09-10 19:24:23 UTC (rev 15122)
@@ -1,4 +1,4 @@
-If you want to run tests using the Eclipse TestNG plugin, you'll need to add
+If you want to run tests using the Eclipse Junit plugin, you'll need to add
these jars to the top of your TestNG classpath. Using the Run Dialog, select the
XML suite to run, and select these entries from the project tree:
12 years, 2 months
Seam SVN: r15121 - branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/transaction.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-09-10 09:19:48 -0400 (Mon, 10 Sep 2012)
New Revision: 15121
Modified:
branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/transaction/Transaction.java
Log:
JBPAPP-8322
Modified: branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/transaction/Transaction.java
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/transaction/Transaction.java 2012-09-06 14:56:12 UTC (rev 15120)
+++ branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/transaction/Transaction.java 2012-09-10 13:19:48 UTC (rev 15121)
@@ -81,12 +81,12 @@
{
return (javax.transaction.UserTransaction) context.lookup("java:comp/UserTransaction");
}
- catch (NameNotFoundException nnfe)
+ catch (NamingException ne)
{
try
{
// JBPAPP-8322
- return (UserTransaction) context.lookup("java:jboss/UserTransaction");
+ return (javax.transaction.UserTransaction) context.lookup("java:jboss/UserTransaction");
}
catch (final Exception cause)
{
@@ -103,7 +103,7 @@
}
catch (Exception e)
{
- throw nnfe;
+ throw ne;
}
}
}
12 years, 2 months