09-20-2011 01:48 AM
09-20-2011 02:30 AM
include.default=true
#
# Custom mappings. If 'include.default' is false, then this is the complete set.
#
/WEB-INF=/WEB-INF
/web=/
The build directory then has09-20-2011 03:52 AM
09-20-2011 04:21 AM
<target name="package-amp" depends="mkdirs, build-copy, minimize-javascript" description="Package the Module" >
<zip destfile="${alfresco.amp.file}" >
<fileset dir="${project.dir}/build/alfresco" />
</zip>
<zip destfile="${share.amp.file}" >
<fileset dir="${project.dir}/build/share" />
</zip>
</target>
and the structure previously mentioned. Do you include the file-mapping.properties file? Do you have the module.properties file included?
09-20-2011 04:41 AM
02-05-2012 07:24 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.