(I'm not sure wether the ant-category is for the build script of JDEE, or for the ant-binding in JDEE ... I assume the first one, maybe someone can move this.)
I used the 2.3.6-branch, revision 90, on Windows XP.
The Ant-script copies config/build.el and and replaces inside some strings with generated path names.
Unfortunately, these created pathnames are Windows-paths, containing backslashes (\). And this has the result, that Lisp misinterprets the backslashes as escapes, and gives an error "file not found".
My workaround was to hardcode cedet.dir, elib.dir, build.lisp.dir and scr.lisp.dir (with forward-slashes (/)) and give to ant as property-parameters (actually in a file). Then the build works without problems.
Paul Landes
Ant
None
Public
|
Date: 2009-08-05 22:38:37 PDT This is fixed by replacing back slashes with front slashes. |
|
Date: 2009-08-05 22:38:19 PDT This is fixed by replacing back slashes with front slashes. |
|
Date: 2009-07-29 17:19:00 PDT Can you try on 2.4.0 branch? |
| Field | Old Value | Date | By |
|---|---|---|---|
| resolution_id | None | 2009-08-05 22:38:37 PDT | paullandes |
| assigned_to | nobody | 2009-08-05 22:38:37 PDT | paullandes |
| status_id | Open | 2009-08-05 22:38:19 PDT | paullandes |
| close_date | - | 2009-08-05 22:38:19 PDT | paullandes |