I recieved those errors also. I checked all the example build files and got the results as listed below. The following is my story of checking out seam and building it.
Using Eclipse, I checked out the jboss-seam-head. To stop Eclipse from complaining I had to change the build path from antlr-2.7.5H3.jar to antlr-2.7.6rc1.jar. Then I set the build.property variables for Tomcat and JBoss. Next, I built Seam without any problem. Then I navigated to the examples section and tried using the build files to compile each one. The following are my results: examples/registration/build.xml --> worked examples/registration/portlet/build.xml --> did not work; following error: BUILD FAILED | C:\J2EE\project\jboss-seam-head\build.xml:140: srcdir "C:\J2EE\project\jboss-seam-head\examples\portlet\src\test" does not exist! | examples/noejb/build.xml --> worked examples/noejb/build.tomcat.xml --> did not work; following error: BUILD FAILED | C:\J2EE\project\jboss-seam-head\examples\noejb\build.tomcat.xml:56: taskdef class org.apache.catalina.ant.DeployTask cannot be found examples/dvdstore/build.xml --> did not work; following error: C:\J2EE\project\jboss-seam-head\build.xml:140: srcdir "C:\J2EE\project\jboss-seam-head\examples\dvdstore\src\test" does not exist! examples/crud/build.xml --> did not work; following error: C:\J2EE\project\jboss-seam-head\build.xml:140: srcdir "C:\J2EE\project\jboss-seam-head\examples\crud\src\test" does not exist! examples/bpm/build.xml --> worked examples/booking/build.xml --> worked examples/booking/build.tomcat.xml --> did not work; following error: C:\J2EE\project\jboss-seam-head\examples\booking\build.tomcat.xml:56: taskdef class org.apache.catalina.ant.DeployTask cannot be found examples/booking/build.alter.xml --> did not work; following error: C:\J2EE\project\jboss-seam-head\build.xml:140: srcdir "C:\J2EE\project\jboss-seam-head\examples\booking\src\test" does not exist! To fix the errors, I just opened up the build file and removed whatever was being called that caused it to fail. I think that may be bad. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913468#3913468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913468 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
