Re: NetBeans 8.2 introduces NPE at org .netbeans.modules.j2me.common.ant.CopyLibletsT ask.execute(CopyLibletsTask.java:93)
Alexander Farber <[email protected]> Fri, 7 Oct 2016 12:02:11 +0200
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAADeyWh=rd87cp-+pURf49_bRGR8BdPO=7mOdWP8Vi6F50Yztg@mail.gmail.com> |
Additional information:
<target name="-do-jar-copyliblets">
<property location="${build.classes.dir}"
name="build.classes.dir.resolved"/>
<pathconvert property="run.classpath.without.build.classes.dir">
<path path="${run.classpath}"/>
<map from="${build.classes.dir.resolved}" to=""/>
</pathconvert>
<nb-copyliblets
runtimeclasspath="${run.classpath.without.build.classes.dir}"/>
</target>