Re: [wtp-dev] Local Terminal Interpreter with "cd" and "npm"

2016-06-20 Thread Max Rydahl Andersen
Very nice idea. Similar to what we've had for Forge tools in JBoss Tools for a while. Your idea about hooking it into the native terminal itself is great and makes it more readily available - did you open any bugzillas/patches for the terminal to allow this kind extension without a custom te

Re: [wtp-dev] Nashorn custom class loader OSGI extension not supported by PDE

2016-05-30 Thread Max Rydahl Andersen
Gorkem, Do we have a page describing how this is actually handled at runtime when users update ? i.e. does the command line refer to a specific version as Jonah refers to - how is that handled safely with p2 ? Does it gracefully replace command line arguments as updates come in or how ? And

Re: [wtp-dev] How to disable parse of the internal JSDT AST?

2016-04-04 Thread Max Rydahl Andersen
On 4 Apr 2016, at 9:53, Angelo zerr wrote: Hi guys, I would like to know if you have planned for JSDT Editor to give the capability to disable the internal parse which build an AST? And if you have planned it, do you think it will be available for Neon? In tern.java & typescript.java, I don'

Re: [wtp-dev] JSDT Parser

2016-03-14 Thread Max Rydahl Andersen
On 14 Mar 2016, at 16:33, Doug Schaefer wrote: Thanks Michael. I guess I'm still confused. Max mentioned that JSDT was using Orion I said it was based on the same tech that Orion used - not used Orion directly. The new thing coming out of Orion that we could possibly use was by Steve's ow

[wtp-dev] anyone at eclipsecon ?

2016-03-08 Thread Max Rydahl Andersen
hey, anyone at eclipsecon from wtp-dev ? If you find me (wearing a superman t-shirt) and say "JSDT is now awesome" I'll buy a beer :) /max http://about.me/maxandersen ___ wtp-dev mailing list wtp-dev@eclipse.org To change your delivery options, retr

Re: [wtp-dev] JSDT & Extension features (refactoring, search)

2016-03-04 Thread Max Rydahl Andersen
On 4 Mar 2016, at 9:29, Angelo zerr wrote: Hi Max, 2016-03-04 9:18 GMT+01:00 Max Andersen : You mean jsdt supporting text mate syntax bundles ? I mean using TextMate syntax (coming from VSCode which is MIT license) for JSX, TypeScript, JS file extension. But for JSDT, I need just an ext

Re: [wtp-dev] Nashorn debugging support

2016-02-18 Thread Max Rydahl Andersen
Hi Mathieu, There is work going on around debuggers right now - mainly about incorporating google's chromedev tool contribution allowing to debug browsers and node servers. Nashorn is definitely also interesting, and something I personally would like to see happen and would be great to see c

Re: [wtp-dev] Make CSS3 the default CSS profile

2016-02-17 Thread Max Rydahl Andersen
, plenty of projects that has .css but aren't wtp projects ;/ But thanks for the pointer and even more +100's to make it default to something more modern. /max Greetings, Kaloyan From: wtp-dev-boun...@eclipse.org on behalf of Max Rydahl Ander

Re: [wtp-dev] Make CSS3 the default CSS profile

2016-02-17 Thread Max Rydahl Andersen
+1 and great its already in. Now i'm curious - where does one actually does this switch manually ? I did not find it in the preferences. /max Hi, Currently, the default profile for the CSS editor is CSS2. It's not really obvious how to switch the editor to CSS3, so most users assume that

[wtp-dev] WTP server discovery leaking into p2 default sites

2016-02-17 Thread Max Rydahl Andersen
Hey, WTP added support for site.xml-less sites and improve the overall experience around seeing the list of downloadable servers inside the server list, but... https://bugs.eclipse.org/bugs/show_bug.cgi?id=487917 It seems we are now forcing everyone that used the server wizard to get a inter

Re: [wtp-dev] What about adding a WTP channel in Mattermost ?

2016-01-26 Thread Max Rydahl Andersen
Not the same thing. I don't need separate registration for reading mail archives or news posts nor irc logs. Is there a way to make that public on matter most so one can actually search content and view what's there before signing up? /max http://about.me/maxandersen > On 26 Jan 2016, at

Re: [wtp-dev] What about adding a WTP channel in Mattermost ?

2016-01-25 Thread Max Rydahl Andersen
I agree with Mickael, having multiple isn't great. But since Mattermost is a modern tool that people who have joined it, love it. I suggest dropping IRC, or trying out the bridge from IRC to Mattermost. Caveat: I hate IRC and refuse to ever use it so I'm a bit biased. I guess Mickael and I

Re: [wtp-dev] [wtp-pmc] Version number for the next WTP release.

2016-01-18 Thread Max Rydahl Andersen
On 13 Jan 2016, at 20:09, Konstantin Komissarchik wrote: This may have been discussed and dismissed as acceptable, but per the version number convention, any including feature must match the version bump of the feature that it’s including. +1 btw. didn't DataTools version bump too ? I would

