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 194833 - App client doesnt run from netbeans in any GF 3.1 build grater than b30 (or so)
Summary: App client doesnt run from netbeans in any GF 3.1 build grater than b30 (or so)
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 6.x
Hardware: PC All
: P4 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-29 06:16 UTC by pablopina
Modified: 2011-01-29 15:24 UTC (History)
0 users

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 pablopina 2011-01-29 06:16:14 UTC
App client doesnt run in GlassFish 3.1-b38 (and probably in anything > b30 or so)

From GF 3.1-b30 the locatin of gf-client.jar has moved from the 'modules' directory to the 'lib' directory in the glassgish directory structure

nbproject/private.properties still refers to glassfish/modules/gf-client.jar when after b30 (or so) should refer to glassfish/lib/gf-client.jar
Comment 1 Vince Kraemer 2011-01-29 06:57:15 UTC
is your project old or brand new?

What happens if you 
1. exit out of NB 6.9.1
2. delete the build-impl.xml file from the app client project
3. start NB 7.0
4. try to run your project again

6.9.1 does not support 3.1... 

If there are issues with your project after you switch to a recent daily build of NB 7.0, please update this issue with that information.
Comment 2 pablopina 2011-01-29 11:46:32 UTC
Hi Vince,

Project is "old": started it few months ago with nb 6.9.1 in gf-3.1 b-07.Now when upgrading to b38 i got to reproduce the error.

I haven't tried it in NB7, but If you think this is resolved in NB7, then you can close the issue,

Thanks for your quick response.
Comment 3 Vince Kraemer 2011-01-29 15:24:47 UTC
http://hg.netbeans.org/web-main/rev/23ddcb918543 was the change applied to the trunk for this