Re: [Pydev-code] how to build eclipse with pydev?
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2022-08-05 10:24:02
|
Hello, it's possible to build PyDev as a plugin using maven (with mvn install). There's no support for building Eclipse itself with PyDev as a package (so, you need to add PyDev as a new plugin) -- still, note that you could do something as extracting Eclipse, adding PyDev to the dropins and zipping it back... Best regards, Fabio Em qui., 4 de ago. de 2022 às 23:49, xaioduanl <dua...@16...> escreveu: > Hi, > I download pydev source code for develop python, i import > it to eclipse as maven project,then > i right button on code Run as ->Run as Eclipse Application > ,then it appear a eclipse and it can work, > my question is how can i get the new eclipse as a package? please > help me,thanks! > > > > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > |