[JBoss JIRA] (JBIDE-19732) Misleading error logged when a new hybrid mobile engine configured
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-19732?page=com.atlassian.jira.plug... ]
Josef Kopriva closed JBIDE-19732.
---------------------------------
**Closing, nothing to do.
> Misleading error logged when a new hybrid mobile engine configured
> ------------------------------------------------------------------
>
> Key: JBIDE-19732
> URL: https://issues.redhat.com/browse/JBIDE-19732
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.3.0.Alpha2
> Reporter: Len DiMaggio
> Assignee: Gorkem Ercan
> Priority: Minor
>
> There's no functional impact, but the error message is confusing.
> When a new mobile hybrid engine is configured, this error is logged:
> !ENTRY org.eclipse.thym.android.core 2 0 2015-04-28 14:38:54.071
> !MESSAGE Missing Android engine file /home/ldimaggi/.cordova/lib/android/cordova/3.7.1/framework/cordova-3.7.1.jar
> The file, however, is right where it belongs:
> ll /home/ldimaggi/.cordova/lib/android/cordova/3.7.1/framework/cordova-3.7.1.jar
> -rw-rw-r--. 1 ldimaggi ldimaggi 357355 Apr 28 14:38 /home/ldimaggi/.cordova/lib/android/cordova/3.7.1/framework/cordova-3.7.1.jar
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-16312) Support importing of Hybrid Mobile projects into workspace
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-16312?page=com.atlassian.jira.plug... ]
Josef Kopriva closed JBIDE-16312.
---------------------------------
Closing, duplicate.
> Support importing of Hybrid Mobile projects into workspace
> ----------------------------------------------------------
>
> Key: JBIDE-16312
> URL: https://issues.redhat.com/browse/JBIDE-16312
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Final
> Reporter: Vineet Reynolds
> Priority: Major
> Fix For: LATER
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> Currently, to import a Hybrid Mobile project, I need to import it as a plain Eclipse project, while ensuring that the original Eclipse project file (.project) is present that contains the desired project natures.
> If the .project file is disallowed in version control, then this becomes a bit tricky since the .project file needs to be recreated.
> It would be better to allow support for importing an existing directory into the workspace as a Hybrid Mobile project (like importing existing android project, existing maven projects etc.) via the Eclipse Import menu.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-20134) Can't run default Ionic Project on device and on emulator
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-20134?page=com.atlassian.jira.plug... ]
Josef Kopriva closed JBIDE-20134.
---------------------------------
Closing, nothing to do.
> Can't run default Ionic Project on device and on emulator
> ----------------------------------------------------------
>
> Key: JBIDE-20134
> URL: https://issues.redhat.com/browse/JBIDE-20134
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aerogear-hybrid
> Affects Versions: 4.3.0.Beta1
> Environment: Win: 8.1
> JBoss Dev. Studio Version: 8.1.0.GA
> Cordova: 4.1.2
> Reporter: Ramo Gündogdu
> Assignee: Gorkem Ercan
> Priority: Major
> Fix For: 4.3.x
>
>
> I try to build my Ionic project with JBoss Developer Studio. But constantly I get the following problem. I can't build the project on the "Android device" and on the "Android emulator".
> Error:
> BUILD FAILED
> C:\Users\GSG-NB\AppData\Local\Android\sdk\tools\ant\build.xml:396: Problem: failed to create task or type checkenv
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.
> Message:
> C:\Users\GSG-NB\AppData\Local\Android\android-sdk\tools\ant\build.xml:716: The following error occurred while executing this line:
> C:\Users\GSG-NB\AppData\Local\Android\android-sdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details.
> Excention Stack Trace:
> C:\Users\GSG-NB\AppData\Local\Android\android-sdk\tools\ant\build.xml:716: The following error occurred while executing this line:
> C:\Users\GSG-NB\AppData\Local\Android\android-sdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details.
> at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:568)
> at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:399)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> at org.apache.tools.ant.Task.perform(Task.java:348)
> at org.apache.tools.ant.Target.execute(Target.java:435)
> at org.apache.tools.ant.Target.performTasks(Target.java:456)
> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
> at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:36)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
> at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:703)
> at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:525)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.ant.core.AntRunner.run(AntRunner.java:371)
> at org.eclipse.ant.internal.launching.launchConfigurations.AntLaunchDelegate.runInSameVM(AntLaunchDelegate.java:265)
> at org.eclipse.ant.internal.launching.launchConfigurations.AntLaunchDelegate.launch(AntLaunchDelegate.java:224)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
> at org.eclipse.thym.android.core.adt.BuildDelegate.doBuildProject(BuildDelegate.java:97)
> at org.eclipse.thym.android.core.adt.BuildDelegate.buildProject(BuildDelegate.java:58)
> at org.eclipse.thym.android.core.adt.BuildDelegate.buildNow(BuildDelegate.java:53)
> at org.eclipse.thym.android.core.adt.AndroidLaunchDelegate.buildForLaunch(AndroidLaunchDelegate.java:77)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:855)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
> at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
> at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> Caused by: C:\Users\GSG-NB\AppData\Local\Android\android-sdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details.
> at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1174)
> at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:930)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> at org.apache.tools.ant.Task.perform(Task.java:348)
> at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
> at com.android.ant.IfElseTask.execute(IfElseTask.java:120)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> at org.apache.tools.ant.Task.perform(Task.java:348)
> at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> at org.apache.tools.ant.Task.perform(Task.java:348)
> at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:396)
> ... 32 more
> Session Data:
> eclipse.buildId=unknown
> java.version=1.8.0_40
> java.vendor=Oracle Corporation
> BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -os win32 -ws win32 -arch x86_64 -product com.jboss.devstudio.core.product
> Code lines in C:\Users\GSG-NB\AppData\Local\Android\android-sdk\tools\ant\build.xml:716: und C:\Users\GSG-NB\AppData\Local\Android\android-sdk\tools\ant\build.xml:730:
> <do-only-if-manifest-hasCode elseText="hasCode = false. Skipping...">
> <!-- merge the project's own classpath and the tested project's classpath -->
> <path id="project.javac.classpath">
> <path refid="project.all.jars.path" />
> <path refid="tested.project.classpath" />
> <path path="${java.compiler.classpath}" />
> </path>
> <javac encoding="${java.encoding}"
> source="${java.source}" target="${java.target}"
> debug="true" extdirs="" includeantruntime="false"
> destdir="${out.classes.absolute.dir}"
> bootclasspathref="project.target.class.path"
> verbose="${verbose}"
> classpathref="project.javac.classpath"
> fork="${need.javac.fork}">
> Thanks.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-15365) Aerogear: need to provide specific API for CordovaSim
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-15365?page=com.atlassian.jira.plug... ]
Josef Kopriva closed JBIDE-15365.
---------------------------------
Closing, nothing to do.
> Aerogear: need to provide specific API for CordovaSim
> ------------------------------------------------------
>
> Key: JBIDE-15365
> URL: https://issues.redhat.com/browse/JBIDE-15365
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aerogear-hybrid, browsersim
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Priority: Major
> Fix For: 4.2.x
>
>
> Need to provide specific API that will be useful for both CordovaSim and AeroGear
> - find all plugin.xml files in the "plugins" dir and create List of plugins for the specific platform (Android, ios etc.)
> - generate valid content of the cordova_plugins.js
> - change plugin's .js files by wrapping their content into the function
> adds "cordova.define( pluginId, function(require, exports, module) { .....} etc.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-27307) Jbosstools central build is red
by Josef Kopriva (Jira)
[ https://issues.redhat.com/browse/JBIDE-27307?page=com.atlassian.jira.plug... ]
Josef Kopriva closed JBIDE-27307.
---------------------------------
Resolution: Duplicate Issue
Closing: see duplicated issue.
> Jbosstools central build is red
> -------------------------------
>
> Key: JBIDE-27307
> URL: https://issues.redhat.com/browse/JBIDE-27307
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, central
> Affects Versions: 4.16.0.AM1
> Reporter: Josef Kopriva
> Assignee: Josef Kopriva
> Priority: Blocker
> Fix For: 4.16.0.AM1
>
>
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.7.0:compile (default-compile) on project org.jboss.tools.maven.conversion.ui: Compilation failure: Compilation failure:
> 12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[84]
> 12:00:54 [ERROR] import org.eclipse.ui.internal.ide.StringMatcher;
> 12:00:54 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 12:00:54 [ERROR] The import org.eclipse.ui.internal.ide.StringMatcher cannot be resolved
> 12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[983]
> 12:00:54 [ERROR] private StringMatcher matcher;
> 12:00:54 [ERROR] ^^^^^^^^^^^^^
> 12:00:54 [ERROR] StringMatcher cannot be resolved to a type
> 12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[987]
> 12:00:54 [ERROR] this.matcher = null;
> 12:00:54 [ERROR] ^^^^^^^^^^^^
> 12:00:54 [ERROR] StringMatcher cannot be resolved to a type
> 12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[990]
> 12:00:54 [ERROR] this.matcher = new StringMatcher(pattern, true, false);
> 12:00:54 [ERROR] ^^^^^^^^^^^^
> 12:00:54 [ERROR] StringMatcher cannot be resolved to a type
> 12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[990]
> 12:00:54 [ERROR] this.matcher = new StringMatcher(pattern, true, false);
> 12:00:54 [ERROR] ^^^^^^^^^^^^^
> 12:00:54 [ERROR] StringMatcher cannot be resolved to a type
> 12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[996]
> 12:00:54 [ERROR] if (matcher == null) {
> 12:00:54 [ERROR] ^^^^^^^
> 12:00:54 [ERROR] StringMatcher cannot be resolved to a type
> 12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[1002]
> 12:00:54 [ERROR] match = matcher.match(getLabel(pd));
> 12:00:54 [ERROR] ^^^^^^^
> 12:00:54 [ERROR] StringMatcher cannot be resolved to a type
> 12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[1006]
> 12:00:54 [ERROR] match = matcher.match(d.getGroupId()+":"+d.getArtifactId());
> 12:00:54 [ERROR] ^^^^^^^
> 12:00:54 [ERROR] StringMatcher cannot be resolved to a type
> 12:00:54 [ERROR] 8 problems (8 errors)
> 12:00:54 [ERROR] -> [Help 1]
> https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
> This is caused by this commit in upstream:
> https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=996...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (JBIDE-27307) Jbosstools central build is red
by Josef Kopriva (Jira)
Josef Kopriva created JBIDE-27307:
-------------------------------------
Summary: Jbosstools central build is red
Key: JBIDE-27307
URL: https://issues.redhat.com/browse/JBIDE-27307
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, central
Affects Versions: 4.16.0.AM1
Reporter: Josef Kopriva
Assignee: Josef Kopriva
Fix For: 4.16.0.AM1
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.7.0:compile (default-compile) on project org.jboss.tools.maven.conversion.ui: Compilation failure: Compilation failure:
12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[84]
12:00:54 [ERROR] import org.eclipse.ui.internal.ide.StringMatcher;
12:00:54 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12:00:54 [ERROR] The import org.eclipse.ui.internal.ide.StringMatcher cannot be resolved
12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[983]
12:00:54 [ERROR] private StringMatcher matcher;
12:00:54 [ERROR] ^^^^^^^^^^^^^
12:00:54 [ERROR] StringMatcher cannot be resolved to a type
12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[987]
12:00:54 [ERROR] this.matcher = null;
12:00:54 [ERROR] ^^^^^^^^^^^^
12:00:54 [ERROR] StringMatcher cannot be resolved to a type
12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[990]
12:00:54 [ERROR] this.matcher = new StringMatcher(pattern, true, false);
12:00:54 [ERROR] ^^^^^^^^^^^^
12:00:54 [ERROR] StringMatcher cannot be resolved to a type
12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[990]
12:00:54 [ERROR] this.matcher = new StringMatcher(pattern, true, false);
12:00:54 [ERROR] ^^^^^^^^^^^^^
12:00:54 [ERROR] StringMatcher cannot be resolved to a type
12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[996]
12:00:54 [ERROR] if (matcher == null) {
12:00:54 [ERROR] ^^^^^^^
12:00:54 [ERROR] StringMatcher cannot be resolved to a type
12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[1002]
12:00:54 [ERROR] match = matcher.match(getLabel(pd));
12:00:54 [ERROR] ^^^^^^^
12:00:54 [ERROR] StringMatcher cannot be resolved to a type
12:00:54 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-central_master/sources/maven/plugins/org.jboss.tools.maven.conversion.ui/src/org/jboss/tools/maven/conversion/ui/dialog/IdentifyMavenDependencyPage.java:[1006]
12:00:54 [ERROR] match = matcher.match(d.getGroupId()+":"+d.getArtifactId());
12:00:54 [ERROR] ^^^^^^^
12:00:54 [ERROR] StringMatcher cannot be resolved to a type
12:00:54 [ERROR] 8 problems (8 errors)
12:00:54 [ERROR] -> [Help 1]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
This is caused by this commit in upstream:
https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=996...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months