You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tim McConnell (JIRA)" <ji...@apache.org> on 2008/04/04 21:39:30 UTC

[jira] Created: (GERONIMODEVTOOLS-323) Eclipse as a top-level directory in GEP zip file

Eclipse as a top-level directory in GEP zip file
------------------------------------------------

                 Key: GERONIMODEVTOOLS-323
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-323
             Project: Geronimo-Devtools
          Issue Type: New Feature
          Components: eclipse-plugin
    Affects Versions: 2.1.0
            Reporter: Tim McConnell
            Assignee: Tim McConnell
             Fix For: 2.1.0


Jacek recommends that we use eclipse as the top-level directory in the GEP assemblies to be more consistent with other Eclipse plugins

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMODEVTOOLS-323) Eclipse as a top-level directory in GEP zip file

Posted by "Tim McConnell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim McConnell resolved GERONIMODEVTOOLS-323.
--------------------------------------------

    Resolution: Fixed

This has been fixed along with the creation of the GEP 2.1.0 Staging site (i.e., GERONIMODEVTOOLS-291)

> Eclipse as a top-level directory in GEP zip file
> ------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-323
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-323
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 2.1.0
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>             Fix For: 2.1.0
>
>
> Jacek recommends that we use eclipse as the top-level directory in the GEP assemblies to be more consistent with other Eclipse plugins

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (GERONIMODEVTOOLS-323) Eclipse as a top-level directory in GEP zip file

Posted by "Ted Kirby (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Kirby reopened GERONIMODEVTOOLS-323:
----------------------------------------


with this change, updatesite.zip doesn't work.
In many cases, the only error message is:

An exception occured while downloading feature from "file:/C:/temp/eclipseUpdateSites/ag201RC1/eclipse/features/org.apache.geronimo.v20.feature_2.1.0.jar".
Do you want to retry?

In a few instances, I got a decent error log record:


eclipse.buildId=M20070921-1145
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20071007 (JIT enabled)
J9VM - 20071004_14218_lHdSMR
JIT  - 20070820_1846ifx1_r8
GC   - 200708_10
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86

Info
Wed Apr 16 16:23:20 EDT 2008
An exception occured while downloading feature from "file:/C:/temp/eclipseUpdateSites/ag201RC1/features/org.apache.geronimo.v20.feature_2.1.0.jar".

java.io.FileNotFoundException: C:\temp\eclipseUpdateSites\ag201RC1\features\org.apache.geronimo.v20.feature_2.1.0.jar (The system cannot find the path specified.)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:135)
at java.io.FileInputStream.<init>(FileInputStream.java:95)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:85)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:176)
at java.net.URL.openStream(URL.java:1042)
at org.eclipse.update.internal.core.connection.FileResponse.getInputStream(FileResponse.java:28)
at org.eclipse.update.core.ContentReference.getInputStream(ContentReference.java:149)
at org.eclipse.update.core.FeatureContentProvider.asLocalReference(FeatureContentProvider.java:268)
at org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeatureEntryArchiveReferences(FeaturePackagedContentProvider.java:157)
at org.eclipse.update.internal.core.FeaturePackagedContentProvider.getFeatureManifestReference(FeaturePackagedContentProvider.java:83)
at org.eclipse.update.internal.core.FeaturePackagedFactory.createFeature(FeaturePackagedFactory.java:39)
at org.eclipse.update.core.Site.createFeature(Site.java:534)
at org.eclipse.update.core.FeatureReference.createFeature(FeatureReference.java:122)
at org.eclipse.update.core.FeatureReference.getFeature(FeatureReference.java:110)
at org.eclipse.update.core.FeatureReference.getFeature(FeatureReference.java:97)
at org.eclipse.update.internal.search.SiteSearchCategory$FeatureDownloader.run(SiteSearchCategory.java:222)
at java.lang.Thread.run(Thread.java:810)

If I put the site.xml file with the eclipse/ removed from it, as it was before this patch, in the eclipse directory, it works.
So, if you want to accept/implement this change, more work is required to make sure it works.  I am not sure what else must be done, but what we have now doesn't work.

> Eclipse as a top-level directory in GEP zip file
> ------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-323
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-323
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 2.1.0
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>             Fix For: 2.1.0
>
>
> Jacek recommends that we use eclipse as the top-level directory in the GEP assemblies to be more consistent with other Eclipse plugins

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMODEVTOOLS-323) Eclipse as a top-level directory in GEP zip file

Posted by "Tim McConnell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim McConnell resolved GERONIMODEVTOOLS-323.
--------------------------------------------

    Resolution: Fixed

Resolved in revision 644855

> Eclipse as a top-level directory in GEP zip file
> ------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-323
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-323
>             Project: Geronimo-Devtools
>          Issue Type: New Feature
>          Components: eclipse-plugin
>    Affects Versions: 2.1.0
>            Reporter: Tim McConnell
>            Assignee: Tim McConnell
>             Fix For: 2.1.0
>
>
> Jacek recommends that we use eclipse as the top-level directory in the GEP assemblies to be more consistent with other Eclipse plugins

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.