building openpgp, commons-sandbox-parent missing

2006-06-22 Thread Antoine Levy-Lambert
Hello, I am trying to build commons-openpgp using maven. I am getting this error : [INFO] Scanning for projects... [INFO] [ERROR] FATAL ERROR [INFO]

[jira] Commented: (CONFIGURATION-216) Inconsistent way to locate filename when creating configuration

2006-06-22 Thread Gabriele Garuglieri (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-216?page=comments#action_12417252 ] Gabriele Garuglieri commented on CONFIGURATION-216: --- Hi Oliver, taking it just out of the box results in: [junit] Testcase: testInitFromClassPath

Re: building openpgp, commons-sandbox-parent missing

2006-06-22 Thread Brett Porter
At present, you need to have checked out the entire trunks-sandbox (I need to revisit this build after some more recent changes that should make it easier now). - Brett On 22/06/2006 4:23 PM, Antoine Levy-Lambert wrote: Hello, I am trying to build commons-openpgp using maven. I am getting

Re: [DBCP] state of DBCP

2006-06-22 Thread jerome lacoste
On 6/21/06, Phil Steitz [EMAIL PROTECTED] wrote: On 6/21/06, jerome lacoste [EMAIL PROTECTED] wrote: Hi, I've submitted a patch some days ago and am waiting for comments (DBCP-175). In the mean time, I've had a look at the status of DBCP. Some notes: - no release since 2004 - there are

Re: building openpgp, commons-sandbox-parent missing

2006-06-22 Thread Antoine Levy-Lambert
Hello Brett, I have checked out each of the commons-sandbox subproject parallel to each other, but this does not help $ for a in id javaflow jci pipeline project-template proposal proxy do echo $a svn co http://svn.apache.org/repos/asf/jakarta/commons/sandbox/$a/trunk $a done How

Re: [DBCP] state of DBCP

2006-06-22 Thread Phil Steitz
On 6/21/06, jerome lacoste [EMAIL PROTECTED] wrote: On 6/21/06, Phil Steitz [EMAIL PROTECTED] wrote: On 6/21/06, jerome lacoste [EMAIL PROTECTED] wrote: Hi, I've submitted a patch some days ago and am waiting for comments (DBCP-175). In the mean time, I've had a look at the status of

Re: building openpgp, commons-sandbox-parent missing

2006-06-22 Thread Brett Porter
Try: svn co http://svn.apache.org/repos/asf/jakarta/commons/trunks-sandbox/ That will grab them all via externals, and the important files are in that directory itself (this is the thing I wanted to change). - Brett On 22/06/2006 5:27 PM, Antoine Levy-Lambert wrote: Hello Brett, I have

Re: [DBCP] state of DBCP

2006-06-22 Thread jerome lacoste
Your plan sounds very good. Only question is why not using Jira in the first place to target issues? Because we started planning this release before the Jira migration ;-) Probably a good idea to just do it all in Jira now. Feel free to jump in. Probably can't do much with Jira in terms of

Re: [vfs][all] nightly build changed?

2006-06-22 Thread Phil Steitz
Making some progress here, thanks to patient assistance from Brett. We have a Continuum instance set up on the vmbuild machine and I am in process of setting the components previously set up for nightlies. My plan is to start by just having Continuum do the svn ups and execute the Ant builds

[transaction] AbstractXAResource: prepare() with result XA_RDONLY without commit()

2006-06-22 Thread Joerg Heinicke
I came across some further problems with the transactional FileResourceManager and the XAResource implementation. Simple deletes of resources did not get applied for me. Debugging showed that no commit was triggered. The reason: deleteResource() and createResource() in FileResourceManager were

Re: Re: building openpgp, commons-sandbox-parent missing

2006-06-22 Thread Antoine Levy-Lambert
Thanks Brett, Regards, Antoine Original-Nachricht Datum: Thu, 22 Jun 2006 17:37:55 +1000 Von: Brett Porter [EMAIL PROTECTED] An: Jakarta Commons Developers List commons-dev@jakarta.apache.org Betreff: Re: building openpgp, commons-sandbox-parent missing Try: svn co