Re: [wtp-dev] Question about the planned JavaScript Debugger.

2016-01-15 Thread Max Rydahl Andersen
Hi Piotr, Max, We're excited to hear of the interest in the JavaScript Debugger space. It is great for the community to have different options available and to spur innovation. Just to avoid confusion, Webclipse does not "require a special installation" as it is a standard plug-in installe

Re: [wtp-dev] Question about the planned JavaScript Debugger.

2016-01-10 Thread Max Rydahl Andersen
Angelo, Myeclipse use the same tech behind the scenes. Nodeclipse does the same. Just that we collaborated with Google to get the code over to eclipse so everyone gets it as opposed to make it something requiring a special install. If you make it work for the eclipse jsdt debugger I'm pretty s

Re: [wtp-dev] Customizing XML Editor Outline view

2015-10-25 Thread Max Rydahl Andersen
better to just ask the question ;) and yes, this is where I would ask about xml editing too but we got a slow response rate. .max Hi, I'm extending the StructuredTextEditor to provide custom functionality for a particular set of XML documents my company's product creates. I've started to

Re: [wtp-dev] Draft JSDT plan is now on Wiki

2015-10-14 Thread Max Rydahl Andersen
Thanks Gorkem, that's what I suspected. For your information, it's possible to execute tern.java with J2V8, but it's not official because: * I'm waiting for J2V8 supports OSGi https://github.com/eclipsesource/J2V8/issues/37 * it's a little slower than node.js but I have implemented tern clie

Re: [wtp-dev] Requesting community feedback for changes to the New Server Wizard

2015-09-01 Thread Max Rydahl Andersen
On 25 Aug 2015, at 21:00, Steven Hung wrote: 10. How is vendor/category determined for downloadable adapters?   The vendor/category is taken from the metadata retrieved from querying for the server adapter. For point #5, I have pasted an example of a query where we get the feature provider (in

Re: [wtp-dev] Requesting community feedback for changes to the New Server Wizard

2015-09-01 Thread Max Rydahl Andersen
On 25 Aug 2015, at 21:00, Steven Hung wrote: 8. There is a terminology mismatch caused by mixing feature names and server names in the same tree. Whereas all entries should be a server type, some are “X Server Adapter” or “X Tools”. This could be solved by adding metadata to the adapter repo s

Re: [wtp-dev] Requesting community feedback for changes to the New Server Wizard

2015-09-01 Thread Max Rydahl Andersen
I basically agree with absolutely everything Konstantin said. His UX critiques are informed and relevant on all fronts, and his Mars.2 conclusion is something I also agree with. I for one would have been shocked to see this suddenly in Mars.1 and would have been scrambling to figure out what

Re: [wtp-dev] JSON Editor contribution

2015-07-09 Thread Max Rydahl Andersen
- From: wtp-dev-boun...@eclipse.org [mailto:wtp-dev-boun...@eclipse.org] On Behalf Of Doug Schaefer Sent: Tuesday, July 07, 2015 1:27 PM To: Max Rydahl Andersen; General discussion of project-wide or architectural issues. Subject: Re: [wtp-dev] JSON Editor contribution Just a quick answer to

Re: [wtp-dev] JSON Editor contribution

2015-07-07 Thread Max Rydahl Andersen
we build IoT apps that have both web and embedded components, the > technologies cross. Yaml would be good too. But only crazy people and Apple > use XML files for config :) > > Sent from my BlackBerry 10 smartphone on the Rogers network. > Original Message > From: Max Rydahl

Re: [wtp-dev] JSON Editor contribution

2015-07-07 Thread Max Rydahl Andersen
On 6 Jul 2015, at 19:54, Doug Schaefer wrote: I don’t think the C++ IDE package has it and we’re seeing json as a popular config format for embedded too. You haven't had any need for xml/xsd/dtd but now need json ? (actually a serious question since it would surprise me if true :) And if it

Re: [wtp-dev] Plans for Gerrit?

2015-07-06 Thread Max Rydahl Andersen
Guys, what is the hold up on this move ? We are past Mars and in the nice quiet period for being able to get this ready comfortably for SR1. /max Hi all, Now that the release happened successfully, isn't it the right time to request webmasters to move WTP projects to Gerrit? _

Re: [wtp-dev] JSON Editor contribution

2015-07-06 Thread Max Rydahl Andersen
On 6 Jul 2015, at 8:50, Kaloyan Raev wrote: Hi Angelo, I have started to implement JSON Schema Store (like XML Catalog) where you will be able to register a JSON Schema. By default, it hosts someJSON Schema of http://schemastore.org/json/ like bower, npm, etc You can see that http://json.sch

Re: [wtp-dev] JSON Editor contribution

