On Sat, Nov 17, 2012 at 12:29:21PM +0530, Mayuresh wrote:I am trying to build the "standard" eclipse SDK version downloadable from
> 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?)
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?