An update on this issue. It looks like I have some kind of filesystem or
Linux OS problem here. I found this weirdness:
[EMAIL PROTECTED] IdeaProjects]$ ls -la
/home/grant/IdeaProjects/myfaces/current/sandbox/build/temp/tlds
total 32
drwxr-xr-x 2 grant grant 4096 Jul 11 09:30 ./
drwxr-xr-x 6 grant grant 4096 Jul 11 09:30 ../
-rw-r--r-- 1 grant grant 22911 Jul 11 09:30 myfaces_sandbox.tld
[EMAIL PROTECTED] IdeaProjects]$ ls -la
/home/grant/IdeaProjects/myfaces/current/build
total 144
drwxr-xr-x 6 grant grant 4096 Jul 11 09:30 ./
drwxr-xr-x 12 grant grant 4096 Jul 11 09:28 ../
-rw-r--r-- 1 grant grant 195 May 12 07:14 bootstrap.properties
-rw-r--r-- 1 grant grant 210 May 18 12:17
bootstrap.properties.local.sample
-rw-r--r-- 1 grant grant 7348 Jun 21 16:01 bootstrap.xml
-rwxr-xr-x 1 grant grant 5951 Jun 22 07:04 build-codegen.xml*
-rwxr-xr-x 1 grant grant 958 Jun 29 15:24 build.default.properties*
-rw-r--r-- 1 grant grant 1490 Jul 6 12:26 build-ide.xml
-rw-r--r-- 1 grant grant 571 May 12 07:14 build-site.xml
-rwxr-xr-x 1 grant grant 40304 Jul 8 10:52 build.xml*
-rw-r--r-- 1 grant grant 230 Jun 22 07:04 codegen.properties
-rwxr-xr-x 1 grant grant 86 May 19 10:19 .cvsignore*
drwxr-xr-x 2 grant grant 4096 Jul 11 09:30 dist/
-rwxr-xr-x 1 grant grant 357 Jun 22 07:05 forrest.properties*
-rw-r--r-- 1 grant grant 6722 Jun 22 07:05 KEYS
-rw-r--r-- 1 grant grant 10141 Jun 22 07:05 LICENSE.txt
-rw-r--r-- 1 grant grant 202 Jun 28 15:39 manifest.properties
-rw-r--r-- 1 grant grant 671 Jul 10 21:46 NOTICE.txt
-rw-r--r-- 1 grant grant 52 May 18 12:17 site-update.sh
drwxr-xr-x 7 grant grant 4096 Jul 11 09:19 .svn/
drwxr-xr-x 3 grant grant 4096 Jul 11 08:55 tld-doc/
drwxr-xr-x 3 grant grant 4096 Jul 11 08:55 tlddoc-xslt/
[EMAIL PROTECTED] IdeaProjects]$ ls -la
/home/grant/IdeaProjects/myfaces/current/build/../sandbox/build/tlds
ls:
/home/grant/IdeaProjects/myfaces/current/build/../sandbox/build/tlds: No
such file or directory
For whatever reason, the OS thinks the path doesn't exist, when it
clearly does. *sigh* Sorry for false alarm.
Grant Smith wrote:
Sean,
The tlddoc-all target of the main buildfile (which calls all the
nested buildfiles) is choking on:
tlddoc:
[java] Error: File/directory not found:
/home/grant/IdeaProjects/Myfaces/current/build/../sandbox/build/temp/tlds/*.tld
for each of the subprojects. I didn't want to touch it while you were
modifying the build procedure.