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 178924 - Migration from 6.7.1 to 6.8 - Java EE App Client doesn't works
Summary: Migration from 6.7.1 to 6.8 - Java EE App Client doesn't works
Status: RESOLVED DUPLICATE of bug 178540
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-21 03:49 UTC by mnachev
Modified: 2009-12-21 14:17 UTC (History)
2 users (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 mnachev 2009-12-21 03:49:32 UTC
I migrate from NB 6.7.1 to NB 6.8 and when I try to start my Java EE Application Client based on Java Web Start (JWS/JNLP) I have the following error:

E:\Works.NB\Acacia\Acacia-Business-Ace\trunk\AcaciaBusinessAce\nbproject\build-impl.xml:435: E:\Works.NB\Acacia\Acacia-Business-Ace\trunk\AcaciaBusinessAce\dist\gfdeploy\AcaciaBusinessAce not found.

To fix that problem I edit the build-impl.xml file manually removing the folder from "${dist.dir}/gfdeploy/AcaciaBusinessAce" as follow:

    <target if="j2ee.appclient.mainclass.args" name="-as-retrieve-option-workaround" unless="j2ee.clientName">
        ...
        <copy flatten="false" todir="${dist.dir}/AcaciaBusinessAceClient">
            <fileset dir="${dist.dir}/gfdeploy" includes="**/*.jar"/>
        </copy>
    </target>
Comment 1 David Konecny 2009-12-21 13:33:22 UTC
Vince, this sounds to me like a duplicate of an issue you fixed recently.
Comment 2 Vince Kraemer 2009-12-21 14:17:28 UTC

*** This bug has been marked as a duplicate of bug 178540 ***