RE: maven build problem of latest svn trunk

2007-02-16 Thread hermod.opstvedt
Hi

That happens every now and then. Normally a -U will fix it, but not always. (At 
least you got clear out some old junk from it :) )

Hermod

-Original Message-
From: Torsten Krah [mailto:[EMAIL PROTECTED]
Sent: Friday, February 16, 2007 12:47 PM
To: user@shale.apache.org
Subject: RE: maven build problem of latest svn trunk


Did not help either to upgrade to 2.0.5.
But at last, i removed my ~/.m2 directory to refetch all which is needed
- that did it, i don't know what was wrong, but the build was
successfully.

Torsten

Am Freitag, den 16.02.2007, 08:12 +0100 schrieb
[EMAIL PROTECTED]:
> Hi
> 
> I build it with 2.0.5 with no problems what so ever.
> 
> Hermod
> 
> -Original Message-
> From: Hermod Opstvedt [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 15, 2007 7:38 PM
> To: user@shale.apache.org
> Subject: SV: maven build problem of latest svn trunk
> 
> 
> Hi
> 
> The M2 2.05 was released today. Download it and retry to see if that not
> fixes your problem (I'm in progress of downloading it now)
> 
> Hermod
> 
> 
> -Opprinnelig melding-
> Fra: Rahul Akolkar [mailto:[EMAIL PROTECTED] 
> Sendt: 15. februar 2007 17:24
> Til: user@shale.apache.org
> Emne: Re: maven build problem of latest svn trunk
> 
> On 2/15/07, Torsten Krah <[EMAIL PROTECTED]> wrote:
> > I have still no success - i got the plugin version 2.0 and 2.1, if i
> > delete the 2.0 ones, they get downloaded again.
> > The error stays the same.
> >
> > Any other hints?
> >
> 
> 
> Not from me, like many things m2, it is just supposed to work.
> 
> If its mission critical to build today, try removing
>  from the jar/war plugin s of
> your working copy of the parent pom [1], but thats no fix. *shrug*
> 
> -Rahul
> 
> [1] http://svn.apache.org/repos/asf/shale/framework/trunk/pom.xml
> 
> 
> 
> 
> > Torsten
> >
> > Am Freitag, den 02.02.2007, 20:21 +0100 schrieb Torsten Krah:
> > > Got:
> > >
> > > [DEBUG]
> > > org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.0:runtime
> > > (selected for runtime)
> > >
> > > mvn -up install does not help, same error like before, any other hints?
> > >
> > > A bigger trace output:
> > >
> > > [INFO] Using default encoding to copy filtered resources.
> > > [WARNING]
> > > Artifact javax.servlet:servlet-api:jar:2.5:provided retains
> > > local scope 'provided' overriding broader scope 'compile'
> > > given by a dependency. If this is not intended, modify or remove
> > > the local scope.
> > >
> > > [INFO] [compiler:compile]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO] [resources:testResources]
> > > [INFO] Using default encoding to copy filtered resources.
> > > [INFO] [compiler:testCompile]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO] [surefire:test]
> > > [INFO] Surefire report
> > > directory:
> /home/tkrah/Development/src/shale-parent/shale-test/target/surefire-reports
> > >
> > > ---
> > >  T E S T S
> > > ---
> > > Running org.apache.shale.test.mock.MockObjectsTestCase
> > > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264
> > > sec
> > > Running org.apache.shale.test.config.ConfigParserTestCase
> > > log4j:WARN No appenders could be found for logger
> > > (org.apache.commons.digester.Digester.sax).
> > > log4j:WARN Please initialize the log4j system properly.
> > > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507
> > > sec
> > > Running org.apache.shale.test.mock.ValueBindingTest
> > > descriptor(class=org.apache.shale.test.mock.data.Bean, name=name
> > >   Found BeanInfo [EMAIL PROTECTED]
> > > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015
> > > sec
> > > Running org.apache.shale.test.el.MockExpressionFactoryTestCase
> > > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217
> > > sec
> > > Running org.apache.shale.test.mock.TestMockBean
> > > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> > > sec
> > >
> > > Results :
> > > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
> > >
> > >   Found PropertyDescriptor [EMAIL PROTECTED]
> > > [INFO] [jar:jar]
> > > [INFO]

RE: maven build problem of latest svn trunk

2007-02-16 Thread Torsten Krah
Did not help either to upgrade to 2.0.5.
But at last, i removed my ~/.m2 directory to refetch all which is needed
- that did it, i don't know what was wrong, but the build was
successfully.

Torsten

Am Freitag, den 16.02.2007, 08:12 +0100 schrieb
[EMAIL PROTECTED]:
> Hi
> 
> I build it with 2.0.5 with no problems what so ever.
> 
> Hermod
> 
> -Original Message-
> From: Hermod Opstvedt [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 15, 2007 7:38 PM
> To: user@shale.apache.org
> Subject: SV: maven build problem of latest svn trunk
> 
> 
> Hi
> 
> The M2 2.05 was released today. Download it and retry to see if that not
> fixes your problem (I'm in progress of downloading it now)
> 
> Hermod
> 
> 
> -Opprinnelig melding-
> Fra: Rahul Akolkar [mailto:[EMAIL PROTECTED] 
> Sendt: 15. februar 2007 17:24
> Til: user@shale.apache.org
> Emne: Re: maven build problem of latest svn trunk
> 
> On 2/15/07, Torsten Krah <[EMAIL PROTECTED]> wrote:
> > I have still no success - i got the plugin version 2.0 and 2.1, if i
> > delete the 2.0 ones, they get downloaded again.
> > The error stays the same.
> >
> > Any other hints?
> >
> 
> 
> Not from me, like many things m2, it is just supposed to work.
> 
> If its mission critical to build today, try removing
>  from the jar/war plugin s of
> your working copy of the parent pom [1], but thats no fix. *shrug*
> 
> -Rahul
> 
> [1] http://svn.apache.org/repos/asf/shale/framework/trunk/pom.xml
> 
> 
> 
> 
> > Torsten
> >
> > Am Freitag, den 02.02.2007, 20:21 +0100 schrieb Torsten Krah:
> > > Got:
> > >
> > > [DEBUG]
> > > org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.0:runtime
> > > (selected for runtime)
> > >
> > > mvn -up install does not help, same error like before, any other hints?
> > >
> > > A bigger trace output:
> > >
> > > [INFO] Using default encoding to copy filtered resources.
> > > [WARNING]
> > > Artifact javax.servlet:servlet-api:jar:2.5:provided retains
> > > local scope 'provided' overriding broader scope 'compile'
> > > given by a dependency. If this is not intended, modify or remove
> > > the local scope.
> > >
> > > [INFO] [compiler:compile]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO] [resources:testResources]
> > > [INFO] Using default encoding to copy filtered resources.
> > > [INFO] [compiler:testCompile]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO] [surefire:test]
> > > [INFO] Surefire report
> > > directory:
> /home/tkrah/Development/src/shale-parent/shale-test/target/surefire-reports
> > >
> > > ---
> > >  T E S T S
> > > ---
> > > Running org.apache.shale.test.mock.MockObjectsTestCase
> > > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264
> > > sec
> > > Running org.apache.shale.test.config.ConfigParserTestCase
> > > log4j:WARN No appenders could be found for logger
> > > (org.apache.commons.digester.Digester.sax).
> > > log4j:WARN Please initialize the log4j system properly.
> > > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507
> > > sec
> > > Running org.apache.shale.test.mock.ValueBindingTest
> > > descriptor(class=org.apache.shale.test.mock.data.Bean, name=name
> > >   Found BeanInfo [EMAIL PROTECTED]
> > > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015
> > > sec
> > > Running org.apache.shale.test.el.MockExpressionFactoryTestCase
> > > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217
> > > sec
> > > Running org.apache.shale.test.mock.TestMockBean
> > > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> > > sec
> > >
> > > Results :
> > > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
> > >
> > >   Found PropertyDescriptor [EMAIL PROTECTED]
> > > [INFO] [jar:jar]
> > > [INFO]
> > > 
> > > [ERROR] BUILD ERROR
> > > [INFO]
> > > 
> > > [INFO] Error assembling JAR
> > >
> > > Embedded error: The attribute

RE: maven build problem of latest svn trunk

2007-02-15 Thread hermod.opstvedt
Hi

I build it with 2.0.5 with no problems what so ever.

Hermod

-Original Message-
From: Hermod Opstvedt [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 15, 2007 7:38 PM
To: user@shale.apache.org
Subject: SV: maven build problem of latest svn trunk


Hi

The M2 2.05 was released today. Download it and retry to see if that not
fixes your problem (I'm in progress of downloading it now)

Hermod


-Opprinnelig melding-
Fra: Rahul Akolkar [mailto:[EMAIL PROTECTED] 
Sendt: 15. februar 2007 17:24
Til: user@shale.apache.org
Emne: Re: maven build problem of latest svn trunk

On 2/15/07, Torsten Krah <[EMAIL PROTECTED]> wrote:
> I have still no success - i got the plugin version 2.0 and 2.1, if i
> delete the 2.0 ones, they get downloaded again.
> The error stays the same.
>
> Any other hints?
>


Not from me, like many things m2, it is just supposed to work.

If its mission critical to build today, try removing
 from the jar/war plugin s of
your working copy of the parent pom [1], but thats no fix. *shrug*

-Rahul

[1] http://svn.apache.org/repos/asf/shale/framework/trunk/pom.xml




> Torsten
>
> Am Freitag, den 02.02.2007, 20:21 +0100 schrieb Torsten Krah:
> > Got:
> >
> > [DEBUG]
> > org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.0:runtime
> > (selected for runtime)
> >
> > mvn -up install does not help, same error like before, any other hints?
> >
> > A bigger trace output:
> >
> > [INFO] Using default encoding to copy filtered resources.
> > [WARNING]
> > Artifact javax.servlet:servlet-api:jar:2.5:provided retains
> > local scope 'provided' overriding broader scope 'compile'
> > given by a dependency. If this is not intended, modify or remove
> > the local scope.
> >
> > [INFO] [compiler:compile]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [resources:testResources]
> > [INFO] Using default encoding to copy filtered resources.
> > [INFO] [compiler:testCompile]
> > [INFO] Nothing to compile - all classes are up to date
> > [INFO] [surefire:test]
> > [INFO] Surefire report
> > directory:
/home/tkrah/Development/src/shale-parent/shale-test/target/surefire-reports
> >
> > ---
> >  T E S T S
> > ---
> > Running org.apache.shale.test.mock.MockObjectsTestCase
> > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264
> > sec
> > Running org.apache.shale.test.config.ConfigParserTestCase
> > log4j:WARN No appenders could be found for logger
> > (org.apache.commons.digester.Digester.sax).
> > log4j:WARN Please initialize the log4j system properly.
> > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507
> > sec
> > Running org.apache.shale.test.mock.ValueBindingTest
> > descriptor(class=org.apache.shale.test.mock.data.Bean, name=name
> >   Found BeanInfo [EMAIL PROTECTED]
> > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015
> > sec
> > Running org.apache.shale.test.el.MockExpressionFactoryTestCase
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217
> > sec
> > Running org.apache.shale.test.mock.TestMockBean
> > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> > sec
> >
> > Results :
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
> >
> >   Found PropertyDescriptor [EMAIL PROTECTED]
> > [INFO] [jar:jar]
> > [INFO]
> > 
> > [ERROR] BUILD ERROR
> > [INFO]
> > 
> > [INFO] Error assembling JAR
> >
> > Embedded error: The attribute "Implementation-Title" may not occur more
> > than once in the same section
> > [INFO]
> > 
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > 
> > [INFO] Total time: 6 seconds
> > [INFO] Finished at: Fri Feb 02 20:19:54 CET 2007
> > [INFO] Final Memory: 8M/14M
> > [INFO]
> > 
> >




* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

This email with attachments is solely for the use of the individual or
entity to whom it is addressed. Please also be aware that DnB NOR cannot
accept any payment orders or other legally binding correspondence with
customers as a part of an email. 

This email message has been virus checked by the anti virus programs used
in the DnB NOR Group.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *



Re: maven build problem of latest svn trunk

2007-02-15 Thread Rahul Akolkar

On 2/15/07, Torsten Krah <[EMAIL PROTECTED]> wrote:

I have still no success - i got the plugin version 2.0 and 2.1, if i
delete the 2.0 ones, they get downloaded again.
The error stays the same.

Any other hints?




Not from me, like many things m2, it is just supposed to work.

If its mission critical to build today, try removing
 from the jar/war plugin s of
your working copy of the parent pom [1], but thats no fix. *shrug*

-Rahul

[1] http://svn.apache.org/repos/asf/shale/framework/trunk/pom.xml





Torsten

Am Freitag, den 02.02.2007, 20:21 +0100 schrieb Torsten Krah:
> Got:
>
> [DEBUG]
> org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.0:runtime
> (selected for runtime)
>
> mvn -up install does not help, same error like before, any other hints?
>
> A bigger trace output:
>
> [INFO] Using default encoding to copy filtered resources.
> [WARNING]
> Artifact javax.servlet:servlet-api:jar:2.5:provided retains
> local scope 'provided' overriding broader scope 'compile'
> given by a dependency. If this is not intended, modify or remove
> the local scope.
>
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test]
> [INFO] Surefire report
> directory: 
/home/tkrah/Development/src/shale-parent/shale-test/target/surefire-reports
>
> ---
>  T E S T S
> ---
> Running org.apache.shale.test.mock.MockObjectsTestCase
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264
> sec
> Running org.apache.shale.test.config.ConfigParserTestCase
> log4j:WARN No appenders could be found for logger
> (org.apache.commons.digester.Digester.sax).
> log4j:WARN Please initialize the log4j system properly.
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507
> sec
> Running org.apache.shale.test.mock.ValueBindingTest
> descriptor(class=org.apache.shale.test.mock.data.Bean, name=name
>   Found BeanInfo [EMAIL PROTECTED]
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015
> sec
> Running org.apache.shale.test.el.MockExpressionFactoryTestCase
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217
> sec
> Running org.apache.shale.test.mock.TestMockBean
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> sec
>
> Results :
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
>
>   Found PropertyDescriptor [EMAIL PROTECTED]
> [INFO] [jar:jar]
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Error assembling JAR
>
> Embedded error: The attribute "Implementation-Title" may not occur more
> than once in the same section
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
> [INFO] Total time: 6 seconds
> [INFO] Finished at: Fri Feb 02 20:19:54 CET 2007
> [INFO] Final Memory: 8M/14M
> [INFO]
> 
>




Re: maven build problem of latest svn trunk

2007-02-15 Thread Torsten Krah
I have still no success - i got the plugin version 2.0 and 2.1, if i
delete the 2.0 ones, they get downloaded again.
The error stays the same.

Any other hints?

Torsten

Am Freitag, den 02.02.2007, 20:21 +0100 schrieb Torsten Krah:
> Got:
> 
> [DEBUG]
> org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.0:runtime
> (selected for runtime)
> 
> mvn -up install does not help, same error like before, any other hints?
> 
> A bigger trace output:
> 
> [INFO] Using default encoding to copy filtered resources.
> [WARNING] 
> Artifact javax.servlet:servlet-api:jar:2.5:provided retains
> local scope 'provided' overriding broader scope 'compile'
> given by a dependency. If this is not intended, modify or remove
> the local scope.
> 
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test]
> [INFO] Surefire report
> directory: 
> /home/tkrah/Development/src/shale-parent/shale-test/target/surefire-reports
> 
> ---
>  T E S T S
> ---
> Running org.apache.shale.test.mock.MockObjectsTestCase
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264
> sec
> Running org.apache.shale.test.config.ConfigParserTestCase
> log4j:WARN No appenders could be found for logger
> (org.apache.commons.digester.Digester.sax).
> log4j:WARN Please initialize the log4j system properly.
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507
> sec
> Running org.apache.shale.test.mock.ValueBindingTest
> descriptor(class=org.apache.shale.test.mock.data.Bean, name=name
>   Found BeanInfo [EMAIL PROTECTED]
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015
> sec
> Running org.apache.shale.test.el.MockExpressionFactoryTestCase
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217
> sec
> Running org.apache.shale.test.mock.TestMockBean
> Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
> sec
> 
> Results :
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
> 
>   Found PropertyDescriptor [EMAIL PROTECTED]
> [INFO] [jar:jar]
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Error assembling JAR
> 
> Embedded error: The attribute "Implementation-Title" may not occur more
> than once in the same section
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
> [INFO] Total time: 6 seconds
> [INFO] Finished at: Fri Feb 02 20:19:54 CET 2007
> [INFO] Final Memory: 8M/14M
> [INFO]
> 
> 
> Maybe that helps?
> 
> kind regards
> 
> Torsten
> 
> Am Freitag, den 02.02.2007, 13:10 -0500 schrieb Rahul Akolkar:
> > On 2/2/07, Torsten Krah <[EMAIL PROTECTED]> wrote:
> > > Hm updated the complete shale-parent tree and using maven 2.0.4, don't
> > > know of what plugins you are speaking.
> > > Did nothing on the svn tree myself. What should i delete?
> > >
> > 
> > 
> > Nothing. Try "mvn -X install", I see 2.1 for the jar plugin (the bit
> > that maven actually uses to build the jar file), heres the relevant
> > line:
> > 
> > [DEBUG] org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1:runtime
> > (selected for runtime)
> > 
> > What version do you see? If < 2.1, try "mvn -up install" and see if that 
> > helps.
> > 
> > -Rahul
> > 
> > 
> > > Torsten
> > >
> > > Am Freitag, den 02.02.2007, 09:27 -0500 schrieb Rahul Akolkar:
> > > > On 2/2/07, Torsten Krah <[EMAIL PROTECTED]> wrote:
> > > > > Results :
> > > > > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
> > > > >
> > > > >   Found PropertyDescriptor [EMAIL PROTECTED]
> > > > > [INFO] [jar:jar]
> > > > > [INFO]
> > > > > 
> > > > > [ERROR] BUILD ERROR
> > > > > [INFO]
> > > > > 
> > > > > [INFO] Error assembling JAR
> > > > >
> > > > > Embedded error: The attribute "Implementation-Title" may not occur 
> > > > > more
> > > > > than once in the same section
> > > > >
> > > > >
> > > > > Any hints for me whats wrong?
> > > > >
> > > > 
> > > >
> > > > We recently added some manifest entries to the configuration of the
> > > > maven-{jar,war}-plugin in the parent pom. Could be related to the
> > > > version of these that you have locally, try updating the plugins. I
> > > > don't see this error ATM.
> > > >
> > > > -Rahul
> > > >
>

Re: maven build problem of latest svn trunk

2007-02-02 Thread Torsten Krah
Got:

[DEBUG]
org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.0:runtime
(selected for runtime)

mvn -up install does not help, same error like before, any other hints?

A bigger trace output:

[INFO] Using default encoding to copy filtered resources.
[WARNING] 
Artifact javax.servlet:servlet-api:jar:2.5:provided retains
local scope 'provided' overriding broader scope 'compile'
given by a dependency. If this is not intended, modify or remove
the local scope.

[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report
directory: 
/home/tkrah/Development/src/shale-parent/shale-test/target/surefire-reports

---
 T E S T S
---
Running org.apache.shale.test.mock.MockObjectsTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264
sec
Running org.apache.shale.test.config.ConfigParserTestCase
log4j:WARN No appenders could be found for logger
(org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507
sec
Running org.apache.shale.test.mock.ValueBindingTest
descriptor(class=org.apache.shale.test.mock.data.Bean, name=name
  Found BeanInfo [EMAIL PROTECTED]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015
sec
Running org.apache.shale.test.el.MockExpressionFactoryTestCase
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217
sec
Running org.apache.shale.test.mock.TestMockBean
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005
sec

Results :
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0

  Found PropertyDescriptor [EMAIL PROTECTED]
[INFO] [jar:jar]
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error assembling JAR

Embedded error: The attribute "Implementation-Title" may not occur more
than once in the same section
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 6 seconds
[INFO] Finished at: Fri Feb 02 20:19:54 CET 2007
[INFO] Final Memory: 8M/14M
[INFO]


Maybe that helps?

kind regards

Torsten

Am Freitag, den 02.02.2007, 13:10 -0500 schrieb Rahul Akolkar:
> On 2/2/07, Torsten Krah <[EMAIL PROTECTED]> wrote:
> > Hm updated the complete shale-parent tree and using maven 2.0.4, don't
> > know of what plugins you are speaking.
> > Did nothing on the svn tree myself. What should i delete?
> >
> 
> 
> Nothing. Try "mvn -X install", I see 2.1 for the jar plugin (the bit
> that maven actually uses to build the jar file), heres the relevant
> line:
> 
> [DEBUG] org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1:runtime
> (selected for runtime)
> 
> What version do you see? If < 2.1, try "mvn -up install" and see if that 
> helps.
> 
> -Rahul
> 
> 
> > Torsten
> >
> > Am Freitag, den 02.02.2007, 09:27 -0500 schrieb Rahul Akolkar:
> > > On 2/2/07, Torsten Krah <[EMAIL PROTECTED]> wrote:
> > > > Results :
> > > > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
> > > >
> > > >   Found PropertyDescriptor [EMAIL PROTECTED]
> > > > [INFO] [jar:jar]
> > > > [INFO]
> > > > 
> > > > [ERROR] BUILD ERROR
> > > > [INFO]
> > > > 
> > > > [INFO] Error assembling JAR
> > > >
> > > > Embedded error: The attribute "Implementation-Title" may not occur more
> > > > than once in the same section
> > > >
> > > >
> > > > Any hints for me whats wrong?
> > > >
> > > 
> > >
> > > We recently added some manifest entries to the configuration of the
> > > maven-{jar,war}-plugin in the parent pom. Could be related to the
> > > version of these that you have locally, try updating the plugins. I
> > > don't see this error ATM.
> > >
> > > -Rahul
> > >
> > >
> > > > kind regards
> > > >
> > > > Torsten
> > > >
> > > >
> >
> >


smime.p7s
Description: S/MIME cryptographic signature


Re: maven build problem of latest svn trunk

2007-02-02 Thread Rahul Akolkar

On 2/2/07, Torsten Krah <[EMAIL PROTECTED]> wrote:

Hm updated the complete shale-parent tree and using maven 2.0.4, don't
know of what plugins you are speaking.
Did nothing on the svn tree myself. What should i delete?




Nothing. Try "mvn -X install", I see 2.1 for the jar plugin (the bit
that maven actually uses to build the jar file), heres the relevant
line:

[DEBUG] org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.1:runtime
(selected for runtime)

What version do you see? If < 2.1, try "mvn -up install" and see if that helps.

-Rahul



Torsten

Am Freitag, den 02.02.2007, 09:27 -0500 schrieb Rahul Akolkar:
> On 2/2/07, Torsten Krah <[EMAIL PROTECTED]> wrote:
> > Results :
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
> >
> >   Found PropertyDescriptor [EMAIL PROTECTED]
> > [INFO] [jar:jar]
> > [INFO]
> > 
> > [ERROR] BUILD ERROR
> > [INFO]
> > 
> > [INFO] Error assembling JAR
> >
> > Embedded error: The attribute "Implementation-Title" may not occur more
> > than once in the same section
> >
> >
> > Any hints for me whats wrong?
> >
> 
>
> We recently added some manifest entries to the configuration of the
> maven-{jar,war}-plugin in the parent pom. Could be related to the
> version of these that you have locally, try updating the plugins. I
> don't see this error ATM.
>
> -Rahul
>
>
> > kind regards
> >
> > Torsten
> >
> >




Re: maven build problem of latest svn trunk

2007-02-02 Thread Torsten Krah
Hm updated the complete shale-parent tree and using maven 2.0.4, don't
know of what plugins you are speaking.
Did nothing on the svn tree myself. What should i delete?

Torsten

Am Freitag, den 02.02.2007, 09:27 -0500 schrieb Rahul Akolkar:
> On 2/2/07, Torsten Krah <[EMAIL PROTECTED]> wrote:
> > Results :
> > Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
> >
> >   Found PropertyDescriptor [EMAIL PROTECTED]
> > [INFO] [jar:jar]
> > [INFO]
> > 
> > [ERROR] BUILD ERROR
> > [INFO]
> > 
> > [INFO] Error assembling JAR
> >
> > Embedded error: The attribute "Implementation-Title" may not occur more
> > than once in the same section
> >
> >
> > Any hints for me whats wrong?
> >
> 
> 
> We recently added some manifest entries to the configuration of the
> maven-{jar,war}-plugin in the parent pom. Could be related to the
> version of these that you have locally, try updating the plugins. I
> don't see this error ATM.
> 
> -Rahul
> 
> 
> > kind regards
> >
> > Torsten
> >
> >


smime.p7s
Description: S/MIME cryptographic signature


Re: maven build problem of latest svn trunk

2007-02-02 Thread Rahul Akolkar

On 2/2/07, Torsten Krah <[EMAIL PROTECTED]> wrote:

Results :
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0

  Found PropertyDescriptor [EMAIL PROTECTED]
[INFO] [jar:jar]
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error assembling JAR

Embedded error: The attribute "Implementation-Title" may not occur more
than once in the same section


Any hints for me whats wrong?




We recently added some manifest entries to the configuration of the
maven-{jar,war}-plugin in the parent pom. Could be related to the
version of these that you have locally, try updating the plugins. I
don't see this error ATM.

-Rahul



kind regards

Torsten




RE: maven build problem of latest svn trunk

2007-02-02 Thread hermod.opstvedt
Hi

Most likely an error (duplicate lines)  in the assembly section of the pom.

Hermod

-Original Message-
From: Torsten Krah [mailto:[EMAIL PROTECTED]
Sent: Friday, February 02, 2007 2:33 PM
To: user@shale.apache.org
Subject: maven build problem of latest svn trunk


Results :
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0

  Found PropertyDescriptor [EMAIL PROTECTED]
[INFO] [jar:jar]
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Error assembling JAR

Embedded error: The attribute "Implementation-Title" may not occur more
than once in the same section


Any hints for me whats wrong?

kind regards

Torsten


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

This email with attachments is solely for the use of the individual or
entity to whom it is addressed. Please also be aware that the DnB NOR Group
cannot accept any payment orders or other legally binding correspondence with
customers as a part of an email. 

This email message has been virus checked by the anti virus programs used
in the DnB NOR Group.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *