Author: rsmeral Date: 2013-06-18 07:54:32 -0400 (Tue, 18 Jun 2013) New Revision: 15568
Modified: branches/enterprise/WFK-2_1/examples/booking/README.md branches/enterprise/WFK-2_1/examples/booking/build.xml branches/enterprise/WFK-2_1/examples/seamspace/README.md branches/enterprise/WFK-2_1/examples/seamspace/build.xml Log: Fix ant build for booking and seamspace Modified: branches/enterprise/WFK-2_1/examples/booking/README.md =================================================================== --- branches/enterprise/WFK-2_1/examples/booking/README.md 2013-06-18 09:55:37 UTC (rev 15567) +++ branches/enterprise/WFK-2_1/examples/booking/README.md 2013-06-18 11:54:32 UTC (rev 15568) @@ -34,6 +34,11 @@ 3. Open this URL in a web browser: `http://localhost:8080/seam-booking` +_NOTE: If the Seam distribution is not unpacked in the same directory as the examples, the path to the Seam distribution must be set by defining `seam.dir` property_ + + ant clean package -Dseam.dir=/path/to/jboss-seam + + Testing the example ------------------- Modified: branches/enterprise/WFK-2_1/examples/booking/build.xml =================================================================== (Binary files differ) Modified: branches/enterprise/WFK-2_1/examples/seamspace/README.md =================================================================== --- branches/enterprise/WFK-2_1/examples/seamspace/README.md 2013-06-18 09:55:37 UTC (rev 15567) +++ branches/enterprise/WFK-2_1/examples/seamspace/README.md 2013-06-18 11:54:32 UTC (rev 15568) @@ -33,6 +33,11 @@ 3. Open this URL in a web browser: `http://localhost:8080/seam-seamspace` +_NOTE: If the Seam distribution is not unpacked in the same directory as the examples, the path to the Seam distribution must be set by defining `seam.dir` property_ + + ant clean package -Dseam.dir=/path/to/jboss-seam + + Testing the example ------------------- Modified: branches/enterprise/WFK-2_1/examples/seamspace/build.xml =================================================================== (Binary files differ) _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
