|
I was actually ant tlddoc-all from the main build. There is definitely
an OS-specific problem here in expanding the wildcard *.tld. I don't
think you can specify a wildcard to the tlddoc task under Linux. I propose just putting the actual full tld filenames into the tlddoc task for each subproject. Any objections ? Bruno Aranda wrote: Grant, are you running 'ant dist' on the sandbox build folder, aren't you? I've run into this problem before. It seems that when you only build one of the subprojects, the file build.properties of the subproject (situated in the subproject parent folder) is not read. In the build.properties there are some properties that tell which are the resource files to include (in our case the *.tlds). If this property is not read, it use dummy values (e.g. *.foo) so the build fails. What is more interesting is that yesterday I try to build only sandbox to check if this bug had disappear and everything went ok... but, I was trying in a Windows XP. Here at work I run a linux box and the build fails. I think that this could be solved if the properties from build.properties were read before the dummy ones in the build.xml, because ant keeps the value from the first property read and does not override it,HTH, Bruno 2005/7/11, Grant Smith <[EMAIL PROTECTED]>: |
- Re: SVN Reorg (Update) Grant Smith
- Re: SVN Reorg (Update) Bruno Aranda
- Re: SVN Reorg (Update) Sean Schofield
- Re: SVN Reorg (Update) Bruno Aranda
