Why are you trying to build them when a binary is available?
I built mine and looked at run.bat and there at no references to
downloaded-src-dir/jboss-as/bin. You did not, by any chance, set JBOSS_HOME to
downloaded-src-dir/jboss-as, did you? You should either not set JBOSS_HOME (best practice)
because run.bat will set it for you, or set it to
downloaded-src-dir/jboss-as/build/output/jboss-4.3.0.
Seam is an application framework, see
http://www.seamframework.org. Unless you are using
Seamn in your application development, you do not need it. But is you want to compile it,
edit the downloaded-src-dir/seam/build.properties file to reference jboss_home
(downloaded-src-dir/jboss-as/build/output/jboss-4.3.0), and run ant from the
downloaded-src-dir/seam directory.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222665#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...