Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] problem with xerces sources

hi...I resolved....it was a conflict library problem.....in a project I
had a different xercesImpl.jar. I substituted it with the jar created by
sources and it succeed......also if I don't understand because that jar
that I used is a 2.7.0 version too





> hi....I would to debug xerces 2.7.0 sources that I downloaded from
> xerces.apache.org, with eclipse 3.1.1.
> I created a new project and I've imported xerces sources in the src
> directory. I cannot to debug them from other projects......If I try to put
> a breakpoint in the xerces sources from an other project I have this
> error:
>
> Unable to install breakpoint in xxxxx due to missing line numbre
> attributes. Modify compiler options to generate line number attributes.
>
> Reason:
> Absent Line Number Information
>
> If I try to debug xerces Impl sources inside the same project I have no
> errors. I think a bug of eclipse 3.1 because I 've seen that eclipse
> debugger works together xercesImpl 2.7.0.
>
> _______________________________________________
> platform-dev mailing list
> platform-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-dev
>




Back to the top