share-extras / media-viewers

Enhanced document previews for a range of different document and media types, plus a dashlet allowing any content item to be displayed on a site dashboard.
Apache License 2.0
29 stars 23 forks source link

Ant build improvements #10

Closed wabson closed 10 years ago

wabson commented 11 years ago

The Ant builds require the ability to push to the artifacts.alfresco.com repository.

I'd also like to take the opportunity to make some changes to the build scripts to allow an AMP-containing-a-JAR to be packaged up (probably via a new target) and some checks in build.xml to ensure that if a project.xml override is included then the build targets in build.xml cannot be invoked directly.

This work will be done on the new ant-build-improvements branch.

wabson commented 11 years ago

A new target is also required to copy the JAR file into a webapp's WEB-INF/lib directory - perhaps hotcopy-webapp-jar?

wabson commented 10 years ago

Fixed by 49c6d22954, c1854ef95a, d277ab1f2b