Hi Eric,

let's put a  name on it - I removed the javamail dependency ... :-(

Having said that ....

+) fulcrum-crypto should not depend on javamail but OldJavaCrypt.java does use MimeUtility to decode a BASE64 stream. Since it already depends on commons-codec I overlooked the fact.

+) I made a clean build (removing all JARs from my local repo) and it passed all tests before I uploaded the new website to server (check out the Fulcrum homepage). But here I messed up since I had (more or less accidently) a javamail in my jre/lib/ext.

Mhmmm .... I check out if commons-codec can replace MimeUtiltity

Sorry folks,

Siegfried Goeschl


Eric Pugh wrote:

We accidentallly removed the javamail dependency, causing this failure.
Hopefully the next Gump build will work.

Eric

-----Original Message-----
From: fulcrum-crypto development [mailto:[EMAIL PROTECTED]

Sent: Wednesday, February 23, 2005 6:12 AM
To: [email protected]
Subject: [EMAIL PROTECTED]: Project fulcrum-crypto (in module
jakarta-turbine-fulcrum) 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 fulcrum-crypto has an issue affecting its community integration.
This issue affects 4 projects,  and has been outstanding for 8 runs. The
current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
   - fulcrum-crypto :  Services Framework
   - fulcrum-security-api :  Services Framework
   - fulcrum-security-memory :  Services Framework
   - fulcrum-security-nt :  Services Framework


Full details are available at:

http://brutus.apache.org/gump/public/jakarta-turbine-fulcrum/fulcrum-cry
pto/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages)
were provided:
-DEBUG- Sole output [fulcrum-crypto-1.0.5.jar] identifier set to
project name
-DEBUG- (Gump generated) Maven Properties in:
/usr/local/gump/public/workspace/jakarta-turbine-fulcrum/crypto/build.pr
operties
-INFO- Failed with reason build failed
-DEBUG- Maven POM in:
/usr/local/gump/public/workspace/jakarta-turbine-fulcrum/crypto/project.
xml
-INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://brutus.apache.org/gump/public/jakarta-turbine-fulcrum/fulcrum-cry
pto/gump_work/build_jakarta-turbine-fulcrum_fulcrum-crypto.html
Work Name: build_jakarta-turbine-fulcrum_fulcrum-crypto (Type: Build)
Work ended in a state of : Failed
Elapsed: 4 secs
Command Line: maven --offline jar [Working Directory:
/usr/local/gump/public/workspace/jakarta-turbine-fulcrum/crypto]
CLASSPATH:
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-turbi
ne-fulcrum/crypto/target/classes:/usr/local/gump/public/workspace/ant/di
st/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swi
ng.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver
.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/loc
al/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/publ
ic/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/worksp
ace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dis
t/lib/ant.jar:/usr/local/gump/public/workspace/avalon-trunk/runtime/fram
ework/api/target/deliverables/jars/avalon-framework-api-23022005.jar:/us
r/local/gump/public/workspace/avalon-tools/tools/magic/target/deliverabl
es/jars/avalon-tools-magic-23022005.jar:/usr/local/gump/public/workspace
/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/
build/resolver.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/an
t-launcher.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant.ja
r:/usr/local/gump/public/workspace/avalon-trunk/runtime/framework/impl/t
arget/deliverables/jars/avalon-framework-impl-23022005.jar:/usr/local/gu
mp/public/workspace/jakarta-turbine-fulcrum/yaafi/target/fulcrum-yaafi-1
.0.4-dev.jar:/usr/local/gump/public/workspace/jakarta-turbine-fulcrum/te
stcontainer/target/fulcrum-testcontainer-1.0.5-dev.jar:/usr/local/gump/p
ublic/workspace/jakarta-commons/codec/dist/commons-codec-23022005.jar:/u
sr/local/gump/packages/cryptix32-20001002-r3.2.0/cryptix32.jar:/usr/loca
l/gump/packages/javamail-1.3.2/mail.jar:/usr/local/gump/packages/javamai
l-1.3.2/lib/mailapi.jar
---------------------------------------------
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2


build:start:

java:prepare-filesystem:
   [mkdir] Created dir:
/home/gump/workspaces2/public/workspace/jakarta-turbine-fulcrum/crypto/t
arget/classes

java:compile:
[echo] Compiling to
/home/gump/workspaces2/public/workspace/jakarta-turbine-fulcrum/crypto/t
arget/classes
[echo] ==========================================================


 NOTE: Targetting JVM 1.4, classes
 will not run on earlier JVMs

==========================================================
[javac] Compiling 7 source files to
/home/gump/workspaces2/public/workspace/jakarta-turbine-fulcrum/crypto/t
arget/classes
/home/gump/workspaces2/public/workspace/jakarta-turbine-fulcrum/crypto/s
rc/java/org/apache/fulcrum/crypto/provider/OldJavaCrypt.java:21: package
javax.mail.internet does not exist import
javax.mail.internet.MimeUtility;
^
/home/gump/workspaces2/public/workspace/jakarta-turbine-fulcrum/crypto/s
rc/java/org/apache/fulcrum/crypto/provider/OldJavaCrypt.java:118: cannot
resolve symbol symbol : variable MimeUtility location: class org.apache.fulcrum.crypto.provider.OldJavaCrypt
OutputStream encodedStream = MimeUtility.encode(bas, "base64");
^
2 errors


BUILD FAILED
File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details. Total time: 4
seconds Finished at: Wed Feb 23 03:12:21 PST 2005

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS:
http://brutus.apache.org/gump/public/jakarta-turbine-fulcrum/fulcrum-cry
pto/rss.xml
- Atom:
http://brutus.apache.org/gump/public/jakarta-turbine-fulcrum/fulcrum-cry
pto/atom.xml

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

--
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]






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



Reply via email to