This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 208592 - Web application and extended applet application projects won't compile
Summary: Web application and extended applet application projects won't compile
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 7.1.1
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-17 23:11 UTC by zull
Modified: 2012-03-22 10:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zull 2012-02-17 23:11:14 UTC
The new plugin does no longer works with JC Connected 3.0.2. When a
Extended applet or Web application project is created the bootclasspath
is set to ${javacard.classic.bootclasspath}.

        <javac destdir="${build.classes.dir}" source="${javac.source}"
target="${javac.target}" nowarn="${javac.deprecation}"
debug="${javac.debug}" optimize="no" bo
otclasspath="${javacard.classic.bootclasspath}" includeAntRuntime="no">

It should be set to ${javacard.bootclasspath} for extended applet and
web application projects.
Comment 1 Anton Chechel 2012-02-20 17:31:07 UTC
fixed in jet-main
http://hg.netbeans.org/jet-main/rev/f49de39a18ef
Comment 2 Quality Engineering 2012-02-21 10:55:38 UTC
Integrated into 'main-golden', will be available in build *201202210400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f49de39a18ef
User: Anton Chechel <manowar@netbeans.org>
Log: #208592 webapp and extended applet app projects won't compile on against classic java card platform
Comment 3 Marian Mirilovic 2012-02-22 09:00:49 UTC
Anton, are we going to fix it also in 7.1.1 ?
Comment 4 Anton Chechel 2012-02-22 10:07:40 UTC
No because preprocessor support is in 7.2.
Comment 5 Quality Engineering 2012-02-22 11:00:49 UTC
Integrated into 'main-golden', will be available in build *201202220400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f49de39a18ef
User: Anton Chechel <manowar@netbeans.org>
Log: #208592 webapp and extended applet app projects won't compile on against classic java card platform