2015-07-06 Thread Max Rydahl Andersen
On 6 Jul 2015, at 1:39, Doug Schaefer wrote: The dependency on SSE is an issue. I guess I don¹t know enough about it to appreciate it. Could someone explain what it gives you? For one that we can get it now not later, second that we can use existing apis/infrastructure. /max I¹m also st

Re: [wtp-dev] JSON Editor contribution

2015-07-03 Thread Max Rydahl Andersen
Also, can you point out why it would be harder to reuse component from Wtp sse? Xml editing is already widely reused is it not ? /max http://about.me/maxandersen > On 03 Jul 2015, at 20:40, Konstantin Komissarchik > wrote: > > Not from participation side, but from reuse and release planning

Re: [wtp-dev] JSON Editor contribution

2015-07-03 Thread Max Rydahl Andersen
If bringing it to technology does not introduce any extra overhead fine. But we would want this include and available to JSDT from day one and don't feel the need to separate these if the only thing we get is more work todo. /max http://about.me/maxandersen > On 03 Jul 2015, at 20:40, Konstan

Re: [wtp-dev] JSON Editor contribution

2015-07-03 Thread Max Rydahl Andersen
Same is/was xml. /max http://about.me/maxandersen > On 03 Jul 2015, at 18:10, Doug Schaefer wrote: > > Is this really WTP? JSON is a very common data format that's used in many > places, especially with config files.‎ > > Sent from my BlackBerry 10 smartphone on the Rogers network. > Origi

Re: [wtp-dev] Plans for Gerrit?

2015-06-05 Thread Max Rydahl Andersen
The suggestion is NOT to make push via gerrit required, but to at least make it possible. /max http://about.me/maxandersen > On 04 Jun 2015, at 17:45, Konstantin Komissarchik > wrote: > > I’d wait until Mars is out, unless all WTP committers have previously pushed > through Gerrit. The t

Re: [wtp-dev] OOME and performance issues in JSDT - questions for those who use...

2015-05-26 Thread Max Rydahl Andersen
Looks great! Hope this can get into SR1. Regarding the performance issues listed, I strongly see one  candidate to cut out from JSDT: It's override indicators that are doubling the performance glitches and adds almost nothing useful for users (imho). Should we cut it out? So this is the mar

Re: [wtp-dev] Nashorn Debugging

2015-04-13 Thread Max Rydahl Andersen
On 10 Apr 2015, at 20:36, Harald Wellmann wrote: I've now pushed a snapshot of my Nashorn experiments to GitHub: https://github.com/hwellmann/webtools.jsdt Any chance you can push this to Gerrit instead of "only" in a github branch ? You cans how at https://wiki.eclipse.org/JSDT/Developm

Re: [wtp-dev] Nashorn Debugging

2015-04-01 Thread Max Rydahl Andersen
Hi jdt-ui, We got a contributor working on enabling Java 9 Nashorn/Javascript debugging and is bumping into limits/bugs in Eclipse JDT Debug support. On the surface these improvements seems valid and not too invasive - so I was hoping this was something we could get fixed in Mars (crossing f

Re: [wtp-dev] Nashorn Debugging

2015-03-29 Thread Max Rydahl Andersen
Thank you. They make a lot of sense. Funny how it's only in java 8 that became an issue :) I'll try ping The jdt'ers I know. /max http://about.me/maxandersen > On 27 Mar 2015, at 20:09, Harald Wellmann wrote: > > Regarding the JDT problems discussed in this thread, I've submitted the > fol

[wtp-dev] Fwd: [epp-dev] Heads Up and some action requested : TCF Terminals Moving to TM

2015-03-24 Thread Max Rydahl Andersen
Do WTP have a task in making sure the JEE package gets updated to avoid breaking because of the TCF terminals move ? Sounds like we just need to remove one feature and add a new one ? /max http://about.me/maxandersen Forwarded message: From: Oberhuber, Martin To: Eclipse Packaging Project S

Re: [wtp-dev] Nashorn Debugging

2015-03-18 Thread Max Rydahl Andersen
ipt functions or top-level scripts, and there are some other methods without line info.) As a workaround, I iterate over the methods myself. Now my next idea is to create a new IJavaScriptDebugTarget implementation which delegates to the JDIDebugTarget, transforming JavaScript debugger commands/events to JDI

Re: [wtp-dev] Nashorn Debugging

2015-03-18 Thread Max Rydahl Andersen
transforming JavaScript debugger commands/events to JDI commands and events and vice versa. Does this make sense? I think so - can you share your code somewhere ? Maybe push to gerrit ? /max Regards, Harald 2015-03-17 11:37 GMT+01:00 Max Rydahl Andersen : Okey, so I reached out to

Re: [wtp-dev] The Bower IDE contribution

2015-03-17 Thread Max Rydahl Andersen
: "Victor V. Rubezhny" To: Max Rydahl Andersen , Mickael Istria Cc: gorkem.er...@gmail.com, "external-exadel-l...@redhat.com" , "General discussion of project-wide or architectural issues." Date: 03/16/2015 09:44 AM Subject:

