Tracker: Bugs

5 SVN: compilation does not work on windows - ID: 2807987
Last Update: Comment added ( paullandes )

(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 Ebermann ( epaul ) - 2009-06-17 14:56:13 PDT

5

Closed

Accepted

Paul Landes

Ant

None

Public


Comments ( 3 )

Date: 2009-08-05 22:38:37 PDT
Sender: paullandesProject Admin

This is fixed by replacing back slashes with front slashes.

In addition to the fix, only front slashes should be used in configuration
files (~/.jdee-config.properties and build.properties).


Date: 2009-08-05 22:38:19 PDT
Sender: paullandesProject Admin

This is fixed by replacing back slashes with front slashes.

In addition to the fix, only front slashes should be used in configuration
files (~/.jdee-config.properties and build.properties).


Date: 2009-07-29 17:19:00 PDT
Sender: lenbokProject Admin

Can you try on 2.4.0 branch?



Attached File

No Files Currently Attached

Changes ( 4 )

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