[JBoss JIRA] (JBIDE-18414) Forge 'New Project' wizard - 'From Archetype' option broken
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18414?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-18414:
----------------------------------------
Fix Version/s: 4.2.1.Final
4.3.x
> Forge 'New Project' wizard - 'From Archetype' option broken
> -----------------------------------------------------------
>
> Key: JBIDE-18414
> URL: https://issues.jboss.org/browse/JBIDE-18414
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.2.0.CR1
> Environment: OS X
> Reporter: Michelle Murray
> Fix For: 4.2.1.Final, 4.3.x
>
>
> Forge 2 New Project wizard fails for project type 'From Archetype'
> * Ctrl+4
> * New Project
> * Project name: blah
> * Project type: From Archetype
> * Archetype Group Id: org.jboss.aerogear.archetypes
> * Archetype Artifact Id: jboss-html5-mobile-archetype
> * Archetype Version: 7.1.3.Final
> * Archetype Repository: http://repo1.maven.org/maven2/
> or
> * Archetype Group Id: org.jboss.archetype.wfk
> * Archetype Artifact Id: jboss-html5-mobile-archetype
> * Archetype Version: 2.6.0.Final
> * Archetype Repository: http://repository.jboss.org/nexus/content/groups/public
> Wizard fails with message in Error Log:
> {noformat}
> org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.RuntimeException: org.codehaus.plexus.util.xml.pull.XmlPullParserException: expected START_TAG or END_TAG not TEXT (position: TEXT seen ... version of the JBoss EAP components we want to use -->\n <v... @50:11) )
> at org.eclipse.swt.SWT.error(SWT.java:4441)
> at org.eclipse.swt.SWT.error(SWT.java:4356)
> at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:209)
> at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:156)
> at org.eclipse.swt.widgets.Display.syncExec(Display.java:4721)
> at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizardHelper.onFinish(ForgeWizardHelper.java:56)
> at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:115)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
> Caused by: java.lang.RuntimeException: org.codehaus.plexus.util.xml.pull.XmlPullParserException: expected START_TAG or END_TAG not TEXT (position: TEXT seen ... version of the JBoss EAP components we want to use -->\n <v... @50:11)
> at org.jboss.forge.addon.maven.resources.MavenModelResourceImpl.initialize(MavenModelResourceImpl.java:120)
> at org.jboss.forge.addon.maven.resources.MavenModelResourceImpl.getCurrentModel(MavenModelResourceImpl.java:96)
> at org.jboss.forge.addon.maven.projects.MavenFacetImpl.getModel(MavenFacetImpl.java:124)
> at sun.reflect.GeneratedMethodAccessor154.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103)
> at org.jboss.forge.addon.maven.projects.MavenFacetImpl_$$_javassist_55122075-0c11-493f-a1ca-83e805ea5320.getModel(MavenFacetImpl_$$_javassist_55122075-0c11-493f-a1ca-83e805ea5320.java)
> at org.jboss.forge.addon.maven.projects.facets.MavenMetadataFacet.getProjectName(MavenMetadataFacet.java:50)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:87)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:103)
> at org.jboss.forge.addon.maven.projects.facets.MavenMetadataFacet_$$_javassist_2cf3fcd2-cfbc-4910-bfb8-de40dd12cabf.getProjectName(MavenMetadataFacet_$$_javassist_2cf3fcd2-cfbc-4910-bfb8-de40dd12cabf.java)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:123)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:42)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:96)
> at org.jboss.forge.addon.facets.Facet_$$_javassist_718e47d0-0ab5-4306-98e5-0a8169186093.getProjectName(Facet_$$_javassist_718e47d0-0ab5-4306-98e5-0a8169186093.java)
> at org.jboss.tools.forge.ui.internal.ext.importer.ImportEclipseProjectListener.doImport(ImportEclipseProjectListener.java:48)
> at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizardHelper.importNewProjects(ForgeWizardHelper.java:102)
> at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizardHelper.access$0(ForgeWizardHelper.java:100)
> at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizardHelper$1.run(ForgeWizardHelper.java:59)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3983)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:175)
> at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:390)
> at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1059)
> at org.jboss.tools.forge.ui.internal.ext.dialog.ForgeCommandDialog.run(ForgeCommandDialog.java:56)
> at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizard.performFinish(ForgeWizard.java:97)
> at org.jboss.tools.forge.ui.internal.ext.wizards.ForgeWizard.performFinish(ForgeWizard.java:87)
> at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:853)
> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:438)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:619)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4188)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1467)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1490)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1475)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4031)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3658)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:832)
> at org.eclipse.jface.window.Window.open(Window.java:808)
> at org.jboss.tools.forge.ui.internal.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:205)
> at org.jboss.tools.forge.ui.internal.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:102)
> at org.jboss.tools.forge.ui.internal.ext.dialog.UICommandListDialog$1$1.handleElementSelected(UICommandListDialog.java:232)
> at org.jboss.tools.forge.ui.internal.ext.quickaccess.QuickAccessContents.handleSelection(QuickAccessContents.java:322)
> at org.jboss.tools.forge.ui.internal.ext.quickaccess.QuickAccessContents.access$0(QuickAccessContents.java:312)
> at org.jboss.tools.forge.ui.internal.ext.quickaccess.QuickAccessContents$6.mouseUp(QuickAccessContents.java:461)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4188)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1467)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1490)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1475)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4031)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3658)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:236)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> Caused by: org.codehaus.plexus.util.xml.pull.XmlPullParserException: expected START_TAG or END_TAG not TEXT (position: TEXT seen ... version of the JBoss EAP components we want to use -->\n <v... @50:11)
> at org.codehaus.plexus.util.xml.pull.MXParser.nextTag(MXParser.java:1121)
> at org.apache.maven.model.io.xpp3.MavenXpp3Reader.parseModel(MavenXpp3Reader.java:2178)
> at org.apache.maven.model.io.xpp3.MavenXpp3Reader.read(MavenXpp3Reader.java:3807)
> at org.apache.maven.model.io.xpp3.MavenXpp3Reader.read(MavenXpp3Reader.java:557)
> at org.apache.maven.model.io.xpp3.MavenXpp3Reader.read(MavenXpp3Reader.java:571)
> at org.apache.maven.model.io.xpp3.MavenXpp3Reader.read(MavenXpp3Reader.java:600)
> at org.jboss.forge.addon.maven.resources.MavenModelResourceImpl.initialize(MavenModelResourceImpl.java:115)
> ... 90 more
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-17284) OpenJDK seem to have issues with SSL/TLS handshakes when using URLConnection
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17284?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-17284:
----------------------------------------
Affects Version/s: 4.2.0.Final
Fix Version/s: 4.3.0.Alpha1
4.2.1.Final
(was: 4.2.0.CR2)
> OpenJDK seem to have issues with SSL/TLS handshakes when using URLConnection
> ----------------------------------------------------------------------------
>
> Key: JBIDE-17284
> URL: https://issues.jboss.org/browse/JBIDE-17284
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream, xulrunner
> Affects Versions: 4.2.0.Final
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Blocker
> Fix For: 4.2.1.Final, 4.3.0.Alpha1
>
> Attachments: jbds-via-html5-vpe.png
>
>
> We've received multiple reports about instant crashes of users running JBoss Tools and Developer Studio.
> The common issue is that it happens when they use OpenJDK vm, not Oracle.
> The crash log normally contains something similar to:
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j sun.security.pkcs11.wrapper.PKCS11.C_CreateObject(J[Lsun/security/pkcs11/wrapper/CK_ATTRIBUTE;)J+0
> j sun.security.pkcs11.P11ECKeyFactory.generatePublic(Ljava/security/spec/ECPoint;Ljava/security/spec/ECParameterSpec;)Ljava/security/PublicKey;+170
> j sun.security.pkcs11.P11ECKeyFactory.engineGeneratePublic(Ljava/security/spec/KeySpec;)Ljava/security/PublicKey;+80
> j java.security.KeyFactory.generatePublic(Ljava/security/spec/KeySpec;)Ljava/security/PublicKey;+25
> j sun.security.ssl.HandshakeMessage$ECDH_ServerKeyExchange.<init>(Lsun/security/ssl/HandshakeInStream;Ljava/security/PublicKey;[B[BLjava/util/Collection;Lsun/security/ssl/ProtocolVersion;)V+228
> Opening this bug to collect and use a key issue for hunting down the cause.
> Note: This issue is *not* specific to JBoss Tools as far as I can see, but it does affect us since we lookup a file located behind https url at key times which seem to trigger the crash.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18400) Show In > Forge Console option not always visible
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18400?page=com.atlassian.jira.plugi... ]
Koen Aers commented on JBIDE-18400:
-----------------------------------
Doesn't seem to be an upstream issue at first sight. Selecting 'Show In->Properties View' does not have the problem.
> Show In > Forge Console option not always visible
> -------------------------------------------------
>
> Key: JBIDE-18400
> URL: https://issues.jboss.org/browse/JBIDE-18400
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.2.0.CR1
> Reporter: Michelle Murray
>
> Show In > Forge Console option disappears after first use. To get it back, user needs to click another window (e.g. Chrome) and then come back to JBDS window.
> For example:
> * Have existing project listed in Project Explorer.
> * Forge Console is started.
> * In Project Explorer, expand src/. When right-click items under src/, each shows Show In > Forge Console option.
> * Right-click /src/main/ and click Show In > Forge Console.
> * Then /src/main/java no longer shows Show In > Forge Console option.
> * >> Workaround - go to a different window, like Chrome and then come back to JBDS and now option is once again listed in menu.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18382) ide.properties has vpn only locations
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18382?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-18382:
---------------------------------------------
I didnt' move anything. I requested the vpn only available content gets removed from our public ide.properties since that is just wrong when users are testing it without vpn (which most do afaik)
If the content should be commented out then comment it out. ide.properties is live and already taking effect if you download and test CR2.
If JBDS-3163 is being fixed in days then let it rest but point is that ide.properties shouldn't be relying on vpn only content nor should it point to empty content since that defeats the purpose of ide.properties to avoid having to mess with custom config unless you are testing something very very recent and custom.
> ide.properties has vpn only locations
> -------------------------------------
>
> Key: JBIDE-18382
> URL: https://issues.jboss.org/browse/JBIDE-18382
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Reporter: Max Rydahl Andersen
> Assignee: Mickael Istria
> Priority: Critical
> Fix For: 4.2.0.CR2
>
>
> https://github.com/jbosstools/jbosstools-download.jboss.org/commit/fce69c... shows ide.properties have vpn only locations.
> That should not (ever) happen.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18239) Create new update site zip(s) (rather than target platform zip) for JBT content needed for Central/EA site
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18239?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-18239:
---------------------------------------------
It is clearly neither i'm suggesting. See my first comment:
"The idea was that we don't need the entries for jboss tools based plugins in the actual central TP."
That means that the content coming from JBT is *NOT* to be in central TP but into the main JBDS TP (the one used for creating the main updatesite).
A talks about *all* JBT and putting in central - so that is not it.
B talks about an additional updatesite - that is not what i'm suggesting either.
And no, early access and central updatesites CANNOT be in the same updatesite - that have been discussed ad libitum before how that is not okey since:
A) Earlyaccess IS NOT central
B) if you add earlyaccess into central then users running Help > Check for updates (or install) will get earlyaccess content even though they have not enabled it.
I would really appreciate if we stop having to return to that item again - central IS NOT earlyaccess and vice versa thus they cannot be intermingled.
i suggest we park this and go through this during f2f or at least after CR2 since now is really not the time to such revamps that needs testing.
> Create new update site zip(s) (rather than target platform zip) for JBT content needed for Central/EA site
> ----------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18239
> URL: https://issues.jboss.org/browse/JBIDE-18239
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, central, discovery, updatesite
> Affects Versions: 4.2.0.CR1
> Reporter: Nick Boldt
> Labels: f2f2014
> Fix For: 4.3.0.Alpha1
>
> Attachments: JBIDE18239-proposed.png
>
>
> In order to simplify the process for getting JBT features into Central (for JBDS) and EA (for both JBT/JBDS), it's been suggested (by [~maxandersen], who doesn't like opening JIRAs :D) that instead of a target platform which needs to be updated every time we spin or respin a build, we could instead just produce an update site containing the handful of IUs (cordovasim, arquillian, etc.).
> We could further extend this idea to include all the things that currently are in BOTH JBT or JBDS and in Central, such as TestNG.
> These would be produced as new zips using the JBT aggregate builder:
> https://github.com/jbosstools/jbosstools-build-sites/tree/master/aggregate/
> Need to decide what to call this... "Extras" "JBT-not-in-JBDS" "Shared" ...?
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18426) Central installation drags in too many dependencies
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18426?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-18426:
----------------------------------
Summary: Central installation drags in too many dependencies (was: Central component drags in too many components)
> Central installation drags in too many dependencies
> ---------------------------------------------------
>
> Key: JBIDE-18426
> URL: https://issues.jboss.org/browse/JBIDE-18426
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: central
> Affects Versions: 4.2.0.CR1
> Reporter: Denis Golovin
> Assignee: Fred Bricon
> Priority: Critical
> Labels: f2f2014
> Fix For: 4.3.0.Alpha1
>
>
> Installing only central feature from JBT Repository leads to almost full JBT installation (see list below).
> Should we support scenario when central installs minimum and then let install what is missing depending on developer's needs?
> {code}
> Warning: You are installing software that contains unsigned content. The authenticity or validity of this software cannot be established. Do you want to continue with the installation?
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.hibernate.eclipse_4.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.hibernate.eclipse.console_4.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.hibernate.eclipse.feature_4.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.hibernate.eclipse.help_4.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.hibernate.eclipse.jdt.apt.ui_4.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.hibernate.eclipse.jdt.ui_4.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.hibernate.eclipse.libs_4.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.hibernate.eclipse.mapper_4.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.archives.core_3.5.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.ide.eclipse.archives.feature_3.5.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.archives.jdt.integration_3.5.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.archives.ui_3.5.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.archives.webtools_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.ide.eclipse.as.archives.integration.feature_3.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.classpath.core_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.classpath.ui_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.core_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.dmr_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.doc.user_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.ide.eclipse.as.feature_3.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.jmx.integration_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.ide.eclipse.as.jmx.integration.feature_3.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.management.as71_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.management.core_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.management.wildfly8_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.rse.core_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.rse.ui_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.ide.eclipse.as.server.rse.integration.feature_3.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.ide.eclipse.as.serverAdapter.wtp.feature_3.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.ui_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.ui.mbeans_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.wtp.core_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.ide.eclipse.as.wtp.ui_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.archives.scanner_3.5.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.archives.scanner.feature_3.5.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.as.catalog_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.as.runtimes.integration_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.central_1.3.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.central.feature_1.3.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.core_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.el.core_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.el.ui_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.common.feature_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.gef_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.model_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.model.ui_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.model.ui.capabilities_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.projecttemplates_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.resref.core_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.resref.ui_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.text.ext_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.text.xml_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.ui_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.validation_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.common.verification_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.community.central_1.3.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.community.central.feature_1.3.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.community.project.examples_2.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.community.project.examples.feature_2.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.foundation.core_1.1.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.foundation.ui_1.1.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate.antlr_2.7.7.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate.beanshell_2.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate.dom4j_1.6.1.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate.jpt.core_4.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate.jpt.ui_4.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate.jtidy_8.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate.spi_4.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate.ui_4.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate.xml_4.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate.xml.ui_4.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate3_5_4.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate3_6_4.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate4_0_4.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.hibernate4_3_4.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jmx.core_1.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.jmx.feature_1.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jmx.jvmmonitor.core_1.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jmx.jvmmonitor.tools_1.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jmx.jvmmonitor.ui_1.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jmx.local_1.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jmx.ui_1.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.jsf.feature_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf.text.ext_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf.text.ext.facelets_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf.text.ext.richfaces_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf.ui_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf.verification_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf.vpe.ajax4jsf_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf.vpe.facelets_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf.vpe.jbpm_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf.vpe.jsf_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf.vpe.jstl_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf.vpe.myfaces_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf.vpe.richfaces_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jsf.vpe.seam_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.jst.feature_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jst.web_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jst.web.kb_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.jst.web.ui_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.maven.conversion.ui_1.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.maven.core_1.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.maven.feature_1.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.maven.project.examples_2.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.maven.project.examples.feature_2.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.maven.ui_1.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.portlet.core_1.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.project.examples_2.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.project.examples.cheatsheet_2.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.project.examples.feature_2.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.runtime.core_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.runtime.core.feature_3.0.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.runtime.seam.detector_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.runtime.seam.detector.feature_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.runtime.ui_3.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.seam.core_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.seam.feature_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.seam.pages.xml_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.seam.text.ext_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.seam.ui_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.seam.ui.pages_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.seam.xml_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.seam.xml.ui_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.stacks.core_1.1.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.stacks.core.feature_1.1.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.usage_2.0.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.vpe_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.vpe.docbook_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.vpe.feature_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.vpe.html_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.vpe.jsp_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.vpe.preview_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.vpe.preview.core_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.vpe.preview.editor_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.jboss.tools.vpe.preview.feature_3.6.0.CR2-v20140923-2244
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.vpe.resref_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.vpe.spring_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.vpe.ui.palette_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.vpe.xulrunner_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.jboss.tools.xulrunner.initializer_3.6.0.CR2-v20140923-2244.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.mozilla.xpcom_1.9.2.16
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.2.19pre
> /home/eskimo/Temp/jbt-new-tern/eclipse/plugins/org.sonatype.m2e.egit_0.14.0.201406241643.jar
> /home/eskimo/Temp/jbt-new-tern/eclipse/features/org.sonatype.m2e.egit.feature_0.14.0.201406241643
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18239) Create new update site zip(s) (rather than target platform zip) for JBT content needed for Central/EA site
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18239?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-18239:
------------------------------------
Max, I said there are two options here. ( a ) or ( b ).
a) include all the JBT stuff that's NOT in JBDS into the JBDS/JBDS TP/Central composite [1]
or
b) create a new update site to include the stuff that's currently in Central/EA which comes from JBoss Tools and which is currently NOT part of JBDS.
Clearly you want ( b ). You could have just said that.
Re: "/" - it was always a composite site; the only difference after JBDS-3086 is that now the same composite URL is used for both JBDS and JBDS Central.
To clarify another point ... are you OK that my PR puts the JBT content for Central [2] AND Early Access [3] into the same update site, or do you feel they need to be two different update sites?
[2] https://github.com/jbosstools/jbosstools-build-sites/pull/160/files#diff-...
[3] https://github.com/jbosstools/jbosstools-build-sites/pull/160/files#diff-...
> Create new update site zip(s) (rather than target platform zip) for JBT content needed for Central/EA site
> ----------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18239
> URL: https://issues.jboss.org/browse/JBIDE-18239
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, central, discovery, updatesite
> Affects Versions: 4.2.0.CR1
> Reporter: Nick Boldt
> Labels: f2f2014
> Fix For: 4.3.0.Alpha1
>
> Attachments: JBIDE18239-proposed.png
>
>
> In order to simplify the process for getting JBT features into Central (for JBDS) and EA (for both JBT/JBDS), it's been suggested (by [~maxandersen], who doesn't like opening JIRAs :D) that instead of a target platform which needs to be updated every time we spin or respin a build, we could instead just produce an update site containing the handful of IUs (cordovasim, arquillian, etc.).
> We could further extend this idea to include all the things that currently are in BOTH JBT or JBDS and in Central, such as TestNG.
> These would be produced as new zips using the JBT aggregate builder:
> https://github.com/jbosstools/jbosstools-build-sites/tree/master/aggregate/
> Need to decide what to call this... "Extras" "JBT-not-in-JBDS" "Shared" ...?
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18382) ide.properties has vpn only locations
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18382?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-18382:
------------------------------------
They *will* exist at that URL once we start staging CR2 for QE. But until then, 8.0-staging contains the CR1b bits, not the CR2 ones.
And yes, you COULD remove them until there's content. That's why I used to have the links to 8.0-staging commented out and simply pointed at the nightly content, but then you objected to pointing at www.qa content and just moved the links to point at 8.0-staging even though there was no CR2 content there.
Once we solve JBDS-3163, all this is moot because both nightly and staging will be on the same server, and ide.properties can again point at nightly bits w/o using a "vpn only location".
> ide.properties has vpn only locations
> -------------------------------------
>
> Key: JBIDE-18382
> URL: https://issues.jboss.org/browse/JBIDE-18382
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Reporter: Max Rydahl Andersen
> Assignee: Mickael Istria
> Priority: Critical
> Fix For: 4.2.0.CR2
>
>
> https://github.com/jbosstools/jbosstools-download.jboss.org/commit/fce69c... shows ide.properties have vpn only locations.
> That should not (ever) happen.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months