Re: [wtp-dev] Nashorn Debugging

2015-03-17 Thread Max Rydahl Andersen
k thats what netbeans/intellij uses - but i'm not sure. /max Regards, Harald 2015-03-15 0:12 GMT+01:00 Max Rydahl Andersen : Is the connection made over normal jVm debugging ? Then my guess is that it should "just work". Like with when debugging java with jsps. But othe

Re: [wtp-dev] Nashorn Debugging

2015-03-17 Thread Max Rydahl Andersen
l ask around but I did find this jira: https://bugs.openjdk.java.net/browse/JDK-8044798 which talks about jdk.nashorn.internal.runtime.DebuggerSupport being what is supposed to be used for external debuggers. I think thats what netbeans/intellij uses - but i'm not sure. /max Regards, Harald 2015-

Re: [wtp-dev] Nashorn Debugging

2015-03-14 Thread Max Rydahl Andersen
Is the connection made over normal jVm debugging ? Then my guess is that it should "just work". Like with when debugging java with jsps. But otherwise it might be necessary to have both debuggers connected ? /max http://about.me/maxandersen > On 14 Mar 2015, at 19:24, Harald Wellmann wrote:

Re: [wtp-dev] Choose XML Formatter based on Priority

2015-03-14 Thread Max Rydahl Andersen
+1 for finding a way to do this better. Btw. What is so special about the android xml to not just be handled by a normal xml formatter? Could it be fixed by improving the default xml formatter ? /max http://about.me/maxandersen > On 13 Mar 2015, at 18:48, David Carver wrote: > > In the And

[wtp-dev] Fwd: Tested the Bower integration

2015-01-27 Thread Max Rydahl Andersen
FYI - some feedback Gorkem shared about the incoming bower contribution. We are waiting for PMC to +1 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9173 ...actually just this moment that bz was updated with a +1 ...awesome. anyways, for those interested gorkem have the feedback below which

[wtp-dev] using jgit in JSDT/WTP (follow up from last WTP status call)

2015-01-06 Thread Max Rydahl Andersen
Hi, We are looking at including the contribution from Obeo related to bower support to fetch dependencies. One part of this is that it needs to use git to fetch dependencies, it does that by using jgit. How can we get to use jgit from WTP/JSDT code base ? Victor raised this on last WTP cal

Re: [wtp-dev] [JSDT] Contributing to the creation of a node.js / bower / npm tooling for Eclipse

2014-12-15 Thread Max Rydahl Andersen
On 15 Dec 2014, at 11:39, Stéphane Bégaudeau wrote: Hi Victor, For the semantic versioning dependency, I have created an implementation of the node-server module in order to have the same behavior as node.js (and thus bower) regarding dependencies. I am not sure that jsemver follows the same

[wtp-dev] borked serverAdapterSites affecting oracle, jetty and cloudfoundry servers

2014-12-13 Thread Max Rydahl Andersen
Hey, Wanted to give a heads up Oracle, Jetty and Cloudfoundry guys that your server adapters are not showing up in neither Luna nor Mars. WTP server adapter lookup requires a site.xml and do not work with composite sites and at least Oracle, Jetty and Cloudfoundry servers: https://bugs.ecli

Re: [wtp-dev] [JSDT] Contributing to the creation of a node.js / bower / npm tooling for Eclipse

2014-10-31 Thread Max Rydahl Andersen
Heya, Thanks for submitting it. What I saw at eclipsecon looked really good. My team and I will be quite busy at a meeting next week but we wil definitely do our best to look more into this one. About contributing it j think it might make sense to split it up in pieces - ie. If there are Pa

Re: [wtp-dev] WTP 3.6.1 features may get reverted to 3.6.0 on p2 install (bug 446465)

2014-10-09 Thread Max Rydahl Andersen
I guess a patch release won't even help on this since users would need to install it manually ? /max http://about.me/maxandersen > On 09.10.2014, at 17:54, Carl Anderson wrote: > > Folks, > > For WTP 3.6.1 (Luna SR1), we went through a conversion of our build from > CruiseControl/PDE to CB

Re: [wtp-dev] xml validation affecting javaee spec based schemas

2014-07-31 Thread Max Rydahl Andersen
reping on this. Anyone ? is this the right list for it? We are getting more and more reports about our users bumping into https://bugs.eclipse.org/bugs/show_bug.cgi?id=315741 Anyone around that are into helping giving pointers to how this could be fixed ? /max http://about.me/maxanderse

[wtp-dev] xml validation affecting javaee spec based schemas

2014-07-23 Thread Max Rydahl Andersen
Hey, We are getting more and more reports about our users bumping into https://bugs.eclipse.org/bugs/show_bug.cgi?id=315741 Anyone around that are into helping giving pointers to how this could be fixed ? /max http://about.me/maxandersen ___ wtp-

