Re: jakarta/apache email subscription

2007-07-19 Thread Dion Gillard

Look at the headers of the email messages you receive and check out the

Return-Path:

line. That should tell you which address was used to subscribe to the
mailing list, and hence help you unsubscribe.



On 7/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


I'm tired of getting all these emails and cannot get unsubscribed from
this list!

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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


[daemon] Fwd: Compiling jsvc Win32

2007-07-08 Thread Dion Gillard

The lack of response on this:

http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200707.mbox/ajax/[EMAIL
 PROTECTED]

is telling.

How dormant is daemon?

-- Forwarded message --
From: JsD [EMAIL PROTECTED]
Date: Jul 9, 2007 12:09 PM
Subject: Re: Compiling jsvc Win32
To: [EMAIL PROTECTED]

After finding out that one must have the latest version of Visual Studio to
build, I decided to look for another route.

Finally I found JavaService (
http://forge.objectweb.org/projects/javaservice/). This project comes
pre-built and works like a charm. I strongly suggest this for those who do
not wish to purchase or use Visual Studio.

Cheers,
JsD

On 5/3/07, JsD [EMAIL PROTECTED] wrote:


On 4/28/07, JsD [EMAIL PROTECTED] wrote:

 Hello,

 I am trying to compile from source on Windows XP using Cygwin.

 I have installed the latest make, autoconf, gcc in cygwin environment.

 The configure runs fine.

 When I try to make I get the following:

 /cygdrive/c/_other/_s/java/daemon-1.0.1/src/native/unix
 $ make
 make -C native all
 make[1]: Entering directory `/cygdrive/c/_other/_s/java/daemon-1.0.1
 /src/native/unix/native'
 gcc -g -O2 -DOS_CYGWIN -DDSO_DLFCN -DNO_SETSID -DCPU=\i386\
 -I/cygdrive/c/jdk1.5.0_11/include

-I/cygdrive/c/jdk1.5.0_11/include/win32

 -Wall -Wstrict-prototypes -c jsvc-unix.c -o jsvc-unix.o
 jsvc-unix.c:229: warning: function declaration isn't a prototype
 jsvc-unix.c: In function `check_pid':
 jsvc-unix.c:279: warning: implicit declaration of function `lockf'
 jsvc-unix.c:279: error: `F_LOCK' undeclared (first use in this function)
 jsvc-unix.c:279: error: (Each undeclared identifier is reported only
 once
 jsvc-unix.c:279: error: for each function it appears in.)
 jsvc-unix.c :286: error: `F_ULOCK' undeclared (first use in this
 function)
 jsvc-unix.c: In function `get_pidf':
 jsvc-unix.c:321: error: `F_LOCK' undeclared (first use in this function)
 jsvc-unix.c:323: error: `F_ULOCK' undeclared (first use in this
 function)
 jsvc-unix.c: In function `wait_child':
 jsvc-unix.c:405: error: `F_LOCK' undeclared (first use in this function)
 jsvc-unix.c:407: error: `F_ULOCK' undeclared (first use in this
 function)
 jsvc-unix.c : In function `main':
 jsvc-unix.c:693: warning: implicit declaration of function `SetTerm'
 make[1]: *** [jsvc-unix.o] Error 1
 make[1]: Leaving directory `/cygdrive/c/_other/_s/java/daemon-1.0.1

/src/native/unix/native'


 make: *** [native/all] Error 2
 ~end~

 Any help is greatly appreciated. I would love to run this on *nix but I
 am unfortunately stuck with windoze at this point :(

 Thanks,
 JsD


Following up...

Are there any *detailed* instructions out there on how to build jsvc on
Win32?

Any help is appreciated.

JsD




--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


Re: [daemon] Fwd: Compiling jsvc Win32

2007-07-08 Thread Dion Gillard

Who else from daemon should be on the PMC?

On 7/9/07, Bill Barker [EMAIL PROTECTED] wrote:



Dion Gillard [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 The lack of response on this:


http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200707.mbox/ajax/[EMAIL
 PROTECTED]

 is telling.

 How dormant is daemon?


Using jsvc on Windows has never been supported.  The jsvc module is only
for
*nix systems.  Windows systems should use procrun.

Daemon is fairly mature, but not particularly dormant.  It gets commits
every few months.  It could use some more eyes for systems like OS/X, but
otherwise is relatively healthy for a commons project, aside from not
having
much PMC representation.

 -- Forwarded message --
 From: JsD [EMAIL PROTECTED]
 Date: Jul 9, 2007 12:09 PM
 Subject: Re: Compiling jsvc Win32
 To: [EMAIL PROTECTED]

 After finding out that one must have the latest version of Visual Studio
 to
 build, I decided to look for another route.

 Finally I found JavaService (
 http://forge.objectweb.org/projects/javaservice/). This project comes
 pre-built and works like a charm. I strongly suggest this for those who
do
 not wish to purchase or use Visual Studio.

 Cheers,
 JsD

 On 5/3/07, JsD [EMAIL PROTECTED] wrote:

 On 4/28/07, JsD [EMAIL PROTECTED] wrote:
 
  Hello,
 
  I am trying to compile from source on Windows XP using Cygwin.
 
  I have installed the latest make, autoconf, gcc in cygwin
environment.
 
  The configure runs fine.
 
  When I try to make I get the following:
 
  /cygdrive/c/_other/_s/java/daemon-1.0.1/src/native/unix
  $ make
  make -C native all
  make[1]: Entering directory `/cygdrive/c/_other/_s/java/daemon-1.0.1
  /src/native/unix/native'
  gcc -g -O2 -DOS_CYGWIN -DDSO_DLFCN -DNO_SETSID -DCPU=\i386\
  -I/cygdrive/c/jdk1.5.0_11/include
 -I/cygdrive/c/jdk1.5.0_11/include/win32
  -Wall -Wstrict-prototypes -c jsvc-unix.c -o jsvc-unix.o
  jsvc-unix.c:229: warning: function declaration isn't a prototype
  jsvc-unix.c: In function `check_pid':
  jsvc-unix.c:279: warning: implicit declaration of function `lockf'
  jsvc-unix.c:279: error: `F_LOCK' undeclared (first use in this
  function)
  jsvc-unix.c:279: error: (Each undeclared identifier is reported only
  once
  jsvc-unix.c:279: error: for each function it appears in.)
  jsvc-unix.c :286: error: `F_ULOCK' undeclared (first use in this
  function)
  jsvc-unix.c: In function `get_pidf':
  jsvc-unix.c:321: error: `F_LOCK' undeclared (first use in this
  function)
  jsvc-unix.c:323: error: `F_ULOCK' undeclared (first use in this
  function)
  jsvc-unix.c: In function `wait_child':
  jsvc-unix.c:405: error: `F_LOCK' undeclared (first use in this
  function)
  jsvc-unix.c:407: error: `F_ULOCK' undeclared (first use in this
  function)
  jsvc-unix.c : In function `main':
  jsvc-unix.c:693: warning: implicit declaration of function `SetTerm'
  make[1]: *** [jsvc-unix.o] Error 1
  make[1]: Leaving directory `/cygdrive/c/_other/_s/java/daemon-1.0.1
 /src/native/unix/native'
 
  make: *** [native/all] Error 2
  ~end~
 
  Any help is greatly appreciated. I would love to run this on *nix but
