[
https://issues.jboss.org/browse/JBDS-2391?page=com.atlassian.jira.plugin....
]
Max Rydahl Andersen commented on JBDS-2391:
-------------------------------------------
I beleive we fixed this yesterday - .product and .p2.inf should be in balance now.
.product adds the memory flags, .p2 inf adds mem flags unless something bigger is set and
p2.inf also sets the discovery url.
jbdevstudio.ini has duplicate definitions of
jboss.discovery.directory.url
--------------------------------------------------------------------------
Key: JBDS-2391
URL:
https://issues.jboss.org/browse/JBDS-2391
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: installer
Affects Versions: 6.0.0.CR1
Environment: OS X
Reporter: Martin Malina
Assignee: Denis Golovin
Fix For: 6.0.0.CR1
After installing JBDS on Mac I see two duplicate definitions of
jboss.discovery.directory.url in JBoss Developer
Studio.app/Contents/MacOS/jbdevstudio.ini
{code}
-vm
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
-product
com.jboss.jbds.product.product
-startup
../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20120522-1813
-product
com.jboss.jbds.product.product
-showsplash
platform\:/base/plugins/com.jboss.jbds.product
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.splashPath=platform:/base/plugins/com.jboss.jbds.product
-Djboss.discovery.directory.url=https://devstudio.jboss.com/updates/6.0-staging/devstudio-directory.xml
-Xms512m
-Xmx1024m
-Djboss.discovery.directory.url=https://devstudio.jboss.com/updates/6.0-staging/devstudio-directory.xml
-Dosgi.instance.area.default=(a)user.home/workspace
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Xdock:icon=../Resources/JBDevStudio.icns
-XX:MaxPermSize=256m
{code}
Maybe it has something to do with JBDS-2377 where MaxPermSize was added? (Probably not.)
I need to change this file every time to test a specific build of central, so I'm
pretty sure this thing is new in CR1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira