[JBoss JIRA] (JBDS-3682) Online installer reports missing package.js file
by Jan Richter (JIRA)
[ https://issues.jboss.org/browse/JBDS-3682?page=com.atlassian.jira.plugin.... ]
Jan Richter closed JBDS-3682.
-----------------------------
Both app and tests seem to work properly now, closing.
> Online installer reports missing package.js file
> ------------------------------------------------
>
> Key: JBDS-3682
> URL: https://issues.jboss.org/browse/JBDS-3682
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 9.1.0.CR1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Priority: Blocker
> Labels: havoc
> Fix For: 9.1.0.CR1
>
>
> Installer now files to load path.resolve('./package.json') file and fails, because file not found. In this case it tries to resolve from folder where installer started, which is a temp folder where electron installer unpacked all the files after start. package.json real location is in app subfolder which can be referenced by __pathname variable plus one level up.
> Right way to reference package json would be different for development and runtime (see attached PR);
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21690) Include updated wildfly10 schema in catalog
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21690?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-21690.
---------------------------------
I verified that the commit is applied both in master and 4.3.x. Also, I checked that all the schema files from wildfly 10 are present in the catalog plugin:
{code}
$ for i in `ls`; do find ~/tmp/jar/ -name $i >/dev/null || echo $i not found; done
{code}
But then I found that two dtd files that are in the catalog are not in the plugin.xml, I created a JIRA for that: JBIDE-21939
Closing.
> Include updated wildfly10 schema in catalog
> -------------------------------------------
>
> Key: JBIDE-21690
> URL: https://issues.jboss.org/browse/JBIDE-21690
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: server
> Affects Versions: 4.3.1.Beta2
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Fix For: 4.3.1.CR1
>
>
> Wildfly 10 final has many updated schema which should be added.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (JBIDE-21939) datatypes.dtd and properties.dtd not present in xml catalog
by Martin Malina (JIRA)
Martin Malina created JBIDE-21939:
-------------------------------------
Summary: datatypes.dtd and properties.dtd not present in xml catalog
Key: JBIDE-21939
URL: https://issues.jboss.org/browse/JBIDE-21939
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.3.1.CR1
Reporter: Martin Malina
Assignee: Rob Stryker
Maybe this is not an issue at all but need to check.
While verifying JBIDE-21690, I noticed that there are two dtd files that are not referenced in plugin.xml of org.jboss.tools.as.catalog_3.1.1.CR1-v20160316-0026-B106.jar .
{code}
$ for i in `find schema -name '*.dtd'`; do grep $i plugin.xml >/dev/null || echo $i not found; done
schema/dtd/datatypes.dtd not found
schema/dtd/properties.dtd not found
{code}
Is this ok or not?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years