Search:

Type: Posts; User: iloncar; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Until SpringIDE merges patches from springide4rsa...

    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...
  2. Replies
    6
    Views
    2,462

    In case anybody is interested I've created a...

    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...
  3. OT: How do you produce source bundles required by springide?

    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...
  4. Springide is a subset of STS.

    Springide is a subset of STS.
  5. Unfortunately latest versions of springide (and...

    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...
  6. Sorry, I haven't found...

    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?
  7. Grails plugin depends on older mylyn JIRA connector

    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...
  8. Replies
    2
    Views
    692

    Unfortunately RSA 7.5.5 is based on Eclipse...

    Unfortunately RSA 7.5.5 is based on Eclipse Platform 3.4.2
  9. Replies
    44
    Views
    10,642

    Ok, this is getting ridiculous... :-) The...

    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...
  10. Replies
    44
    Views
    10,642

    Latest patch against svn trunk is attached to 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...
  11. Replies
    44
    Views
    10,642

    Christian, It seems that attribute 'version'...

    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:

    ...
  12. Replies
    12
    Views
    2,702

    You have to run ant tasks from within eclipse...

    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 ...
  13. Replies
    12
    Views
    2,702

    I'm sorry if mirroring instructions aren't...

    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...
  14. Replies
    12
    Views
    2,702

    Create ant build file:

    Create ant build file:



    <?xml version="1.0" encoding="UTF-8"?>
    <project name="p2mirror" default="default" xmlns:contrib="antlib:net.sf.antcontrib">
    <description>
    ...
  15. Replies
    5
    Views
    2,456

    Configuring RSS URLs would be useful. Thanks!

    Configuring RSS URLs would be useful. Thanks!
  16. Replies
    5
    Views
    2,456

    At the same time dashboard could be useless - if...

    At the same time dashboard could be useless - if you're behind very strict corporate firewall or on very slow network.
  17. Replies
    2
    Views
    1,115

    If you use sun 1.6 jvm make sure you use the...

    If you use sun 1.6 jvm make sure you use the latest version.
  18. Replies
    44
    Views
    10,642

    Christian, I tried to use something like: ...

    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)",
    ...
  19. Replies
    44
    Views
    10,642

    Christian, I have fetched springide sources...

    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...
  20. Replies
    44
    Views
    10,642

    Christian, after the update I get: ...

    Christian, after the update I get:



    org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from file...
  21. Replies
    44
    Views
    10,642

    I have opened JIRA issue: ...

    I have opened JIRA issue:

    https://issuetracker.springsource.com/browse/STS-693
  22. Replies
    44
    Views
    10,642

    I have noticed that springide bundles get wired...

    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)...
  23. Replies
    1
    Views
    919

    If you reconfigure servicemix to use equinox...

    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:...
  24. Here is the first version of the aspect that...

    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...
  25. I'm jumping between AOP, Spring DM and DM server...

    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
Results 1 to 25 of 41
Page 1 of 2 1 2