I
  am unfortunately stuck with windoze at this point :(
 
  Thanks,
  JsD
 

 Following up...

 Are there any *detailed* instructions out there on how to build jsvc on
 Win32?

 Any help is appreciated.

 JsD



 --
 dIon Gillard
 Rule #131 of Acquisition: Information is Profit.





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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


Re: [VOTE] Release CLI 1.1 (3rd RC)

2007-07-06 Thread Dion Gillard

I think I +1'd this last time, but just in case:

+1.

On 7/5/07, Henri Yandell [EMAIL PROTECTED] wrote:


I've updated the release notes to match the website page:

http://people.apache.org/~bayard/commons-cli/1.0-rc3/

with the site in:

http://people.apache.org/~bayard/commons-cli/1.0-rc3/site/

One quirk to note. The site is from trunk while the release is from
the 1.0.x branch.

[ ] +1, before 6 years since 1.0 arrives
[ ] -1, we can make 6 years

---

The only changes to svn are Rahul's NOTICE fix for our TLP change and
my updating the RELEASE-NOTES.txt with the latest information. So I
plan to consider any existing +1s for the RC2 as applying to this (ie:
Don't revote unless you want to).

Hen

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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


Re: infrastructure work for TLP move

2007-07-02 Thread Dion Gillard

I'll heartily second Paul's request, he's an integral part of the Jelly
team.

On 7/2/07, Paul Libbrecht [EMAIL PROTECTED] wrote:


Hello Torsten,

indeed... I just wanted to avoid making noise there... but in any
case... I might be out of the two years window but I would wish to
keep jelly committership, my ASF user-name is polx.

I would also favour splitting the lists so that commits and jira
mails come separately but we need to care that they are properly
advertised and that it is indicated on dev and users that such mails
are elsewhere.

Also be sure that announces of such (mail-list splitting,
committership overtake, ...) is announced as a separate mail... such
long threads as this one needs more hand-pealing.

thanks

paul


Le 1 juil. 07 à 02:32, Torsten Curdt a écrit :

 I think it's clear that old committers can get back access at any
 time. That's for sure.
 But could you bring this up on commons-dev? We probably should send
 around an announcement for that.

 cheers
 --
 Torsten

 On 28.06.2007, at 00:31, Paul Libbrecht wrote:

 if I dare request, I would prefer to keep committership even
 though my activities haven't been greatly active in jelly.
 Similarly, I think, for Peter Royal.

 paul



 Le 27 juin 07 à 17:52, Torsten Curdt a écrit :

 I've prepared the TODO for the infrastructure work. Please cross-
 check and give feedback. I am not sure how we want to handle the
 wiki migration.

 cheers

 --
 The board has agreed to create the Commons project. (Please note
 that there has been a previous commons TLP)

 To aid in the process, would the Infrastructure team please do
 the following:

 #===

 [1] Root Tasks

 Create unix group commons. If it already exists remove previous
 members.

 Add following usernames to group commons:

 bayard
 jochen
 imario
 scolebourne
 dennisl
 niallp
 mvdb
 ozeigermann
 joehni
 oheger
 mbenson
 martinc
 psteitz
 tcurdt
 dfs
 rwinston
 luc
 pietsch
 dion
 brentworden
 skitching
 rahul

 Verify that domain commons.apache.org is correctly setup.


 #===
 [1] Mailing List

 (i) addresses

 I. [EMAIL PROTECTED]

 * Henri Yandell[EMAIL PROTECTED]
 * Jochen Wiedmann  [EMAIL PROTECTED]
 * Mario Ivankovits [EMAIL PROTECTED]
 * Stephen Colebourne   [EMAIL PROTECTED]
 * Dennis Lundberg  [EMAIL PROTECTED]
 * Niall Pemberton  [EMAIL PROTECTED]
 * Martin van den Bemt  [EMAIL PROTECTED]
 * Oliver Zeigermann[EMAIL PROTECTED]
 * Jörg Schaible[EMAIL PROTECTED]
 * Oliver Heger [EMAIL PROTECTED]
 * Matt Benson  [EMAIL PROTECTED]
 * Martin Cooper[EMAIL PROTECTED]
 * Phil Steitz  [EMAIL PROTECTED]
 * Torsten Curdt[EMAIL PROTECTED]
 * Daniel Savarese  [EMAIL PROTECTED]
 * Rory Winston [EMAIL PROTECTED]
 * Luc Maisonobe[EMAIL PROTECTED]
 * Joerg Pietschmann[EMAIL PROTECTED]
 * Dion Gillard [EMAIL PROTECTED]
 * Brent Worden [EMAIL PROTECTED]
 * Simon Kitching   [EMAIL PROTECTED]
 * Rahul Akolkar[EMAIL PROTECTED]


II. [EMAIL PROTECTED]  migrate subscribers from  commons-
 [EMAIL PROTECTED]
   III. [EMAIL PROTECTED]  migrate subscribers from  commons-
 [EMAIL PROTECTED]
 NOTE: if possible forward [EMAIL PROTECTED] to
 [EMAIL PROTECTED]

 (ii) remote moderators ...

   As this is a migration of the mailing list the current
 moderators will take over on the different domain.

 (iii) archives

I. http://commons.apache.org/mail/commons/user/MM.gz
   II. http://commons.apache.org/mail/commons/dev/MM.gz
 III. [EMAIL PROTECTED] to be archived in the private area.

 (iv) options

I. Reply-To: Header [X] yes [ ] no
   II. Message Trailer  [X] yes [ ] no

 #===
 [2] Source Control

 (i) Subversion

 Move the existing jakarta/commons tree to TLP

 #===
 [3] Initial Committer list

 bayard
 jochen
 imario
 scolebourne
 dennisl
 niallp
 mvdb
 ozeigermann
 joehni
 oheger
 mbenson
 martinc
 psteitz
 tcurdt
 dfs
 rwinston
 luc
 pietsch
 dion
 brentworden
 skitching
 rahul

 #===
 [4] Wiki

 (i) Wiki pages need to be migrated

 http://wiki.apache.org/jakarta-commons/FrontPage

 This can be done by the community itself.

 #===
 [5] Bug tracking

 (i) Project URLs need to be migrated

 This can be done by the community itself.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail

Re: [VOTE] Release CLI 1.1 (RC2)

2007-07-02 Thread Dion Gillard

+1. Looks good.

On 7/1/07, Henri Yandell [EMAIL PROTECTED] wrote:


I believe the RC1 issues have been taken care of, so here goes with a
second try:

http://people.apache.org/~bayard/commons-cli/1.0-rc2/

with the site in:

http://people.apache.org/~bayard/commons-cli/1.0-rc2/site/

One quirk to note. The site is from trunk while the release is from
the 1.0.x branch.

[ ] +1, before 6 years since 1.0 arrives
[ ] -1, we can make 6 years


Hen

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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


Re: [VOTE] 4th attempt: Release commons-io 1.3.2

2007-07-01 Thread Dion Gillard

+1 from me.

On 6/27/07, Jochen Wiedmann [EMAIL PROTECTED] wrote:


Hi,

I have prepared a further release candidate, with the following changes:

- Deprecation tags have been removed from the FileCleaner. (In the 1.3
branch only,
  not in the trunk.) The discussion has clearly shown, that opinions
vary on this
  topic, nevertheless I feel forced to make that change against my
personal opinion.
  IMO, releasing a 1.4 release with as little changes as that would be
the greater
  evil.
- The extracted source distribution is now using the -src suffix.
- The .md5 and .sha1 files meet the commons standard and have the format
 checksum *filename

Please cast your vote.

Thanks,

Jochen

[ ] +1
[ ] =0
[ ] -1



--
Besides, manipulating elections is under penalty of law, resulting in
a preventative effect against manipulating elections.

The german government justifying the use of electronic voting machines
and obviously  believing that we don't need a police, because all
illegal actions are forbidden.

http://dip.bundestag.de/btd/16/051/1605194.pdf

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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


Re: [VOTE] Invite Simon Kitching to join the Apache Commons PMC

2007-06-21 Thread Dion Gillard

+1

On 6/22/07, Niall Pemberton [EMAIL PROTECTED] wrote:


Simon Kitching is an existing Jakarta PMC member and Commons
Committer. He was against the proposal for Commons to become a TLP.
Since that vote passed and the Apache Board has now passed the
resolution for Commons to become a TLP I would like to invite Simon to
join the new Apache Commons PMC.

It would be a tragedy IMO if we lose valuable members of the Commons
Community just because they were originally against the TLP proposal.

[ ] +1, don't let Simon get away - lets try to get him to join the new PMC
[ ] -1, no leave him out

Niall

P.S. Anyone else in the same situation, then I suggest we do the same

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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


Re: [VOTE] Invite Rahul Akolkar to join the Apache Commons PMC

2007-06-21 Thread Dion Gillard

+1

On 6/22/07, Niall Pemberton [EMAIL PROTECTED] wrote:


Rahul Akolkar is an existing Jakarta PMC member and Commons Committer.
He was against the proposal for Commons to become a TLP. Since that
vote passed and the Apache Board has now passed the resolution for
Commons to become a TLP I would like to invite Rahul to join the new
Apache Commons PMC.

It would be a tragedy IMO if we lose valuable members of the Commons
Community just because they were originally against the TLP proposal.

[ ] +1, don't let Rahul get away - lets try to get him to join the new PMC
[ ] -1, no leave him out

Niall

P.S. Anyone else in the same situation, then I suggest we do the same

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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


Re: [VOTE] Commons Modeler 2.0.1 RC2

2007-06-21 Thread Dion Gillard

+1

On 6/22/07, Niall Pemberton [EMAIL PROTECTED] wrote:


I have created a second release candidate for Modeler 2.0.1 following
the problem Phil found in the first RC.

Commons Modeler 2.0 didn't include the ant.properties file in the
jar which is causing problems in Tomcat. Modeler 2.0.1 is a minor bug
fix release fully backwards compatible to fix that issue and a few
other build problems - full details in the release notes.

Release Notes:
http://people.apache.org/~niallp/modeler-2.0.1-rc2/RELEASE-NOTES.txt

The artifacts being voted on are here:
http://people.apache.org/~niallp/modeler-2.0.1-rc2/

Site:
http://people.apache.org/~niallp/modeler-2.0.1-rc2/site/

RAT Report:

http://people.apache.org/~niallp/modeler-2.0.1-rc2/rat-commons-modeler-2.0.1-src.txt

[ ] +1
[ ] -1

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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-06-20 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 25 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- commons-email :  Commons Email Package
- fulcrum-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-20062007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/profiles.xml
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons/email/pom.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/project.properties
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/jakarta-commons/email/target/commons-email-20062007.jar
 -ERROR- See Directory Listing Work for Missing Outputs
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/gump_work/build_jakarta-commons_commons-email.html
Work Name: build_jakarta-commons_commons-email (Type: Build)
Work ended in a state of : Success
Elapsed: 31 secs
Command Line: mvn package 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-20062007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/jakarta-commons/email/lib/subethasmtp-smtp-1.2-java14.jar:/usr/local/gump/public/workspace/jakarta-commons/email/lib/subethasmtp-wiser-1.2-java14.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-20062007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-20062007.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
Downloading: http://repo1.maven.org/maven2/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.jar
2/187K
5/187K
7/187K
8/187K
11/187K
15/187K
19/187K
23/187K
27/187K
28/187K
29/187K
33/187K
37/187K
41/187K
45/187K
49/187K
53/187K
57/187K
60/187K
62/187K
66/187K
70/187K
74/187K
78/187K
82/187K
86/187K
90/187K
94/187K
98/187K
101/187K
105/187K
109/187K
113/187K
117/187K
121/187K
125/187K
129/187K
133/187K
137/187K
141/187K
145/187K
148/187K
152/187K
156/187K
160/187K
164/187K
168/187K
172/187K
176/187K
180/187K
184/187K
185/187K
187/187K
187K downloaded
Downloading: 
http://repo1.maven.org/maven2/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.jar
1/23K
2/23K
4/23K
5/23K
9/23K
11/23K
15/23K
19/23K
23/23K
23K downloaded
Downloading: http://repo1.maven.org/maven2/msv/msv/20020414/msv-20020414.jar
2/1133K
5/1133K
7/1133K
11/1133K
11/1133K
15/1133K
15/1133K
16/1133K
20/1133K
24/1133K
26/1133K
30/1133K
34/1133K
38/1133K
42/1133K
46/1133K
49/1133K
53/1133K
57/1133K
61/1133K
65/1133K
69/1133K
73/1133K
77/1133K
81/1133K
85/1133K
86/1133K
90/1133K
94/1133K
98/1133K
102/1133K
106/1133K
110/1133K
114/1133K
118/1133K
122/1133K
126/1133K
128/1133K
132/1133K
136/1133K
140/1133K
144/1133K
148/1133K
152/1133K
156/1133K
160/1133K
164/1133K
168/1133K
172/1133K
176/1133K
180/1133K
181/1133K
185/1133K
189/1133K
193/1133K
197/1133K
197/1133K
200/1133K
202/1133K
206/1133K
210/1133K
214/1133K
218/1133K
222/1133K
226/1133K
230/1133K
234/1133K
234/1133K
237/1133K
241/1133K
245/1133K
249/1133K
253/1133K
257/1133K
261/1133K
263/1133K
267/1133K
271/1133K
275/1133K
279/1133K

[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-06-20 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 25 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- commons-email :  Commons Email Package
- fulcrum-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-20062007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/profiles.xml
 -DEBUG- Maven POM in: 
/usr/local/gump/public/workspace/jakarta-commons/email/pom.xml
 -DEBUG- Maven project properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/project.properties
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/jakarta-commons/email/target/commons-email-20062007.jar
 -ERROR- See Directory Listing Work for Missing Outputs
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/gump_work/build_jakarta-commons_commons-email.html
Work Name: build_jakarta-commons_commons-email (Type: Build)
Work ended in a state of : Success
Elapsed: 31 secs
Command Line: mvn package 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-20062007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/jakarta-commons/email/lib/subethasmtp-smtp-1.2-java14.jar:/usr/local/gump/public/workspace/jakarta-commons/email/lib/subethasmtp-wiser-1.2-java14.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-20062007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-20062007.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
Downloading: http://repo1.maven.org/maven2/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.jar
2/187K
5/187K
7/187K
8/187K
11/187K
15/187K
19/187K
23/187K
27/187K
28/187K
29/187K
33/187K
37/187K
41/187K
45/187K
49/187K
53/187K
57/187K
60/187K
62/187K
66/187K
70/187K
74/187K
78/187K
82/187K
86/187K
90/187K
94/187K
98/187K
101/187K
105/187K
109/187K
113/187K
117/187K
121/187K
125/187K
129/187K
133/187K
137/187K
141/187K
145/187K
148/187K
152/187K
156/187K
160/187K
164/187K
168/187K
172/187K
176/187K
180/187K
184/187K
185/187K
187/187K
187K downloaded
Downloading: 
http://repo1.maven.org/maven2/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.jar
1/23K
2/23K
4/23K
5/23K
9/23K
11/23K
15/23K
19/23K
23/23K
23K downloaded
Downloading: http://repo1.maven.org/maven2/msv/msv/20020414/msv-20020414.jar
2/1133K
5/1133K
7/1133K
11/1133K
11/1133K
15/1133K
15/1133K
16/1133K
20/1133K
24/1133K
26/1133K
30/1133K
34/1133K
38/1133K
42/1133K
46/1133K
49/1133K
53/1133K
57/1133K
61/1133K
65/1133K
69/1133K
73/1133K
77/1133K
81/1133K
85/1133K
86/1133K
90/1133K
94/1133K
98/1133K
102/1133K
106/1133K
110/1133K
114/1133K
118/1133K
122/1133K
126/1133K
128/1133K
132/1133K
136/1133K
140/1133K
144/1133K
148/1133K
152/1133K
156/1133K
160/1133K
164/1133K
168/1133K
172/1133K
176/1133K
180/1133K
181/1133K
185/1133K
189/1133K
193/1133K
197/1133K
197/1133K
200/1133K
202/1133K
206/1133K
210/1133K
214/1133K
218/1133K
222/1133K
226/1133K
230/1133K
234/1133K
234/1133K
237/1133K
241/1133K
245/1133K
249/1133K
253/1133K
257/1133K
261/1133K
263/1133K
267/1133K
271/1133K
275/1133K
279/1133K

Re: Email Maven 2 Build failing under jdk 1.4?

2007-06-19 Thread Dion Gillard

On 6/19/07, Ben Speakmon [EMAIL PROTECTED] wrote:


Couple of things going on. The Maven 2 POM has wiser-java14 depending on
subethasmtp-java15, which is bad. I excluded it manually and got the
java14
version explicitly. The POM is also missing the runtime dependency on
retrotranslator for the java14 artifact, so I explicitly depended on that
as
well. Then the maven 2 build finally ran okay start to finish. I just
checked in that change and that should be okay.

maven 1 has its own problem. repo1.maven.org/maven/org.subethamail only
provides the default (java15) versions of subethamail and wiser. No idea
why
the source, javadoc or java14 jars aren't there. Also not sure who to ask
about that.

Did I mention I want to get rid of the maven 1 build? :)




As long as the mvn build works (i.e. builds the jar ok on jdk 1.2), feel
free to delete the project.xml :-)

On 6/18/07, Dion Gillard [EMAIL PROTECTED] wrote:


 And the maven 1 build is still failing with the corresponding message.
 Does
 the project.xml need a change too?

 On 6/19/07, Ben Speakmon [EMAIL PROTECTED] wrote:
 
  It's not picking up the java14 classifier on subethasmtp-smtp.
 Apparently
  the classifier doesn't propagate to the parent. I really need to get
in
  the
  habit of removing my repository before signing off a pom.
 
  Fix checked in.
 
  On 6/18/07, Dion Gillard [EMAIL PROTECTED] wrote:
  
   Is this right?
  
   When running mvn clean install on the current email trunk, I get:
  
   [INFO] Compilation failure
   C:\Documents and Settings\Dion
  
  
 

Gillard\workspace\email\src\test\org\apache\commons\mail\BaseEmailTestCase.java:[497,-1]
   cannot access org.subethamail.smtp.server.SMTPServer
   bad class file: C:\Documents and Settings\Dion
  
 

Gillard\.m2\repository\org\subethamail\subethasmtp-smtp\1.2\subethasmtp-s
   mtp-1.2.jar(org/subethamail/smtp/server/SMTPServer.class)
   class file has wrong version 49.0, should be 48.0
  
  
  
   C:\Documents and Settings\Dion
  
  
 

Gillard\workspace\email\src\test\org\apache\commons\mail\BaseEmailTestCase.java:[497,-1]
   cannot access org.subethamail.smtp.server.SMTPServer
   bad class file: C:\Documents and Settings\Dion
  
 

Gillard\.m2\repository\org\subethamail\subethasmtp-smtp\1.2\subethasmtp-s
   mtp-1.2.jar(org/subethamail/smtp/server/SMTPServer.class)
   class file has wrong version 49.0, should be 48.0
  
  
   Which means it can only build with 1.5. Is there some magic command
   line trickery I need to get it to build under 1.4?
  
   --
   dIon Gillard
   Rule #131 of Acquisition: Information is Profit.
  
  
-
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 



 --
 dIon Gillard
 Rule #131 of Acquisition: Information is Profit.






--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


Re: Email Maven 2 Build failing under jdk 1.4?

2007-06-19 Thread Dion Gillard

mvn clean install now works for me!

On 6/19/07, Ben Speakmon [EMAIL PROTECTED] wrote:

Couple of things going on. The Maven 2 POM has wiser-java14 depending on
subethasmtp-java15, which is bad. I excluded it manually and got the java14
version explicitly. The POM is also missing the runtime dependency on
retrotranslator for the java14 artifact, so I explicitly depended on that as
well. Then the maven 2 build finally ran okay start to finish. I just
checked in that change and that should be okay.

maven 1 has its own problem. repo1.maven.org/maven/org.subethamail only
provides the default (java15) versions of subethamail and wiser. No idea why
the source, javadoc or java14 jars aren't there. Also not sure who to ask
about that.

Did I mention I want to get rid of the maven 1 build? :)

On 6/18/07, Dion Gillard [EMAIL PROTECTED] wrote:

 And the maven 1 build is still failing with the corresponding message.
 Does
 the project.xml need a change too?

 On 6/19/07, Ben Speakmon [EMAIL PROTECTED] wrote:
 
  It's not picking up the java14 classifier on subethasmtp-smtp.
 Apparently
  the classifier doesn't propagate to the parent. I really need to get in
  the
  habit of removing my repository before signing off a pom.
 
  Fix checked in.
 
  On 6/18/07, Dion Gillard [EMAIL PROTECTED] wrote:
  
   Is this right?
  
   When running mvn clean install on the current email trunk, I get:
  
   [INFO] Compilation failure
   C:\Documents and Settings\Dion
  
  
 
 
Gillard\workspace\email\src\test\org\apache\commons\mail\BaseEmailTestCase.java:[497,-1]
   cannot access org.subethamail.smtp.server.SMTPServer
   bad class file: C:\Documents and Settings\Dion
  
 
 Gillard\.m2\repository\org\subethamail\subethasmtp-smtp\1.2\subethasmtp-s
   mtp-1.2.jar(org/subethamail/smtp/server/SMTPServer.class)
   class file has wrong version 49.0, should be 48.0
  
  
  
   C:\Documents and Settings\Dion
  
  
 
 
Gillard\workspace\email\src\test\org\apache\commons\mail\BaseEmailTestCase.java:[497,-1]
   cannot access org.subethamail.smtp.server.SMTPServer
   bad class file: C:\Documents and Settings\Dion
  
 
 Gillard\.m2\repository\org\subethamail\subethasmtp-smtp\1.2\subethasmtp-s
   mtp-1.2.jar(org/subethamail/smtp/server/SMTPServer.class)
   class file has wrong version 49.0, should be 48.0
  
  
   Which means it can only build with 1.5. Is there some magic command
   line trickery I need to get it to build under 1.4?
  
   --
   dIon Gillard
   Rule #131 of Acquisition: Information is Profit.
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 



 --
 dIon Gillard
 Rule #131 of Acquisition: Information is Profit.





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.

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



Re: [RESULT] 3rd attempt: Release commons-io 1.3.2

2007-06-19 Thread Dion Gillard

I believe you're right.

http://jakarta.apache.org/site/proposal.html#decisions/items/plan says
...Majority
approval is required before the public release can be made.


On 6/20/07, Jochen Wiedmann [EMAIL PROTECTED] wrote:


Hi,

Here's the result of the vote:

+1: Sebb, Oliver, Niall, Ben, Myself
-1: Stephen

No votes from Henri and Dion.

My understanding is, that Stephen's vote isn't counted as a veto, but
I'd like to ask you to correct me, if I'm wrong. In which case the
vote had failed.

Thanks,

Jochen


--
Besides, manipulating elections is under penalty of law, resulting in
a preventative effect against manipulating elections.

The german government justifying the use of electronic voting machines
and obviously  believing that we don't need a police, because all
illegal actions are forbidden.

http://dip.bundestag.de/btd/16/051/1605194.pdf

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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


Email Maven 2 Build failing under jdk 1.4?

2007-06-18 Thread Dion Gillard

Is this right?

When running mvn clean install on the current email trunk, I get:

[INFO] Compilation failure
C:\Documents and Settings\Dion
Gillard\workspace\email\src\test\org\apache\commons\mail\BaseEmailTestCase.java:[497,-1]
cannot access org.subethamail.smtp.server.SMTPServer
bad class file: C:\Documents and Settings\Dion
Gillard\.m2\repository\org\subethamail\subethasmtp-smtp\1.2\subethasmtp-s
mtp-1.2.jar(org/subethamail/smtp/server/SMTPServer.class)
class file has wrong version 49.0, should be 48.0



