You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by han hongfang <ha...@gmail.com> on 2011/11/18 04:39:21 UTC

[Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Hi devs,

Please help to review and vote on the release of Geronimo Eclipse Plugin
(GEP) 3.0-beta-1 RC1.

GEP 3.0-beta-1 supports Geronimo server 3.0-beta-1, 2.2.1, 2.1.7 and
Eclipse Indigo (3.7).

[Known issue]  GEP 3.0-beta-1 uses maven-eclipsepde-plugin v1.1, which
means it can not be built successfully on 64bit win7 and 64bit macos. See
following JIRAs for details.
- https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-737 Could not
build GEP3.0 under win7-64bit
- https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not
build GEP3.0 under macos-64bit

The source code zip is here:
https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.zip
https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.tar.gz

The tag is here:
<https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.2.1/>
https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1

The deployable zip file is here:
<http://people.apache.org/builds/geronimo/eclipse/2.2.1/geronimo-eclipse-plugin-2.2.1-deployable.zip>
http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-deployable.zip

The update site zip file is here:
http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-updatesite.zip

The p2 repo zip file is here:
http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-p2repo.zip

If you would like to review and/or comment on the release notes, you can
find it here:
<http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt>
http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt

Finally, I've created a Staging Site that can be used to test the update
manager functions of  Eclipse (Indigo and helios):
http://people.apache.org/builds/geronimo/eclipse/updates/

The vote will be open for the 72-hour minimum.

[  ] +1 about time to push this out the door
[  ]  0 no opinion
[  ] -1 not this one  (please explain why)

-- 
Best regards,

Han Hong Fang (Janet)
hanhongfang AT apache.org

Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by han hongfang <ha...@gmail.com>.
Thanks Kevan. I just added a README.txt to highlight the build issue in GEP
v3.0-beta-1, and will start RC2 for voting soon.

On Sun, Nov 27, 2011 at 10:42 PM, Kevan Miller <ke...@gmail.com>wrote:

>
> On Nov 23, 2011, at 9:24 PM, han hongfang wrote:
>
> > Hi Kevan,
> >
> > Is your mac 32bit or 64bit?  GEP 3.0-beta-1 uses maven-eclipsepde-plugin
> v1.1, which doesn't include following fix.
> > - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not
> build GEP3.0 under macos-64bit
>
> Thanks. My Mac is 64 bit.
>
> >
> > And what's your maven version? Please use maven 2.2.1 to build GEP
> 3.0-beta-1 tag since GERONIMODEVTOOLS-694 is still open.
> > https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-694 Can not
> build GEP with maven 3.0
>
> I tried with both maven 2.2.1 and 3
> >
> > I tried but failed to find a machine with mac 32bit os. Anyone has mac
> 32 bit os? could you please kindly have a try to build
> https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1
>
> Thanks for looking. I could reconfigure/reboot into 32-bit mode. However,
> I'm OK with building from another OS. As long as we run on 32/64 bit Mac
> OS, that's fine. Documentation about the problem (maybe it's already there)
> in the README or Build How-To file would be useful.
>
> --kevan
> >
> > On Wed, Nov 23, 2011 at 3:35 AM, Kevan Miller <ke...@gmail.com>
> wrote:
> >
> > On Nov 22, 2011, at 1:49 AM, han hongfang wrote:
> >
> > >
> > >
> > > So far, I can't get a build to work. I'm getting:
> > >
> > > [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
> (default-compile) on project org.apache.geronimo.runtime.common:
> Compilation failure: Compilation failure:
> > > [ERROR]
> /Users/kevan/tmp/release/geronimo-eclipse-plugin-3.0-beta-1/plugins/org.apache.geronimo.runtime.common/src/main/java/org/apache/geronimo/runtime/common/log/Logger.java:[21,31]
> package org.eclipse.core.runtime does not exist
> > > ...
> > >
> > > What's your os?
> >
> > Mac OS Lion.
> >
> > --kevan
> >
> >
> >
> >
> >
> > --
> > Best regards,
> >
> > Han Hong Fang (Janet)
> > hanhongfang AT apache.org
> >
> >
>
>


-- 
Best regards,

Han Hong Fang (Janet)
hanhongfang AT apache.org

Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by Kevan Miller <ke...@gmail.com>.
On Nov 23, 2011, at 9:24 PM, han hongfang wrote:

> Hi Kevan,
> 
> Is your mac 32bit or 64bit?  GEP 3.0-beta-1 uses maven-eclipsepde-plugin v1.1, which doesn't include following fix.
> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not build GEP3.0 under macos-64bit

Thanks. My Mac is 64 bit. 

> 
> And what's your maven version? Please use maven 2.2.1 to build GEP 3.0-beta-1 tag since GERONIMODEVTOOLS-694 is still open.
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-694 Can not build GEP with maven 3.0

I tried with both maven 2.2.1 and 3
> 
> I tried but failed to find a machine with mac 32bit os. Anyone has mac 32 bit os? could you please kindly have a try to build https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1

Thanks for looking. I could reconfigure/reboot into 32-bit mode. However, I'm OK with building from another OS. As long as we run on 32/64 bit Mac OS, that's fine. Documentation about the problem (maybe it's already there) in the README or Build How-To file would be useful.

--kevan
> 
> On Wed, Nov 23, 2011 at 3:35 AM, Kevan Miller <ke...@gmail.com> wrote:
> 
> On Nov 22, 2011, at 1:49 AM, han hongfang wrote:
> 
> >
> >
> > So far, I can't get a build to work. I'm getting:
> >
> > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project org.apache.geronimo.runtime.common: Compilation failure: Compilation failure:
> > [ERROR] /Users/kevan/tmp/release/geronimo-eclipse-plugin-3.0-beta-1/plugins/org.apache.geronimo.runtime.common/src/main/java/org/apache/geronimo/runtime/common/log/Logger.java:[21,31] package org.eclipse.core.runtime does not exist
> > ...
> >
> > What's your os?
> 
> Mac OS Lion.
> 
> --kevan
> 
> 
> 
> 
> 
> -- 
> Best regards,
> 
> Han Hong Fang (Janet)
> hanhongfang AT apache.org
>  
> 


Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by han hongfang <ha...@gmail.com>.
Hi Kevan,

Is your mac 32bit or 64bit?  GEP 3.0-beta-1 uses maven-eclipsepde-plugin
v1.1, which doesn't include following fix.
- https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not
build GEP3.0 under macos-64bit

And what's your maven version? Please use maven 2.2.1 to build GEP
3.0-beta-1 tag since GERONIMODEVTOOLS-694 is still open.
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-694 Can not build
GEP with maven 3.0

I tried but failed to find a machine with mac 32bit os. Anyone has mac 32
bit os? could you please kindly have a try to build
https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1

On Wed, Nov 23, 2011 at 3:35 AM, Kevan Miller <ke...@gmail.com>wrote:

>
> On Nov 22, 2011, at 1:49 AM, han hongfang wrote:
>
> >
> >
> > So far, I can't get a build to work. I'm getting:
> >
> > [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
> (default-compile) on project org.apache.geronimo.runtime.common:
> Compilation failure: Compilation failure:
> > [ERROR]
> /Users/kevan/tmp/release/geronimo-eclipse-plugin-3.0-beta-1/plugins/org.apache.geronimo.runtime.common/src/main/java/org/apache/geronimo/runtime/common/log/Logger.java:[21,31]
> package org.eclipse.core.runtime does not exist
> > ...
> >
> > What's your os?
>
> Mac OS Lion.
>
> --kevan
>
>
>


-- 
Best regards,

Han Hong Fang (Janet)
hanhongfang AT apache.org

Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by Kevan Miller <ke...@gmail.com>.
On Nov 22, 2011, at 1:49 AM, han hongfang wrote:

> 
> 
> So far, I can't get a build to work. I'm getting:
> 
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project org.apache.geronimo.runtime.common: Compilation failure: Compilation failure:
> [ERROR] /Users/kevan/tmp/release/geronimo-eclipse-plugin-3.0-beta-1/plugins/org.apache.geronimo.runtime.common/src/main/java/org/apache/geronimo/runtime/common/log/Logger.java:[21,31] package org.eclipse.core.runtime does not exist
> ...
> 
> What's your os? 

Mac OS Lion.

--kevan



Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by han hongfang <ha...@gmail.com>.
Thanks Keven for the comment. Taken actions as below.

On Tue, Nov 22, 2011 at 2:47 AM, Kevan Miller <ke...@gmail.com>wrote:

> How are the exsd files created? E.g.
> geronimo-eclipse-plugin-3.0-beta-1/plugins/org.apache.geronimo.jaxbmodel.common/schema/JAXBUtilsProvider.exsd
>
> The underlying question is -- do they require a source license header? If
> they are automatically generated from other sources, then they do not
> require a license header. However, if they are generated by hand, then they
> probably do require a license header…
>

Added the license header, and also re-run rat:check and add more missing
license headers.


> Note that the following text in the NOTICE file should not be there (not a
> big deal, I think, but should be cleaned up):
>
> =========================================================================
> ==  NOTICE file corresponding to section 4(d) of the Apache License,   ==
> ==  Version 2.0, in this case for the Apache Geronimo distribution.    ==
> =========================================================================
>
Removed, and also did for branch v21, v22, and trunk.


>
> So far, I can't get a build to work. I'm getting:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
> (default-compile) on project org.apache.geronimo.runtime.common:
> Compilation failure: Compilation failure:
> [ERROR]
> /Users/kevan/tmp/release/geronimo-eclipse-plugin-3.0-beta-1/plugins/org.apache.geronimo.runtime.common/src/main/java/org/apache/geronimo/runtime/common/log/Logger.java:[21,31]
> package org.eclipse.core.runtime does not exist
> ...
>
> What's your os?

> --kevan
>
> On Nov 17, 2011, at 10:39 PM, han hongfang wrote:
>
> > Hi devs,
> >
> > Please help to review and vote on the release of Geronimo Eclipse Plugin
> (GEP) 3.0-beta-1 RC1.
> >
> > GEP 3.0-beta-1 supports Geronimo server 3.0-beta-1, 2.2.1, 2.1.7 and
> Eclipse Indigo (3.7).
> >
> > [Known issue]  GEP 3.0-beta-1 uses maven-eclipsepde-plugin v1.1, which
> means it can not be built successfully on 64bit win7 and 64bit macos. See
> following JIRAs for details.
> > - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-737 Could not
> build GEP3.0 under win7-64bit
> > - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not
> build GEP3.0 under macos-64bit
> >
> > The source code zip is here:
> >
> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.zip
> >
> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.tar.gz
> >
> > The tag is here:
> >
> https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1
> >
> > The deployable zip file is here:
> >
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-deployable.zip
> >
> > The update site zip file is here:
> >
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-updatesite.zip
> >
> > The p2 repo zip file is here:
> >
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-p2repo.zip
> >
> > If you would like to review and/or comment on the release notes, you can
> find it here:
> >
> http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt
> >
> > Finally, I've created a Staging Site that can be used to test the update
> manager functions of  Eclipse (Indigo and helios):
> > http://people.apache.org/builds/geronimo/eclipse/updates/
> >
> > The vote will be open for the 72-hour minimum.
> >
> > [  ] +1 about time to push this out the door
> > [  ]  0 no opinion
> > [  ] -1 not this one  (please explain why)
> >
> > --
> > Best regards,
> >
> > Han Hong Fang (Janet)
> > hanhongfang AT apache.org
> >
> >
>
>


-- 
Best regards,

Han Hong Fang (Janet)
hanhongfang AT apache.org

Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by Yi Xiao <xi...@gmail.com>.
Hi  Kevan,
Could you please tell me the OS when you build the GEP?

On Tue, Nov 22, 2011 at 2:47 AM, Kevan Miller <ke...@gmail.com>wrote:

> How are the exsd files created? E.g.
> geronimo-eclipse-plugin-3.0-beta-1/plugins/org.apache.geronimo.jaxbmodel.common/schema/JAXBUtilsProvider.exsd
>
> The underlying question is -- do they require a source license header? If
> they are automatically generated from other sources, then they do not
> require a license header. However, if they are generated by hand, then they
> probably do require a license header…
>
> Note that the following text in the NOTICE file should not be there (not a
> big deal, I think, but should be cleaned up):
>
> =========================================================================
> ==  NOTICE file corresponding to section 4(d) of the Apache License,   ==
> ==  Version 2.0, in this case for the Apache Geronimo distribution.    ==
> =========================================================================
>
> So far, I can't get a build to work. I'm getting:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile
> (default-compile) on project org.apache.geronimo.runtime.common:
> Compilation failure: Compilation failure:
> [ERROR]
> /Users/kevan/tmp/release/geronimo-eclipse-plugin-3.0-beta-1/plugins/org.apache.geronimo.runtime.common/src/main/java/org/apache/geronimo/runtime/common/log/Logger.java:[21,31]
> package org.eclipse.core.runtime does not exist
> ...
>
> --kevan
>
> On Nov 17, 2011, at 10:39 PM, han hongfang wrote:
>
> > Hi devs,
> >
> > Please help to review and vote on the release of Geronimo Eclipse Plugin
> (GEP) 3.0-beta-1 RC1.
> >
> > GEP 3.0-beta-1 supports Geronimo server 3.0-beta-1, 2.2.1, 2.1.7 and
> Eclipse Indigo (3.7).
> >
> > [Known issue]  GEP 3.0-beta-1 uses maven-eclipsepde-plugin v1.1, which
> means it can not be built successfully on 64bit win7 and 64bit macos. See
> following JIRAs for details.
> > - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-737 Could not
> build GEP3.0 under win7-64bit
> > - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not
> build GEP3.0 under macos-64bit
> >
> > The source code zip is here:
> >
> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.zip
> >
> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.tar.gz
> >
> > The tag is here:
> >
> https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1
> >
> > The deployable zip file is here:
> >
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-deployable.zip
> >
> > The update site zip file is here:
> >
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-updatesite.zip
> >
> > The p2 repo zip file is here:
> >
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-p2repo.zip
> >
> > If you would like to review and/or comment on the release notes, you can
> find it here:
> >
> http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt
> >
> > Finally, I've created a Staging Site that can be used to test the update
> manager functions of  Eclipse (Indigo and helios):
> > http://people.apache.org/builds/geronimo/eclipse/updates/
> >
> > The vote will be open for the 72-hour minimum.
> >
> > [  ] +1 about time to push this out the door
> > [  ]  0 no opinion
> > [  ] -1 not this one  (please explain why)
> >
> > --
> > Best regards,
> >
> > Han Hong Fang (Janet)
> > hanhongfang AT apache.org
> >
> >
>
>


-- 
Best regards!


                 John Xiao

Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by Kevan Miller <ke...@gmail.com>.
How are the exsd files created? E.g. geronimo-eclipse-plugin-3.0-beta-1/plugins/org.apache.geronimo.jaxbmodel.common/schema/JAXBUtilsProvider.exsd

The underlying question is -- do they require a source license header? If they are automatically generated from other sources, then they do not require a license header. However, if they are generated by hand, then they probably do require a license header…

Note that the following text in the NOTICE file should not be there (not a big deal, I think, but should be cleaned up):

=========================================================================                                               
==  NOTICE file corresponding to section 4(d) of the Apache License,   ==                                               
==  Version 2.0, in this case for the Apache Geronimo distribution.    ==                                               
=========================================================================    

So far, I can't get a build to work. I'm getting:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project org.apache.geronimo.runtime.common: Compilation failure: Compilation failure:                                         
[ERROR] /Users/kevan/tmp/release/geronimo-eclipse-plugin-3.0-beta-1/plugins/org.apache.geronimo.runtime.common/src/main/java/org/apache/geronimo/runtime/common/log/Logger.java:[21,31] package org.eclipse.core.runtime does not exist
...

--kevan

On Nov 17, 2011, at 10:39 PM, han hongfang wrote:

> Hi devs,
> 
> Please help to review and vote on the release of Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1. 
> 
> GEP 3.0-beta-1 supports Geronimo server 3.0-beta-1, 2.2.1, 2.1.7 and Eclipse Indigo (3.7). 
> 
> [Known issue]  GEP 3.0-beta-1 uses maven-eclipsepde-plugin v1.1, which means it can not be built successfully on 64bit win7 and 64bit macos. See following JIRAs for details.
> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-737 Could not build GEP3.0 under win7-64bit
> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not build GEP3.0 under macos-64bit
> 
> The source code zip is here:
> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.zip
> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.tar.gz
> 
> The tag is here:
> https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1
> 
> The deployable zip file is here:
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-deployable.zip
> 
> The update site zip file is here:
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-updatesite.zip
> 
> The p2 repo zip file is here:
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-p2repo.zip
> 
> If you would like to review and/or comment on the release notes, you can find it here:
> http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt
> 
> Finally, I've created a Staging Site that can be used to test the update manager functions of  Eclipse (Indigo and helios): 
> http://people.apache.org/builds/geronimo/eclipse/updates/
>  
> The vote will be open for the 72-hour minimum.
>  
> [  ] +1 about time to push this out the door
> [  ]  0 no opinion
> [  ] -1 not this one  (please explain why) 
> 
> -- 
> Best regards,
> 
> Han Hong Fang (Janet)
> hanhongfang AT apache.org
>  
> 


Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by viola lu <vi...@gmail.com>.
+1

On Mon, Nov 21, 2011 at 6:49 PM, Shawn Jiang <ge...@gmail.com> wrote:

> +1
>
> On Fri, Nov 18, 2011 at 11:39 AM, han hongfang <ha...@gmail.com>wrote:
>
>> Hi devs,
>>
>> Please help to review and vote on the release of Geronimo Eclipse Plugin
>> (GEP) 3.0-beta-1 RC1.
>>
>> GEP 3.0-beta-1 supports Geronimo server 3.0-beta-1, 2.2.1, 2.1.7 and
>> Eclipse Indigo (3.7).
>>
>> [Known issue]  GEP 3.0-beta-1 uses maven-eclipsepde-plugin v1.1, which
>> means it can not be built successfully on 64bit win7 and 64bit macos. See
>> following JIRAs for details.
>> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-737 Could not
>> build GEP3.0 under win7-64bit
>> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not
>> build GEP3.0 under macos-64bit
>>
>> The source code zip is here:
>>
>> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.zip
>>
>> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.tar.gz
>>
>> The tag is here:
>>
>> <https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.2.1/>
>> https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1
>>
>> The deployable zip file is here:
>>
>> <http://people.apache.org/builds/geronimo/eclipse/2.2.1/geronimo-eclipse-plugin-2.2.1-deployable.zip>
>> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-deployable.zip
>>
>> The update site zip file is here:
>>
>> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-updatesite.zip
>>
>> The p2 repo zip file is here:
>>
>> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-p2repo.zip
>>
>> If you would like to review and/or comment on the release notes, you can
>> find it here:
>>
>> <http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt>
>> http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt
>>
>> Finally, I've created a Staging Site that can be used to test the update
>> manager functions of  Eclipse (Indigo and helios):
>> http://people.apache.org/builds/geronimo/eclipse/updates/
>>
>> The vote will be open for the 72-hour minimum.
>>
>> [  ] +1 about time to push this out the door
>> [  ]  0 no opinion
>> [  ] -1 not this one  (please explain why)
>>
>> --
>> Best regards,
>>
>> Han Hong Fang (Janet)
>> hanhongfang AT apache.org
>>
>>
>>
>
>
> --
> Shawn
>



-- 
viola

Apache Geronimo

Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by Shawn Jiang <ge...@gmail.com>.
+1

On Fri, Nov 18, 2011 at 11:39 AM, han hongfang <ha...@gmail.com>wrote:

> Hi devs,
>
> Please help to review and vote on the release of Geronimo Eclipse Plugin
> (GEP) 3.0-beta-1 RC1.
>
> GEP 3.0-beta-1 supports Geronimo server 3.0-beta-1, 2.2.1, 2.1.7 and
> Eclipse Indigo (3.7).
>
> [Known issue]  GEP 3.0-beta-1 uses maven-eclipsepde-plugin v1.1, which
> means it can not be built successfully on 64bit win7 and 64bit macos. See
> following JIRAs for details.
> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-737 Could not
> build GEP3.0 under win7-64bit
> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not
> build GEP3.0 under macos-64bit
>
> The source code zip is here:
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.zip
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.tar.gz
>
> The tag is here:
>
> <https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.2.1/>
> https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1
>
> The deployable zip file is here:
>
> <http://people.apache.org/builds/geronimo/eclipse/2.2.1/geronimo-eclipse-plugin-2.2.1-deployable.zip>
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-deployable.zip
>
> The update site zip file is here:
>
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-updatesite.zip
>
> The p2 repo zip file is here:
>
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-p2repo.zip
>
> If you would like to review and/or comment on the release notes, you can
> find it here:
>
> <http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt>
> http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt
>
> Finally, I've created a Staging Site that can be used to test the update
> manager functions of  Eclipse (Indigo and helios):
> http://people.apache.org/builds/geronimo/eclipse/updates/
>
> The vote will be open for the 72-hour minimum.
>
> [  ] +1 about time to push this out the door
> [  ]  0 no opinion
> [  ] -1 not this one  (please explain why)
>
> --
> Best regards,
>
> Han Hong Fang (Janet)
> hanhongfang AT apache.org
>
>
>


-- 
Shawn

Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by Forrest Xia <fo...@gmail.com>.
+1

On Fri, Nov 18, 2011 at 11:39 AM, han hongfang <ha...@gmail.com>wrote:

> Hi devs,
>
> Please help to review and vote on the release of Geronimo Eclipse Plugin
> (GEP) 3.0-beta-1 RC1.
>
> GEP 3.0-beta-1 supports Geronimo server 3.0-beta-1, 2.2.1, 2.1.7 and
> Eclipse Indigo (3.7).
>
> [Known issue]  GEP 3.0-beta-1 uses maven-eclipsepde-plugin v1.1, which
> means it can not be built successfully on 64bit win7 and 64bit macos. See
> following JIRAs for details.
> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-737 Could not
> build GEP3.0 under win7-64bit
> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not
> build GEP3.0 under macos-64bit
>
> The source code zip is here:
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.zip
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.tar.gz
>
> The tag is here:
>
> <https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.2.1/>
> https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1
>
> The deployable zip file is here:
>
> <http://people.apache.org/builds/geronimo/eclipse/2.2.1/geronimo-eclipse-plugin-2.2.1-deployable.zip>
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-deployable.zip
>
> The update site zip file is here:
>
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-updatesite.zip
>
> The p2 repo zip file is here:
>
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-p2repo.zip
>
> If you would like to review and/or comment on the release notes, you can
> find it here:
>
> <http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt>
> http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt
>
> Finally, I've created a Staging Site that can be used to test the update
> manager functions of  Eclipse (Indigo and helios):
> http://people.apache.org/builds/geronimo/eclipse/updates/
>
> The vote will be open for the 72-hour minimum.
>
> [  ] +1 about time to push this out the door
> [  ]  0 no opinion
> [  ] -1 not this one  (please explain why)
>
> --
> Best regards,
>
> Han Hong Fang (Janet)
> hanhongfang AT apache.org
>
>
>


-- 
Thanks!

Regards, Forrest

Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by han hongfang <ha...@gmail.com>.
GEP 3.0-beta-1 RC1 vote is cancelled.

-- 
Best regards,

Han Hong Fang (Janet)
hanhongfang AT apache.org

Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by Ivan <xh...@gmail.com>.
Just run mvn rat:check on the project, and I pasted the rat.txt below, I
remembered those project configuration files and MANIFEST.MF are not
required to have AL. So here is my +1

Files with AL headers will be marked L
  Binary files (which do not require AL headers) will be marked B
  Compressed archives will be marked A
  Notices, licenses etc will be marked N
  N     LICENSE.txt
  N     NOTICE.txt
 !????? PLUGIN_RELEASE-NOTES-3.0.0.txt
  AL    pom.xml
  AL    testsuite/eclipse/build.xml
 !????? testsuite/eclipse/metadata_abbot_swt/MANIFEST.MF
 !????? testsuite/eclipse/metadata_abbot_swt_eclipse/MANIFEST.MF
  AL    testsuite/eclipse/pom.xml
  AL    testsuite/launcher/build.xml
  AL    testsuite/launcher/pom.xml
  AL    testsuite/launcher/testsuite.properties
  AL    testsuite/launcher/testsuite.xml
 !????? testsuite/plugins/org.apache.geronimo.testsuite.common/.classpath
 !????? testsuite/plugins/org.apache.geronimo.testsuite.common/.options
 !????? testsuite/plugins/org.apache.geronimo.testsuite.common/.project
  AL    testsuite/plugins/org.apache.geronimo.testsuite.common/library.xml
  N     testsuite/plugins/org.apache.geronimo.testsuite.common/LICENSE.txt
 !?????
testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF
  N     testsuite/plugins/org.apache.geronimo.testsuite.common/NOTICE.txt
  AL    testsuite/plugins/org.apache.geronimo.testsuite.common/plugin.xml
  AL    testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml
  AL
testsuite/plugins/org.apache.geronimo.testsuite.common/src/main/java/org/apache/geronimo/testsuite/common/AssertUtil.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.common/src/main/java/org/apache/geronimo/testsuite/common/selenium/EclipseSelenium.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.common/src/main/java/org/apache/geronimo/testsuite/common/selenium/EclipseSeleniumServer.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.common/src/main/java/org/apache/geronimo/testsuite/common/ui/AbbotHelper.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.common/src/main/java/org/apache/geronimo/testsuite/common/ui/Constants.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.common/src/main/java/org/apache/geronimo/testsuite/common/ui/ProjectTasks.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.common/src/main/java/org/apache/geronimo/testsuite/common/ui/ServerTasks.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.common/src/main/java/org/apache/geronimo/testsuite/common/ui/WorkbenchTasks.java
 !????? testsuite/plugins/org.apache.geronimo.testsuite.v20/.classpath
 !????? testsuite/plugins/org.apache.geronimo.testsuite.v20/.options
 !????? testsuite/plugins/org.apache.geronimo.testsuite.v20/.project
  N     testsuite/plugins/org.apache.geronimo.testsuite.v20/LICENSE.txt
 !?????
testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF
  N     testsuite/plugins/org.apache.geronimo.testsuite.v20/NOTICE.txt
  AL    testsuite/plugins/org.apache.geronimo.testsuite.v20/plugin.xml
  AL    testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v20/src/main/java/org/apache/geronimo/testsuite/v20/Activator.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v20/src/main/java/org/apache/geronimo/testsuite/v20/ui/EclipseUITest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v20/src/main/java/org/apache/geronimo/testsuite/v20/ui/NewServerTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v20/src/main/java/org/apache/geronimo/testsuite/v20/ui/RunOnServerTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v20/src/main/java/org/apache/geronimo/testsuite/v20/ui/SharedLibPojoTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v20/src/main/java/org/apache/geronimo/testsuite/v20/ui/Tutorial5MinuteTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v20/src/main/resources/run-on-server/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v20/src/main/resources/sharedlib/CurrencyConverter.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v20/src/main/resources/sharedlib/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v20/src/main/resources/ui-tutorial/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v20/src/main/resources/ui-tutorial/MyServlet.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v20/src/main/resources/ui-tutorial/MyStatelessSessionBean.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v20/src/main/resources/ui-tutorial/RemoteBusinessInterface.java
  AL    testsuite/plugins/org.apache.geronimo.testsuite.v20/test.xml
 !????? testsuite/plugins/org.apache.geronimo.testsuite.v21/.classpath
 !????? testsuite/plugins/org.apache.geronimo.testsuite.v21/.options
 !????? testsuite/plugins/org.apache.geronimo.testsuite.v21/.project
  N     testsuite/plugins/org.apache.geronimo.testsuite.v21/LICENSE.txt
 !?????
testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF
  N     testsuite/plugins/org.apache.geronimo.testsuite.v21/NOTICE.txt
  AL    testsuite/plugins/org.apache.geronimo.testsuite.v21/plugin.xml
  AL    testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v21/src/main/java/org/apache/geronimo/testsuite/v21/Activator.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v21/src/main/java/org/apache/geronimo/testsuite/v21/ui/EclipseUITest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v21/src/main/java/org/apache/geronimo/testsuite/v21/ui/NewServerTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v21/src/main/java/org/apache/geronimo/testsuite/v21/ui/RunOnServerTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v21/src/main/java/org/apache/geronimo/testsuite/v21/ui/SharedLibPojoTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v21/src/main/java/org/apache/geronimo/testsuite/v21/ui/Tutorial5MinuteTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v21/src/main/resources/run-on-server/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v21/src/main/resources/sharedlib/CurrencyConverter.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v21/src/main/resources/sharedlib/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v21/src/main/resources/ui-tutorial/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v21/src/main/resources/ui-tutorial/MyServlet.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v21/src/main/resources/ui-tutorial/MyStatelessSessionBean.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v21/src/main/resources/ui-tutorial/RemoteBusinessInterface.java
  AL    testsuite/plugins/org.apache.geronimo.testsuite.v21/test.xml
  AL    testsuite/plugins/org.apache.geronimo.testsuite.v22/.classpath
 !????? testsuite/plugins/org.apache.geronimo.testsuite.v22/.options
 !????? testsuite/plugins/org.apache.geronimo.testsuite.v22/.project
  N     testsuite/plugins/org.apache.geronimo.testsuite.v22/LICENSE.txt
 !?????
testsuite/plugins/org.apache.geronimo.testsuite.v22/META-INF/MANIFEST.MF
  N     testsuite/plugins/org.apache.geronimo.testsuite.v22/NOTICE.txt
  AL    testsuite/plugins/org.apache.geronimo.testsuite.v22/plugin.xml
  AL    testsuite/plugins/org.apache.geronimo.testsuite.v22/pom.xml
 !?????
testsuite/plugins/org.apache.geronimo.testsuite.v22/schema/testCases.exsd
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v22/src/main/java/org/apache/geronimo/testsuite/v22/Activator.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v22/src/main/java/org/apache/geronimo/testsuite/v22/ui/AbstractTestCase.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v22/src/main/java/org/apache/geronimo/testsuite/v22/ui/EclipseUITest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v22/src/main/java/org/apache/geronimo/testsuite/v22/ui/RunOnServerTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v22/src/main/java/org/apache/geronimo/testsuite/v22/ui/SharedLibPojoTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v22/src/main/java/org/apache/geronimo/testsuite/v22/ui/Tutorial5MinuteTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v22/src/main/resources/run-on-server/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v22/src/main/resources/sharedlib/CurrencyConverter.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v22/src/main/resources/sharedlib/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v22/src/main/resources/ui-tutorial/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v22/src/main/resources/ui-tutorial/MyServlet.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v22/src/main/resources/ui-tutorial/MyStatelessSessionBean.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v22/src/main/resources/ui-tutorial/RemoteBusinessInterface.java
  AL    testsuite/plugins/org.apache.geronimo.testsuite.v22/test.xml
 !????? testsuite/plugins/org.apache.geronimo.testsuite.v30/.classpath
 !????? testsuite/plugins/org.apache.geronimo.testsuite.v30/.options
 !????? testsuite/plugins/org.apache.geronimo.testsuite.v30/.project
  N     testsuite/plugins/org.apache.geronimo.testsuite.v30/LICENSE.txt
 !?????
testsuite/plugins/org.apache.geronimo.testsuite.v30/META-INF/MANIFEST.MF
  N     testsuite/plugins/org.apache.geronimo.testsuite.v30/NOTICE.txt
  AL    testsuite/plugins/org.apache.geronimo.testsuite.v30/plugin.xml
  AL    testsuite/plugins/org.apache.geronimo.testsuite.v30/pom.xml
 !?????
testsuite/plugins/org.apache.geronimo.testsuite.v30/schema/testCases.exsd
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/Activator.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/AbstractTestCase.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/aries/AriesToolInstallTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/aries/DownloadsTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/aries/ExportBundleTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/aries/ExportCBATest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/aries/ExportEBATest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/aries/ImportBundleTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/aries/ImportCBATest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/aries/ImportEBATest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/aries/NewOSGiBundleTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/aries/NewOSGiCompositeBundleTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/aries/Tutorial5MinuteTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/EclipseUITest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/RunOnServerTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/SharedLibPojoTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/java/org/apache/geronimo/testsuite/v30/ui/Tutorial5MinuteTest.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/aries/create/tutorial/api/HelloWorldService.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/aries/create/tutorial/api/MANIFEST.MF
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/aries/create/tutorial/biz/blueprint.xml
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/aries/create/tutorial/biz/HelloWorldServiceImpl.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/aries/create/tutorial/biz/MANIFEST.MF
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/aries/create/tutorial/web/HelloWorld.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/aries/create/tutorial/web/index.html
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/aries/create/tutorial/web/MANIFEST.MF
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/aries/create/tutorial/web/web.xml
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/aries/create/wab/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/aries/export/eba/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/aries/export/wab/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/run-on-server/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/sharedlib/CurrencyConverter.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/sharedlib/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/ui-tutorial/index.jsp
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/ui-tutorial/MyServlet.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/ui-tutorial/MyStatelessSessionBean.java
  AL
testsuite/plugins/org.apache.geronimo.testsuite.v30/src/main/resources/ui-tutorial/RemoteBusinessInterface.java
  AL    testsuite/plugins/org.apache.geronimo.testsuite.v30/test.xml
  AL    testsuite/plugins/pom.xml
  AL    testsuite/pom.xml
  AL    testsuite/server/pom.xml

2011/11/21 Yi Xiao <xi...@gmail.com>

> 1 Download the source code and compile successfully;
> 2 Install the gep from
> http://people.apache.org/builds/geronimo/eclipse/updates/ successfully;
> 3 Test the new feature's with Geronimo3.0-beta-1 successfully.
>
> So, I think it's Ok!
>
> On Fri, Nov 18, 2011 at 1:14 PM, han hongfang <ha...@gmail.com>wrote:
>
>> my +1 with followings:
>>
>> - build pass on winXP and ubuntu
>> - install successfully via staging updatesite
>> - create server (v3.0, v2.2.1), start/stop server successfully
>> - create/deploy simple web project successfully
>>
>>
>> On Fri, Nov 18, 2011 at 11:39 AM, han hongfang <ha...@gmail.com>wrote:
>>
>>> Hi devs,
>>>
>>> Please help to review and vote on the release of Geronimo Eclipse
>>> Plugin (GEP) 3.0-beta-1 RC1.
>>>
>>> GEP 3.0-beta-1 supports Geronimo server 3.0-beta-1, 2.2.1, 2.1.7 and
>>> Eclipse Indigo (3.7).
>>>
>>> [Known issue]  GEP 3.0-beta-1 uses maven-eclipsepde-plugin v1.1, which
>>> means it can not be built successfully on 64bit win7 and 64bit macos. See
>>> following JIRAs for details.
>>> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-737 Could not
>>> build GEP3.0 under win7-64bit
>>> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not
>>> build GEP3.0 under macos-64bit
>>>
>>> The source code zip is here:
>>>
>>> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.zip
>>>
>>> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.tar.gz
>>>
>>> The tag is here:
>>>
>>> <https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.2.1/>
>>> https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1
>>>
>>> The deployable zip file is here:
>>>
>>> <http://people.apache.org/builds/geronimo/eclipse/2.2.1/geronimo-eclipse-plugin-2.2.1-deployable.zip>
>>> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-deployable.zip
>>>
>>> The update site zip file is here:
>>>
>>> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-updatesite.zip
>>>
>>> The p2 repo zip file is here:
>>>
>>> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-p2repo.zip
>>>
>>> If you would like to review and/or comment on the release notes, you can
>>> find it here:
>>>
>>> <http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt>
>>> http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt
>>>
>>> Finally, I've created a Staging Site that can be used to test the update
>>> manager functions of  Eclipse (Indigo and helios):
>>> http://people.apache.org/builds/geronimo/eclipse/updates/
>>>
>>> The vote will be open for the 72-hour minimum.
>>>
>>> [  ] +1 about time to push this out the door
>>> [  ]  0 no opinion
>>> [  ] -1 not this one  (please explain why)
>>>
>>> --
>>> Best regards,
>>>
>>> Han Hong Fang (Janet)
>>> hanhongfang AT apache.org
>>>
>>>
>>>
>>
>>
>> --
>> Best regards,
>>
>> Han Hong Fang (Janet)
>> hanhongfang AT apache.org
>>
>>
>>
>
>
> --
> Best regards!
>
>
>                  John Xiao
>
>


-- 
Ivan

Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by Yi Xiao <xi...@gmail.com>.
1 Download the source code and compile successfully;
2 Install the gep from
http://people.apache.org/builds/geronimo/eclipse/updates/ successfully;
3 Test the new feature's with Geronimo3.0-beta-1 successfully.

So, I think it's Ok!

On Fri, Nov 18, 2011 at 1:14 PM, han hongfang <ha...@gmail.com> wrote:

> my +1 with followings:
>
> - build pass on winXP and ubuntu
> - install successfully via staging updatesite
> - create server (v3.0, v2.2.1), start/stop server successfully
> - create/deploy simple web project successfully
>
>
> On Fri, Nov 18, 2011 at 11:39 AM, han hongfang <ha...@gmail.com>wrote:
>
>> Hi devs,
>>
>> Please help to review and vote on the release of Geronimo Eclipse Plugin
>> (GEP) 3.0-beta-1 RC1.
>>
>> GEP 3.0-beta-1 supports Geronimo server 3.0-beta-1, 2.2.1, 2.1.7 and
>> Eclipse Indigo (3.7).
>>
>> [Known issue]  GEP 3.0-beta-1 uses maven-eclipsepde-plugin v1.1, which
>> means it can not be built successfully on 64bit win7 and 64bit macos. See
>> following JIRAs for details.
>> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-737 Could not
>> build GEP3.0 under win7-64bit
>> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not
>> build GEP3.0 under macos-64bit
>>
>> The source code zip is here:
>>
>> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.zip
>>
>> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.tar.gz
>>
>> The tag is here:
>>
>> <https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.2.1/>
>> https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1
>>
>> The deployable zip file is here:
>>
>> <http://people.apache.org/builds/geronimo/eclipse/2.2.1/geronimo-eclipse-plugin-2.2.1-deployable.zip>
>> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-deployable.zip
>>
>> The update site zip file is here:
>>
>> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-updatesite.zip
>>
>> The p2 repo zip file is here:
>>
>> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-p2repo.zip
>>
>> If you would like to review and/or comment on the release notes, you can
>> find it here:
>>
>> <http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt>
>> http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt
>>
>> Finally, I've created a Staging Site that can be used to test the update
>> manager functions of  Eclipse (Indigo and helios):
>> http://people.apache.org/builds/geronimo/eclipse/updates/
>>
>> The vote will be open for the 72-hour minimum.
>>
>> [  ] +1 about time to push this out the door
>> [  ]  0 no opinion
>> [  ] -1 not this one  (please explain why)
>>
>> --
>> Best regards,
>>
>> Han Hong Fang (Janet)
>> hanhongfang AT apache.org
>>
>>
>>
>
>
> --
> Best regards,
>
> Han Hong Fang (Janet)
> hanhongfang AT apache.org
>
>
>


-- 
Best regards!


                 John Xiao

Re: [Vote] Geronimo Eclipse Plugin (GEP) 3.0-beta-1 RC1.

Posted by han hongfang <ha...@gmail.com>.
my +1 with followings:

- build pass on winXP and ubuntu
- install successfully via staging updatesite
- create server (v3.0, v2.2.1), start/stop server successfully
- create/deploy simple web project successfully

On Fri, Nov 18, 2011 at 11:39 AM, han hongfang <ha...@gmail.com>wrote:

> Hi devs,
>
> Please help to review and vote on the release of Geronimo Eclipse Plugin
> (GEP) 3.0-beta-1 RC1.
>
> GEP 3.0-beta-1 supports Geronimo server 3.0-beta-1, 2.2.1, 2.1.7 and
> Eclipse Indigo (3.7).
>
> [Known issue]  GEP 3.0-beta-1 uses maven-eclipsepde-plugin v1.1, which
> means it can not be built successfully on 64bit win7 and 64bit macos. See
> following JIRAs for details.
> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-737 Could not
> build GEP3.0 under win7-64bit
> - https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-674 Could not
> build GEP3.0 under macos-64bit
>
> The source code zip is here:
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.zip
>
> https://repository.apache.org/content/repositories/orgapachegeronimo-206/org/apache/geronimo/devtools/geronimo-eclipse-plugin/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-source-release.tar.gz
>
> The tag is here:
>
> <https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.2.1/>
> https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1
>
> The deployable zip file is here:
>
> <http://people.apache.org/builds/geronimo/eclipse/2.2.1/geronimo-eclipse-plugin-2.2.1-deployable.zip>
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-deployable.zip
>
> The update site zip file is here:
>
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-updatesite.zip
>
> The p2 repo zip file is here:
>
> http://people.apache.org/builds/geronimo/eclipse/3.0-beta-1/geronimo-eclipse-plugin-3.0-beta-1-p2repo.zip
>
> If you would like to review and/or comment on the release notes, you can
> find it here:
>
> <http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-2.2.1.txt>
> http://people.apache.org/builds/geronimo/eclipse/updates/PLUGIN_RELEASE-NOTES-3.0-beta-1.txt
>
> Finally, I've created a Staging Site that can be used to test the update
> manager functions of  Eclipse (Indigo and helios):
> http://people.apache.org/builds/geronimo/eclipse/updates/
>
> The vote will be open for the 72-hour minimum.
>
> [  ] +1 about time to push this out the door
> [  ]  0 no opinion
> [  ] -1 not this one  (please explain why)
>
> --
> Best regards,
>
> Han Hong Fang (Janet)
> hanhongfang AT apache.org
>
>
>


-- 
Best regards,

Han Hong Fang (Janet)
hanhongfang AT apache.org