Until SpringIDE merges patches from springide4rsa you could try to install from these update sites:
http://croz.net/index.php/hrv/tech_blog/springide_unutar_rsa_7_5_x_okruzenja
It's not...
Type: Posts; User: iloncar; Keyword(s):
Until SpringIDE merges patches from springide4rsa you could try to install from these update sites:
http://croz.net/index.php/hrv/tech_blog/springide_unutar_rsa_7_5_x_okruzenja
It's not...
In case anybody is interested I've created a custom build of SpringIDE (NOT STS!!!) that incorporates patches that allow it to be run on top of RAD/RSA 7.5.x.
You can find required repos in this...
Hi,
I have noticed that required-bundles project contains source bundles that are not the same as those coming from springsource EBR (you can use them as Eclipse source bundles).
Thinking out...
Springide is a subset of STS.
Unfortunately latest versions of springide (and STS) do not work with RSA 7.5.4.
See https://issuetracker.springsource.com/browse/STS-693 for more information.
I have built springide with those...
Sorry, I haven't found https://issuetracker.springsource.com/browse/STS-831
Anyway, my question is still open: is the mylyn JIRA connector really required for development of grails apps?
When installing grails support I get the following message:
MYLYN wiki contains:
Is this dependency to the mylyn JIRA connector really required?
I've opened...
Unfortunately RSA 7.5.5 is based on Eclipse Platform 3.4.2
Ok, this is getting ridiculous... :-)
The easiest way for someone who doesn't want to compile springide is to take a look at the patch - it only modifies MANIFEST.MF entries for SOME of the...
Latest patch against svn trunk is attached to the JIRA issue (https://issuetracker.springsource.com/browse/STS-693).
Mylyn integration doesn't work in RSA/RAD, so don't install it. Everything else...
Christian,
It seems that attribute 'version' doesn't work, but I had some progress with
'bundle-symbolic-name' and 'bundle-version' attributes.
It seems that something like:
...
You have to run ant tasks from within eclipse that will mirror p2 repositories.
Have you tried to run mirror task using instructions I gave?
What about ...
I'm sorry if mirroring instructions aren't helpful (btw. I do not work for SpringSource). :(
You could do it from home (mirror size is ~75MB). If you're not an experienced eclipse user you could...
Create ant build file:
<?xml version="1.0" encoding="UTF-8"?>
<project name="p2mirror" default="default" xmlns:contrib="antlib:net.sf.antcontrib">
<description>
...
Configuring RSS URLs would be useful. Thanks!
At the same time dashboard could be useless - if you're behind very strict corporate firewall or on very slow network.
If you use sun 1.6 jvm make sure you use the latest version.
Christian,
I tried to use something like:
Import-Package: javax.xml.parsers,
javax.xml.xpath,
org.apache.xerces.parsers;version="[2.8.0,3.0.0)",
...
Christian,
I have fetched springide sources and reverted from Import-Package to Require-Bundle headers. I have compiled it against SDP as a target platform and I'm able to run springide from RSA...
Christian, after the update I get:
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from file...
I have opened JIRA issue:
https://issuetracker.springsource.com/browse/STS-693
I have noticed that springide bundles get wired to the IBM provided websphere bundles because of the xerces packages. Websphere bundles are legacy plugins (seems like something from eclipse 3.0 days)...
If you reconfigure servicemix to use equinox instead of felix you could use equinox aspects project or object teams.
Here's the link how to switch to equinox:...
Here is the first version of the aspect that works in an OSGI environment:
import java.security.AccessController;
import java.security.PrivilegedAction;
import java.util.HashMap;
import...
I'm jumping between AOP, Spring DM and DM server forums.
;)
For more information see updated thread on http://forum.springsource.org/showthread.php?t=74380