C:\Documents and Settings\Dion
Gillard\workspace\email\src\test\org\apache\commons\mail\BaseEmailTestCase.java:[497,-1]
cannot access org.subethamail.smtp.server.SMTPServer
bad class file: C:\Documents and Settings\Dion
Gillard\.m2\repository\org\subethamail\subethasmtp-smtp\1.2\subethasmtp-s
mtp-1.2.jar(org/subethamail/smtp/server/SMTPServer.class)
class file has wrong version 49.0, should be 48.0


Which means it can only build with 1.5. Is there some magic command
line trickery I need to get it to build under 1.4?

--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.

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



Re: Email Maven 2 Build failing under jdk 1.4?

2007-06-18 Thread Dion Gillard

It's still failing.

Did you miss the classification for subethasmtp-smtp-1.2.jar?

On 6/19/07, Ben Speakmon [EMAIL PROTECTED] wrote:


It's not picking up the java14 classifier on subethasmtp-smtp. Apparently
the classifier doesn't propagate to the parent. I really need to get in
the
habit of removing my repository before signing off a pom.

Fix checked in.

On 6/18/07, Dion Gillard [EMAIL PROTECTED] wrote:

 Is this right?

 When running mvn clean install on the current email trunk, I get:

 [INFO] Compilation failure
 C:\Documents and Settings\Dion


Gillard\workspace\email\src\test\org\apache\commons\mail\BaseEmailTestCase.java:[497,-1]
 cannot access org.subethamail.smtp.server.SMTPServer
 bad class file: C:\Documents and Settings\Dion

Gillard\.m2\repository\org\subethamail\subethasmtp-smtp\1.2\subethasmtp-s
 mtp-1.2.jar(org/subethamail/smtp/server/SMTPServer.class)
 class file has wrong version 49.0, should be 48.0



 C:\Documents and Settings\Dion


Gillard\workspace\email\src\test\org\apache\commons\mail\BaseEmailTestCase.java:[497,-1]
 cannot access org.subethamail.smtp.server.SMTPServer
 bad class file: C:\Documents and Settings\Dion

Gillard\.m2\repository\org\subethamail\subethasmtp-smtp\1.2\subethasmtp-s
 mtp-1.2.jar(org/subethamail/smtp/server/SMTPServer.class)
 class file has wrong version 49.0, should be 48.0


 Which means it can only build with 1.5. Is there some magic command
 line trickery I need to get it to build under 1.4?

 --
 dIon Gillard
 Rule #131 of Acquisition: Information is Profit.

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







--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


Re: Email Maven 2 Build failing under jdk 1.4?

2007-06-18 Thread Dion Gillard

And the maven 1 build is still failing with the corresponding message. Does
the project.xml need a change too?

On 6/19/07, Ben Speakmon [EMAIL PROTECTED] wrote:


It's not picking up the java14 classifier on subethasmtp-smtp. Apparently
the classifier doesn't propagate to the parent. I really need to get in
the
habit of removing my repository before signing off a pom.

Fix checked in.

On 6/18/07, Dion Gillard [EMAIL PROTECTED] wrote:

 Is this right?

 When running mvn clean install on the current email trunk, I get:

 [INFO] Compilation failure
 C:\Documents and Settings\Dion


Gillard\workspace\email\src\test\org\apache\commons\mail\BaseEmailTestCase.java:[497,-1]
 cannot access org.subethamail.smtp.server.SMTPServer
 bad class file: C:\Documents and Settings\Dion

Gillard\.m2\repository\org\subethamail\subethasmtp-smtp\1.2\subethasmtp-s
 mtp-1.2.jar(org/subethamail/smtp/server/SMTPServer.class)
 class file has wrong version 49.0, should be 48.0



 C:\Documents and Settings\Dion


Gillard\workspace\email\src\test\org\apache\commons\mail\BaseEmailTestCase.java:[497,-1]
 cannot access org.subethamail.smtp.server.SMTPServer
 bad class file: C:\Documents and Settings\Dion

Gillard\.m2\repository\org\subethamail\subethasmtp-smtp\1.2\subethasmtp-s
 mtp-1.2.jar(org/subethamail/smtp/server/SMTPServer.class)
 class file has wrong version 49.0, should be 48.0


 Which means it can only build with 1.5. Is there some magic command
 line trickery I need to get it to build under 1.4?

 --
 dIon Gillard
 Rule #131 of Acquisition: Information is Profit.

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







--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


Re: svn commit: r548162 - in /jakarta/commons/proper/email/trunk/lib: ./ subethasmtp-smtp-1.2-java14.jar subethasmtp-wiser-1.2-java14.jar

2007-06-17 Thread Dion Gillard

Hi Ben,

it may be worthwhile making this log message a README in the lib directory,
so that the information is easy to find.

WDYT?

On 6/18/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


Author: bspeakmon
Date: Sun Jun 17 18:47:48 2007
New Revision: 548162

