| Summary: | failure on create eclipse marker when path contains '!' instead of '/' | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] AJDT | Reporter: | Stéphane Chomat <Stephane.Chomat> | ||||||||
| Component: | UI | Assignee: | Matt Chapman <mpchapman> | ||||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||||
| Severity: | major | ||||||||||
| Priority: | P3 | CC: | ariskk, eric_berry, vb | ||||||||
| Version: | 1.4.1 | ||||||||||
| Target Milestone: | 1.4.2 | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Stéphane Chomat
I couldn't reproduce this. Can you attach a simple project that demonstrates the problem? Created attachment 55937 [details]
3 projects for reproduce bug : clean and rebuild
3 projects
- JavaProject is a java project to build java classe
- AspectProject is a aspectj project to build an aspect
This classes is copied into TissageProject/components/JavaProject/classes/ and TissageProject/components/AspectProject/aspect/
- TissageProject is an aspectj project to weaving the aspects. no source only binary
Created attachment 55938 [details]
error creating marker dialog
Created attachment 55939 [details]
the error log message
Hi, I got the same problem. I've created 2 AJDT projects, project A and project B which depends on A. Project B has been configured to use aspects of project A (Properties=>AspectJ Build=>Aspect Path , Add class folder which points to A/bin) Every time I change a file, I get a message box : "AJDT Internal error" (X) Error creating marker We have the same problem with 1.4.1 and this is kind of a blocker. We need to downgrade to 1.4.0 in the meanwhile. I've reproduced the problem using the attached testcase. Putting fix into 1.4.2 and 1.5.0 development builds Fixed in development builds: 1.5.0.200701181851 for Eclipse 3.3M4 (build.103) 1.4.2.200701190441 for Eclipse 3.2 (build.239) |