tuankhac / share-extras

Automatically exported from code.google.com/p/share-extras
0 stars 0 forks source link

hotcopy-tomcat-zip doesn't deploy repo tier files #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Create some repo tier web scripts in 
config/alfresco/templates/webscripts/com/someco
Run hotcopy-tomcat-zip
The repo tier does not get the web scripts deployed

Local build.properties file contains:
tomcat.home=/opt/apache/tomcat/apache-tomcat-6.0.32
tomcat.share.home=/opt/apache/tomcat81/apache-tomcat-6.0.32
tomcat.share.url=http://localhost:8081
build.classes.dir=webapps/share/WEB-INF/classes

Original issue reported on code.google.com by jeffpotts01 on 20 Apr 2012 at 3:24

GoogleCodeExporter commented 8 years ago
The problem appears to be that the build-zip-tomcat task sticks everything 
under ${build.res.dir} which is set to "share". What should happen is that repo 
tier stuff should go into a directory called "alfresco".

Original comment by jeffpotts01 on 20 Apr 2012 at 3:33

GoogleCodeExporter commented 8 years ago

Original comment by will.abson on 6 Aug 2012 at 10:09

GoogleCodeExporter commented 8 years ago
Hi Jeff, I'm unable to reproduce this with the latest build.xml (v1.5.1), for 
instance, in the Execute Script Action project I've just added a new webscript 
under the org.sharextras namespace and this gets copied into the JAR just fine.

I did make some changes to the build script a little while ago, which may have 
fixed this.

Original comment by will.abson on 8 Aug 2012 at 4:48