Re: [wtp-dev] nested packaged/signed jar issue

2014-06-10 Thread Max Rydahl Andersen
reping on this - now with wtp-releng in cc. Hey, We oepend https://bugs.eclipse.org/bugs/show_bug.cgi?id=430923 a while back. Anyone around to help identify what is going wrong here ? Seems some nested jars and their SHA1 digest does not match up. /max http://about.me/maxandersen _

[wtp-dev] nested packaged/signed jar issue

2014-04-28 Thread Max Rydahl Andersen
Hey, We oepend https://bugs.eclipse.org/bugs/show_bug.cgi?id=430923 a while back. Anyone around to help identify what is going wrong here ? Seems some nested jars and their SHA1 digest does not match up. /max http://about.me/maxandersen ___ wtp-dev m

Re: [wtp-dev] Java EE 7 scenario test

2014-03-06 Thread Max Rydahl Andersen
Which publishing problems for wildfly did you see ? (Note: I assume you are using JBoss tools for that since WTP JBoss server adapter support stops at as5 and actually won't be part of eclipse luna because they are outdated). /max (sent from my phone) > On 06/03/2014, at 15.33, "Giormov, Dimi

Re: [wtp-dev] Anyone going to EclipseCon ?

2014-01-22 Thread Max Rydahl Andersen
con :) /max (sent from my phone) On 21/01/2014, at 18.51, Doug Schaefer wrote: I¹ll be there. I¹d certainly like to discuss Cordova tooling with you guys. Be a nice addition to WTP ;). Doug. On 1/21/2014, 12:47 PM, "Max Rydahl Andersen" wrote: Hey, Is anyone going to E

[wtp-dev] Anyone going to EclipseCon ?

2014-01-21 Thread Max Rydahl Andersen
Hey, Is anyone going to EclipseCon this year ? We are a few from Red Hat (Mickael Istria, Gorkem Ercan, Fred Bricon and Denis Golovin). I won't go this year (baby arriving), but I would like to find out who from WTP is going and we can have some face-to-face time during the conference. /ma

Re: [wtp-dev] [wtp-releng] New repository for JSDT project

2014-01-16 Thread Max Rydahl Andersen
On 16 Jan 2014, at 8:09, Mickael Istria wrote: That's very cool! FYI, I also updated documentation so new contributors won't be told about these old repositories: https://wiki.eclipse.org/JSDT/Development Cool updates - but shouldn't this page at least list or mention the old repos/layout

[wtp-dev] Suggestions for Luna for JSDT + possible meeting regrets

2013-11-21 Thread Max Rydahl Andersen
Due to some unforseen rescheduling Denis G. can't attend todays call. I will *try* to attend but I might end up being on a snowy road around 20:00 for the call. Thus I wanted to at least give input to what at least the JSDT part of WTP coulder consider working on for Luna. Note, we will try an

Re: [wtp-dev] Gerrit?

2013-11-19 Thread Max Rydahl Andersen
never mind - seem I didn't have latest news/mail about gerrit now is enabled for JSDT. Nice :) /max On Mon, Nov 18, 2013 at 06:09:36PM +0100, Max Rydahl Andersen wrote: Doug - I believe wtp has zero projects set up for gerrit. I heard it should be trivial to do though, do you hav

Re: [wtp-dev] Gerrit?

2013-11-18 Thread Max Rydahl Andersen
Doug - I believe wtp has zero projects set up for gerrit. I heard it should be trivial to do though, do you have the instructions on how ? /max On Mon, Nov 18, 2013 at 04:35:54AM +, Doug Schaefer wrote: Hey gang, For those who don’t know me, along with being the CDT project lead, I am a

Re: [wtp-dev] CDI

2013-10-23 Thread Max Rydahl Andersen
Anyone? - this question is in context of adjusting/integrating our CDI tooling into eclipse CDI. I thought I heard there were some work on this going on but we haven't been able to track it down. /max On Fri, Oct 18, 2013 at 10:12:11AM -0700, Alexey Kazakov wrote: Hello, Are there any plans

Re: [wtp-dev] Most boring issue with RegEx leaved unfixed for 3.5.1?

2013-09-17 Thread Max Rydahl Andersen
I think Victor meant to write most *important* issue :) The bugs below is one of those issues we've mentioned in email and on wtp status calls that would have a rather big impact on the usability of WTP with popular javascript libraries like jquery and jquery mobile. /max On Fri, Sep 13, 2013

Re: [wtp-dev] Is it possible to do JSDT type inference in multiple JS files at once?

2013-08-27 Thread Max Rydahl Andersen
This is all nice but it just doesn't seem to be necessary for most javascript apps. Why not by default assume all *.js files are in "scope" with then option to make that ordering specifc - but at least most things will work out of the box. I believe that is how aptana and intellij code editors

[wtp-dev] EMF model init issues ?

