You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Stephen McConnell <mc...@apache.org> on 2004/02/14 09:15:20 UTC

fulcrum patch

Attached is a diff to the jakarta-turbine-fulcrum project.  The diff 
contains changes to the build files to bring everything in sync with the 
latest release of merlin 3.2.5 (and the corresponding 3.2.10 unit 
package).  I am getting a clean build locally and generally speaking 
without unit test errors.  The exceptions are the naming component which 
appears to be throwing a NPE during initialization, and secondly the NT 
security package due to missing resources.

Cheers, Stephen.

-- 

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/merlin/distributions/latest    |
|------------------------------------------------|

Re: fulcrum patch

Posted by Stephen McConnell <mc...@apache.org>.
Eric Pugh wrote:
> Angelo,
> 
> Thanks for running the unit tests.  At least the error message seems pretty
> straightforward..  I could try changing the version numbers to non
> alphanumeric..  It's just weird that it works on mine and Stephen's boxes..

This could be a question of which Maven version.  The problem is related 
to the generation of a specification version in the manifest file of the 
jar files he is building that is illegal (manifest spec versions must be 
a Dewey decimal).

> Can you confirm that you don't have a MERLIN_HOME environment variable or
> anyother environment variables related to Merlin?  Also, can you confirm
> that the version of the plugin defined in merlin-project.xml is the same as
> what you have installed?  (newer versions of Maven will properly install the
> plugin, older ones may not).

This is independent of the merlin install (the unit test stuff works 
fine without have merlin installed).

> Stephen, do you have any suggestions?  Angelo should be able to run Merlin
> unit tests without having Merlin installed, correct?

Correct.

We just need to figure out where the manifest specification version is 
coming from and correct or disable this.  Angelo - which version of 
Maven are you running? Also, could you post the contents of the 
fulcrum-localization-api jar file manifest?

Cheers, Stephen.

-- 

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/merlin/distributions/latest    |
|------------------------------------------------|

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


RE: fulcrum patch

Posted by Eric Pugh <ep...@upstate.com>.
Angelo,

Thanks for running the unit tests.  At least the error message seems pretty
straightforward..  I could try changing the version numbers to non
alphanumeric..  It's just weird that it works on mine and Stephen's boxes..

Can you confirm that you don't have a MERLIN_HOME environment variable or
anyother environment variables related to Merlin?  Also, can you confirm
that the version of the plugin defined in merlin-project.xml is the same as
what you have installed?  (newer versions of Maven will properly install the
plugin, older ones may not).

Stephen, do you have any suggestions?  Angelo should be able to run Merlin
unit tests without having Merlin installed, correct?

Eric



