You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(316) |
Oct
(26) |
Nov
(89) |
Dec
(30) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(1) |
Mar
|
Apr
(19) |
May
(8) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(253) |
Apr
(100) |
May
(145) |
Jun
(38) |
Jul
(38) |
Aug
(34) |
Sep
(2) |
Oct
(27) |
Nov
|
Dec
|
2008 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
|
May
(2) |
Jun
(66) |
Jul
(92) |
Aug
(41) |
Sep
(21) |
Oct
(53) |
Nov
(62) |
Dec
(32) |
2009 |
Jan
(8) |
Feb
(1) |
Mar
(11) |
Apr
(25) |
May
(18) |
Jun
(33) |
Jul
(58) |
Aug
(5) |
Sep
(4) |
Oct
(13) |
Nov
(3) |
Dec
(6) |
2010 |
Jan
(23) |
Feb
(4) |
Mar
(3) |
Apr
(4) |
May
(6) |
Jun
(14) |
Jul
(13) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(3) |
2011 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: AXDT <no_...@ax...> - 2010-01-23 00:08:50
|
#202: Problem with autocompletion ----------------------------+----------------------------------------------- Reporter: r1d1 | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: editor | Version: AXDT 0.0.7 Keywords: Autocompletion | ----------------------------+----------------------------------------------- Hello everybody, First : thanks for the developpers great work on this plugin. an open source plugin like this one was missing on Eclipse. so...thanks :) I've succeeded to install AXDT on many Eclipse distro : 3.3 /3.4 & 3.5 and 2 OS : WinXP & Ubuntu 9.04....but unfortunatly : it's impossible to me to active the AS3 autocompletion... Did i miss something : an upgrade of my JVM, the installation of a "tierce "/add-on plugin ? Thanks to help me, in advance. I'am fond of AS3 Coding. Actually i was coding in Haxe, until i discovered this Open-source IDE for adobe product, AXDT...Haxe's quite interesting, but there's no efficient plugin/ide to code with it [ except FDT, an open source ide...but only availaible on Windows ] so my aim is to find an open source solution to code Flash/AS3 [ and not Haxe/AS3 ] with an open-source IDE. Eclipse seem's the best for me. Tanks by advance, Franck/R1D1. :) -- Ticket URL: <http://axdt.org/ticket/202> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-20 01:10:45
|
#201: Error first time compiling a file -----------------------------+---------------------------------------------- Reporter: ibn | Owner: mb0 Type: defect | Status: new Priority: minor | Milestone: Component: debug/launcher | Version: AXDT 0.0.7 Resolution: | Keywords: -----------------------------+---------------------------------------------- Comment(by mb0): i have not tested it with amd64 for a while so i have no good answer. however the error seems familiar, i had !NoClassDefFoundError sometimes myself - always after my workspace crashed, but a restart of eclipse resolved this every time. i will certainly test it for the next release, but i don't know when that is going to happen. -- Ticket URL: <http://www.axdt.org/ticket/201#comment:4> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-19 23:14:43
|
#195: use emf transactions for axdoc index ---------------------+------------------------------------------------------ Reporter: mb0 | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: editor | Version: AXDT 0.0.7 Resolution: | Keywords: ---------------------+------------------------------------------------------ Comment(by mb0): in the documentation it says that the `TransactionalEditingDomain.Registry#getEditingDomain(id)` will return null if no domain with the given name was registered. but instead it tries to create an editing domain on its own. i found nothing on the web about this and i guess nobody ever had a problem with it.. if you find this note for the same reason - drop me line and i'll report the bug. -- Ticket URL: <http://www.axdt.org/ticket/195#comment:3> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-19 20:15:52
|
#201: Error first time compiling a file -----------------------------+---------------------------------------------- Reporter: ibn | Owner: mb0 Type: defect | Status: new Priority: minor | Milestone: Component: debug/launcher | Version: AXDT 0.0.7 Resolution: | Keywords: -----------------------------+---------------------------------------------- Comment(by ibn): Installed Galileo and AXDT in a 32-bit sandbox, and the problem's gone. So I guess this means AXDT is not supported for 64-bit linux? -- Ticket URL: <http://www.axdt.org/ticket/201#comment:3> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-19 17:53:22
|
#195: use emf transactions for axdoc index ---------------------+------------------------------------------------------ Reporter: mb0 | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: editor | Version: AXDT 0.0.7 Resolution: | Keywords: ---------------------+------------------------------------------------------ Description changed by mb0: Old description: > the global sigature index is not completely thread safe. and big > operations are simply using a a global mutex rule (not very clean). > there is a emf technology that could help us fix this. > > the emf transaction framework uses the eclipse job api for any model > access (as i understood). > > http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.emf.transaction.doc/tutorials/transactionTutorial.html > > we need a transactional editing domain for every self contained set of > resources. there are obvious candidates already: > * asdoc entry > * workspace project > * maybe overview domain to register the other domains with meta data ? > > {{{ > String id = "http://url.to/asdoc"; // or "file:///workspace/project" > TransactionalEditingDomain.Registry tregistry = > TransactionalEditingDomain.Registry.INSTANCE; > TransactionalEditingDomain.Factory tfactory = > TransactionalEditingDomain.Factory.INSTANCE; > TransactionalEditingDomain domain = tregistry.getEditingDomain(id); > if (domain == null) { > ResourceSet rset = getResourceSet(); > domain = tfactory.createEditingDomain(rset); > tregistry.add(id, domain); > } > }}} New description: the global sigature index is not completely thread safe. and big operations are simply using a a global mutex rule (not very clean). there is a emf technology that could help us fix this. the emf transaction framework uses the eclipse job api for any model access (as i understood). http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.emf.transaction.doc/tutorials/transactionTutorial.html we need a transactional editing domain for every self contained set of resources. there are obvious candidates already: * asdoc entry * workspace project * maybe overview domain to register the other domains with meta data ? {{{ String id = "http://url.to/asdoc"; // or "file:///workspace/project" TransactionalEditingDomain.Registry tregistry = TransactionalEditingDomain.Registry.INSTANCE; TransactionalEditingDomain.Factory tfactory = TransactionalEditingDomain.Factory.INSTANCE; TransactionalEditingDomain domain = tregistry.getEditingDomain(id); if (domain == null) { ResourceSet rset = getResourceSet(); domain = tfactory.createEditingDomain(rset); tregistry.add(id, domain); } }}} reads are executed with runExclusive(runnableWithResult) {{{ TransactionalEditingDomain domain = getDomain(); MyEObject result = (MyEObject) domain.runExclusive( new RunnableWithResult.Impl() { public void run() { // do something setResult(myeobj); } }) }}} writes are executed as commands {{{ TransactionalEditingDomain domain = getDomain(); TransactionalCommandStack tstack = (TransactionalCommandStack) domain.getCommandStack(); Command cmd = domain.createCommand(SetCommand.class, new CommandParameter(/*params*/)); try { tstack.execute(cmd, Collections.EMPTY_MAP); } catch (InterruptedException e) { // handle exception } catch (RollbackException e) { // handle exception } }}} -- -- Ticket URL: <http://www.axdt.org/ticket/195#comment:2> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-19 09:32:59
|
#195: use emf transactions for axdoc index ---------------------+------------------------------------------------------ Reporter: mb0 | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: editor | Version: AXDT 0.0.7 Resolution: | Keywords: ---------------------+------------------------------------------------------ Description changed by mb0: Old description: > the global sigature index is not completely thread safe. and big > operations are simply using a a global mutex rule (not very clean). > there is a emf technology that could help us fix this. > > the emf transaction framework uses the eclipse job api for any model > access (as i understood). > > http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.emf.transaction.doc/tutorials/transactionTutorial.html New description: the global sigature index is not completely thread safe. and big operations are simply using a a global mutex rule (not very clean). there is a emf technology that could help us fix this. the emf transaction framework uses the eclipse job api for any model access (as i understood). http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.emf.transaction.doc/tutorials/transactionTutorial.html we need a transactional editing domain for every self contained set of resources. there are obvious candidates already: * asdoc entry * workspace project * maybe overview domain to register the other domains with meta data ? {{{ String id = "http://url.to/asdoc"; // or "file:///workspace/project" TransactionalEditingDomain.Registry tregistry = TransactionalEditingDomain.Registry.INSTANCE; TransactionalEditingDomain.Factory tfactory = TransactionalEditingDomain.Factory.INSTANCE; TransactionalEditingDomain domain = tregistry.getEditingDomain(id); if (domain == null) { ResourceSet rset = getResourceSet(); domain = tfactory.createEditingDomain(rset); tregistry.add(id, domain); } }}} -- -- Ticket URL: <http://www.axdt.org/ticket/195#comment:1> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-18 21:37:56
|
#201: Error first time compiling a file -----------------------------+---------------------------------------------- Reporter: ibn | Owner: mb0 Type: defect | Status: new Priority: minor | Milestone: Component: debug/launcher | Version: AXDT 0.0.7 Resolution: | Keywords: -----------------------------+---------------------------------------------- Changes (by ibn): * cc: ib...@ul... (added) -- Ticket URL: <http://www.axdt.org/ticket/201#comment:2> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-18 21:37:40
|
#201: Error first time compiling a file -----------------------------+---------------------------------------------- Reporter: ibn | Owner: mb0 Type: defect | Status: new Priority: minor | Milestone: Component: debug/launcher | Version: AXDT 0.0.7 Resolution: | Keywords: -----------------------------+---------------------------------------------- Comment(by ibn): Forgot to mention that this is using Galileo on a Gentoo amd64-machine with Sun java 1.6 as the active vm. -- Ticket URL: <http://www.axdt.org/ticket/201#comment:1> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-18 21:35:11
|
#201: Error first time compiling a file ----------------------------+----------------------------------------------- Reporter: ibn | Owner: mb0 Type: defect | Status: new Priority: minor | Milestone: Component: debug/launcher | Version: AXDT 0.0.7 Keywords: | ----------------------------+----------------------------------------------- The first time i compile an as3-file I get the following message (on subsequent tries the message disappears):[[BR]] {{{ Error Mon Jan 18 22:23:26 CET 2010 Plug-in "org.axdt.as3" was unable to instantiate class "org.axdt.as3.imp.builders.AS3Builder". java.lang.NoClassDefFoundError: Could not initialize class org.axdt.as3.imp.builders.AS3Builder at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:532) at java.lang.Class.newInstance0(Class.java:372) at java.lang.Class.newInstance(Class.java:325) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:170) at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:874) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51) at org.eclipse.core.internal.events.BuildManager.instantiateBuilder(BuildManager.java:782) at org.eclipse.core.internal.events.BuildManager.initializeBuilder(BuildManager.java:735) at org.eclipse.core.internal.events.BuildManager.getBuilder(BuildManager.java:480) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199) at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256) at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:309) at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:341) at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:330) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:825) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703) at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:866) at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1069) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) }}} -- Ticket URL: <http://www.axdt.org/ticket/201> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-11 13:17:26
|
#198: Flex DesignView Import does not work. ------------------------+--------------------------------------------------- Reporter: franz_see | Owner: asdt.org Type: defect | Status: closed Priority: major | Milestone: Component: viewer | Version: AXDT 0.0.7 Resolution: fixed | Keywords: DesignView import ------------------------+--------------------------------------------------- Changes (by mb0): * status: new => closed * resolution: => fixed Comment: sorry for not answering the ticket before. however, i am glad you fixed it yourself. patch applied with changeset [32375f98e184ef9eabc5e0b78f40d26bc051b880]. thx franz_see -- Ticket URL: <http://axdt.org/ticket/198#comment:7> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-11 07:51:35
|
#198: Flex DesignView Import does not work. ------------------------+--------------------------------------------------- Reporter: franz_see | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: viewer | Version: AXDT 0.0.7 Resolution: | Keywords: DesignView import ------------------------+--------------------------------------------------- Comment(by franz_see): I've figured out the problem. Running {{{ importInput('<?xml version="1.0" encoding="utf-8"?> <mx:Application layout="absolute" xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Panel layout="absolute" title="boo" x="215" y="246" width="300" height="200"/> </mx:Application>'); }}} Results to a 'SyntaxError: unterminated string literal' (this error was traced by opening 'plugins/org.axdt.mxml_0.0.7.0/designview/index.html' in the browser directly). That is because the input parameter to importInput was not properly encoded into a js string. My suggestion is to simply remove the newline characters of the parameter passed to importInput: {{{ diff --git a/org.axdt.mxml/src/org/axdt/mxml/designer/MxmlDesignEditor.java b/org.axdt.mxml/src/org/axdt/mxml/designer/MxmlDesignEditor.java index 56dde66..d243040 100644 --- a/org.axdt.mxml/src/org/axdt/mxml/designer/MxmlDesignEditor.java +++ b/org.axdt.mxml/src/org/axdt/mxml/designer/MxmlDesignEditor.java @@ -171,7 +171,7 @@ public class MxmlDesignEditor extends MultiPageEditorPart implements IResourceCh IDocument doc = getDocument(); if (doc != null) { String input = doc.get(); - String command = "importInput('"+input+"');"; + String command = "importInput('"+input.replaceAll("\n|\r", "")+"');"; browser.execute(command); } } }}} -- Ticket URL: <http://axdt.org/ticket/198#comment:6> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-11 07:13:08
|
#198: Flex DesignView Import does not work. ------------------------+--------------------------------------------------- Reporter: franz_see | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: viewer | Version: AXDT 0.0.7 Resolution: | Keywords: DesignView import ------------------------+--------------------------------------------------- Comment(by franz_see): I tried running it in debug mode and i can see it invoking browser.execute(..) with the following parameter {{{ importInput('<?xml version="1.0" encoding="utf-8"?> <mx:Application layout="absolute" xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Panel layout="absolute" title="boo" x="215" y="246" width="300" height="200"/> </mx:Application>'); }}} But nothing's happening. Any ideas? -- Ticket URL: <http://axdt.org/ticket/198#comment:5> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-11 06:49:18
|
#198: Flex DesignView Import does not work. ------------------------+--------------------------------------------------- Reporter: franz_see | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: viewer | Version: AXDT 0.0.7 Resolution: | Keywords: DesignView import ------------------------+--------------------------------------------------- Comment(by franz_see): This is what I got while running it with -consoleLog and -debug {{{ Start VM: /usr/bin/java -Dosgi.requiredJavaVersion=1.5 -XX:MaxPermSize=256m -Xms40m -Xmx512m -jar /opt/eclipse/alternatives/galileo- flex-64-clean/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /opt/eclipse/alternatives/galileo-flex-64-clean/eclipse -name Eclipse --launcher.library /opt/eclipse/alternatives/galileo- flex-64-clean/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.200.v20090519/eclipse_1206.so -startup /opt/eclipse/alternatives/galileo- flex-64-clean/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -exitdata 9e8028 -product org.eclipse.epp.package.jee.product -consoleLog -debug -vm /usr/bin/java -vmargs -Dosgi.requiredJavaVersion=1.5 -XX:MaxPermSize=256m -Xms40m -Xmx512m -jar /opt/eclipse/alternatives/galileo- flex-64-clean/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar Install location: file:/opt/eclipse/alternatives/galileo-flex-64-clean/ Configuration file: file:/opt/eclipse/alternatives/galileo- flex-64-clean/configuration/config.ini loaded Configuration location: file:/opt/eclipse/alternatives/galileo-flex-64-clean/configuration/ Framework located: file:/opt/eclipse/alternatives/galileo- flex-64-clean/plugins/org.eclipse.osgi_3.5.1.R35x_v20090827.jar Loading extension: reference:file:javax.transaction_1.1.1.v200909161740.jar eclipse.properties not found Loading extension: reference:file:org.eclipse.persistence.jpa.equinox.weaving_1.1.2.v20090612-r4475.jar eclipse.properties not found Framework classpath: file:/opt/eclipse/alternatives/galileo- flex-64-clean/plugins/org.eclipse.osgi_3.5.1.R35x_v20090827.jar file:/opt/eclipse/alternatives/galileo-flex-64-clean/plugins/ file:/opt/eclipse/alternatives/galileo- flex-64-clean/plugins/javax.transaction_1.1.1.v200909161740.jar file:/opt/eclipse/alternatives/galileo- flex-64-clean/plugins/org.eclipse.persistence.jpa.equinox.weaving_1.1.2.v20090612-r4475.jar Splash location: /opt/eclipse/alternatives/galileo- flex-64-clean/plugins/org.eclipse.platform_3.3.201.v200909170800/splash.bmp Debug options: file:/opt/eclipse/alternatives/galileo-flex-64-clean/.options not found Time to load bundles: 14 Starting application: 4875 (.:19558): GLib-WARNING **: g_set_prgname() called multiple times !SESSION 2010-01-11 14:42:47.777 ----------------------------------------------- eclipse.buildId=M20090917-0800 java.version=1.6.0_16 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_PH Framework arguments: -product org.eclipse.epp.package.jee.product Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product -consoleLog -debug !ENTRY org.axdt.mxml 4 0 2010-01-11 14:43:14.343 !MESSAGE file:///opt/eclipse/alternatives/galileo- flex-64-clean/plugins/org.axdt.mxml_0.0.7.0/designview/index.html file:///opt/eclipse/alternatives/galileo- flex-64-clean/plugins/org.axdt.mxml_0.0.7.0/designview/index.html Application Started: 32897 }}} -- Ticket URL: <http://axdt.org/ticket/198#comment:4> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-11 05:18:37
|
#198: Flex DesignView Import does not work. ------------------------+--------------------------------------------------- Reporter: franz_see | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: viewer | Version: AXDT 0.0.7 Resolution: | Keywords: DesignView import ------------------------+--------------------------------------------------- Comment(by franz_see): Any ideas on even how to get more information on what's wrong? -- Ticket URL: <http://axdt.org/ticket/198#comment:3> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-11 05:17:14
|
#197: Flex DesignView Import does not work. ------------------------+--------------------------------------------------- Reporter: franz_see | Owner: asdt.org Type: defect | Status: closed Priority: major | Milestone: Component: viewer | Version: AXDT 0.0.7 Resolution: duplicate | Keywords: DesignView import ------------------------+--------------------------------------------------- Changes (by franz_see): * status: new => closed * resolution: => duplicate -- Ticket URL: <http://axdt.org/ticket/197#comment:1> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-10 18:37:30
|
#200: Not able to import from editor ---------------------+------------------------------------------------------ Reporter: span | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: editor | Version: AXDT 0.0.7 Resolution: | Keywords: ---------------------+------------------------------------------------------ Comment(by mb0): sorry span that it does not work for you. it is probably a flash security issue i guess. but please dont spam this issue over and over. i can't help you and i cannot fix it because i have no time and i dont care much about the flex designview. the problem is that probably no other developer will maintain it either because there are none for axdt. however most people cannot get this feature to work and its probably pretty useless as soon as it works. so i guess i should remove the flex designview from axdt because it was always a pain in the ass. any who uses mxml anyway ;). -- Ticket URL: <http://axdt.org/ticket/200#comment:2> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-10 07:10:23
|
#200: Not able to import from editor ---------------------+------------------------------------------------------ Reporter: span | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: editor | Version: AXDT 0.0.7 Resolution: | Keywords: ---------------------+------------------------------------------------------ Comment(by span): I installed the axdt v0.0.7 (recently) in eclipse(3.5-jee-galileo with full wtp installed) on Windows XP, I can add (drag and dorp) visual elements in flex designviewer, and can use "export to editor" to export visual elements into mxml code editor. However the opposite way does not work, when I add code in mxml editor, it does not import code from editor to designviewer, even press the button "import from editor", it still not import code from editor. Another problem is when start the eclipse, the designviewer only show blank for visual elements although actually there are visual elements code in mxml editor. This also cause desinviewer erase code in editor. -- Ticket URL: <http://axdt.org/ticket/200#comment:1> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-10 06:51:08
|
#200: Not able to import from editor --------------------+------------------------------------------------------- Reporter: span | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: editor | Version: AXDT 0.0.7 Keywords: | --------------------+------------------------------------------------------- I installed the axdt v0.0.7 (recently) in eclipse(3.5-jee-galileo with full wtp installed), I can add (drag and dorp) visual elements in flex designviewer, and can use "export to editor" to export visual elements into mxml code editor. However the opposite way does not work, when I add code in mxml editor, it does not import code from editor to designviewer, even press the button "import from editor", it still not import code from editor. Another problem is when start the eclipse, the designviewer only show blank for visual elements although actually there are visual elements code in mxml editor. This also cause desinviewer erase code in editor. -- Ticket URL: <http://axdt.org/ticket/200> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-08 15:47:01
|
#199: latest AXDT doesn't work on galileo ----------------------+----------------------------------------------------- Reporter: umjammer | Owner: asdt.org Type: defect | Status: new Priority: critical | Milestone: Component: editor | Version: AXDT 0.0.7 Keywords: | ----------------------+----------------------------------------------------- {{{ eclipse.buildId=M20090917-0800 java.version=1.6.0_17 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=ja_JP Framework arguments: -keyring /Users/foo/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/foo/.eclipse_keyring -showlocation }}} {{{ Error Fri Jan 08 17:57:08 JST 2010 Error instantiating builder 'org.axdt.as3.imp.builder'. org.eclipse.core.runtime.CoreException: Plug-in "org.axdt.as3" was unable to instantiate class "org.axdt.as3.imp.builders.AS3Builder". at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:180) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174) at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:874) at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243) at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51) at org.eclipse.core.internal.events.BuildManager.instantiateBuilder(BuildManager.java:782) at org.eclipse.core.internal.events.BuildManager.initializeBuilder(BuildManager.java:735) at org.eclipse.core.internal.events.BuildManager.getBuilder(BuildManager.java:480) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199) at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256) at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:315) at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:341) at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:140) at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:238) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.axdt.as3.imp.builders.AS3Builder at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) at java.lang.Class.newInstance(Class.java:308) at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:170) ... 15 more }}} -- Ticket URL: <http://axdt.org/ticket/199> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-04 15:25:55
|
#198: Flex DesignView Import does not work. ------------------------+--------------------------------------------------- Reporter: franz_see | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: viewer | Version: AXDT 0.0.7 Resolution: | Keywords: DesignView import ------------------------+--------------------------------------------------- Comment(by franz_see): The WST's I have installed: * WST Common Tests * WST Server Adapters * WST XML Tests * WST Web Plugin Developer Resource The WST's I have failed to installed (due to unmet dependencies): * WST Web Services Tests * WST Web Tests -- Ticket URL: <http://axdt.org/ticket/198#comment:2> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-04 15:19:52
|
#198: Flex DesignView Import does not work. -------------------------------+-------------------------------------------- Reporter: franz_see | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: viewer | Version: AXDT 0.0.7 Keywords: DesignView import | -------------------------------+-------------------------------------------- Operating System Xubuntu 9.10 (Linux see 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:02:15 UTC 2009 x86_64 GNU/Linux) Java java version "1.6.0_17" Java(TM) SE Runtime Environment (build 1.6.0_17-b04) Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode) Eclipse Release 3.5.0 (Last revised June 11, 2009) -- Ticket URL: <http://axdt.org/ticket/198> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-04 15:06:48
|
#198: Flex DesignView Import does not work. ------------------------+--------------------------------------------------- Reporter: franz_see | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: viewer | Version: AXDT 0.0.7 Resolution: | Keywords: DesignView import ------------------------+--------------------------------------------------- Comment(by franz_see): Btw, at first, both export and import does not work. But after following http://www.axdt.org/ticket/134#comment:2 (though I wasn't able to install ALL WST-related dependencies) I managed to make export work. However, import still does not work. Also, there are no messages (error, warning, etc) at all. It just doesn't work. -- Ticket URL: <http://axdt.org/ticket/198#comment:1> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2010-01-04 14:58:32
|
#197: Flex DesignView Import does not work. -------------------------------+-------------------------------------------- Reporter: franz_see | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: viewer | Version: AXDT 0.0.7 Keywords: DesignView import | -------------------------------+-------------------------------------------- Operating System Xubuntu 9.10 (Linux see 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:02:15 UTC 2009 x86_64 GNU/Linux) Java java version "1.6.0_17" Java(TM) SE Runtime Environment (build 1.6.0_17-b04) Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode) Eclipse Release 3.5.0 (Last revised June 11, 2009) -- Ticket URL: <http://axdt.org/ticket/197> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2009-12-11 21:38:58
|
#196: look more closely at the flex sdk parser and compiler code --------------------+------------------------------------------------------- Reporter: mb0 | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: editor | Version: AXDT 0.0.7 Keywords: | --------------------+------------------------------------------------------- sources at http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/modules/asc/ * [http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/modules/asc/src/java/macromedia/asc/embedding/WarningConstants.java WarningConstants] contains all error codes and localized error messages * [http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/Parser.java Parser] parses as3 code this might be an alternative ? it would be worth checking whether it has error recovery axdt might drop the flex3 sdk to allow closer integration ?! -- Ticket URL: <http://axdt.org/ticket/196> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |
From: AXDT <no_...@ax...> - 2009-12-11 18:09:51
|
#195: use emf transactions for axdoc index --------------------+------------------------------------------------------- Reporter: mb0 | Owner: asdt.org Type: defect | Status: new Priority: major | Milestone: Component: editor | Version: AXDT 0.0.7 Keywords: | --------------------+------------------------------------------------------- the global sigature index is not completely thread safe. and big operations are simply using a a global mutex rule (not very clean). there is a emf technology that could help us fix this. the emf transaction framework uses the eclipse job api for any model access (as i understood). http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.emf.transaction.doc/tutorials/transactionTutorial.html -- Ticket URL: <http://axdt.org/ticket/195> AXDT <http://axdt.org/> This is the AXDT development site. ActionScript Development Tools(ASDT) is an ActionScrip2 IDE for the Eclipse platform. Action ?? Development Tools(AXDT) is an ActionScrip3 IDE for the Eclipse platform. |