2013-06-04 Thread Max Rydahl Andersen
Hey, We've uncovered a nasty subtle bug in WTP that causes errors when using the WTP wizards. Ours is reported at https://bugs.eclipse.org/bugs/show_bug.cgi?id=409637 and related issue also in WTP is https://bugs.eclipse.org/bugs/show_bug.cgi?id=406399 This one causes things like m2e-wtp tha

Re: [wtp-dev] Jason Peterson, Jorge Padilla, and Jon Houghton going JSDT team

2013-06-03 Thread Max Rydahl Andersen
On Thu, May 30, 2013 at 10:41:47AM -0400, Christopher Jaun wrote: I wanted to announce to the community that Jason Peterson, Jorge Padilla, and Jon Houghton, from IBM, will be joining the JSDT team as full time contributors. All three are familiar with the code base, so I anticipate minimal ram

Re: [wtp-dev] Getting JSDT issues fixed ?

2013-05-30 Thread Max Rydahl Andersen
e train is a limiting factor. Let me or Victor know if anything we can do to help. /max > Thanks, > Chris > > Max Rydahl Andersen ---05/28/2013 03:01:37 AM---Hey, I tried sending this > earlier but had issues with my mail adress setup for eclipse.org mailing l > > From: Ma

[wtp-dev] Getting JSDT issues fixed ?

2013-05-28 Thread Max Rydahl Andersen
Hey, I tried sending this earlier but had issues with my mail adress setup for eclipse.org mailing lists. Over the last two release trains, and especially the last one my team from Red Hat/JBoss have opened, commented and attached patches to bugs to get fixed in JSDT (java script) - at least e

Re: [wtp-dev] Stepping down as project lead

2013-03-07 Thread Max Rydahl Andersen
Thanks for your work Nitin! Will you be at eclipsecon ? :) /max On Thu, Feb 28, 2013 at 03:22:44AM -0500, Nitin Dahyabhai wrote: As mentioned in last week's status meeting, I'm stepping down as the lead for Source Editing and JSDT, and hopefully the nominations for my replacement won't be a s

Re: [wtp-dev] How do we get JSDT issues that have patches actually fixed ?

2013-02-11 Thread Max Rydahl Andersen
> On 1/29/2013 4:58 AM, Max Rydahl Andersen wrote: >> One issue we haven't found a way to solve yet is the lack of handling >> semi-colons properly - but would love to see it fixed but lack the info on >> how to update/modify the parser. > >> But lets start w

[wtp-dev] How do we get JSDT issues that have patches actually fixed ?

2013-01-29 Thread Max Rydahl Andersen
Hi guys, We got a bunch of fixes/patches submitted in bugzilla trying to get JSDT not fail on common available javascript libraries; especially in context of libraries popular in mobile tools. Similar errors still exist in VJET which has its own fork of JDST so i'm cc'ing vjet-dev on this topic

[wtp-dev] Is there really *zero* compatibility issues between Indigo and Juno ?

2012-04-16 Thread Max Rydahl Andersen
Hi, At JBoss Tools we are looking at seeing if we can stay compatible between Indigo and Juno and normally we use http://wiki.eclipse.org/New_Help_for_Old_Friends_VII and http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.platform.doc.isv/porting/3.8/incompatibilities.html?revision=1.1&view=c

Re: [wtp-dev] What happend to http://download.eclipse.org/webtools/repository/indigo/ ?

2011-06-16 Thread Max Rydahl Andersen
hings but for some of our default builds we share with the community we point to public urls so they get latest bits instead of relying on whatever last update we made to our mirror. > But, sincerely, apologies for the oversight. Beers at eclipsecon ? :) /max > > > > >

[wtp-dev] What happend to http://download.eclipse.org/webtools/repository/indigo/ ?

2011-06-15 Thread Max Rydahl Andersen
Hi, http://download.eclipse.org/webtools/repository/indigo/ has no contents.jar, compositeContent.xml or anything anymore. Causing builds that uses that repo to fail. What happened ? /max http://about.me/maxandersen ___ wtp-dev mailing list wtp-de

[wtp-dev] Anyone coming to Eclipse Summit ?

2010-10-25 Thread Max Rydahl Andersen
Hi, Was wondering who from wtp-dev are coming for Eclipse Summit and if we should find a time to meet'n'greet ? /max ___ wtp-dev mailing list wtp-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/wtp-dev

Re: [wtp-dev] Server adapters and supporting BPEL module type

2010-10-01 Thread Max Rydahl Andersen
Would like to stress that none of this is BPEL specific - it is a common problem we bump into on how to support custom packaging for archives/deployments that aren't necessarily a jar, war or ear. /max On Sep 30, 2010, at 10:21, Rob Stryker wrote: > > Hi All: > > The BPEL project here at ecl

Re: [wtp-dev] WTP 3.2 Release moved to June