> -----Original Message-----
> From: Angelo Turetta [mailto:at-turbine@commit.it]
> Sent: Monday, February 16, 2004 6:37 PM
> To: Turbine Developers List
> Subject: Re: fulcrum patch
>
>
> I'm not that lucky. After:
>
> cvs -q update -dP (verified no conflicts)
> maven fulcrum:build
> maven fulcrum:clean
> rm ~/.maven/repository/fulcrum/jars/*
> maven fulcrum:build >build-all.txt 2>&1
>
> The build was successful, but:
>
> $ grep -B 1 ERR build-all.txt
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time
> elapsed: 7.031 sec
>     [junit] [ERROR] TEST
> org.apache.fulcrum.configuration.ConfigTest FAILED
> --
>     [junit] Tests run: 6, Failures: 0, Errors: 6, Time
> elapsed: 18.734 sec
>     [junit] [ERROR] TEST
> org.apache.fulcrum.crypto.CryptoServiceTest FAILED
> --
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time
> elapsed: 3.968 sec
>     [junit] [ERROR] TEST org.apache.fulcrum.dvsl.DvslBasicTest FAILED
> --
>     [junit] Tests run: 6, Failures: 0, Errors: 6, Time
> elapsed: 18.646 sec
>     [junit] [ERROR] TEST org.apache.fulcrum.factory.FactoryServiceTest
> FAILED
> --
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time
> elapsed: 6.304 sec
>     [junit] [ERROR] TEST
> org.apache.fulcrum.intake.IntakeServiceTest FAILED
> --
>     [junit] Tests run: 2, Failures: 0, Errors: 2, Time
> elapsed: 9.725 sec
>     [junit] [ERROR] TEST org.apache.fulcrum.intake.IntakeTest FAILED
> --
>     [junit] Tests run: 2, Failures: 0, Errors: 2, Time
> elapsed: 10.275 sec
>     [junit] [ERROR] TEST
> org.apache.fulcrum.localization.LocalizationFacadeTest FAILED
> --
>     [junit] Tests run: 2, Failures: 0, Errors: 2, Time
> elapsed: 7.301 sec
>     [junit] [ERROR] TEST
> org.apache.fulcrum.localization.LocalizationTest
> FAILED
> --
>     [junit] Tests run: 3, Failures: 0, Errors: 3, Time
> elapsed: 10.73 sec
>     [junit] [ERROR] TEST
> org.apache.fulcrum.mimetype.MimetypeTest FAILED
> --
>     [junit] Tests run: 12, Failures: 0, Errors: 12, Time
> elapsed: 40.06 sec
>     [junit] [ERROR] TEST
> org.apache.fulcrum.pool.PoolServiceTest FAILED
>
> (I omitted the errors for the security.NT classes, which are
> not related to
> the original problem)
>
> All the errors are of the following type (whith no
> improvement form what
> happened last week):
>
>
> ===========begin attached test report=======================
> Testsuite: org.apache.fulcrum.localization.LocalizationFacadeTest
> Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 10.275 sec
>
> ------------- Standard Output ---------------
> [INFO   ] (kernel): installing: file:${user.dir}/target/classes/
> ---- exception
> report ----------------------------------------------------------
> Exception: org.apache.avalon.merlin.KernelException
> Message: Install failure:
> file:/usr/home/aturetta/apache/jakarta-turbine-fulcrum/localiz
> ation/impl/target/classes/
> ----
> cause
> ---------------------------------------------------------------------
> Exception: org.apache.avalon.composition.model.ModelException
> Message: Could not create classloader.
> ----
> cause
> ---------------------------------------------------------------------
> Exception: java.lang.IllegalArgumentException
> Message: Bad specification version format '1.0-alpha-4' in
> 'fulcrum-localization-api'. (Reason:
> java.lang.NumberFormatException: F
> or input string: "0-alpha-4")
> ---- stack
> trace ---------------------------------------------------------------
> java.lang.IllegalArgumentException: Bad specification version format
> '1.0-alpha-4' in 'fulcrum-localization-api'. (Reason: java.la
> ng.NumberFormatException: For input string: "0-alpha-4")
> org.apache.avalon.extension.Extension.<init>(Extension.java:444)
> org.apache.avalon.extension.Extension.getExtension(Extension.java:788)
> org.apache.avalon.extension.Extension.getAvailable(Extension.java:241)
> org.apache.avalon.extension.Extension.getAvailable(Extension.java:278)
> org.apache.avalon.composition.model.impl.DefaultClassLoaderMod
> el.buildOption
> alPackages(DefaultClassLoaderModel.java:515)
> org.apache.avalon.composition.model.impl.DefaultClassLoaderMod
> el.<init>(Defa
> ultClassLoaderModel.java:220)
> org.apache.avalon.composition.model.impl.DefaultClassLoaderMod
> el.createClass
> LoaderModel(DefaultClassLoaderModel.java:129)
> org.apache.avalon.composition.model.impl.DefaultContainmentMod
> el.createConta
> inmentModel(DefaultContainmentModel.java:634)
> org.apache.avalon.composition.model.impl.DefaultContainmentMod
> el.createConta
> inmentModel(DefaultContainmentModel.java:865)
> org.apache.avalon.composition.model.impl.DefaultContainmentMod
> el.addContainm
> entModel(DefaultContainmentModel.java:376)
> org.apache.avalon.composition.model.impl.DefaultContainmentMod
> el.addModel(De
> faultContainmentModel.java:370)
> org.apache.avalon.merlin.impl.DefaultFactory.create(DefaultFac
> tory.java:488)
> org.apache.avalon.merlin.unit.AbstractMerlinTestCase.setUp(Abs
> tractMerlinTes
> tCase.java:198)
> junit.framework.TestCase.runBare(TestCase.java:125)
> junit.framework.TestResult$1.protect(TestResult.java:106)
> junit.framework.TestResult.runProtected(TestResult.java:124)
> junit.framework.TestResult.run(TestResult.java:109)
> junit.framework.TestCase.run(TestCase.java:118)
> junit.framework.TestSuite.runTest(TestSuite.java:208)
> junit.framework.TestSuite.run(TestSuite.java:203)
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.r
> un(JUnitTestRu
> nner.java:325)
> org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.m
> ain(JUnitTestR
> unner.java:536)
> ===========end attached test report=========================
>
> Do you have any tip to overcome this behaviour?
>
> Angelo Turetta
>
>
>
> ----- Original Message -----
> From: "Stephen McConnell" <mc...@apache.org>
> To: "Turbine Developers List" <tu...@jakarta.apache.org>
> Sent: Saturday, February 14, 2004 8:51 PM
> Subject: Re: fulcrum patch
>
>
> > Eric Pugh wrote:
> >
> > > Actually, I think I fixed them!  Would other users like to try out
> Fulcrum?
> > > I have just committed a bunch of little fixes and now
> everything seems
> to
> > > build cleanly.  I want to make sure that others have the
> same success
> that I
> > > have..  Please mail any errors you get.
> >
> > Clean checkout - BUILD SUCCESSFUL Total time: 23 minutes 26 seconds.
> >
> > All testcases are passing without error except for the
> Fulcrum Security
> > NT Impl where all test cases fail. 4 out 5 are related to
> the following:
> >
> >    Testcase: testLoadingUpGroupsForBasicModelACL took 0.953 sec
> > Caused an ERROR
> >    no NTSystem in java.library.path
> >    java.lang.UnsatisfiedLinkError: no NTSystem in java.library.path
> >
> > The last testcase NTUserManagerTest failed with a
> NoClassDefFoundError.
> >
> > Stephen.
> >
> > --
> >
> > |------------------------------------------------|
> > | Magic by Merlin                                |
> > | Production by Avalon                           |
> > |                                                |
> > | http://avalon.apache.org/merlin                |
> > | http://dpml.net/merlin/distributions/latest    |
> > |------------------------------------------------|
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: fulcrum patch

Posted by Angelo Turetta <at...@commit.it>.
I'm not that lucky. After:

cvs -q update -dP (verified no conflicts)
maven fulcrum:build
maven fulcrum:clean
rm ~/.maven/repository/fulcrum/jars/*
maven fulcrum:build >build-all.txt 2>&1

The build was successful, but:

$ grep -B 1 ERR build-all.txt
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 7.031 sec
    [junit] [ERROR] TEST org.apache.fulcrum.configuration.ConfigTest FAILED
--
    [junit] Tests run: 6, Failures: 0, Errors: 6, Time elapsed: 18.734 sec
    [junit] [ERROR] TEST org.apache.fulcrum.crypto.CryptoServiceTest FAILED
--
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 3.968 sec
    [junit] [ERROR] TEST org.apache.fulcrum.dvsl.DvslBasicTest FAILED
--
    [junit] Tests run: 6, Failures: 0, Errors: 6, Time elapsed: 18.646 sec
    [junit] [ERROR] TEST org.apache.fulcrum.factory.FactoryServiceTest
FAILED
--
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 6.304 sec
    [junit] [ERROR] TEST org.apache.fulcrum.intake.IntakeServiceTest FAILED
--
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 9.725 sec
    [junit] [ERROR] TEST org.apache.fulcrum.intake.IntakeTest FAILED
--
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 10.275 sec
    [junit] [ERROR] TEST
org.apache.fulcrum.localization.LocalizationFacadeTest FAILED
--
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 7.301 sec
    [junit] [ERROR] TEST org.apache.fulcrum.localization.LocalizationTest
FAILED
--
    [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 10.73 sec
    [junit] [ERROR] TEST org.apache.fulcrum.mimetype.MimetypeTest FAILED
--
    [junit] Tests run: 12, Failures: 0, Errors: 12, Time elapsed: 40.06 sec
    [junit] [ERROR] TEST org.apache.fulcrum.pool.PoolServiceTest FAILED

(I omitted the errors for the security.NT classes, which are not related to
the original problem)

All the errors are of the following type (whith no improvement form what
happened last week):


===========begin attached test report=======================
Testsuite: org.apache.fulcrum.localization.LocalizationFacadeTest
Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 10.275 sec

------------- Standard Output ---------------
[INFO   ] (kernel): installing: file:${user.dir}/target/classes/
---- exception
report ----------------------------------------------------------
Exception: org.apache.avalon.merlin.KernelException
Message: Install failure:
file:/usr/home/aturetta/apache/jakarta-turbine-fulcrum/localization/impl/target/classes/
---- 
cause ---------------------------------------------------------------------
Exception: org.apache.avalon.composition.model.ModelException
Message: Could not create classloader.
---- 
cause ---------------------------------------------------------------------
Exception: java.lang.IllegalArgumentException
Message: Bad specification version format '1.0-alpha-4' in
'fulcrum-localization-api'. (Reason: java.lang.NumberFormatException: F
or input string: "0-alpha-4")
---- stack
trace ---------------------------------------------------------------
java.lang.IllegalArgumentException: Bad specification version format
'1.0-alpha-4' in 'fulcrum-localization-api'. (Reason: java.la
ng.NumberFormatException: For input string: "0-alpha-4")
org.apache.avalon.extension.Extension.<init>(Extension.java:444)
org.apache.avalon.extension.Extension.getExtension(Extension.java:788)
org.apache.avalon.extension.Extension.getAvailable(Extension.java:241)
org.apache.avalon.extension.Extension.getAvailable(Extension.java:278)
org.apache.avalon.composition.model.impl.DefaultClassLoaderModel.buildOption
alPackages(DefaultClassLoaderModel.java:515)
org.apache.avalon.composition.model.impl.DefaultClassLoaderModel.<init>(Defa
ultClassLoaderModel.java:220)
org.apache.avalon.composition.model.impl.DefaultClassLoaderModel.createClass
LoaderModel(DefaultClassLoaderModel.java:129)
org.apache.avalon.composition.model.impl.DefaultContainmentModel.createConta
inmentModel(DefaultContainmentModel.java:634)
org.apache.avalon.composition.model.impl.DefaultContainmentModel.createConta
inmentModel(DefaultContainmentModel.java:865)
org.apache.avalon.composition.model.impl.DefaultContainmentModel.addContainm
entModel(DefaultContainmentModel.java:376)
org.apache.avalon.composition.model.impl.DefaultContainmentModel.addModel(De
faultContainmentModel.java:370)
org.apache.avalon.merlin.impl.DefaultFactory.create(DefaultFactory.java:488)
org.apache.avalon.merlin.unit.AbstractMerlinTestCase.setUp(AbstractMerlinTes
tCase.java:198)
junit.framework.TestCase.runBare(TestCase.java:125)
junit.framework.TestResult$1.protect(TestResult.java:106)
junit.framework.TestResult.runProtected(TestResult.java:124)
junit.framework.TestResult.run(TestResult.java:109)
junit.framework.TestCase.run(TestCase.java:118)
junit.framework.TestSuite.runTest(TestSuite.java:208)
junit.framework.TestSuite.run(TestSuite.java:203)
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRu
nner.java:325)
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestR
unner.java:536)
===========end attached test report=========================

Do you have any tip to overcome this behaviour?

Angelo Turetta



----- Original Message ----- 
From: "Stephen McConnell" <mc...@apache.org>
To: "Turbine Developers List" <tu...@jakarta.apache.org>
Sent: Saturday, February 14, 2004 8:51 PM
Subject: Re: fulcrum patch


> Eric Pugh wrote:
>
> > Actually, I think I fixed them!  Would other users like to try out
Fulcrum?
> > I have just committed a bunch of little fixes and now everything seems
to
> > build cleanly.  I want to make sure that others have the same success
that I
> > have..  Please mail any errors you get.
>
> Clean checkout - BUILD SUCCESSFUL Total time: 23 minutes 26 seconds.
>
> All testcases are passing without error except for the Fulcrum Security
> NT Impl where all test cases fail. 4 out 5 are related to the following:
>
>    Testcase: testLoadingUpGroupsForBasicModelACL took 0.953 sec
> Caused an ERROR
>    no NTSystem in java.library.path
>    java.lang.UnsatisfiedLinkError: no NTSystem in java.library.path
>
> The last testcase NTUserManagerTest failed with a NoClassDefFoundError.
>
> Stephen.
>
> -- 
>
> |------------------------------------------------|
> | Magic by Merlin                                |
> | Production by Avalon                           |
> |                                                |
> | http://avalon.apache.org/merlin                |
> | http://dpml.net/merlin/distributions/latest    |
> |------------------------------------------------|
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


Re: fulcrum patch

Posted by Stephen McConnell <mc...@apache.org>.
Eric Pugh wrote:

> Actually, I think I fixed them!  Would other users like to try out Fulcrum?
> I have just committed a bunch of little fixes and now everything seems to
> build cleanly.  I want to make sure that others have the same success that I
> have..  Please mail any errors you get.

Clean checkout - BUILD SUCCESSFUL Total time: 23 minutes 26 seconds.

All testcases are passing without error except for the Fulcrum Security 
NT Impl where all test cases fail. 4 out 5 are related to the following:

   Testcase: testLoadingUpGroupsForBasicModelACL took 0.953 sec
	Caused an ERROR
   no NTSystem in java.library.path
   java.lang.UnsatisfiedLinkError: no NTSystem in java.library.path

The last testcase NTUserManagerTest failed with a NoClassDefFoundError.

Stephen.

-- 

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/merlin/distributions/latest    |
|------------------------------------------------|

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


RE: fulcrum patch

Posted by Eric Pugh <ep...@upstate.com>.
Actually, I think I fixed them!  Would other users like to try out Fulcrum?
I have just committed a bunch of little fixes and now everything seems to
build cleanly.  I want to make sure that others have the same success that I
have..  Please mail any errors you get.

Eric

> -----Original Message-----
> From: Eric Pugh [mailto:epugh@upstate.com]
> Sent: Saturday, February 14, 2004 3:37 PM
> To: 'Turbine Developers List'
> Subject: RE: fulcrum patch
>
>
> Stephen,
>
> Thanks for sending in this patch.  I couldn't apply it
> directly, eclipse
> said it wasn't a valid patch.  did you do a unified diff?  At
> any rate, I am
> applying it by hand.  Would you mind taking a quick spin
> through and verify
> I applied it correctly?
>
> I am still getting some errors that I am going to look into.
> Also, don't
> worry about the naming component and NT  errors, although,
> can you send me
> the error for the NT component?  I thought I wrote it so that
> if you are
> MISSING the resources, things would work okay..
>
> Eric
>
>
>
> > -----Original Message-----
> > From: Stephen McConnell [mailto:mcconnell@apache.org]
> > Sent: Saturday, February 14, 2004 9:15 AM
> > To: turbine-dev@jakarta.apache.org
> > Subject: fulcrum patch
> >
> >
> >
> > Attached is a diff to the jakarta-turbine-fulcrum project.  The diff
> > contains changes to the build files to bring everything in
> > sync with the
> > latest release of merlin 3.2.5 (and the corresponding 3.2.10 unit
> > package).  I am getting a clean build locally and generally speaking
> > without unit test errors.  The exceptions are the naming
> > component which
> > appears to be throwing a NPE during initialization, and
> > secondly the NT
> > security package due to missing resources.
> >
> > Cheers, Stephen.
> >
> > --
> >
> > |------------------------------------------------|
> > | Magic by Merlin                                |
> > | Production by Avalon                           |
> > |                                                |
> > | http://avalon.apache.org/merlin                |
> > | http://dpml.net/merlin/distributions/latest    |
> > |------------------------------------------------|
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


RE: fulcrum patch

Posted by Eric Pugh <ep...@upstate.com>.
Stephen,

Thanks for sending in this patch.  I couldn't apply it directly, eclipse
said it wasn't a valid patch.  did you do a unified diff?  At any rate, I am
applying it by hand.  Would you mind taking a quick spin through and verify
I applied it correctly?

I am still getting some errors that I am going to look into.  Also, don't
worry about the naming component and NT  errors, although, can you send me
the error for the NT component?  I thought I wrote it so that if you are
MISSING the resources, things would work okay..

Eric



> -----Original Message-----
> From: Stephen McConnell [mailto:mcconnell@apache.org]
> Sent: Saturday, February 14, 2004 9:15 AM
> To: turbine-dev@jakarta.apache.org
> Subject: fulcrum patch
>
>
>
> Attached is a diff to the jakarta-turbine-fulcrum project.  The diff
> contains changes to the build files to bring everything in
> sync with the
> latest release of merlin 3.2.5 (and the corresponding 3.2.10 unit
> package).  I am getting a clean build locally and generally speaking
> without unit test errors.  The exceptions are the naming
> component which
> appears to be throwing a NPE during initialization, and
> secondly the NT
> security package due to missing resources.
>
> Cheers, Stephen.
>
> --
>
> |------------------------------------------------|
> | Magic by Merlin                                |
> | Production by Avalon                           |
> |                                                |
> | http://avalon.apache.org/merlin                |
> | http://dpml.net/merlin/distributions/latest    |
> |------------------------------------------------|
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org