cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with build-jboss

calle
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

calle
Champ in-the-making
Champ in-the-making
Problem solved.

The ant task for build-jboss is corrupt. I compared it to the build-tomcat; removed the -tomcat dependency and added dependencies to all project builds and suddenly my alfresco.war is working.

Also the classes/alfresco/extension folder was not copied so I had to add a <copy>-task for that.

//Carl