GayaBalan / ivybeans

Automatically exported from code.google.com/p/ivybeans
0 stars 0 forks source link

Plugin doesn't work for NetBeans 7.0 #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Environment : ivybeans VERSION, netbeans VERSION , OS , jdk VERSION
Tried the IvyBeans 1.1 NB6.9 download on NB 7.0 (build about to be released), 
on OS X 10.6.7, JDK 6.u24

Description :
Attempting to install the download plugins causes NB to complain:

Some plugins require plugin Editor Library to be installed.
The plugin Editor Library is requested in version >= 2.2.10.2 (release version 
2) but only 3.8.1.13.8 (of release version different from 2) was found.  The 
following plugin is affected:       ivy-module

Original issue reported on code.google.com by swpal...@gmail.com on 12 Apr 2011 at 1:09

GoogleCodeExporter commented 9 years ago
Someone can tell me if ivybeans will be available for Netbeans 7? Or the 
project has been dropped? I see that some issues have been fixed in version 
1.2, but I can't see where to download that version.

Thank you!
Federico

Original comment by rocire...@gmail.com on 28 Apr 2011 at 9:45

GoogleCodeExporter commented 9 years ago
I am sorry, I did not have time anymore to manage this netbeans plugin. BTW it 
is possible to get the source and build.

Original comment by laurent....@gmail.com on 28 Apr 2011 at 2:11

GoogleCodeExporter commented 9 years ago
The only required patch to get the Ivybeans trunk (and probably 1.1 branch) to 
work with NB70 is to update the Editor Lib dependency in ivy-module (see 
attached).  I also needed some fixes from Ivy 2.2.0 so I put a version at: 
https://bitbucket.org/davesmith/ivybeans to allow my team to move to NB7.  I 
hope laurent is able to resume maintenance of this someday as this is an 
exceedingly useful module. In the mean time, I'll try to keep it working. 

-djs

Original comment by djswoods...@gmail.com on 2 May 2011 at 5:23

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by laurent....@gmail.com on 3 May 2011 at 7:48

GoogleCodeExporter commented 9 years ago
Sending        
C:/Users/lfo/scm/googlecode/ivybeans/trunk2/ivybeans/ivy-module/nbproject/projec
t.xml
Transmitting file data ...
Committed revision 305.
Revision: 305
Author  : laurent.foret
Date    : 3 mai 2011 11:09:08
issue-89 apply patch to use the right netbeans 7 editor deps

Original comment by laurent....@gmail.com on 3 May 2011 at 9:12

GoogleCodeExporter commented 9 years ago
I have commited the patch in trunk for make it works with Netbeans 7. I did not 
test it  yet. Maybe you can ask for a new issue in order to upgrade ivy and 
more provide a patch.

Please tell me what is absolutely necessary to make a 1.2 release for netbeans 
7 .

Original comment by laurent....@gmail.com on 3 May 2011 at 9:23

GoogleCodeExporter commented 9 years ago
laurent:  I opened issue 93 for upgrading to Ivy 2.2.0.

I've re-tested the trunk with NB7 and don't find any other problems with 1.2.

Thanks. -djs

Original comment by djswoods...@gmail.com on 3 May 2011 at 3:57

GoogleCodeExporter commented 9 years ago
Thanks to all for the answers, a special tanks to Dave Smith for the ivy zip 
file... It's working with NB7 :-)

Cheers,
Federico

Original comment by rocire...@gmail.com on 11 May 2011 at 10:38

GoogleCodeExporter commented 9 years ago
I apply simple hack. Open archive com-googlecode-ivybeans-module.nbm as zip and 
edit file Info\info.xml and netbeans\modules\com-googlecode-ivybeans-module.jar 
open too and edit 
netbeans\modules\com-googlecode-ivybeans-module.jar\META-INF\MANIFEST.MF. 
Change org.netbeans.modules.editor.lib/2 > 2.2.10.2 on 
org.netbeans.modules.editor.lib/3 > 3.8.1.13.9. Do not forget to save. All work 
with NB7.

Original comment by evgeniy.egorov@gmail.com on 20 Jun 2011 at 7:27

GoogleCodeExporter commented 9 years ago
Love to have this update but don't see a new link in the downloads section. 
What do I need to do to get this?

Original comment by gava...@gmail.com on 20 Jun 2011 at 8:30

GoogleCodeExporter commented 9 years ago
I just have to found a couple of hours to do it. I will do it asap.

Original comment by laurent....@devcoop.fr on 21 Jun 2011 at 7:13

GoogleCodeExporter commented 9 years ago
I looking for that to.

Original comment by aand...@gmail.com on 22 Aug 2011 at 8:10

GoogleCodeExporter commented 9 years ago
I've made quite a few changes to the project and have attached a patch. Updates 
include:

- Works with NB 7.0.1
- Upgrade to ivy 2.2.0
- Allow adding multiple properties files, separated by comma, for project 
specific settings.
- More verbose output about what Ivy is doing when it seems to be "stuck" after 
resolve.

There are still some issues which need to be corrected that I don't have time 
to dig into right now. 

For example, after resolve, ArtifactInfoImpl.provision seems to be called many 
many many times for each of the resolved ivy artifacts and each of these calls 
results in ivy.getResolveEngine().download() despite the fact that the 
artifacts are already cached in the local repository. This is probably the 
biggest annoyance right now as it turns what should be a 3 second resolve into 
a 3-5 minute download of artifacts.

svn diff attached as are the two updated jars

Original comment by gava...@gmail.com on 29 Sep 2011 at 7:30

Attachments:

GoogleCodeExporter commented 9 years ago
For those of you who just want the updated nbm files, I've attached them.

I forgot to bump the version number so you might see NetBeans complain about 
that.

Original comment by gava...@gmail.com on 29 Sep 2011 at 7:50

Attachments:

GoogleCodeExporter commented 9 years ago
I applied this plugin to Nebeans 7 but an error popup keeps coming:
java.lang.NullPointerException
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
    at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1465)
    at com.googlecode.ivybeans.module.nodes.AnnotatedAbstractNode.annotationChanged(AnnotatedAbstractNode.java:130)
    at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)

Original comment by debsanka...@gmail.com on 1 Dec 2011 at 10:05