Hi
I recently updated to SVN version 1848 and are trying to use the build-jboss target to build a war for JBoss Portal. I am running Ubuntu and JBoss Portal 2.6.4 btw.
I am no ant expert but there seems to be some kind of problem with the "package-webclient-war-jboss"-target in project.xml, referenced from build-jboss in build.xml. First of all, it is depending on "-tomcat", which is unexisting. There are several targets including "-tomcat" but I can not find any proper one. I tried to remove the depends to "-tomcat" but then I got an almost empty .war-file deployed.
I noticed the announcement that the build scripts had been refactored, maybe this is a related issue?
//Carl