Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] how to recompile jdimodel.jar under org.eclipse.jdt.debug?

I need to modify something in ThreadReferenceImpl, and how can I regenerate the jdimodel.jar where  ThreadReferenceImpl.class belongs?
I've downloaded code in http://git.eclipse.org/c/jdt/eclipse.jdt.debug.git/ and do the following things:
git checkout R4_5_maintenance
cd  org.eclipse.jdt.debug
mvn clean package 

following mistakes:
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.eclipse.jdt.debug 3.9.0.qualifier
[ERROR]   Missing requirement: org.eclipse.jdt.debug 3.9.0.qualifier requires 'bundle org.eclipse.core.resources [3.5.0,4.0.0)' but it could not be found

what should I do? thanks

Back to the top