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 236888 - j2ee.platform.wscompile.classpath changes at random and for no reason
Summary: j2ee.platform.wscompile.classpath changes at random and for no reason
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 7.4
Hardware: PC All
: P3 normal with 4 votes (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 15:13 UTC by cheesus
Modified: 2015-10-12 13:12 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 cheesus 2013-10-08 15:13:08 UTC
Developing on a common Project with Netbeans nightlies and 7.4RC1s
on a J2EE using JBoss App Server, for every user upon every modification
of the system, all project.properties files (in EAR, WAR and JAR project in
our case) change like for user tim

j2ee.platform.wscompile.classpath=/home/tim/saaj-api.jar:/home/tim/saaj-impl.jar:/home/tim/jaxrpc-api.jar:/home/tim/jaxrpc-impl.jar

and for user tom

j2ee.platform.wscompile.classpath=/home/tom/saaj-api.jar:/home/tom/saaj-impl.jar:/home/tom/jaxrpc-api.jar:/home/tom/jaxrpc-impl.jar

so the 3 project.properties files need to be reverted manually every time.
(We need to checkin the project.properties since project layout and setup
changes affect everybody).

This is very nonsensical; there is no jar files in any user's home.

I read that this is supposedly the glassfish location; since we use JBoss AS 7
plugin, there is no Glassfish, could be the reason why user home dir is used
as default.

Happens for both Mac and Linux (probably also for Windows)

If there is no Glassfish, could this property please just remain unchanged ?
Comment 1 kjuro 2015-01-29 12:18:12 UTC
I have the same problem with NB 8.0.2. I have in project.properties

j2ee.platform.wscompile.classpath=C:/Program Files (x86)/NetBeans 8.0/saaj-api.jar:C:/Program Files (x86)/NetBeans 8.0/saaj-impl.jar:C:/Program Files (x86)/NetBeans 8.0/jaxrpc-api.jar:C:/Program Files (x86)/NetBeans 8.0/jaxrpc-impl.jar

I get conflict in subversion repository because of this because other persons has different location for NetBeans.

How this may be solved?