Re: wip/eclipse upgrading to 4.2.1
Mayuresh <[email protected]> Sat, 17 Nov 2012 12:56:45 +0530
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.user,gmane.os.netbsd.devel.pkgsrc.wip.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Nov 17, 2012 at 12:29:21PM +0530, Mayuresh wrote: > From the MASTER_SITE URL it appears that this is a restricted version for > Java development. Is this due to any constraints (e.g. is full eclipse > IDE having some problems working on NetBSD?) I am trying to build the "standard" eclipse SDK version downloadable from the eclipse download page. (This is in order to get the plugin development environment.) There are about 3 .pl files and 1 .py file which need REPLACE_PERL and REPLACE_PYTHON respectively. However I get error of the following kind, since eclipse is not extracted into work directory like in a traditional make in pkgsrc. Replacing Perl interpreter in eclipse/plugins/org.apache.ant_1.8.3.v20120321-1730/bin/antRun.pl eclipse/plugins/org.apache.ant_1.8.3.v20120321-1730/bin/complete-ant-cmd.pl eclipse/plugins/org.apache.ant_1.8.3.v20120321-1730/bin/runant.pl. cd: can't cd to /usr/pkgsrc/wip/eclipse/work/eclipse-4.2.1 Is there a way to either - Replace perl/python interpreter during "make package" stage? - Build eclipse in a way that REPLACE_ directives work as usual? Mayuresh.