- 
        1. Re: "new user library fileset" missing from project archive context menurob.stryker Sep 3, 2010 5:01 AM (in response to stevemaring)Investigating this now. The plugin name is org.jboss.ide.eclipse.archives.jdt.integration Do you have a folder or file like this anywhere in your eclipse installation? Thanks in advance. 
- 
        2. Re: "new user library fileset" missing from project archive context menurob.stryker Sep 3, 2010 5:14 AM (in response to rob.stryker)Sadly this works for me, but looking at the dependency files, I do see a possible sticking point. The dependency file is listing specific versions required, and this might be mucking things up. The file currently reads as follows: Require-Bundle: org.eclipse.ui, 
 org.eclipse.core.runtime,
 org.eclipse.jdt.core;bundle-version="3.4.4",
 org.eclipse.jdt.ui;bundle-version="3.4.2",
 org.eclipse.core.resources;bundle-version="3.4.2",
 org.jboss.ide.eclipse.archives.core;bundle-version="2.0.0",
 org.jboss.ide.eclipse.archives.ui;bundle-version="1.0.0",
 org.eclipse.ui.navigator;bundle-version="3.3.102"This is listed in the org.jboss.ide.eclipse.archives.jdt.integration plugins' META-INF/MANIFEST.MF file. It's possible that removing the ";bundle-version="etc" part of the line and replacing it with a comma will fix it. But I'm not even noticing any errors in my console log. Either way I'm going to push this change to trunk immediately and remove these hard-coded version dependencies. I'm not sure if it will fix the problem but it's obvious they don't belong there. 
- 
        3. Re: "new user library fileset" missing from project archive context menurob.stryker Sep 3, 2010 5:26 AM (in response to rob.stryker)Just to keep everything opened, the jira I opened is https://jira.jboss.org/browse/JBIDE-6989. I'm not sure if this will fix the problem, but if you can fiddle with the integration plugin's MANIFEST.MF file and let us know if that helped, that'd be great. 
- 
        4. Re: "new user library fileset" missing from project archive context menustevemaring Sep 7, 2010 7:11 PM (in response to rob.stryker)inside my MANIFEST.MF I have ... ... Bundle-Version: 3.1.1.v201006011046R-H111-GA ... Require-Bundle: org.apache.ant,org.eclipse.core.commands,org.eclipse.c 
 ore.filesystem,org.eclipse.core.resources,org.eclipse.core.runtime,or
 g.eclipse.core.variables
- 
        5. Re: "new user library fileset" missing from project archive context menustevemaring Sep 9, 2010 8:40 AM (in response to rob.stryker)btw ... I do NOT see a org.jboss.ide.eclipse.archives.jdt.integration folder anywhere in my installation, I only see an org.jboss.ide.eclipse.archives.core folder in my plugins dir 
- 
        6. Re: "new user library fileset" missing from project archive context menudgolovin Sep 9, 2010 1:54 PM (in response to stevemaring)How did you install JBoss Archives Tools? Did you install it in Eclipse SDK or Eclipse for JEE Developers? 
- 
        7. Re: "new user library fileset" missing from project archive context menudgolovin Sep 9, 2010 2:14 PM (in response to stevemaring)Verified that by installing into clean Eclipse SDK from JBoss Tools Development update site. It has JBoss Tools 3.2.0.M2 published today. I have "New User Library Fileset" action after installation. 
 
     
    