Ticket #504 (closed enhancement: duplicate)
Fix the build/packaging system (esp external packages)
| Reported by: | jkuhnert@… | Owned by: | jkuhnert |
|---|---|---|---|
| Priority: | high | Milestone: | 0.9 |
| Component: | BuildTools | Version: | 0.2 |
| Severity: | normal | Keywords: | |
| Cc: | jkuhnert@… |
Description
Most of these items relate to building external packages to dojo, but if someone has other things related to ant feel free to add them in here, or cc me on another ticket.
* Template Paths - All of the template paths currently have to be relative to dojo. Even if you're building your own seperate package build.
* Profile builds - Currently you have to palce your custom profileName.js into buildscripts/profiles in order to get your profile built correctly. Fix this so that the packaging system is more independent of where dojo is. Even better would be to just have a downloadable custom "dojo" ant task that handles all of this.
* Other path issues - I can't remember all the other scenerios, but there are definitely lots of problems trying to build non dojo packages relating to paths/include statements/etc..