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 218346 - invalid template of netbeans.conf
Summary: invalid template of netbeans.conf
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Launchers&CLI (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-14 08:27 UTC by Ondrej Vrabec
Modified: 2012-09-15 02:11 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 Ondrej Vrabec 2012-09-14 08:27:13 UTC
in the latest dev builds netbeans.conf contains definition of netbeans_default_options twice:
> netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-Dnetbeans.logger.console=true -J-ea -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.zip.disableMemoryMapping=true -J-Dplugin.manager.check.updates=false -J-Dsun.awt.disableMixing=true"
> # Note that default -Xmx and -XX:MaxPermSize are selected for you automatically.
> # You can find these values in var/log/messages.log file in your userdir.
> # The automatically selected value can be overridden by specifying -J-Xmx or
> # -J-XX:MaxPermSize= here or on the command line.
> #
> # If you specify the heap size explicitly, you may also want to enable
> # Concurrent Mark & Sweep garbage collector.
> # (see http://wiki.netbeans.org/FaqGCPauses)
> #
> netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-Dnetbeans.logger.console=true -J-ea -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.zip.disableMemoryMapping=true -J-Dplugin.manager.check.updates=false  -J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes"

maybe a result of an incorrect merge?
found in 201209140001
Comment 1 Ondrej Vrabec 2012-09-14 08:36:33 UTC
i think it's because of Marek's merge: #7b5a8c214726
Comment 2 Ondrej Vrabec 2012-09-14 08:44:14 UTC
fix: http://hg.netbeans.org/core-main/rev/f636b1999c27
Comment 3 Quality Engineering 2012-09-15 02:11:56 UTC
Integrated into 'main-golden', will be available in build *201209150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f636b1999c27
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #218346 - invalid template of netbeans.conf