Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] How to rebuild org.eclipse.jdt.launching?

Hi, I'm new to building Eclipse and would like to experiment with creating a new IVMConnector instance under 4.6.3. But when I try to rebuild the plugin by doing:

$ cd eclipse.platform.releng.aggregator/eclipse.jdt.debug/org.eclipse.jdt.launching
$ mvn clean verify

my new class is compiled ok but the resulting target/org.eclipse.jdt.launching-3.8.101-SNAPSHOT.jar contains neither my new class or the modified plugin.xml. In fact it contains all the original files from 2016.

I don't really want to have to run the build from root if I can help it because it takes so long.

What am I doing wrong?

Thanks,

David

Back to the top