Re: [VOTE] Release Apache ManifoldCF 1.0, RC5

2012-10-02 Thread Erlend Garåsen
On 28.09.12 13.31, Erlend Garåsen wrote: OK, I will give you a stack trace in the beginning of next week. Do you still need the stack trace? If you do, I need to adjust the log level and/or change the source code in order to print it out. I'm still a little bit worried about how MCF deals

Re: [VOTE] Release Apache ManifoldCF 1.0, RC5

2012-10-02 Thread Erlend Garåsen
Karl, you wrote: I was able to reproduce the exception here using your URL. It is indeed a bug in how it handles the 500 error. OK, then I guess that the StringIndexOutOfBoundsException *was* related to the 500 server issue (It is not clear at all that it is related to the 500 error you

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Ahmet Arslan
Hi, 'ant all' command yields: BUILD FAILED /manifoldcf/tags/release-1.0-RC7/build.xml:2529: A zip file cannot include itself Ahmet --- On Sun, 9/30/12, Karl Wright daddy...@gmail.com wrote: From: Karl Wright daddy...@gmail.com Subject: Re: [VOTE] Release Apache ManifoldCF 1.0, RC7 To:

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Karl Wright
The ant build hasn't changed in this regard, but maybe ant has. Here's the code: target name=create-source-zip depends=set-version zip destfile=apache-manifoldcf-${release-version}-src.zip update=false zipfileset dir=. prefix=apache-manifoldcf-${release-version} ...

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Karl Wright
Oh, and by the way, I used ant image to create the release, which calls the create-source-zip target. So it's still working for me just fine. Hmmm. Karl On Tue, Oct 2, 2012 at 2:41 PM, Karl Wright daddy...@gmail.com wrote: The ant build hasn't changed in this regard, but maybe ant has.

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Ahmet Arslan
This used to exclude the zip from itself.  What version of ant are you using? Apache Ant(TM) version 1.8.2 compiled on June 3 2011

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Karl Wright
Mine is: C:\wip\mcf\trunkwhich ant c:\ant\apache-ant-1.8.4\bin/ant.bat Are you running on Windows, or Linux? Karl On Tue, Oct 2, 2012 at 2:54 PM, Ahmet Arslan iori...@yahoo.com wrote: This used to exclude the zip from itself. What version of ant are you using? Apache Ant(TM) version 1.8.2

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Ahmet Arslan
Are you running on Windows, or Linux? I am using Mac OS X 10.7.5 Ahmet

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Karl Wright
Can you try changing the exclude .../ clause I noted earlier to remove the leading / from /apache-manifoldcf-*, and see if that works? I'd hesitate to spin a new kit here unless there's evidence there's a viable fix. Karl On Tue, Oct 2, 2012 at 3:01 PM, Ahmet Arslan iori...@yahoo.com wrote:

Re: [VOTE] Release Apache ManifoldCF 1.0, RC7

2012-10-02 Thread Ahmet Arslan
In any case, I'm not sure this is worth a respin, since the place it fails is building a distribution zip.  Does everyone agree? +1 * Crawled against SharePoint 2010 Repository connection (library and list) * ran ant all * ran mvn install/packge -Dmaven.test.skip=true Here is my +1 for RC7

[jira] [Resolved] (CONNECTORS-550) Ant build image target doesn't work on Mac

2012-10-02 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-550. Resolution: Fixed Ant build image target doesn't work on Mac