[seam-commits] Seam SVN: r15317 - in branches/enterprise/WFK-2_1/distribution: src/main/assembly and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Oct 30 07:43:00 EDT 2012
Author: vdedik
Date: 2012-10-30 07:43:00 -0400 (Tue, 30 Oct 2012)
New Revision: 15317
Modified:
branches/enterprise/WFK-2_1/distribution/get-arquillian-libs.xml
branches/enterprise/WFK-2_1/distribution/src/main/assembly/readme.txt
Log:
bugzilla 867390 - Seam Distribution has got get-arquillian-libs.xml wrongly placed
Modified: branches/enterprise/WFK-2_1/distribution/get-arquillian-libs.xml
===================================================================
--- branches/enterprise/WFK-2_1/distribution/get-arquillian-libs.xml 2012-10-30 11:35:09 UTC (rev 15316)
+++ branches/enterprise/WFK-2_1/distribution/get-arquillian-libs.xml 2012-10-30 11:43:00 UTC (rev 15317)
@@ -1,7 +1,8 @@
<project xmlns:aether="antlib:org.sonatype.aether.ant" default="copyarq">
<taskdef uri="antlib:org.sonatype.aether.ant" resource="org/sonatype/aether/ant/antlib.xml">
<classpath>
- <fileset dir="../build/lib" includes="aether-ant-tasks-*.jar" />
+ <fileset dir="../build/lib" includes="aether-ant-tasks-*.jar" erroronmissingdir="false"/>
+ <fileset dir="build/lib" includes="aether-ant-tasks-*.jar" erroronmissingdir="false"/>
</classpath>
</taskdef>
Modified: branches/enterprise/WFK-2_1/distribution/src/main/assembly/readme.txt
===================================================================
--- branches/enterprise/WFK-2_1/distribution/src/main/assembly/readme.txt 2012-10-30 11:35:09 UTC (rev 15316)
+++ branches/enterprise/WFK-2_1/distribution/src/main/assembly/readme.txt 2012-10-30 11:43:00 UTC (rev 15317)
@@ -26,6 +26,13 @@
6. Register an account, search for hotels, book a room...
+Before using seam-gen
+---------------------
+
+If you want to use seam-gen, you need to run this command in the root of the distribution first:
+
+ ant -f get-arquillian-libs.xml -Dtest.lib.dir=lib/test
+
Learn more
----------
More information about the seam-commits
mailing list