Hi, 
I included a patch
(http://issues.apache.org/bugzilla/show_bug.cgi?id=32889)

now there are e.g two setTo() methods in Email.java:
-setTo(java.util.Collection);
-setTo(java.lang.String[]);

So it bounces inside of EmailTest.java
I first removed the patch. All is fine now...
again...

Btw. I will refactor the EmailTest.java
and Email.java so that the patch works.

Sorry for bothering, but I fogot to run 
the tests on my box...

Matthias


> -----Original Message-----
> From: dIon Gillard [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, January 15, 2005 10:17 AM
> To: commons-dev@jakarta.apache.org
> Subject: [EMAIL PROTECTED]: Project commons-email (in module 
> jakarta-commons) failed
> 
> 
> To whom it may engage...
>         
> This is an automated request, but not an unsolicited one. For 
> more information please visit http://gump.apache.org/nagged.html, 
> and/or contact the folk at [EMAIL PROTECTED]
> 
> Project commons-email has an issue affecting its community 
> integration. This issue affects 6 projects,  and has been 
> outstanding for 2 runs. The current state of this project is 
> 'Failed', with reason 'Build Failed'. For reference only, the 
> following projects are affected by this:
>     - commons-email :  Commons Email Package
>     - fulcrum-intake :  Services Framework
>     - fulcrum-security-adapter-turbine :  Services Framework
>     - fulcrum-template :  Services Framework
>     - jakarta-jetspeed :  Enterprise Information Portal
>     - jakarta-turbine-2 :  A servlet based framework.
> 
> 
> Full details are available at:
>     
> http://brutus.apache.org/gump/public/jakarta-commons/commons-e
> mail/index.html
> 
> That said, some information snippets are provided here.
> 
> The following annotations (debug/informational/warning/error 
> messages) were provided:
>  -DEBUG- Sole output [commons-email-15012005.jar] identifier 
> set to project name
>  -DEBUG- (Gump generated) Maven Properties in: 
> /usr/local/gump/public/workspace/jakarta-commons/email/build.p
> roperties
>  -INFO- Failed with reason build failed
>  -DEBUG- Maven POM in: 
> /usr/local/gump/public/workspace/jakarta-commons/email/project.xml
>  -DEBUG- Maven project properties in: 
> /usr/local/gump/public/workspace/jakarta-commons/email/project
> .properties
>  -INFO- Failed to extract fallback artifacts from Gump Repository
> 
> 
> 
> The following work was performed: 
> http://brutus.apache.org/gump/public/jakarta-commons/commons-e
> mail/gump_work/build_jakarta-commons_commons-email.html
> Work Name: build_jakarta-commons_commons-email (Type: Build) 
> Work ended in a state of : Failed
> Elapsed: 7 secs
> Command Line: maven --offline jar 
> [Working Directory: 
> /usr/local/gump/public/workspace/jakarta-commons/email]
> CLASSPATH: 
> /opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jak
> arta-commons/target/classes:/usr/local/gump/public/workspace/a
> nt/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/d
> ist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dis
> t/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace
> /ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/an
> t/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/
> dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant
> /dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/
> dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/j
> unit.jar:/usr/local/gump/public/workspace/xml-commons/java/bui
> ld/resolver.jar:/usr/local/gump/public/workspace/ant/bootstrap
> /lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/boo
> tstrap/lib/ant.jar:/usr/local/gump/public/workspace/jakarta-co
> mmons/lang/dist/commons-lang-15012005.jar:/usr/local/gump/publ
> ic/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packa
> ges/javamail-1.3.2/mail.jar:/usr/local/gump/packages/javamail-
> 1.3.2/lib/mailapi.jar:/usr/local/gump/packages/jaf-1.0.1/activ
> ation.jar
> ---------------------------------------------
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0
> 
> Plugin 'maven-deploy-plugin' in project 'Commons Email' is 
> not available
> build:start:
> 
> java:prepare-filesystem:
>     [mkdir] Created dir: 
> /home/gump/workspaces2/public/workspace/jakarta-commons/email/
> target/classes
> 
> java:compile:
>     [echo] Compiling to 
> /home/gump/workspaces2/public/workspace/jakarta-commons/email/
> target/classes
>     [javac] Compiling 8 source files to 
> /home/gump/workspaces2/public/workspace/jakarta-commons/email/
> target/classes
> 
> java:jar-resources:
> Copying 1 file to 
> /home/gump/workspaces2/public/workspace/jakarta-commons/email/
> target/classes
> 
> test:prepare-filesystem:
>     [mkdir] Created dir: 
> /home/gump/workspaces2/public/workspace/jakarta-commons/email/
> target/test-classes
>     [mkdir] Created dir: 
> /home/gump/workspaces2/public/workspace/jakarta-commons/email/
> target/test-reports
> 
> test:test-resources:
> 
> test:compile:
>     [javac] Compiling 13 source files to 
> /home/gump/workspaces2/public/workspace/jakarta-commons/email/
> target/test-classes
> /home/gump/workspaces2/public/workspace/jakarta-commons/email/
src/test/org/apache/commons/mail/EmailTest.java:> 611: reference to
setTo is ambiguous, both method 
> setTo(java.util.Collection) in org.apache.commons.mail.Email 
> and method setTo(java.lang.String[]) in 
> org.apache.commons.mail.Email match
>             this.email.setTo(null);
>             ^
> /home/gump/workspaces2/public/workspace/jakarta-commons/email/
src/test/org/apache/commons/mail/EmailTest.java:> 833: reference to
setCc is ambiguous, both method 
> setCc(java.util.Collection) in org.apache.commons.mail.Email 
> and method setCc(java.lang.String[]) in 
> org.apache.commons.mail.Email match
>             this.email.setCc(null);
>             ^
> /home/gump/workspaces2/public/workspace/jakarta-commons/email/
src/test/org/apache/commons/mail/EmailTest.java:> 1074: reference to
setBcc is ambiguous, both method 
> setBcc(java.util.Collection) in org.apache.commons.mail.Email 
> and method setBcc(java.lang.String[]) in 
> org.apache.commons.mail.Email match
>             this.email.setBcc(null);
>             ^
> 3 errors
> 
> BUILD FAILED
> File...... 
> /home/gump/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly
> Element... javac
> Line...... 52
> Column.... 46
> Compile failed; see the compiler error output for details. 
> Total time: 7 seconds Finished at: Sat Jan 15 01:16:56 PST 2005
> 
> ---------------------------------------------
> 
> To subscribe to this information via syndicated feeds:
> - RSS: 
> http://brutus.apache.org/gump/public/jakarta-commons/commons-e
mail/rss.xml
- Atom:
http://brutus.apache.org/gump/public/jakarta-commons/commons-email/atom.
xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 20000015012005, brutus:brutus-public:20000015012005
Gump E-mail Identifier (unique within run) #10.

--
Apache Gump
http://gump.apache.org/ [Instance: brutus]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to