2009-08-13 Thread Max Rydahl Andersen
This is serious bad news for us ;( Any chance of doing WTP 3.2 release which includes the Module Dependencies UI and core fixes that we have been helping fixing would go out in an official release ? I will try and be at the call today to discuss this. /max David M Williams wrote: After disc

Re: [wtp-dev] Run WDT/sourceediting, questions - help!

2009-07-07 Thread Max Rydahl Andersen
stanimir petrov wrote: Thank you very much Although i need to extend the WTP/source editing functionality. We also intend to buy commersial license for it, so we can customize and make changes in the WTP/source editing code. That's why i need to set up their plugin projects and add/change th

Re: [wtp-dev] WTP project structure graph

2009-06-19 Thread Max Rydahl Andersen
Try this: http://www.eclipse.org/pde/incubator/dependency-visualization/index.php /max Rob Stryker wrote: Nevermind... a friend kindly linked me to this old thread: http://dev.eclipse.org/mhonarc/lists/wtp-dev/msg05594.html http://dev.eclipse.org/mhonarc/lists/wtp-dev/pngfyL6YjenfO.png Rob S

Re: [wtp-dev] SDK on Galileo updatesites ?

2009-06-11 Thread Max Rydahl Andersen
David M Williams wrote: If I understand the question, you want to add following to your repository lists and install the SDK category found there. http://download.eclipse.org/webtools/milestones/ Thanks David! I was sure I had tried using that site earlier but only found the non-SDK. I mu

[wtp-dev] Mockup for suggested JEE dependencies page

2009-06-11 Thread Max Rydahl Andersen
Hi, I added http://wiki.eclipse.org/images/4/44/Dependenciespagesuggestion.png and linked it into the minutes on http://wiki.eclipse.org/JEE_Status_Meetings/2009-06-11#Minutes Did my best to integrate all the improvements we discussed. /max ___ wt

[wtp-dev] SDK on Galileo updatesites ?

2009-06-10 Thread Max Rydahl Andersen
Hi, I probably missed the memo or failed to use google, but everytime I update to a recent WTP build via the galileo updatesites (I've given up on using the zips since P2 keeps foobaring when I do) I keep loosing the SDK source bindings. I can get it for almost all projects on Galileo update

[wtp-dev] WTP preventing additional module factories

2009-05-26 Thread Max Rydahl Andersen
Hi, I would like to bring attention to https://bugs.eclipse.org/bugs/show_bug.cgi?id=251813 (and there might be others like this coming as we go forward ;) It seems like WTP assumes there won't be other modulefactories installed into Eclipse beyond those provided by the "pure" J2EE code caus

Re: [wtp-dev] Re: Debugging the EE Module Dependencies property page

2009-05-22 Thread Max Rydahl Andersen
comes to export and publishing of WTP projects. If someone does we would love to get their attention on the bug reports Rob Stryker is referring to below. /max Max Rydahl Andersen wrote: Jacek Pospychala wrote: hi Max, afaik RAD/WSAD requires patches fixed in WTP (or any other component) first, befor

Re: [wtp-dev] Re: Debugging the EE Module Dependencies property page

2009-05-22 Thread Max Rydahl Andersen
importing into "plain" WTP then it fails. But since I don't have access to WSAD I can't verify - just passing on the message. /max Jacek Pospychala Technical Support Engineer Eclipse Support Center IBM Software Group From: Max Rydahl Andersen To: Rob Stryker Cc: &q

[wtp-dev] Re: Debugging the EE Module Dependencies property page

2009-05-21 Thread Max Rydahl Andersen
Just to support this with feedback from our users. Setting up the J2EE dependencies in WTP is above *all* other issues when it comes to questions, problems or bugs that our users ask about. As soon as you start trying to do more than a simple war, i.e. add a project as a jar dependency or uti

Re: [wtp-dev] utility facet

2009-03-18 Thread Max Rydahl Andersen
On 17-03-2009 16:30, Karen Moore wrote: If I create a new Faceted project and just add the 'Utility Module' facet, an empty user library named EAR Libraries is added to the project. I'm not sure when this functionality came about, but it seems fairly new to me. Is this expected behavior? Dal

Re: [wtp-dev] JSDT facet gone missing in 3.0.4?

2009-02-25 Thread Max Rydahl Andersen
What was the end result of this thread besides the change in facet behavior on the 3.1 stream ? Did JSDT get added back in or how ? /max We are in the process of doing integration testing with WTP 3.0.4 release candidate build and have found something rather disturbin

Re: [wtp-dev] JEE lib support

2009-02-12 Thread Max Rydahl Andersen
_bug.cgi?id=263918 Greetings, Kaloyan -Original Message- From: wtp-dev-boun...@eclipse.org [mailto:wtp-dev-boun...@eclipse.org] On Behalf Of Max Rydahl Andersen Sent: 12 февруари 2009 г. 12:30 ч. To: General discussion of project-wide or architectural issues. Subject: [wtp-dev] JEE lib s

[wtp-dev] JEE lib support

2009-02-12 Thread Max Rydahl Andersen
Hi, Sorry for the 75% user question here - but 25% is dev. I was pretty sure/confident that after the latest changes to the EAR/lib support WTP would now support the JEE5 notion of EAR/lib and automatically pick these elements up on the classpathbut I simply cannot figure out how to setup

Re: [wtp-dev] JSDT facet gone missing in 3.0.4?

2009-02-05 Thread Max Rydahl Andersen
nstallation, with or without jst.ear modules in the installation, and with or without my.custom.deploytype in the installation. How can we be sure it can survive? Because if that facet isn't installed, then that server adapter will never be asked to deploy it. Max Rydahl Andersen wrote: > >>

Re: [wtp-dev] JSDT facet gone missing in 3.0.4?

2009-02-04 Thread Max Rydahl Andersen
In any case, what is 3.0.4 adopters supposed to do with this bug ? Is there anything we can do to fix it ? We got a release coming up in March and would like to use 3.0.4 but want to be sure we don't flood users logs with these messages. Looking at this again - then if the only thing the facet

Re: [wtp-dev] JSDT facet gone missing in 3.0.4?

2009-02-04 Thread Max Rydahl Andersen
Well now you're dealing from the fallout of behavior where non-critical errors are flooding the Error Log despite nothing being really wrong. Some other people had previously complained about the flooding of the Error Log in similar situations in the past and "some discussion" ensued, but no

Re: [wtp-dev] JSDT facet gone missing in 3.0.4?

2009-02-04 Thread Max Rydahl Andersen
Konstantin Komissarchik wrote: Note that nothing is actually failing here. The system reports a problem with the extension in question and goes on. The other extensions and the rest of the system continue to work correctly. There is some discussion about explicitly marking certain extensions

Re: [wtp-dev] Change of API in 3.0.3

2008-12-04 Thread Max Rydahl Andersen
The related bug is: https://bugs.eclipse.org/bugs/show_bug.cgi?id=257470 /max Hi, We just moved our Developer Studio builds to use 3.0.3 and discovered that the behavior for ComponentCore.createComponent(project) which is public API has changed and we now instead have to use ComponentCore.

[wtp-dev] Change of API in 3.0.3

2008-12-04 Thread Max Rydahl Andersen
Hi, We just moved our Developer Studio builds to use 3.0.3 and discovered that the behavior for ComponentCore.createComponent(project) which is public API has changed and we now instead have to use ComponentCore.createComponent(project, false); to make our ESB project creation wizard to wor

Re: [wtp-dev] Modelling multiple runtimes in one server

2008-09-23 Thread Max Rydahl Andersen
er product. If you have any suggestions on how to extend or improve on this, Konstantin & I are always available in bugzilla too. Thanks, Tim deBoer [EMAIL PROTECTED] From: "Max Rydahl Andersen" <[EMAIL PROTECTED]> To: "General discussion of project-wide or architectural

Re: [wtp-dev] Modelling multiple runtimes in one server

2008-09-23 Thread Max Rydahl Andersen
hese other vendors avoid feature lock-in (maybe they don't care ? :) /max Tim deBoer [EMAIL PROTECTED] From: "Max Rydahl Andersen" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>, "General discussion of project-wide or architectur

Re: [wtp-dev] Modelling multiple runtimes in one server

2008-09-19 Thread Max Rydahl Andersen
hnical Staff Phone: +1 425 201 1795 | Mobile: +1 206 898 0611 Oracle Eclipse Tooling 411 108th Ave NE, Suite 2100 | Bellevue, WA 98004 -Original Message- From: Max Rydahl Andersen [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2008 12:28 AM To: [EMAIL PROTECTED]; General discuss

Re: [wtp-dev] Modelling multiple runtimes in one server

2008-09-19 Thread Max Rydahl Andersen
lting Member of Technical Staff Phone: +1 425 201 1795 | Mobile: +1 206 898 0611 Oracle Eclipse Tooling 411 108th Ave NE, Suite 2100 | Bellevue, WA 98004 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Rydahl Andersen Sent: Thursday, September 18, 2

[wtp-dev] Modelling multiple runtimes in one server

2008-09-18 Thread Max Rydahl Andersen
Hi, $subject have been on my mind for a long time and I have been looking high and low for answers but I just can't get my head around how this is supposed to be done in WTP/Facets. JBoss AS is a server that you can start and stop, but such server will be able to contain multiple runtimes

Re: [wtp-dev] questions on local/remote support for generic server adapters

2008-08-06 Thread Max Rydahl Andersen
have missed. Thanks! Rochelle Max Rydahl Andersen wrote: On Mon, 21 Jul 2008 23:38:53 +0200, <[EMAIL PROTECTED]> wrote: Can you give more detail? Are you saying it makes sense to allow editing the hostname because even though a server only supports local, there are some remote actions you can

  1   2   >