Re: [transaction] AbstractXAResource: prepare() with result XA_RDONLY without commit()

2006-06-22 Thread Oliver Zeigermann
2006/6/22, Joerg Heinicke [EMAIL PROTECTED]: I came across some further problems with the transactional FileResourceManager and the XAResource implementation. Simple deletes of resources did not get applied for me. Debugging showed that no commit was triggered. The reason: deleteResource() and

Logging related problem with HttpClient

2006-06-22 Thread Neelesh Bodas
Hello, I am having problems while using HttpClient. Here is a sample code : package src.com.example.web; // all necessary imports import org.apache.commons.httpclient.*; import org.apache.commons.httpclient.methods.*; import org.apache.commons.httpclient.params.HttpMethodParams; public class

Apologies (Was Re: Logging related problem with HttpClient)

2006-06-22 Thread Neelesh Bodas
On 6/22/06, Neelesh Bodas [EMAIL PROTECTED] wrote: Hello, I am having problems while using HttpClient. Here is a sample code : [rest message removed ] Apologies for writing to a wrong mailing list. Please ignore the message, I am resending to the correct mailing list (The user's mailing

Re: Logging related problem with HttpClient

2006-06-22 Thread Ortwin Glück
Neelesh, Please see http://jakarta.apache.org/commons/httpclient/dependencies.html for the correct version of the dependencies. Note: HttpClient is no longer in Jakarta Commons. Our mailing lists are these: http://jakarta.apache.org/commons/httpclient/mail-lists.html Cheers Ortwin Neelesh

svn commit: r416449 - /jakarta/commons/proper/configuration/trunk/build.xml

2006-06-22 Thread oheger
Author: oheger Date: Thu Jun 22 12:31:27 2006 New Revision: 416449 URL: http://svn.apache.org/viewvc?rev=416449view=rev Log: Changed copying of test resources in ant build to be consistent with the maven build Modified: jakarta/commons/proper/configuration/trunk/build.xml Modified:

[jira] Commented: (CONFIGURATION-216) Inconsistent way to locate filename when creating configuration

2006-06-22 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-216?page=comments#action_12417354 ] Oliver Heger commented on CONFIGURATION-216: You are right! The problem did not occur to me because I use the maven build. And after a maven build ran

[jira] Created: (LANG-264) ToStringBuilder/HashCodeBuilder javadoc code examples

2006-06-22 Thread Corey Tripp (JIRA)
ToStringBuilder/HashCodeBuilder javadoc code examples - Key: LANG-264 URL: http://issues.apache.org/jira/browse/LANG-264 Project: Commons Lang Type: Bug Reporter: Corey Tripp Priority: Trivial The

[jira] Updated: (CLI-12) [cli] Not handling property=value followed by 'remaining' args

2006-06-22 Thread Hairong Kuang (JIRA)
[ http://issues.apache.org/jira/browse/CLI-12?page=all ] Hairong Kuang updated CLI-12: - Attachment: arg_pattern.patch here is the patch [cli] Not handling property=value followed by 'remaining' args

[jira] Updated: (LANG-264) ToStringBuilder/HashCodeBuilder javadoc code examples

2006-06-22 Thread Corey Tripp (JIRA)
[ http://issues.apache.org/jira/browse/LANG-264?page=all ] Corey Tripp updated LANG-264: - Attachment: ToStringBuilderComment.patch Here's a patch to change the definitions to 'smoker' instead of 'isSmoker' from the trunk. ToStringBuilder/HashCodeBuilder

[jira] Updated: (LANG-264) ToStringBuilder/HashCodeBuilder javadoc code examples

2006-06-22 Thread Corey Tripp (JIRA)
[ http://issues.apache.org/jira/browse/LANG-264?page=all ] Corey Tripp updated LANG-264: - Attachment: HashCodeBuilderComment.patch ToStringBuilder/HashCodeBuilder javadoc code examples - Key:

svn commit: r416487 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder: CompareToBuilder.java EqualsBuilder.java HashCodeBuilder.java ReflectionToStringBuilder.java

2006-06-22 Thread bayard
Author: bayard Date: Thu Jun 22 15:20:44 2006 New Revision: 416487 URL: http://svn.apache.org/viewvc?rev=416487view=rev Log: Added Collection APIs for the excludeFieldNames as suggested at the end of LANG-226 Modified:

[jira] Resolved: (LANG-226) [lang] Using ReflectionToStringBuilder and excluding secure fields

2006-06-22 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-226?page=all ] Henri Yandell resolved LANG-226: Resolution: Fixed I've added Collection variants for the other exclude APIs. svn ci -m Added Collection APIs for the excludeFieldNames as sugge sted at the

svn commit: r416495 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder: HashCodeBuilder.java ToStringBuilder.java

2006-06-22 Thread bayard
Author: bayard Date: Thu Jun 22 16:03:20 2006 New Revision: 416495 URL: http://svn.apache.org/viewvc?rev=416495view=rev Log: Fixing isSmoker attribute name to smoker to match the code example in both of these files - spotted by Corey Tripp in LANG-264 Modified:

svn commit: r416496 - in /jakarta/commons/proper/transaction/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/transaction/file/FileResourceManager.java

2006-06-22 Thread joerg
Author: joerg Date: Thu Jun 22 16:03:46 2006 New Revision: 416496 URL: http://svn.apache.org/viewvc?rev=416496view=rev Log: Fixed issue with deleteResource(..) and createResource(..) of FileResourceManager seen as read-only operations. Modified:

[jira] Resolved: (LANG-264) ToStringBuilder/HashCodeBuilder javadoc code examples

2006-06-22 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-264?page=all ] Henri Yandell resolved LANG-264: Fix Version: 2.2 Resolution: Fixed Done, thanks Corey. svn ci -m Fixing isSmoker attribute name to smoker to match the co de example in both of these

svn commit: r416498 - in /jakarta/commons/proper/transaction/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/transaction/util/xa/AbstractXAResource.java

2006-06-22 Thread joerg
Author: joerg Date: Thu Jun 22 16:11:04 2006 New Revision: 416498 URL: http://svn.apache.org/viewvc?rev=416498view=rev Log: Fixed issue with AbstractXAResource: resources did not get released when prepare(..) returns XA_RDONLY as no commit(..) is triggered by the TransactionManager explicitely.

Re: [transaction] AbstractXAResource: prepare() with result XA_RDONLY without commit()

2006-06-22 Thread Joerg Heinicke
Oliver Zeigermann oliver.zeigermann at gmail.com writes: The reason: deleteResource() and createResource() in FileResourceManager were assumed as being read-only (TransactionContext.readOnly not set to false). Hard to believe, but this really seems to be true. A fix should be simple,

Re: building openpgp, commons-sandbox-parent missing

2006-06-22 Thread Antoine Levy-Lambert
Hello, Brett, I have done what you suggested. It looks like there is a jar missing : http://snapshots.maven.codehaus.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-SNAPSHOT/maven-site-plugin-2.0-SNAPSHOT.jar Do I need to create an upload request JIRA ? or do you want to change

Re: [all][scxml] Version 1.0 RC 1 available

2006-06-22 Thread Niall Pemberton
I wish I had found time to play with SCXML previously - what you've done looks good Rahul. 1) What is the status of the SCXML specification? The docs currently mention the working draft from July 2005 - but the latest on the web site is January 2006. I'm wondering how much change (if any) there

I have an extensible Enumeration base class to donate to Apache Commons

2006-06-22 Thread John Kaplan
Hello All, I've been working on a Java card playing program in my spare time, and I figured out something about Enumerations that may be of general use. The issue is if you are working with concepts like card ranks and suits in a non-trivial application, you want them to be comparable,