Good question.
I don't think you would just see STS/GGTS becoming cloud ides in their current form - just moving them to the server and offering a view layer wouldn't really give an optimal...
Type: Posts; User: Andy Clement; Keyword(s):
Good question.
I don't think you would just see STS/GGTS becoming cloud ides in their current form - just moving them to the server and offering a view layer wouldn't really give an optimal...
Hi.
I see you also posted on https://bugs.eclipse.org/bugs/show_bug.cgi?id=375477 . The compiler is trying to create the aop-ajc.xml file. I wonder if the problem is due to missing parent...
My initial comments in the previous post were talking about possible maven configurations that might work depending on the dependencies amongst the elements. If that I enhancement I mentioned were...
Depending on how the dependencies amongst sources are arranged, you may be able to organize it to compile.
If the groovy has no dependencies on the java you can build the groovy and then depend...
Hi,
Michael asked me to chime in on this issue. I can't speak to your most recent question but I'll comment on the need to translate from groovy>java. I don't quite speak fluent maven, so can I...
Hi Ivan,
Sounds like some part of your setup isn't running with Java7. Not sure which pieces you are configuring but I could imagine it isn't enough just to configure a Java7 JRE inside GGTS but...
A stackoverflow article withe the same error in:
http://stackoverflow.com/questions/7352493/failed-to-load-the-jni-shared-library-jdk
implies that there is a mismatch in versions. Does the...
I just raised an AspectJ issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=392665 to track fixing this and referenced this thread and the test project. I will take a look when I get some time. I...
Hi,
I'm not a SDN expert, but I am the lead of AspectJ - I'll chip in. In principal what you want to do sounds perfectly reasonable. I don't think I have any open issues against AspectJ concerning...
Yep, I guess we need an issue. Did you try the -d32 flag to ensure 'old level' libraries are treated as such? (and are you using subclipse?). If you mention that info in any jira you raise, that'll...
> how do I get the 3.8 version or how can I tell what version it was updated to?
On the download page the 3.8 packages are alongside the 4.2 packages as separate downloads.
If you were running...
From looking around it seems that can come up when there is a 32bit/64bit mismatch. I presume you are running 64bit vm with 64bit GGTS? Do you have anything installed that might have an incompatible...
Hi,
We are currently testing release candidates, it should be available very soon (early next week hopefully).
I don't believe much progress has been made on the performance issues (if you mean...
If in STS I'd recommend updating your AJDT from the update site: http://download.eclipse.org/tools/ajdt/42/dev/update
that'll give you the most up to date AspectJ.
Andy
I think so, your errors are very similar to those in https://jira.springsource.org/browse/DATAGRAPH-280 which is fixed by 1.7.1
Andy
Hi,
I fixed something similar to this in AspectJ 1.7.1 - can you confirm what level of AspectJ you are using?
cheers,
Andy
There are now AspectJ 1.7.1 snapshot builds that address the issues I'm aware of (well, the issues logged in https://bugs.eclipse.org/bugs/show_bug.cgi?id=386888 ). To pick them up you'll need to...
In addition to the simple 'eclipse plugin for Griffon', Andres has expressed interest in using the Grails STS IDE support (now that it is open source) as a base for Griffon tooling - and so offering...
Hi John,
I'm afraid we don't have immediate plans to provide plugins to handle those situations - ignoring plugins will obviously only be doing the right thing if you didn't need those plugins to...
Hi Mike,
Sorry I haven't gotten around to addressing that issue of yours yet.
There is an exclusions setting, on the -Dspringloaded setting you can add (after a semicolon)
...
I've raised AspectJ bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=386888 and am currently having a look at it. AspectJ 1.7 is based on a JDT compiler 4 years newer than the one used in AspectJ...
Hi,
This thread is actually about the springloaded javaagent, not the spring instrument one. There is some special handling here and there for the springloaded one, not sure about the spring...
Hi,
Are you reloading by turning on the reloading support under the tc server settings in STS? I'm just aware that STS still includes quite an old level of the reloading agent. (1.0.1 I think,...
Hi,
I'm currently checking with someone who might know but the problem seems similar to what is discussed here:
...
Are you sure you don't have a filter set that is hiding something? (On the project explorer select the pull down arrow then 'Customize view' - look at the filters/content tabs)
Also, try opening...