URL: http://svn.apache.org/viewvc?view=revrev=548162
Log:
- adding subethasmtp/wiser dependencies (only for gump's convenience;
won't be distributed)

Added:
jakarta/commons/proper/email/trunk/lib/
jakarta/commons/proper/email/trunk/lib/subethasmtp-smtp-1.2-java14.jar
(with props)
jakarta/commons/proper/email/trunk/lib/subethasmtp-
wiser-1.2-java14.jar   (with props)

Added: jakarta/commons/proper/email/trunk/lib/subethasmtp-
smtp-1.2-java14.jar
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/lib/subethasmtp-smtp-1.2-java14.jar?view=autorev=548162

==
Binary file - no diff available.

Propchange: jakarta/commons/proper/email/trunk/lib/subethasmtp-
smtp-1.2-java14.jar

--
svn:mime-type = application/octet-stream

Added: jakarta/commons/proper/email/trunk/lib/subethasmtp-
wiser-1.2-java14.jar
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/lib/subethasmtp-wiser-1.2-java14.jar?view=autorev=548162

==
Binary file - no diff available.

Propchange: jakarta/commons/proper/email/trunk/lib/subethasmtp-
wiser-1.2-java14.jar

--
svn:mime-type = application/octet-stream



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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-06-16 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 21 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-16062007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-16062007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-16062007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-16062007.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

subethasmtp-wiser-1.2.jar (try downloading from 
http://subethasmtp.tigris.org/wiser.html)
subethasmtp-smtp-1.2.jar (try downloading from http://subethasmtp.tigris.org/)

Total time: 2 seconds
Finished at: Sat Jun 16 02:46:52 PDT 2007

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 1516062007, vmgump.apache.org:vmgump-public:1516062007
Gump E-mail Identifier (unique within run) #22.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-06-16 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 21 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-16062007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-16062007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-16062007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-16062007.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

subethasmtp-wiser-1.2.jar (try downloading from 
http://subethasmtp.tigris.org/wiser.html)
subethasmtp-smtp-1.2.jar (try downloading from http://subethasmtp.tigris.org/)

Total time: 2 seconds
Finished at: Sat Jun 16 02:46:52 PDT 2007

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 1516062007, vmgump.apache.org:vmgump-public:1516062007
Gump E-mail Identifier (unique within run) #22.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-06-15 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 19 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-15062007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-15062007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-15062007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-15062007.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

subethasmtp-wiser-1.2.jar (try downloading from 
http://subethasmtp.tigris.org/wiser.html)
subethasmtp-smtp-1.2.jar (try downloading from http://subethasmtp.tigris.org/)

Total time: 2 seconds
Finished at: Fri Jun 15 03:35:02 PDT 2007

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 1615062007, vmgump.apache.org:vmgump-public:1615062007
Gump E-mail Identifier (unique within run) #24.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-06-15 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 19 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-15062007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-15062007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-15062007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-15062007.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

subethasmtp-wiser-1.2.jar (try downloading from 
http://subethasmtp.tigris.org/wiser.html)
subethasmtp-smtp-1.2.jar (try downloading from http://subethasmtp.tigris.org/)

Total time: 2 seconds
Finished at: Fri Jun 15 03:35:02 PDT 2007

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 1615062007, vmgump.apache.org:vmgump-public:1615062007
Gump E-mail Identifier (unique within run) #24.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-06-14 Thread dIon Gillard
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 4 projects,
 and has been outstanding for 17 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-template :  Services Framework
- jakarta-turbine-2 :  A servlet based framework.
- portals-jetspeed-1 :  Enterprise Information Portal


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-14062007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-14062007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

subethasmtp-wiser-1.2.jar (try downloading from 
http://subethasmtp.tigris.org/wiser.html)
subethasmtp-smtp-1.2.jar (try downloading from http://subethasmtp.tigris.org/)
commons-logging-1.1.jar (try downloading from 
http://jakarta.apache.org/commons/logging/)

Total time: 5 seconds
Finished at: Thu Jun 14 02:06:44 PDT 2007

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 1814062007, vmgump.apache.org:vmgump-public:1814062007
Gump E-mail Identifier (unique within run) #17.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-06-14 Thread dIon Gillard
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 4 projects,
 and has been outstanding for 17 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-template :  Services Framework
- jakarta-turbine-2 :  A servlet based framework.
- portals-jetspeed-1 :  Enterprise Information Portal


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-14062007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-14062007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

subethasmtp-wiser-1.2.jar (try downloading from 
http://subethasmtp.tigris.org/wiser.html)
subethasmtp-smtp-1.2.jar (try downloading from http://subethasmtp.tigris.org/)
commons-logging-1.1.jar (try downloading from 
http://jakarta.apache.org/commons/logging/)

Total time: 5 seconds
Finished at: Thu Jun 14 02:06:44 PDT 2007

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 1814062007, vmgump.apache.org:vmgump-public:1814062007
Gump E-mail Identifier (unique within run) #17.

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

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



Re: [VOTE] 3rd attempt: Release commons-io 1.3.2

2007-06-12 Thread Dion Gillard

The deployed site below still says Validator as the title. Is this fixed?

On 6/7/07, Jochen Wiedmann [EMAIL PROTECTED] wrote:


Hi,

I have created a new distribution and a new site which you find at

http://people.apache.org/~jochen/commons-io/dist
http://people.apache.org/~jochen/commons-io/site

This version matches revision 544971, which I intend to tag as
commons-io-1.3.2 in case of a successful vote. Compared to the
previous vote, the following changes have been made:

  - Rahul Akolkar has convinced me, that the FileCleaningTracker should
not be
declared serializable, because it isn't. The resulting issues must
be resolved
within commons-fileupload and not commons-io.
  - As observed by Niall Pemberton, the -sources and -javadoc jar files
did not
contain LICENSE.txt and NOTICE.txt files. This is now ensured by the
POM.
It is an open issue for me, whether this change can be pushed up to
the
commons-parent POM.

Please cast your vote.

Jochen


[ ] +1
[ ] =0
[ ] -1


--
Women have the ability to wind you round their little finger.
Daughters can use all of the fingers together.

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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


Re: centralized KEYS file?

2007-06-12 Thread Dion Gillard

Go for it!

On 6/13/07, Ben Speakmon [EMAIL PROTECTED] wrote:

Would it be a good idea to have one centralized KEYS file for all commons
developers? It'd be easier to update, delete or revoke any single key and
remove a lot of duplication.

I was reviewing the IO 1.3.2 RC and I couldn't find the key Jochen used to
sign the release tarballs. I don't see any reason offhand why it shouldn't
be in the same place as the keys to verify any other release.

Thoughts?




--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.

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



Re: Still no votes! (WAS: [VOTE] 3rd attempt: Release commons-io 1.3.2)

2007-06-12 Thread Dion Gillard

There are still unanswered questions on the original thread (from memory):
- KEYS used to sign the release
- Site title
- Deprecation of FileCleaner

Will you/we answer these?


On 6/13/07, Jochen Wiedmann [EMAIL PROTECTED] wrote:


We still do not have the required three votes by PMC members for a
release. See


http://www.nabble.com/-VOTE--3rd-attempt:-Release-commons-io-1.3.2-t3880798.html

for details.


Jochen

--
Besides, manipulating elections is under penalty of law, resulting in
a preventative effect against manipulating elections.

The german government justifying the use of electronic voting machines
and obviously  believing that we don't need a police, because all
illegal actions are forbidden.

http://dip.bundestag.de/btd/16/051/1605194.pdf

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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.


[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-06-10 Thread dIon Gillard
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 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:
- commons-email :  Commons Email Package
- fulcrum-template :  Services Framework
- jakarta-turbine-2 :  A servlet based framework.
- portals-jetspeed-1 :  Enterprise Information Portal


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-10062007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-10062007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

subethasmtp-wiser-1.2.jar (try downloading from 
http://subethasmtp.tigris.org/wiser.html)
subethasmtp-smtp-1.2.jar (try downloading from http://subethasmtp.tigris.org/)
commons-logging-1.1.jar (try downloading from 
http://jakarta.apache.org/commons/logging/)

Total time: 3 seconds
Finished at: Sun Jun 10 01:56:00 PDT 2007

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 1710062007, vmgump.apache.org:vmgump-public:1710062007
Gump E-mail Identifier (unique within run) #18.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-06-10 Thread dIon Gillard
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 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:
- commons-email :  Commons Email Package
- fulcrum-template :  Services Framework
- jakarta-turbine-2 :  A servlet based framework.
- portals-jetspeed-1 :  Enterprise Information Portal


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-10062007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-10062007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

subethasmtp-wiser-1.2.jar (try downloading from 
http://subethasmtp.tigris.org/wiser.html)
subethasmtp-smtp-1.2.jar (try downloading from http://subethasmtp.tigris.org/)
commons-logging-1.1.jar (try downloading from 
http://jakarta.apache.org/commons/logging/)

Total time: 3 seconds
Finished at: Sun Jun 10 01:56:00 PDT 2007

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 1710062007, vmgump.apache.org:vmgump-public:1710062007
Gump E-mail Identifier (unique within run) #18.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-06-06 Thread dIon Gillard
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 4 projects.
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-template :  Services Framework
- jakarta-turbine-2 :  A servlet based framework.
- portals-jetspeed-1 :  Enterprise Information Portal


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-06062007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-06062007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

subethasmtp-wiser-jdk14-1.2.jar (try downloading from 
http://subethasmtp.tigris.org/wiser.html)
subethasmtp-smtp-jdk14-1.2.jar (try downloading from 
http://subethasmtp.tigris.org/)
retroweaver-rt-2.0.jar
commons-logging-1.1.jar (try downloading from 
http://jakarta.apache.org/commons/logging/)

Total time: 2 seconds
Finished at: Wed Jun 06 02:25:21 PDT 2007

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 1906062007, vmgump.apache.org:vmgump-public:1906062007
Gump E-mail Identifier (unique within run) #22.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-06-06 Thread dIon Gillard
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 4 projects.
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-template :  Services Framework
- jakarta-turbine-2 :  A servlet based framework.
- portals-jetspeed-1 :  Enterprise Information Portal


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-06062007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-06062007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

The build cannot continue because of the following unsatisfied dependencies:

subethasmtp-wiser-jdk14-1.2.jar (try downloading from 
http://subethasmtp.tigris.org/wiser.html)
subethasmtp-smtp-jdk14-1.2.jar (try downloading from 
http://subethasmtp.tigris.org/)
retroweaver-rt-2.0.jar
commons-logging-1.1.jar (try downloading from 
http://jakarta.apache.org/commons/logging/)

Total time: 2 seconds
Finished at: Wed Jun 06 02:25:21 PDT 2007

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 1906062007, vmgump.apache.org:vmgump-public:1906062007
Gump E-mail Identifier (unique within run) #22.

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

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



Re: [jexl] grammar for defining a map

2007-06-01 Thread Dion Gillard

+1

On 6/2/07, peter royal [EMAIL PROTECTED] wrote:

So, I'd like to propose a syntax addition to jexl for allowing the
definition of a map:

   [ key = value, key = value ]

.. I have a patch ready to go.. I know there is the talk of grammar
changes for 2.0, but that's who-knows-when and this is a very small
tweak that is an evolutionary change :)

-pete

--
(peter.royal|osi)@pobox.com - http://fotap.org/~osi






--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.

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



Re: [VOTE] Commons moving to TLP

2007-05-23 Thread Dion Gillard

On 5/23/07, Niall Pemberton [EMAIL PROTECTED] wrote:

On 5/23/07, Dion Gillard [EMAIL PROTECTED] wrote:
 I think  there's another issue here.

 Many of those who voted +1, aren't on the initial list of committers
 in the proposal.

 Also, many current commons committers aren't on the proposed list.

Yup thats disappointing.


Maybe not all of them follow general@ - I'm crossposting.


 It seems that we're not voting on that specific proposal, rather just
 the idea to move, and that a lot of people are being disenfranchised
 by not being listed.

Its down to people to add themselves to the TLP resolution (they were
invited to do so) - if people are disenfranchised then its their own
choice.


I don't know about that. It seems that a discussion and proposal
taking place on a different list isn't being as inclusive as we should
be.


 Wouldn't it be better if the initial list came from the svn acl?

Would seem wrong to put people on the list without their consent.


It would also seem wrong to 'remove' someone's commit access to the
code by moving it to a TLP without at least keeping the dev list
informed.



Niall

 On 5/23/07, Niall Pemberton [EMAIL PROTECTED] wrote:
  On 5/8/07, Henri Yandell [EMAIL PROTECTED] wrote:
   Sadly a bit too late to make the next board meeting I suspect.
  
   However, here's a vote for Commons to officially request that it move to 
TLP.
  
   http://wiki.apache.org/jakarta-commons/TLPResolution
  
   Please add your name if you're a Commons developer and haven't added
   your name yet.
  
   [ ] +1 I support the proposal
   [ ] +0 I don't care
   [ ] -1  I'm opposed to the proposal because...
  
   Voting will close in one week.
 
  Quick summary of this thread 28 Votes for (23 binding), 4 against (3
  binding). Seems to me that those objecting don't seem to have
  pursuaded people to change their vote. At what point do we decide on a
  result?
 
  Votes +1 (* indicates binding)
  
  1.  Henri Yandell(*)
  2.  Dennis Lundberg(*)
  3.  Mladen Turk(*)
  4.  Torsten Curdt(*)
  5.  Oliver Heger(*)
  6.  Robert Burrell Donkin(*)
  7.  Stephen Colebourne(*)
  8.  Daniel F. Savarese(*)
  9.  Martin Cooper(*)
  10. Mark Thomas(*)
  11. Niall Pemberton(*)
  12. Stefan Bodewig(*)
  13. Phil Steitz(*)
  14. Jörg Schaible(*)
  15. Jean-Frederic(*)
  16. Henning Schmiedehausen(*)
  (conditional on The TLP proposal matching the template)
  17. Nick Burch
  18. Davanum Srinivas(*)
  19. Thomas Vandahl
  20. Oliver Zeigermann(*)
  21. Rony G. Flatscher(*)
  22. Scott Eade(*)
  23. Yegor Kozlov
  24. Luc Maisonobe
  25. Mario Ivankovits(*)
  26. Roland Weber(*)
  27. Andrew Oliver(*)
  (think this was a vote for, voted -1 to Commons=Jakarta)
  28. Jesse Kuhnert
 
  Added themselves to the TLP Proposal but didn't vote(?)
  
  1.  Jochen Wiedmann
  2.  Martin van den Bemt(*)
  3.  Matt Benson
  4.  Rory Winston(*)
  5.  Joerg Pietschmann
 
  Objections / Votes -1
  =
  1.  Petar Tahchiev
  - sees no direct benfits for Commons
  2.  Ted Husted(*)
  - Strike Java from resolution or don't hijack Commons Name
  3.  Simon Kitching(*)
  - Will erect walls we took down
  - like Ted doesn't want java to monopolise commons name
  4.  Danny Angus(*)
  - preserve the Jakarta brand
  - Wants Jkarata==Jakarta Commons
  - thinks Commons should sort out Jakarta problems
 
  Bile  Nonsense
  ===
  Jean Carlo Salas

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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.

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



Re: RfC: Release commons-io-1.3.2

2007-05-15 Thread Dion Gillard

+1 to the idea. Release early, release often.

On 5/16/07, Jochen Wiedmann [EMAIL PROTECTED] wrote:

Hi,

the commons-io project has been rather silent in the last months,
apart from IO-116. Unfortunately, this bug is a blocker for the next
release of commons-fileupload.

Therefore, I'd like to ask whether anyone would object a bug fix
release 1.3.2? If noone intervenes, I'd start a formal vote, with me
as the release manager.

Thanks,

Jochen

--
My cats know that I am a loser who goes out for hunting every day
without ever returning as much as a single mouse. Fortunately, I've
got a wife who's a real champ: She leaves the house and returns within
half an hour, carrying whole bags full of meal.

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





--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-03-01 Thread dIon Gillard
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 4 projects,
 and has been outstanding for 55 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-template :  Services Framework
- jakarta-turbine-2 :  A servlet based framework.
- portals-jetspeed-1 :  Enterprise Information Portal


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-01032007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 23 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-01032007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
java:prepare-filesystem:
[mkdir] Created dir: 
/x1/gump/public/workspace/jakarta-commons/email/target/classes

java:compile:
[echo] Compiling to 
/x1/gump/public/workspace/jakarta-commons/email/target/classes
[javac] Compiling 9 source files to 
/x1/gump/public/workspace/jakarta-commons/email/target/classes

java:jar-resources:
Copying 1 file to 
/x1/gump/public/workspace/jakarta-commons/email/target/classes/META-INF

test:prepare-filesystem:
[mkdir] Created dir: 
/x1/gump/public/workspace/jakarta-commons/email/target/test-classes
[mkdir] Created dir: 
/x1/gump/public/workspace/jakarta-commons/email/target/test-reports

test:test-resources:
Copying 4 files to 
/x1/gump/public/workspace/jakarta-commons/email/target/test-classes

test:compile:
[javac] Compiling 15 source files to 
/x1/gump/public/workspace/jakarta-commons/email/target/test-classes

test:test:
[junit] Running org.apache.commons.mail.DefaultAuthenticatorTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.069 sec
[junit] Running org.apache.commons.mail.EmailAttachmentTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.644 sec
[junit] Running org.apache.commons.mail.SimpleEmailTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.979 sec
[junit] Running org.apache.commons.mail.SendWithAttachmentsTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.785 sec
[junit] Running org.apache.commons.mail.EmailTest
[junit] Tests run: 39, Failures: 0, Errors: 5, Time elapsed: 1.059 sec
[junit] [ERROR] TEST org.apache.commons.mail.EmailTest FAILED
[junit] Running org.apache.commons.mail.MultiPartEmailTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1.076 sec
[junit] Running org.apache.commons.mail.HtmlEmailTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.849 sec
[junit] Running 

[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2007-03-01 Thread dIon Gillard
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 4 projects,
 and has been outstanding for 55 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-template :  Services Framework
- jakarta-turbine-2 :  A servlet based framework.
- portals-jetspeed-1 :  Enterprise Information Portal


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-01032007.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 23 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/commons-lang-01032007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar:/usr/local/gump/packages/javamail-1.4/mail.jar
-
java:prepare-filesystem:
[mkdir] Created dir: 
/x1/gump/public/workspace/jakarta-commons/email/target/classes

java:compile:
[echo] Compiling to 
/x1/gump/public/workspace/jakarta-commons/email/target/classes
[javac] Compiling 9 source files to 
/x1/gump/public/workspace/jakarta-commons/email/target/classes

java:jar-resources:
Copying 1 file to 
/x1/gump/public/workspace/jakarta-commons/email/target/classes/META-INF

test:prepare-filesystem:
[mkdir] Created dir: 
/x1/gump/public/workspace/jakarta-commons/email/target/test-classes
[mkdir] Created dir: 
/x1/gump/public/workspace/jakarta-commons/email/target/test-reports

test:test-resources:
Copying 4 files to 
/x1/gump/public/workspace/jakarta-commons/email/target/test-classes

test:compile:
[javac] Compiling 15 source files to 
/x1/gump/public/workspace/jakarta-commons/email/target/test-classes

test:test:
[junit] Running org.apache.commons.mail.DefaultAuthenticatorTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.069 sec
[junit] Running org.apache.commons.mail.EmailAttachmentTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.644 sec
[junit] Running org.apache.commons.mail.SimpleEmailTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.979 sec
[junit] Running org.apache.commons.mail.SendWithAttachmentsTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.785 sec
[junit] Running org.apache.commons.mail.EmailTest
[junit] Tests run: 39, Failures: 0, Errors: 5, Time elapsed: 1.059 sec
[junit] [ERROR] TEST org.apache.commons.mail.EmailTest FAILED
[junit] Running org.apache.commons.mail.MultiPartEmailTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 1.076 sec
[junit] Running org.apache.commons.mail.HtmlEmailTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.849 sec
[junit] Running 

Re: [nightly build] email failed.

2007-03-01 Thread Dion Gillard

Thanks, I'll check it out. It's bound to be me

On 3/1/07, Phil Steitz [EMAIL PROTECTED] wrote:

Failed build logs:
/20070301/email.log

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





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



[jira] Resolved: (EMAIL-62) [email] Build patches to enforce source 1.4 and target 1.4 when compiling

2007-02-22 Thread dion gillard (JIRA)

 [ 
https://issues.apache.org/jira/browse/EMAIL-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

dion gillard resolved EMAIL-62.
---

Resolution: Fixed

Patches applied - thanks guys!

 [email] Build patches to enforce source 1.4 and target 1.4 when compiling
 -

 Key: EMAIL-62
 URL: https://issues.apache.org/jira/browse/EMAIL-62
 Project: Commons Email
  Issue Type: Bug
Affects Versions: 1.1
Reporter: Ben Speakmon
 Fix For: 1.1

 Attachments: build.xml.patch, project.properties, 
 project.properties.patch


 Maven and Ant patches. Ant patch suppresses spurious 1.5 type safety warnings 
 when building commons-email on JDK = 1.5.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Resolved: (EMAIL-50) [email] HTML Emails with images don't display in Outlook 2000

2007-02-22 Thread dion gillard (JIRA)

 [ 
https://issues.apache.org/jira/browse/EMAIL-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

dion gillard resolved EMAIL-50.
---

Resolution: Fixed

Ben's patch works well. Applied.

 [email] HTML Emails with images don't display in Outlook 2000
 -

 Key: EMAIL-50
 URL: https://issues.apache.org/jira/browse/EMAIL-50
 Project: Commons Email
  Issue Type: Improvement
Affects Versions: 1.0
 Environment: Operating System: other
 Platform: Other
Reporter: Andrew Liles
Priority: Minor
 Fix For: 1.1

 Attachments: html-embed-images.patch, HtmlEmail.java.patch, 
 HtmlEmail2.java


 I was having a problem sending HTML Emails with inline image attachments 
 against
 the client Microsoft Outlook 2000 SP-3.  I am using commons-email-1.0.jar.
 This bug report proposes a solution include code.
 Suppose with an HtmlEmail I am embedding 2 images, adding an HTML part and 
 Text
 part.
 The resultant Body structure is:
 EntityContent-TypeEncoding
 1 text/plain  7bit
 2 multipart/related
 2.1   text/html   7bit
 2.2   image/jpeg  base64
 2.3   image/jpeg  base64
 Outlook, by default, shows the text part with the HTML email as an attachment
 (correctly showing the images).  My problem is that I think the HTML should 
 be
 shown by default.
 I am guessing that it is an issue with this particular email client and the 
 Body
 Structure format ?  (see here, for example: COM-1526)
 ---
 I have fixed this for my own purposes and am recording the details here for 
 the
 benefit of others.  I don't know whether this should be categorised as a bug 
 in
 commons-email-1.0.jar or a bug in Outlook.  I suspect the latter, but since 
 back
 versions of Outlook will never get fixed, the pragmatic solution is to alter
 commons-email, particularly in cases if you are targeting a known finite set 
 of
 email clients.
 I am fully expecting a committer to categorize this as WONTFIX, but at least 
 the
 attachment I will add may allow others to use my code.
 My code has been tested to work on:
   Microsoft Outlook Express 6.00
   Microsoft Outlook 2000 SP-3
   Microsoft Outlook 2002
   Microsoft Outlook 2003 
   Qualcomm Eudora 6.0.3.0
   SquirrelMail 1.5.1 (webmail client)
   Hotmail (as of November 2005)
   Gmail (as of November 2005)
 These clients are all happy to receive and display HTML emails in the expected
 way using this Body Structure:
 EntityContent-TypeEncoding
 1 multipart/alternative 
 1.1   text/plain  7bit
 1.2   text/html   7bit
 2 image/jpeg  base64
 3 image/jpeg  base64
 I have not tested with attachments that do not relate to the HTML and may not
 support this scenario; however this is not normal usage scenario (well, for me
 anyway).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Resolved: (EMAIL-52) [email] Identical Inline images should share same BodyPart

2007-02-22 Thread dion gillard (JIRA)

 [ 
https://issues.apache.org/jira/browse/EMAIL-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

dion gillard resolved EMAIL-52.
---

Resolution: Fixed

Fixed in EMAIL-50

 [email] Identical Inline images should share same BodyPart
 --

 Key: EMAIL-52
 URL: https://issues.apache.org/jira/browse/EMAIL-52
 Project: Commons Email
  Issue Type: Improvement
Affects Versions: 1.0
 Environment: Operating System: other
 Platform: Other
Reporter: Andrew Liles
Priority: Minor
 Fix For: 1.1


 If you have an HTML email with spacer.gif repeated several times, then you 
 get
 that image included several times in the payload of the email.  An 
 optimization
 would be to share the sid across the several references.
 I have adapted HTMLEmail for my own purposes, and one of the fixes I have
 added is just such an optimization.
 Please could a Committer register their interest in this, and I will make a
 patch and submit for your consideration.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Resolved: (EMAIL-28) [email] Problems with HTML emails with attachments and embedded images

2007-02-22 Thread dion gillard (JIRA)

 [ 
https://issues.apache.org/jira/browse/EMAIL-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

dion gillard resolved EMAIL-28.
---

Resolution: Fixed

Fixed in EMAIL-50. Go Ben!

 [email] Problems with HTML emails with attachments and embedded images
 --

 Key: EMAIL-28
 URL: https://issues.apache.org/jira/browse/EMAIL-28
 Project: Commons Email
  Issue Type: Bug
Affects Versions: 1.0
 Environment: Operating System: Windows XP
 Platform: PC
Reporter: Phil Bretherton
 Fix For: 1.1


 I have three problems that are probably related. The results are using Mozilla
 Thunderbird.
 1. When I send an HtmlEmail with attachments, embedded images, an HTML body 
 and
 an alternative text body both the alternative text and the HTML are displayed.
 2. When I send an HtmlEmail with embedded images, no attachments, an HTML body
 and I do not provide an alternative text body, the HTML body is not displayed.
 3. When I send an HtmlEmail with attachments, embedded images, an HTML body 
 and
 I do not provide an alternative text, everything works almost fine. The only
 problem is that when the SMTP server is sending emails outside its domain it
 adds a disclaimer. The addition of this disclaimer means that only the
 disclaimer is displayed. This does not happend when using Javamail.
 Below is the class that I used for my tests.
 import java.net.MalformedURLException;
 import java.net.URL;
 import org.apache.commons.mail.EmailAttachment;
 import org.apache.commons.mail.EmailException;
 import org.apache.commons.mail.HtmlEmail;
 public class CommonsEmailTest {
   /**
* @param args
*/
   public static void main(String[] args) {
   try {
   testHtmlEmailWithAttachmentsAndEmbeddedImages();
   testHtmlEmailWithoutAttachmentsOrText();
   testHtmlEmailWithAttachmentsAndEmbeddedImagesNoText();
   } catch (MalformedURLException e) {
   e.printStackTrace();
   } catch (EmailException e) {
   e.printStackTrace();
   }
   }
   
   /**
* This method sends an HTML email with attachments, embedded images,
* an HTML body and an alternative text body. The result is that both
* the HTML and the text are displayed.
* 
* @throws EmailException
* @throws MalformedURLException
*/
   public static void testHtmlEmailWithAttachmentsAndEmbeddedImages() 
 throws
 EmailException, MalformedURLException {
   
   // Create the email message
   HtmlEmail email = new HtmlEmail();
   email.setHostName(smtp.capgemini.fr);
   email.addTo([EMAIL PROTECTED], You);
   email.setFrom([EMAIL PROTECTED], Me);
   email.setSubject(Test email with inline image and attachment);
   
   // Create the attachment
   EmailAttachment attachment = new EmailAttachment();
   attachment.setPath(D:/temp/mypic.jpg);
   attachment.setDisposition(EmailAttachment.ATTACHMENT);
   attachment.setDescription(A picture);
   attachment.setName(Thingy);
   
   email.attach(attachment);
   // embed the image and get the content id
   URL url = new 
 URL(http://www.apache.org/images/asf_logo_wide.gif;);
   String cid = email.embed(url, Apache logo);
   // set the html message
   email.setHtmlMsg(htmlThe apache logo - img 
 src=\cid:+cid+\/html);
   // set the alternative message
   email.setTextMsg(Your email client does not support HTML 
 messages);
   // send the email
   email.send();   
   }
   /**
* This method sends an HTML email with embedded images,
* an HTML body and no alternative text body. The result is that both
* the HTML is not displayed.
* 
* @throws EmailException
* @throws MalformedURLException
*/
   public static void testHtmlEmailWithoutAttachmentsOrText() throws
 EmailException, MalformedURLException {
   
   // Create the email message
   HtmlEmail email = new HtmlEmail();
   email.setHostName(smtp.capgemini.fr);
   email.addTo([EMAIL PROTECTED], You);
   email.setFrom([EMAIL PROTECTED], Me);
   email.setSubject(Test email with inline image and no 
 alternative text);
   
   // embed the image and get the content id
   URL url = new 
 URL(http://www.apache.org/images/asf_logo_wide.gif;);
   String cid = email.embed(url

[jira] Resolved: (EMAIL-54) [email] Add new class Charset

2007-02-22 Thread dion gillard (JIRA)

 [ 
https://issues.apache.org/jira/browse/EMAIL-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

dion gillard resolved EMAIL-54.
---

Resolution: Fixed

Applied the charset-support patch. Looks fine.

 [email] Add new class Charset
 -

 Key: EMAIL-54
 URL: https://issues.apache.org/jira/browse/EMAIL-54
 Project: Commons Email
  Issue Type: Improvement
Affects Versions: 1.0
 Environment: Operating System: other
 Platform: Other
Reporter: Piero Ottuzzi
Priority: Minor
 Fix For: 1.1

 Attachments: charset-support.patch, Charset.java, Email.java.patch


 Add new class Charset the let the whole thing extensible and less error prone

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Resolved: (EMAIL-14) [email] not support content charset gb2312

2007-02-22 Thread dion gillard (JIRA)

 [ 
https://issues.apache.org/jira/browse/EMAIL-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

dion gillard resolved EMAIL-14.
---

Resolution: Fixed

Fixed by EMAIL-54 patch

 [email] not support content  charset gb2312
 ---

 Key: EMAIL-14
 URL: https://issues.apache.org/jira/browse/EMAIL-14
 Project: Commons Email
  Issue Type: Bug
Affects Versions: 1.0
 Environment: Operating System: other
 Platform: Other
Reporter: locka
 Fix For: 1.1

 Attachments: commons-email-utf8.patch.txt, patch.java


 when i try the example :
 Email email=new SimpleEmail();
   email.setHostName(129.1.1.129);
   email.setAuthentication(admin,1);
   email.addTo([EMAIL PROTECTED], wjq);
   email.setFrom([EMAIL PROTECTED], Me);
   email.setCharset(gb2312);
   email.setSubject(²âÊÔ¼òµ¥Óʼþ);
   email.setMsg(ÕâÊDzâÊÔ¼òµ¥Óʼþ);   
   email.send();   
 the received mail content like  ,when change Email.TEXT_PLAIN 
 = text/plain to  TEXT_PLAIN = text/plain;charset=gb2312  , all are right

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Resolved: (EMAIL-25) [email] Address char-set can not be individually set

2007-02-22 Thread dion gillard (JIRA)

 [ 
https://issues.apache.org/jira/browse/EMAIL-25?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

dion gillard resolved EMAIL-25.
---

Resolution: Fixed

Fixed by EMAIL-54

 [email] Address char-set can not be individually set
 

 Key: EMAIL-25
 URL: https://issues.apache.org/jira/browse/EMAIL-25
 Project: Commons Email
  Issue Type: Bug
Affects Versions: 1.0
 Environment: Operating System: other
 Platform: Other
Reporter: James Huang
Priority: Critical
 Fix For: 1.1


 The commons-email-1.0 release API has a critical flaw: you can't specify char-
 set for individual addresses. This is the case with some Japanese mail 
 systems.
 Currently, org.apache.commons.mail.Email class only has methods like
add(String email, String name);
 but no such methods:
addXXX(String email, String name, String charset);
 In addition, I believe the API should allow
addXXX(javax.mail.internt.InternetAddress);
 If you want to hide InternetAddress, I don't mind to even have a 
 addXXX(Object).
 Thanks,
 -James Huang

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Resolved: (EMAIL-1) [email] setCharset() in Email does not set the charset for the message content

2007-02-22 Thread dion gillard (JIRA)

 [ 
https://issues.apache.org/jira/browse/EMAIL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

dion gillard resolved EMAIL-1.
--

Resolution: Fixed

Applied.

 [email] setCharset() in Email does not set the charset for the message content
 --

 Key: EMAIL-1
 URL: https://issues.apache.org/jira/browse/EMAIL-1
 Project: Commons Email
  Issue Type: Bug
Affects Versions: 1.0
 Environment: Operating System: other
 Platform: Other
Reporter: James Mc Millan
 Fix For: 1.1

 Attachments: email-1.patch


 Hello
 More accurately, the charset is not used in buildMimeMessage() as it is not 
 part
 of the contentType used when calling message.setContent(). Since
 setContentType() updates the charset, I think it makes for setCharset() to
 update the contentType?
 James

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Commented: (EMAIL-56) [Email] Parsing MIME content.

2007-02-22 Thread dion gillard (JIRA)

[ 
https://issues.apache.org/jira/browse/EMAIL-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475245
 ] 

dion gillard commented on EMAIL-56:
---

I'm with Ben on this one. I think javamail is the appropriate tool for this 
sort of activity and it falls outside of what we're trying to do (keep it as 
simple as it needs to be) with commons email.

I'm happy to hear alternative views on it, though...

 [Email] Parsing MIME content.
 -

 Key: EMAIL-56
 URL: https://issues.apache.org/jira/browse/EMAIL-56
 Project: Commons Email
  Issue Type: Improvement
 Environment: Operating System: Windows XP
 Platform: Other
Reporter: Jose M. Ordax
Priority: Minor
 Fix For: 1.1


 This is not a bug, it is a Feature Request.
 It should be nice if the framework implements a way to create a 
 MultiPartMessage
 from an InputStream or a String with all the content of a real message got 
 from
 a POP3 or NNTP server.
 Currently it seems you have to create it manually adding headers and parts via
 methods. And I think in this way is not really useful.
 Thanks,
Chemi.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Commented: (EMAIL-64) Use wiser instead of dumbster for test cases

2007-02-13 Thread dion gillard (JIRA)

[ 
https://issues.apache.org/jira/browse/EMAIL-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472978
 ] 

dion gillard commented on EMAIL-64:
---

I'm with Ben.

 Use wiser instead of dumbster for test cases
 

 Key: EMAIL-64
 URL: https://issues.apache.org/jira/browse/EMAIL-64
 Project: Commons Email
  Issue Type: Improvement
Affects Versions: 1.1
Reporter: Ben Speakmon
 Fix For: 1.1


 Since the test cases depend on a snapshot of the dead project dumbster, the 
 tests should be changed to use the wiser test email server instead. Marking 
 as 1.1 fix since this should get done before 1.1 goes out the door.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Commented: (EMAIL-62) [email] Build patches to enforce source 1.4 and target 1.4 when compiling

2007-02-13 Thread dion gillard (JIRA)

[ 
https://issues.apache.org/jira/browse/EMAIL-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472986
 ] 

dion gillard commented on EMAIL-62:
---

Does anyone know why we're patching a Maven-generated build.xml file instead of 
just regenerating it?

Doesn't the maven ant plugin generate a build file with the correct javac task 
attributes?

 [email] Build patches to enforce source 1.4 and target 1.4 when compiling
 -

 Key: EMAIL-62
 URL: https://issues.apache.org/jira/browse/EMAIL-62
 Project: Commons Email
  Issue Type: Bug
Affects Versions: 1.1
Reporter: Ben Speakmon
 Fix For: 1.1

 Attachments: build.xml.patch, project.properties, 
 project.properties.patch


 Maven and Ant patches. Ant patch suppresses spurious 1.5 type safety warnings 
 when building commons-email on JDK = 1.5.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Commented: (EMAIL-62) [email] Build patches to enforce source 1.4 and target 1.4 when compiling

2007-02-12 Thread dion gillard (JIRA)

[ 
https://issues.apache.org/jira/browse/EMAIL-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472428
 ] 

dion gillard commented on EMAIL-62:
---

So this means that commons-email is now JDK 1.4+.

Has anyone surveyed the users and seen if we still have any on 1.3 that can't 
stay on email 1.0?

 [email] Build patches to enforce source 1.4 and target 1.4 when compiling
 -

 Key: EMAIL-62
 URL: https://issues.apache.org/jira/browse/EMAIL-62
 Project: Commons Email
  Issue Type: Bug
Affects Versions: 1.1
Reporter: Ben Speakmon
 Fix For: 1.1

 Attachments: build.xml.patch, project.properties, 
 project.properties.patch


 Maven and Ant patches. Ant patch suppresses spurious 1.5 type safety warnings 
 when building commons-email on JDK = 1.5.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Commented: (EMAIL-64) Use wiser instead of dumbster for test cases

2007-02-12 Thread dion gillard (JIRA)

[ 
https://issues.apache.org/jira/browse/EMAIL-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472429
 ] 

dion gillard commented on EMAIL-64:
---

How 'live' is wiser?

 Use wiser instead of dumbster for test cases
 

 Key: EMAIL-64
 URL: https://issues.apache.org/jira/browse/EMAIL-64
 Project: Commons Email
  Issue Type: Improvement
Affects Versions: 1.1
Reporter: Ben Speakmon
 Fix For: 1.1


 Since the test cases depend on a snapshot of the dead project dumbster, the 
 tests should be changed to use the wiser test email server instead. Marking 
 as 1.1 fix since this should get done before 1.1 goes out the door.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Commented: (EMAIL-64) Use wiser instead of dumbster for test cases

2007-02-12 Thread dion gillard (JIRA)

[ 
https://issues.apache.org/jira/browse/EMAIL-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472492
 ] 

dion gillard commented on EMAIL-64:
---

I'm happy to move to wiser, just wanted to make sure we're not going from dead 
project to dead project.

 Use wiser instead of dumbster for test cases
 

 Key: EMAIL-64
 URL: https://issues.apache.org/jira/browse/EMAIL-64
 Project: Commons Email
  Issue Type: Improvement
Affects Versions: 1.1
Reporter: Ben Speakmon
 Fix For: 1.1


 Since the test cases depend on a snapshot of the dead project dumbster, the 
 tests should be changed to use the wiser test email server instead. Marking 
 as 1.1 fix since this should get done before 1.1 goes out the door.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



Re: [all] Status of components

2007-02-08 Thread Dion Gillard

On 2/7/07, Henri Yandell [EMAIL PROTECTED] wrote:

I made a stab of defining the current status for Commons for the
Jakarta board report:

http://wiki.apache.org/jakarta/JakartaBoardReport-current

Here's the summary. Any thoughts on the ?? marks and the dormancy
candidates? Feel free to add things to the wiki page. I've not added
all of this yet.

Attributes - Needs a new release, after that a dormancy candidate.
BeanUtils - Inactive. 1.8.0 slowly being worked on.
Betwixt - Just released.
Chain - ??
CLI - Inactive. Dormancy candidate?
Codec - Inactive.
Collections - Inactive - new releases discussed but not much movement.
Configuration - Active.
Daemon - ?? Dormancy candidate?
DBCP - 1.2.2 release in the works.
DbUtils - 1.1 release made. No plans for 1.2.
Digester - ??
Discovery - 0.4 release made, nothing new planned. Dormancy candidate.
EL - ?? Dormancy candidate?
Email - Maybe a 1.1 release in the works. Not much activity yet.
FileUpload - 1.2 release in the works.
IO - 1.3 just released.
Jelly - ?? Dormancy candidate?


Again, little ongoing hard core development, but a little fix work and
experimentation happens.


Jexl - ?? Dormancy candidate?


Jexl gets a little bit of development here and there and has been
reasonably stable recently. We keep threatening to start Jexl 2.


JXPath - ?? Dormancy candidate?
Lang - 2.3 release in the works.
Launcher - Inactive. Dormancy candidate.
Logging - Needs a 1.1.1 release, no plans beyond that.
Math - Slow activity.
Modeler - Inactive - dormancy?
Net - New JDK 1.5 version in the works.
Pool - New version in the works.
Primitives - Inactive. Dormancy candidate?
SCXML - Active, just released.
Transaction - Release being discussed.
Validator - Active.
VFS - Active and releasing.

Dormant - Nothing likely to leave dormancy.

Sandbox - Nothing that looks like moving to proper anytime soon. Some
for dormancy (finder, id).

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





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



Re: [email] Status and JIRA breakdown

2007-01-31 Thread Dion Gillard

On 1/31/07, Henri Yandell [EMAIL PROTECTED] wrote:

On 1/10/07, Ben Speakmon [EMAIL PROTECTED] wrote:

 There are currently 13 open issues in JIRA; happily one was closed
 last week when the OP got a new comment on the issue and marked it
 closed as being his fault.

There are 13 issues there now. EMAIL-28 seems to be the extra one
(Thunderbird issue).

Dion, are you still active on [email]?


On and off - I've had a busy start to the new year :-)


 Of the 13:

JIRA keys makes it easier to know which ones you're referring to.

 4 issues: Fixes for, or new features for, charset support
 4 issues: Improvements to how attachments work
 2 issues: Simple-looking performance enhancements (both with patches I
 reviewed and that seem to be okay)

EMAIL-60 applied. Unsure what the other one was.

Only request is that you create patches from the root of the project
(ie next to the project.xml) rather than the file itself. Makes it
much simpler to apply :)

 1 bug: HTML Emails with images don't display in Outlook 2000
 (https://issues.apache.org/jira/browse/EMAIL-50)


I've left a comment on that issue previously about the initial patch,
and I'm not sure if the second patch provides all that is needed to
fix the issue (anyone tested it?)


 2 features: adding SSL support and generating Email objects from
 InputStreams or Strings (both of which seem useful)


Yep, these seem useful - I'll look at them now.



 I know that email 1.0 was targeted at javamail 1.3 and jaf 1.0.2, but
 since then the 1.1-SNAPSHOT in the maven file has updated to 1.4 and
 1.1 respectively, and Henri committed the patch I submitted to enforce
 the same versions in the build.xml. Therefore it seems that the
 decision to ship a 1.1 with the newer versions has already been made,
 so I don't see why any of the current issues should be postponed to a
 2.0 release. Right now email is a very simple API, and I don't see a
 need either from my own use of it or from the current open issues to
 push a lot of new features onto it; rather the focus should be on
 making what's already there work better.


+1



+1 to 1.4/1.1 and +1 to small improvements rather than any big rethinks.

In your opinion - should all the issues be fixed for 1.1? Or should
some be wontfix'd or aren't worth the effort?


Let's get a 1.1 plan happening.



Hen

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





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



[jira] Resolved: (EMAIL-59) SSL Support

2007-01-31 Thread dion gillard (JIRA)

 [ 
https://issues.apache.org/jira/browse/EMAIL-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

dion gillard resolved EMAIL-59.
---

Resolution: Fixed

applied clean patch

 SSL Support
 ---

 Key: EMAIL-59
 URL: https://issues.apache.org/jira/browse/EMAIL-59
 Project: Commons Email
  Issue Type: New Feature
Reporter: Mitch McCuiston
 Attachments: enable-ssl-cleaned.patch, enable-ssl.patch


 Adding convenience methods for enabling SSL in Email.java abstract class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Closed: (EMAIL-22) [email] New embed method for HtmlEmail

2007-01-31 Thread dion gillard (JIRA)

 [ 
https://issues.apache.org/jira/browse/EMAIL-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

dion gillard closed EMAIL-22.
-

Resolution: Duplicate

Email-35 looks like a better patch as well.

 [email] New embed method for HtmlEmail
 --

 Key: EMAIL-22
 URL: https://issues.apache.org/jira/browse/EMAIL-22
 Project: Commons Email
  Issue Type: Bug
 Environment: Operating System: other
 Platform: Other
Reporter: zarkon

 Hi!
 I've written a new embed method (simply but neccesary) for the HtmlEmail
 class:
 public String embed(DataSource ds, String name) throws EmailException{
   
  // verify that the DataSource is valid
 try
 {
 if (ds == null || ds.getInputStream() == null)
 {
 throw new EmailException(Invalid Datasource);
 }
 }
 catch (IOException e)
 {
 throw new EmailException(Invalid Datasource);
 }
 MimeBodyPart mbp = new MimeBodyPart();
 try
 {
 mbp.setDataHandler(new DataHandler(ds));
 mbp.setFileName(name);
 mbp.setDisposition(inline);
 String cid = randomAlphabetic(HtmlEmail.CID_LENGTH).toLowerCase();
 mbp.addHeader(Content-ID,  + cid + );
 this.inlineImages.add(mbp);
 return cid;
 }
 catch (MessagingException me)
 {
 throw new EmailException(me);
 }
 }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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



[jira] Commented: (JEXL-31) Make it possible to run the jar target without running the test target

2007-01-02 Thread dion gillard (JIRA)

[ 
http://issues.apache.org/jira/browse/JEXL-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461716
 ] 

dion gillard commented on JEXL-31:
--

It is possible to build the jar without running the tests by using 
maven.test.skip=true, see 
http://maven.apache.org/maven-1.x/plugins/test/properties.html

 Make it possible to run the jar target without running the test target
 --

 Key: JEXL-31
 URL: http://issues.apache.org/jira/browse/JEXL-31
 Project: Commons JEXL
  Issue Type: Improvement
Affects Versions: 2.0, 1.1.1, 1.1, 1.0, 1.0 Beta 1
 Environment: Gentoo Linux
Reporter: Petteri Räty
Priority: Minor
 Attachments: test-target.patch


 Now it is not possible to run the jar target without running the tests. For 
 Gentoo ebuilds it must be possible to just create the jar and optionally run 
 the tests if the user wants to run them so I created a patch to only run the 
 test target under the dist target instead of the jar target. This is also the 
 way this is most commonly done in java projects. Attached patch follows.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] Commented: (JELLY-273) Reference to %JAVA_HOME%\bin\java in jelly.bat should be %JAVA_HOME%\bin\java

2006-12-29 Thread dion gillard (JIRA)
[ 
http://issues.apache.org/jira/browse/JELLY-273?page=comments#action_12461455 ] 

dion gillard commented on JELLY-273:


Yep, the quoting of JAVA_HOME is definitely wrong

 Reference to %JAVA_HOME%\bin\java in jelly.bat should be 
 %JAVA_HOME%\bin\java
 -

 Key: JELLY-273
 URL: http://issues.apache.org/jira/browse/JELLY-273
 Project: Commons Jelly
  Issue Type: Bug
  Components: core / taglib.core
 Environment: Windows XP
Reporter: David M. Karr
Priority: Minor

 On Windows XP, when the released jelly.bat is executed, it complains very 
 obtusely:
 Exception in thread main java.lang.NoClassDefFoundError: \bin\java
 With some experimentation, I realized that all that is required is to change:
 %JAVA_HOME%\bin\java -classpath 
 %CLASSPATH%;%JELLY_HOME%\lib\forehead-1.0-beta-5.jar 
 -Dforehead.conf.file=%FOREHEAD_CONF% -Djelly.home=%JELLY_HOME% 
 -Dtools.jar=%JAVA_HOME%\lib\tools.jar %JELLY_OPTS% 
 com.werken.forehead.Forehead %*
 to:
 %JAVA_HOME%\bin\java -classpath 
 %CLASSPATH%;%JELLY_HOME%\lib\forehead-1.0-beta-5.jar 
 -Dforehead.conf.file=%FOREHEAD_CONF% -Djelly.home=%JELLY_HOME% 
 -Dtools.jar=%JAVA_HOME%\lib\tools.jar %JELLY_OPTS% 
 com.werken.forehead.Forehead %*
 The only change is moving the double-quote from before /bin/java to after 
 it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



Re: [Jelly XMLUnit Taglib] Gump build failure

2006-12-18 Thread Dion Gillard

Noone's done work on it in a long while - feel free!

On 12/19/06, Stefan Bodewig [EMAIL PROTECTED] wrote:

Hi all,

I've been granted commit access to XMLUnit and promptly started
breaking other people's code. ;-)

I started to wrap some of the exceptions into RuntimeExceptions so the
corresponding methods now no longer throw exceptions they used to.

Is anybody still actively maintaining this taglib?  I'd really prefer
to not revert the change but instead patch the taglib in a way that it
will compile against XMLUnit 1.0 and what will become 1.1 sooner or
later.

Cheers

Stefan

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





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



Re: [Jelly XMLUnit Taglib] Gump build failure

2006-12-18 Thread Dion Gillard

The commit to changes.xml looks ok.

On 12/19/06, Stefan Bodewig [EMAIL PROTECTED] wrote:

On Tue, 19 Dec 2006, Dion Gillard [EMAIL PROTECTED] wrote:

 Noone's done work on it in a long while - feel free!

Done.  I'd appreciate if anybody more familiar with the Maven changes
plugin verified what I did to changes.xml (I just imitated what I saw
in some other files).

Stefan

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





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



Re: [VOTE] DbUtils 1.1

2006-11-28 Thread Dion Gillard

Quick question:
- What is the license for the jdbc2_0-stdext.jar that is part of the
source distro?

It appears to be a sun binary, but I can't find a download location or
license for it on java.sun.com/products/jdbc anymore.

On 11/29/06, Henri Yandell [EMAIL PROTECTED] wrote:

Apologies for another vote thread - post-thanksgiving holiday explosion.

Here's the release location:
http://people.apache.org/~bayard/commons-dbutils/1.1-RC2/

Site:
http://people.apache.org/~bayard/commons-dbutils/1.1-RC2/site/

Release notes:
http://people.apache.org/~bayard/commons-dbutils/1.1-RC2/site/changes-report.html

[ ] +1
[ ] -1

Vote to close on Friday 1st Dec.

Hen

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





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



[jira] Created: (BEANUTILS-264) Manifest.MF distributed via maven repositories has 1.6 as the implementation version and specification version

2006-11-22 Thread dion gillard (JIRA)
Manifest.MF distributed via maven repositories has 1.6 as the implementation 
version and specification version
--

 Key: BEANUTILS-264
 URL: http://issues.apache.org/jira/browse/BEANUTILS-264
 Project: Commons BeanUtils
  Issue Type: Bug
Affects Versions: 1.7.0
Reporter: dion gillard


See 
http://people.apache.org/repo/m1-ibiblio-rsync-repository/commons-beanutils/jars/commons-beanutils-1.7.0.jar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] Commented: (BEANUTILS-31) [beanutils] The version in the manifest for version 1.7 is wrong it says 1.6

2006-11-22 Thread dion gillard (JIRA)
[ 
http://issues.apache.org/jira/browse/BEANUTILS-31?page=comments#action_12452127 
] 

dion gillard commented on BEANUTILS-31:
---

Can't we at least fix the jar and re-deploy it?

 [beanutils] The version in the manifest for version 1.7 is wrong it says 1.6
 

 Key: BEANUTILS-31
 URL: http://issues.apache.org/jira/browse/BEANUTILS-31
 Project: Commons BeanUtils
  Issue Type: Bug
Affects Versions: 1.6
 Environment: Operating System: other
 Platform: Other
Reporter: Rohan Lenard
Priority: Minor

 Manifest-Version: 1.0
 Ant-Version: Apache Ant 1.5.3 
 Created-By: 1.4.1_01-b01 (Sun Microsystems Inc.)
 Extension-Name: org.apache.commons.beanutils
 Specification-Title: Jakarta Commons Beanutils
 Specification-Vendor: Apache Software Foundation
 Specification-Version: 1.6
 Implementation-Title: org.apache.commons.beanutils
 Implementation-Vendor: Apache Software Foundation
 Implementation-Version: 1.6
 I'd have thought the Implementation-Version should be 1.7

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] Commented: (JEXL-30) ASTAddNode does not add BigDecimal objects correctly

2006-11-19 Thread dion gillard (JIRA)
[ 
http://issues.apache.org/jira/browse/JEXL-30?page=comments#action_12451144 ] 

dion gillard commented on JEXL-30:
--

I agree the current case is wrong, but I'd much rather see a special case where 
if left/right is a BigDecimal then the other  side is coerced into a BigDecimal 
and BigDecimal.add called.

WDYT?

 ASTAddNode does not add BigDecimal objects correctly
 

 Key: JEXL-30
 URL: http://issues.apache.org/jira/browse/JEXL-30
 Project: Commons JEXL
  Issue Type: Bug
Affects Versions: 1.1
 Environment: All
Reporter: Curtis Stanford

 The ASTAddNode only checks for Float or Double objects when adding floating 
 point numbers. If the objects are not Float or Double, they are added as 
 Long's. As a result, adding BigDecimal objects loses any existing decimal 
 points.
 Untested patch:
 Index: ASTAddNode.java
 ===
 --- ASTAddNode.java (revision 476204)
 +++ ASTAddNode.java (working copy)
 @@ -16,6 +16,8 @@
  
  package org.apache.commons.jexl.parser;
  
 +import java.math.BigDecimal;
 +
  import org.apache.commons.jexl.JexlContext;
  import org.apache.commons.jexl.util.Coercion;
  
 @@ -71,8 +73,8 @@
   *  if anything is float, double or string with ( . | E | e)
   *  coerce all to doubles and do it
   */
 -if (left instanceof Float || left instanceof Double
 -|| right instanceof Float || right instanceof Double
 +if (left instanceof Float || left instanceof Double || left 
 instanceof BigDecimal
 +|| right instanceof Float || right instanceof Double || right 
 instanceof BigDecimal
  || (left instanceof String
 (((String) left).indexOf(.) != -1 
|| ((String) left).indexOf(e) != -1

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-18 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 26 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-18112006.jar] identifier set to project name
 -ERROR- Output with id mail.jar was not found in project javamail 
 -ERROR- Unhandled Property: maven.jar.mail on: Maven on Project:commons-email
 -WARNING- Invalid ID [mail.jar] for dependency on [javamail]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 4 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-18112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons/email/*Unset* (try downloading from 
http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Sat Nov 18 01:52:39 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 1918112006, vmgump.apache.org:vmgump-public:1918112006
Gump E-mail Identifier (unique within run) #13.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-18 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 26 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-18112006.jar] identifier set to project name
 -ERROR- Output with id mail.jar was not found in project javamail 
 -ERROR- Unhandled Property: maven.jar.mail on: Maven on Project:commons-email
 -WARNING- Invalid ID [mail.jar] for dependency on [javamail]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 4 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-18112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons/email/*Unset* (try downloading from 
http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Sat Nov 18 01:52:39 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 1918112006, vmgump.apache.org:vmgump-public:1918112006
Gump E-mail Identifier (unique within run) #13.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-17 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 23 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-17112006.jar] identifier set to project name
 -ERROR- Output with id mail.jar was not found in project javamail 
 -ERROR- Unhandled Property: maven.jar.mail on: Maven on Project:commons-email
 -WARNING- Invalid ID [mail.jar] for dependency on [javamail]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-17112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons/email/*Unset* (try downloading from 
http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Fri Nov 17 02:00:50 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2117112006, vmgump.apache.org:vmgump-public:2117112006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-17 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 23 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-17112006.jar] identifier set to project name
 -ERROR- Output with id mail.jar was not found in project javamail 
 -ERROR- Unhandled Property: maven.jar.mail on: Maven on Project:commons-email
 -WARNING- Invalid ID [mail.jar] for dependency on [javamail]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-17112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons/email/*Unset* (try downloading from 
http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Fri Nov 17 02:00:50 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2117112006, vmgump.apache.org:vmgump-public:2117112006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-16 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 20 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-16112006.jar] identifier set to project name
 -ERROR- Output with id mail.jar was not found in project javamail 
 -ERROR- Unhandled Property: maven.jar.mail on: Maven on Project:commons-email
 -WARNING- Invalid ID [mail.jar] for dependency on [javamail]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-16112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons/email/*Unset* (try downloading from 
http://java.sun.com/products/javamail/)

Total time: 3 seconds
Finished at: Thu Nov 16 01:57:14 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 1916112006, vmgump.apache.org:vmgump-public:1916112006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-16 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 20 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-16112006.jar] identifier set to project name
 -ERROR- Output with id mail.jar was not found in project javamail 
 -ERROR- Unhandled Property: maven.jar.mail on: Maven on Project:commons-email
 -WARNING- Invalid ID [mail.jar] for dependency on [javamail]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-16112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons/email/*Unset* (try downloading from 
http://java.sun.com/products/javamail/)

Total time: 3 seconds
Finished at: Thu Nov 16 01:57:14 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 1916112006, vmgump.apache.org:vmgump-public:1916112006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-14 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 17 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-14112006.jar] identifier set to project name
 -ERROR- Output with id mail.jar was not found in project javamail 
 -ERROR- Unhandled Property: maven.jar.mail on: Maven on Project:commons-email
 -WARNING- Invalid ID [mail.jar] for dependency on [javamail]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-14112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons/email/*Unset* (try downloading from 
http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Tue Nov 14 01:43:54 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2214112006, vmgump.apache.org:vmgump-public:2214112006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-14 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 17 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-14112006.jar] identifier set to project name
 -ERROR- Output with id mail.jar was not found in project javamail 
 -ERROR- Unhandled Property: maven.jar.mail on: Maven on Project:commons-email
 -WARNING- Invalid ID [mail.jar] for dependency on [javamail]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-14112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons/email/*Unset* (try downloading from 
http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Tue Nov 14 01:43:54 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2214112006, vmgump.apache.org:vmgump-public:2214112006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-13 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 14 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-13112006.jar] identifier set to project name
 -ERROR- Output with id mail.jar was not found in project javamail 
 -ERROR- Unhandled Property: maven.jar.mail on: Maven on Project:commons-email
 -WARNING- Invalid ID [mail.jar] for dependency on [javamail]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-13112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons/email/*Unset* (try downloading from 
http://java.sun.com/products/javamail/)

Total time: 3 seconds
Finished at: Mon Nov 13 01:52:31 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 1913112006, vmgump.apache.org:vmgump-public:1913112006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-13 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 14 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-13112006.jar] identifier set to project name
 -ERROR- Output with id mail.jar was not found in project javamail 
 -ERROR- Unhandled Property: maven.jar.mail on: Maven on Project:commons-email
 -WARNING- Invalid ID [mail.jar] for dependency on [javamail]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-13112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons/email/*Unset* (try downloading from 
http://java.sun.com/products/javamail/)

Total time: 3 seconds
Finished at: Mon Nov 13 01:52:31 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 1913112006, vmgump.apache.org:vmgump-public:1913112006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-12 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 11 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-12112006.jar] identifier set to project name
 -ERROR- Output with id mail.jar was not found in project javamail 
 -ERROR- Unhandled Property: maven.jar.mail on: Maven on Project:commons-email
 -WARNING- Invalid ID [mail.jar] for dependency on [javamail]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-12112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons/email/*Unset* (try downloading from 
http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Sun Nov 12 01:55:25 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2012112006, vmgump.apache.org:vmgump-public:2012112006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-12 Thread dIon Gillard
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 2 projects,
 and has been outstanding for 11 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-template :  Services Framework


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-12112006.jar] identifier set to project name
 -ERROR- Output with id mail.jar was not found in project javamail 
 -ERROR- Unhandled Property: maven.jar.mail on: Maven on Project:commons-email
 -WARNING- Invalid ID [mail.jar] for dependency on [javamail]
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-12112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar; path override doesn't exist: 
/x1/gump/public/workspace/jakarta-commons/email/*Unset* (try downloading from 
http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Sun Nov 12 01:55:25 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2012112006, vmgump.apache.org:vmgump-public:2012112006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-11 Thread dIon Gillard
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 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:
- commons-email :  Commons Email Package
- fulcrum-template :  Services Framework
- jakarta-turbine-2 :  A servlet based framework.
- portals-jetspeed-1 :  Enterprise Information Portal


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-2006.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-2006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/javamail-1.4/mail.jar:/usr/local/gump/packages/javamail-1.4/lib/mailapi.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar (try downloading from http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Sat Nov 11 01:52:57 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 162006, vmgump.apache.org:vmgump-public:162006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-11 Thread dIon Gillard
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 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:
- commons-email :  Commons Email Package
- fulcrum-template :  Services Framework
- jakarta-turbine-2 :  A servlet based framework.
- portals-jetspeed-1 :  Enterprise Information Portal


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-2006.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-2006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/javamail-1.4/mail.jar:/usr/local/gump/packages/javamail-1.4/lib/mailapi.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar (try downloading from http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Sat Nov 11 01:52:57 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 162006, vmgump.apache.org:vmgump-public:162006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-10 Thread dIon Gillard
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 4 projects,
 and has been outstanding for 5 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-template :  Services Framework
- jakarta-turbine-2 :  A servlet based framework.
- portals-jetspeed-1 :  Enterprise Information Portal


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-10112006.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-10112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/javamail-1.4/mail.jar:/usr/local/gump/packages/javamail-1.4/lib/mailapi.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar (try downloading from http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Fri Nov 10 01:45:22 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 1110112006, vmgump.apache.org:vmgump-public:1110112006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-10 Thread dIon Gillard
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 4 projects,
 and has been outstanding for 5 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-template :  Services Framework
- jakarta-turbine-2 :  A servlet based framework.
- portals-jetspeed-1 :  Enterprise Information Portal


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-10112006.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-10112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/javamail-1.4/mail.jar:/usr/local/gump/packages/javamail-1.4/lib/mailapi.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar (try downloading from http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Fri Nov 10 01:45:22 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 1110112006, vmgump.apache.org:vmgump-public:1110112006
Gump E-mail Identifier (unique within run) #12.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-09 Thread dIon Gillard
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 1 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


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-09112006.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-09112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/javamail-1.4/mail.jar:/usr/local/gump/packages/javamail-1.4/lib/mailapi.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar (try downloading from http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Thu Nov 09 01:42:01 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 3709112006, vmgump.apache.org:vmgump-public:3709112006
Gump E-mail Identifier (unique within run) #15.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-09 Thread dIon Gillard
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 1 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


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-09112006.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-09112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/javamail-1.4/mail.jar:/usr/local/gump/packages/javamail-1.4/lib/mailapi.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar (try downloading from http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Thu Nov 09 01:42:01 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 3709112006, vmgump.apache.org:vmgump-public:3709112006
Gump E-mail Identifier (unique within run) #15.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-08 Thread dIon Gillard
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 1 projects.
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


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-08112006.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-08112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/javamail-1.4/mail.jar:/usr/local/gump/packages/javamail-1.4/lib/mailapi.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar (try downloading from http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Wed Nov 08 17:43:12 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 15001608112006, vmgump.apache.org:vmgump-public:15001608112006
Gump E-mail Identifier (unique within run) #4.

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

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



[EMAIL PROTECTED]: Project commons-email (in module jakarta-commons) failed

2006-11-08 Thread dIon Gillard
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 1 projects.
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


Full details are available at:

http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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-08112006.jar] identifier set to project name
 -DEBUG- (Gump generated) Maven Properties in: 
/usr/local/gump/public/workspace/jakarta-commons/email/build.properties
 -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
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/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: 3 secs
Command Line: maven --offline jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/email]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.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/local/gump/public/workspace/ant/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-08112006.jar:/usr/local/gump/public/workspace/dumbster/build/dumbster.jar:/usr/local/gump/packages/maven-findbugs-plugin/maven-findbugs-plugin-0.9.1.jar:/usr/local/gump/packages/maven-cobertura-plugin/maven-cobertura-plugin-1.1.jar:/usr/local/gump/packages/javamail-1.4/mail.jar:/usr/local/gump/packages/javamail-1.4/lib/mailapi.jar:/usr/local/gump/packages/jaf-1.1ea/activation.jar
-
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but dumbster-SNAPSHOT.jar 
may be out of date!
The build cannot continue because of the following unsatisfied dependency:

mail-1.4.jar (try downloading from http://java.sun.com/products/javamail/)

Total time: 2 seconds
Finished at: Wed Nov 08 17:43:12 PST 2006

-

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/jakarta-commons/commons-email/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 15001608112006, vmgump.apache.org:vmgump-public:15001608112006
Gump E-mail Identifier (unique within run) #4.

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

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



Re: [VOTE] Release commons-parent pom

2006-11-06 Thread Dion Gillard

Got a link to the particular artifact we're voting on?

On 11/7/06, Dennis Lundberg [EMAIL PROTECTED] wrote:

Hello

This is a new vote following up on the failed vote [1] that was held
previously.

As far as I can tell, all the issues that were raised in the earlier
vote has been addressed. So please cast your votes.

This vote will be open for 72 hours and I will tally the votes no
earlier than 19:00 GMT+1 on November 9th.

[ ] +1
[ ] =0
[ ] -1


[1]
http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/200610.mbox/[EMAIL 
PROTECTED]

--
Dennis Lundberg

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





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



Re: [VOTE] Release commons-parent pom

2006-11-06 Thread Dion Gillard

Looks good to me.

+1

On 11/7/06, Dennis Lundberg [EMAIL PROTECTED] wrote:

Sorry, that should of course have been in the original vote mail:

http://svn.apache.org/viewvc/jakarta/commons/proper/commons-parent/trunk/pom.xml?revision=471805view=markup

--
Dennis Lundberg

Dion Gillard wrote:
 Got a link to the particular artifact we're voting on?

 On 11/7/06, Dennis Lundberg [EMAIL PROTECTED] wrote:
 Hello

 This is a new vote following up on the failed vote [1] that was held
 previously.

 As far as I can tell, all the issues that were raised in the earlier
 vote has been addressed. So please cast your votes.

 This vote will be open for 72 hours and I will tally the votes no
 earlier than 19:00 GMT+1 on November 9th.

 [ ] +1
 [ ] =0
 [ ] -1


 [1]
 
http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/200610.mbox/[EMAIL 
PROTECTED]


 --
 Dennis Lundberg

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





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



Re: [email] trunk build hangs during unit tests

2006-10-28 Thread Dion Gillard

Cool. Thanks Hen

On 10/28/06, Henri Yandell [EMAIL PROTECTED] wrote:

It's a threading issue in Dumbster 1.6 - the only change since 1.6 in
their CVS is a fix to this. If the socket creation returns too quickly
(Mac's must be good at that) then the notification is too early and it
hangs:

2005-04-14 07:09  jasonkitchen

* src/com/dumbster/smtp/SimpleSmtpServer.java: Move thread start
  inside of synchronized block to prevent notifications being sent
  before anyone is waiting.

I've posted on their forum asking for a new release. Jon Stevens has
also posted there and mentioned that he's created a Wiser project
(http://subethasmtp.tigris.org/wiser.html). If there's no release form
Dumbster then I'll look into getting Wiser uploaded to the maven
repo's.

Hen

On 10/17/06, Henri Yandell [EMAIL PROTECTED] wrote:
 Very likely, otherwise it would have been Linux. I wouldn't be
 surprised if I'd tried both.

 Hen

 On 10/17/06, Dion Gillard [EMAIL PROTECTED] wrote:
  I have a Mac at home and will give it a go there.
 
  Thanks for raising this and narrowing it down.
 
  Henri, were you running your tests on a Mac too?
 
  On 10/18/06, Bjorn Townsend [EMAIL PROTECTED] wrote:
   I don't receive any errors to that effect, but if I try to telnet to
   the port given in EmailConfiguration.java while the test is hanging
   the connection is refused.
  
   I just tried building commons-email on another machine and it worked
   out of the box, so I guess it must be an environmental issue.  The
   test is hanging on OSX 10.4.8 and is working on a Linux machine, so I
   suspect that the Dumbster SimpleSmtpServer doesn't play well with the
   Mac environment for whatever reason.
  
   On Oct 17, 2006, at 7:42 AM  October 17, Dion Gillard wrote:
  
Does the mail server used in the tests come up ok, i.e. is it
listening for requests?
   
On 10/16/06, Bjorn Townsend [EMAIL PROTECTED] wrote:
   
Hello all,
   
I'm trying to build commons-email from the source available via the
SVN trunk, and while it compiles fine it seems to be hanging when it
hits the unit tests:
   
test:test:
 [junit] Running org.apache.commons.mail.DefaultAuthenticatorTest
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:
0.193 sec
 [junit] Running org.apache.commons.mail.EmailAttachmentTest
 [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed:
3.512 sec
 [junit] Running org.apache.commons.mail.EmailTest
   
(it just hangs there until the build is cancelled).
   
I see that Henri mentioned this problem on the list back in May:
   
http://comments.gmane.org/gmane.comp.jakarta.commons.devel/83199
   
but I haven't been able to find any other list traffic about it. Is
there a workaround, am I doing something wrong, or is this an
outstanding issue?
   
Thanks,
Bjorn
   
   
   
   
--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.
   
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
  
  
  
  
 
 
  --
  http://www.multitask.com.au/people/dion/
  Rule of Acquisition #91: Hear all, trust nothing.
 
  -
  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]





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



Re: svn commit: r468511 - /jakarta/commons/proper/email/trunk/project.xml

2006-10-28 Thread Dion Gillard

On 10/29/06, Henri Yandell [EMAIL PROTECTED] wrote:

Oops :) Sorry, I'm just happy that it wasn't 1.5.

I wonder if the Geronimo versions are 1.2/1.3 compatible. Whichever, I
think it's worth it to have a build that works out of the box and
doesn't involve download-jar-manually pain, or depending on a BCL
licensed work.


Ditto, but I still think we should support 1.3.
What are our other options?



Hen

On 10/28/06, Dennis Lundberg [EMAIL PROTECTED] wrote:
 The 1.4 release of JavaMail requires Java 1.4. Are we switching to Java
 1.4 for commons-email? If so, then the build scripts for Ant and Maven
 need to be updated accordingly.

 You can read more about the requirements of JavaMail 1.4 here:
https://glassfish.dev.java.net/javaee5/mail/

 --
 Dennis Lundberg

 [EMAIL PROTECTED] wrote:
  Author: bayard
  Date: Fri Oct 27 12:56:40 2006
  New Revision: 468511
 
  URL: http://svn.apache.org/viewvc?view=revrev=468511
  Log:
  Upgrading to CDDL versions of JavaMail and Activation
 
  Modified:
  jakarta/commons/proper/email/trunk/project.xml
 
  Modified: jakarta/commons/proper/email/trunk/project.xml
  URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/project.xml?view=diffrev=468511r1=468510r2=468511
  
==
  --- jakarta/commons/proper/email/trunk/project.xml (original)
  +++ jakarta/commons/proper/email/trunk/project.xml Fri Oct 27 12:56:40 2006
  @@ -186,15 +186,15 @@
   /contributors
   dependencies
   dependency
  -groupIdjavamail/groupId
  -artifactIdjavamail/artifactId
  -version1.3.3/version
  +groupIdjavax.mail/groupId
  +artifactIdmail/artifactId
  +version1.4/version
   urlhttp://java.sun.com/products/javamail//url
   /dependency
   dependency
  -groupIdactivation/groupId
  +groupIdjavax.activation/groupId
   artifactIdactivation/artifactId
  -version1.0.2/version
  +version1.1/version
   
urlhttp://java.sun.com/products/javabeans/glasgow/jaf.html/url
   /dependency
   dependency
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 --
 Dennis Lundberg

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





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



Re: [email] trunk build hangs during unit tests

2006-10-17 Thread Dion Gillard

Does the mail server used in the tests come up ok, i.e. is it
listening for requests?

On 10/16/06, Bjorn Townsend [EMAIL PROTECTED] wrote:


Hello all,

I'm trying to build commons-email from the source available via the
SVN trunk, and while it compiles fine it seems to be hanging when it
hits the unit tests:

test:test:
 [junit] Running org.apache.commons.mail.DefaultAuthenticatorTest
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:
0.193 sec
 [junit] Running org.apache.commons.mail.EmailAttachmentTest
 [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed:
3.512 sec
 [junit] Running org.apache.commons.mail.EmailTest

(it just hangs there until the build is cancelled).

I see that Henri mentioned this problem on the list back in May:

http://comments.gmane.org/gmane.comp.jakarta.commons.devel/83199

but I haven't been able to find any other list traffic about it. Is
there a workaround, am I doing something wrong, or is this an
outstanding issue?

Thanks,
Bjorn





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



Re: [email] trunk build hangs during unit tests

2006-10-17 Thread Dion Gillard

I have a Mac at home and will give it a go there.

Thanks for raising this and narrowing it down.

Henri, were you running your tests on a Mac too?

On 10/18/06, Bjorn Townsend [EMAIL PROTECTED] wrote:

I don't receive any errors to that effect, but if I try to telnet to
the port given in EmailConfiguration.java while the test is hanging
the connection is refused.

I just tried building commons-email on another machine and it worked
out of the box, so I guess it must be an environmental issue.  The
test is hanging on OSX 10.4.8 and is working on a Linux machine, so I
suspect that the Dumbster SimpleSmtpServer doesn't play well with the
Mac environment for whatever reason.

On Oct 17, 2006, at 7:42 AM  October 17, Dion Gillard wrote:

 Does the mail server used in the tests come up ok, i.e. is it
 listening for requests?

 On 10/16/06, Bjorn Townsend [EMAIL PROTECTED] wrote:

 Hello all,

 I'm trying to build commons-email from the source available via the
 SVN trunk, and while it compiles fine it seems to be hanging when it
 hits the unit tests:

 test:test:
  [junit] Running org.apache.commons.mail.DefaultAuthenticatorTest
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:
 0.193 sec
  [junit] Running org.apache.commons.mail.EmailAttachmentTest
  [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed:
 3.512 sec
  [junit] Running org.apache.commons.mail.EmailTest

 (it just hangs there until the build is cancelled).

 I see that Henri mentioned this problem on the list back in May:

 http://comments.gmane.org/gmane.comp.jakarta.commons.devel/83199

 but I haven't been able to find any other list traffic about it. Is
 there a workaround, am I doing something wrong, or is this an
 outstanding issue?

 Thanks,
 Bjorn




 --
 http://www.multitask.com.au/people/dion/
 Rule of Acquisition #91: Hear all, trust nothing.

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








--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



Re: [VOTE] Release commons-proper POM 1

2006-10-16 Thread Dion Gillard

I'm -1 on it as it stands, as I have a few problems with the proposed POM:

- remove [EMAIL PROTECTED] as the continuum email address and make it
commons-dev@jakarta.apache.org
- why do we need a dummy repository?
- what value does the scm section provide to inheriters?
- When building distributions the notice.txt is placed in the top
level of the generated archive - is it possible to get this in there
somehow too?
- Is it possible to get the m2 bug fixed which forces us to use a
whole slew of ant xml to copy over various resources?

Any hope of getting these answered?

On 10/12/06, Jochen Wiedmann [EMAIL PROTECTED] wrote:


Hi,

as already discussed on

 http://marc.theaimsgroup.com/?t=11601226581


I would like to see a release of the parent POM for the Jakarta Commons
Proper projects. The current version 1-SNAPSHOT can be found on


http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-parent/trunk/

Note, in particular, that the artifactId has changed to commons-proper!

When voting, please consider that

* this is the first release; in other words, it currently blocks any
   depending project
* it is a POM; in other words, changing it later is relatively easy

Jochen


[ ] +1
[ ] =0
[ ] -1


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





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



Re: [VOTE] Release commons-proper POM 1

2006-10-16 Thread Dion Gillard

On 10/16/06, Jochen Wiedmann [EMAIL PROTECTED] wrote:

On 10/16/06, Dion Gillard [EMAIL PROTECTED] wrote:

 I'm -1 on it as it stands, as I have a few problems with the proposed POM:

Ok, you have just convinced me that it is better to make the next
release of commons-fileupload without waiting for the availability of
the commons-parent POM. :-(

I haven't got any objections against you arguments, but it's nasty
asking several times whether we are ready and now getting blocking
votes again.


I'm sorry I missed the previous votes, but I can easily change my vote
once I understand the issues better.



 - remove [EMAIL PROTECTED] as the continuum email address and make it
 commons-dev@jakarta.apache.org

Done.


 - why do we need a dummy repository?

The comment says it: It should prevent accidental deploys to the
Apache repositories, which are configured in the parent POM (the
Apache root POM). The idea is that I have to use the -Prc or -Prelease
command line switches for deploying. It wasn't my idea, but I like it.


Ok, that makes sense. An updated comment about what switches are
needed from the command like to override it would work for me.



 - what value does the scm section provide to inheriters?

None, you are right. I have removed it. But the same holds true for
the issueManagement section. Removed as well.


 - When building distributions the notice.txt is placed in the top
 level of the generated archive - is it possible to get this in there
 somehow too?

You are referring to the distribution archives, not to the jar files,
are you? They are generated by the assembly plugin and I am unaware of
any possibility to configure that from a parent POM.


Me either, hence the question. If it's not possible, fair enough.




 - Is it possible to get the m2 bug fixed which forces us to use a
 whole slew of ant xml to copy over various resources?

 Any hope of getting these answered?

1.) It isn't clear that the point is even considered a bug. Copying
the whole source
directory (which is the base directory) may be considered a
feature by some.
2.) We need to get the fix into the source plugins SVN version. From
my experience,
that can easily take some months.
3.) We need to have a released version of the source plugin containing
the fix. That will
easily take some months more.

In other words, I don't believe it's reasonable. Besides, I can't see
what problems you have with the current solution. It does exactly what
it's supposed to: Makes sure that the LICENSE.txt and NOTICE.txt files
are part of the generated jar files.


If it's not likely to be 'fixed' and soon, I'm happy with what we've
got. I would have preferred the cleaner solution, but it doesn't seem
feasible.


That makes my vote a +0 now you've clarified that for me.



Jochen

--
My wife Mary and I have been married for forty-seven years and not
once have we had an argument serious enough to consider divorce;
murder, yes, but divorce, never.
(Jack Benny)

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





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



Re: [VOTE] Release commons-proper POM 1

2006-10-16 Thread Dion Gillard

On 10/17/06, Jochen Wiedmann [EMAIL PROTECTED] wrote:

On 10/16/06, Dion Gillard [EMAIL PROTECTED] wrote:

 Ok, that makes sense. An updated comment about what switches are
 needed from the command like to override it would work for me.

I have added the hint on how to use the profiles.


 That makes my vote a +0 now you've clarified that for me.

Unfortunately we still do not even have a single +1 from PMC members. :-(
 (Besides, there's still Jörg's -1.)


I'm happy to go +1. I'm not that m2 savvy, but I would like to see
this parent pom in place, and soon, as other projects like vfs are
thinking of moving to m2.



Jochen


--
My wife Mary and I have been married for forty-seven years and not
once have we had an argument serious enough to consider divorce;
murder, yes, but divorce, never.
(Jack Benny)

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





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



[jira] Updated: (JEXL-25) Call method with varargs

2006-10-10 Thread dion gillard (JIRA)
 [ http://issues.apache.org/jira/browse/JEXL-25?page=all ]

dion gillard updated JEXL-25:
-

Issue Type: New Feature  (was: Bug)

 Call method with varargs
 

 Key: JEXL-25
 URL: http://issues.apache.org/jira/browse/JEXL-25
 Project: Commons JEXL
  Issue Type: New Feature
Affects Versions: 1.1
 Environment: All
Reporter: Marek Lewczuk
Priority: Critical

 Jexl doesn't allow for using method with varargs - method cannot be found and 
 because of that expression returns null. Try following code:
 class TestClass  {
  public String testVarArgs (Integer... args) {
   return Test;
  }
 }
 String jexlExp = test.testVarArgs(1,2,3,4,5);
 Expression e = ExpressionFactory.createExpression(jexlExp);
 JexlContext jc = JexlHelper.createContext();
 jc.getVars().put(test, new TestClass());
 Object o = e.evaluate(jc);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] Created: (JEXL-22) Allow unicode literals to be used

2006-09-26 Thread dion gillard (JIRA)
Allow unicode literals to be used
-

 Key: JEXL-22
 URL: http://issues.apache.org/jira/browse/JEXL-22
 Project: Commons JEXL
  Issue Type: Improvement
Affects Versions: 1.1
Reporter: dion gillard
Priority: Minor
 Fix For: 1.1.1


How can I use international characters in JEXL expressions?

For example: myvar == 'Użytkownik'  (string constant contains Polish 'z'
with dot)

I get the following exception:

org.apache.commons.jexl.parser.TokenMgrError: Lexical error at line 1,
column 17.  Encountered: \u0139 (313), after : \'U



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] Commented: (JEXL-22) Allow unicode literals to be used

2006-09-26 Thread dion gillard (JIRA)
[ 
http://issues.apache.org/jira/browse/JEXL-22?page=comments#action_12437802 ] 

dion gillard commented on JEXL-22:
--

From Randy H:

I had similar issue with the latest jexl 1.1 release. Seems the option for
unicode support is not enabled when using the parser was generated.

Here is what I did to get it work with non-ASCII code:

1. Download and unzip jexl 1.1 source from:
http://www.axint.net/apache/jakarta/commons/jexl/source/commons-jexl-1.1-src.zip

2. Download and unzip JavaCC 4.0 from:
https://javacc.dev.java.net/files/documents/17/26777/javacc-4.0.zip

3. Run javacc-4.0\bin\javacc -UNICODE_INPUT
commons-jexl-1.1-src\src\java\org\apache\commons\jexl\parser\Parser.jj

4. Copy *.java to
commons-jexl-1.1-src\src\java\org\apache\commons\jexl\parser

5. Run ant -f commons-jexl-1.1-src\build.xml

6. Use the new jar commons-jexl-1.1-src\target\commons-jexl-1.1.jar

7. Profilt! :)


 Allow unicode literals to be used
 -

 Key: JEXL-22
 URL: http://issues.apache.org/jira/browse/JEXL-22
 Project: Commons JEXL
  Issue Type: Improvement
Affects Versions: 1.1
Reporter: dion gillard
Priority: Minor
 Fix For: 1.1.1


 How can I use international characters in JEXL expressions?
 For example: myvar == 'U?ytkownik'  (string constant contains Polish 'z'
 with dot)
 I get the following exception:
 org.apache.commons.jexl.parser.TokenMgrError: Lexical error at line 1,
 column 17.  Encountered: \u0139 (313), after : \'U

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] Resolved: (JEXL-23) Fix jdk1.3 only code that has crept into Jexl tests

2006-09-26 Thread dion gillard (JIRA)
 [ http://issues.apache.org/jira/browse/JEXL-23?page=all ]

dion gillard resolved JEXL-23.
--

Resolution: Fixed

Code committed in http://svn.apache.org/viewvc?view=revrevision=450035

 Fix jdk1.3 only code that has crept into Jexl tests
 ---

 Key: JEXL-23
 URL: http://issues.apache.org/jira/browse/JEXL-23
 Project: Commons JEXL
  Issue Type: Improvement
Affects Versions: 1.1
Reporter: dion gillard
Priority: Minor
 Fix For: 1.1.1


 Download jdk1.2 from http://java.sun.com/products/jdk/1.2/download.html and 
 install.
 Build JEXL with maven:
 maven -Dmaven.compile.fork=yes 
 -Dmaven.compile.executable=c:\jdk1.2.2\bin\javac.exe -Dbuild.compiler=classic 
 clean test
 Errors:
 test:compile:
 [javac] Compiling 13 source files to 
 C:\source\jakarta\jakarta-commons\jexl\target\test-classes
 [javac] 
 C:\source\jakarta\jakarta-commons\jexl\src\test\org\apache\commons\jexl\JexlTest.java:331:
  Method singletonMap(java.lang.String, java.lang.String) not found in class 
 java.util.Collections.
 [javac] jc.getVars().put(map, Collections.singletonMap( size, 
 cheese));
 [javac] ^
 [javac] 
 C:\source\jakarta\jakarta-commons\jexl\src\test\org\apache\commons\jexl\JexlTest.java:754:
  Method singletonMap(java.lang.String, java.util.List) not found in class 
 java.util.Collections.
 [javac] Map m = Collections.singletonMap(aList, 
 Collections.EMPTY_LIST);
 [javac] ^
 [javac] 2 errors

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] Commented: (JEXL-22) Allow unicode literals to be used

2006-09-26 Thread dion gillard (JIRA)
[ 
http://issues.apache.org/jira/browse/JEXL-22?page=comments#action_12437803 ] 

dion gillard commented on JEXL-22:
--

javacc 4 generates jdk1.4 compatible source code by default. If you
need 1.3 or 1.2 compatible input use JDK_VERSION:1.2

The generated code still seems to have a few 1.4 specific pieces in
it, such as use of  RuntimeException(Throwable).

If you want to compile Jexl against 1.2/1.3 using maven, you'll need
the following command line invocation (all on one line):

maven -Dmaven.compile.fork=yes 
-Dmaven.compile.executable=c:\jdk1.3.1_16\bin\javac.exe -Dbuild.compiler=modern 
clean test

Obviously the javac executable will probably be different on your machine.

 Allow unicode literals to be used
 -

 Key: JEXL-22
 URL: http://issues.apache.org/jira/browse/JEXL-22
 Project: Commons JEXL
  Issue Type: Improvement
Affects Versions: 1.1
Reporter: dion gillard
Priority: Minor
 Fix For: 1.1.1


 How can I use international characters in JEXL expressions?
 For example: myvar == 'U?ytkownik'  (string constant contains Polish 'z'
 with dot)
 I get the following exception:
 org.apache.commons.jexl.parser.TokenMgrError: Lexical error at line 1,
 column 17.  Encountered: \u0139 (313), after : \'U

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] Created: (JEXL-24) Support Long for integer literal instead of Integers

2006-09-26 Thread dion gillard (JIRA)
Support Long for integer literal instead of Integers


 Key: JEXL-24
 URL: http://issues.apache.org/jira/browse/JEXL-24
 Project: Commons JEXL
  Issue Type: Improvement
Affects Versions: 1.1
Reporter: dion gillard
Priority: Minor
 Fix For: 1.1.1


Manisha Athavale reports:

Hello,

 We use the jexl 1.1 jar for simple expression evaluation. The parser 
throws number format exception when gave expression like 3988514195 - SP. 
What is the limit for constants used in expression? Actually, there should not 
be any limit for constants in the expression, is it correct?

Integer literals (such as the one above) are bound by Integer.MAX_VALUE. You 
may have better luck changing the value to 3988514195.0

Consider this a request for integer literals to be stored as Longs

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



[jira] Commented: (JEXL-22) Allow unicode literals to be used

2006-09-26 Thread dion gillard (JIRA)
[ 
http://issues.apache.org/jira/browse/JEXL-22?page=comments#action_12437808 ] 

dion gillard commented on JEXL-22:
--

I've used the original report to add a test to JexlTest, have regenerated the 
code and tested it.

I'm doing the tedious merge/restyle of the generated code so it matches SVN and 
generates smaller commit messages.

 Allow unicode literals to be used
 -

 Key: JEXL-22
 URL: http://issues.apache.org/jira/browse/JEXL-22
 Project: Commons JEXL
  Issue Type: Improvement
Affects Versions: 1.1
Reporter: dion gillard
Priority: Minor
 Fix For: 1.1.1


 How can I use international characters in JEXL expressions?
 For example: myvar == 'U?ytkownik'  (string constant contains Polish 'z'
 with dot)
 I get the following exception:
 org.apache.commons.jexl.parser.TokenMgrError: Lexical error at line 1,
 column 17.  Encountered: \u0139 (313), after : \'U

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



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



  1   2   3   4   5   6   7   8   9   >