[jira] [Created] (CONNECTORS-431) Update all pom.xml files on trunk to specify a version of 0.6

2012-03-21 Thread Karl Wright (Created) (JIRA)
Update all pom.xml files on trunk to specify a version of 0.6 - Key: CONNECTORS-431 URL: https://issues.apache.org/jira/browse/CONNECTORS-431 Project: ManifoldCF Issue Type: Task

[jira] [Commented] (CONNECTORS-431) Update all pom.xml files on trunk to specify a version of 0.6

2012-03-21 Thread Karl Wright (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13234200#comment-13234200 ] Karl Wright commented on CONNECTORS-431: r1303308 > Update al

[jira] [Resolved] (CONNECTORS-431) Update all pom.xml files on trunk to specify a version of 0.6

2012-03-21 Thread Karl Wright (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-431. Resolution: Fixed Assignee: Karl Wright > Update all pom.xml files on trunk t

[jira] [Commented] (CONNECTORS-430) An error should be returned if invalid seeds are typed into the seeds list for the web connector

2012-03-21 Thread Commented
[ https://issues.apache.org/jira/browse/CONNECTORS-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13234236#comment-13234236 ] Erlend Garåsen commented on CONNECTORS-430: --- If we shouldn't include quotati

[jira] [Commented] (CONNECTORS-430) An error should be returned if invalid seeds are typed into the seeds list for the web connector

2012-03-21 Thread Karl Wright (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13234264#comment-13234264 ] Karl Wright commented on CONNECTORS-430: bq. If we shouldn't include quotation

[jira] [Commented] (CONNECTORS-430) An error should be returned if invalid seeds are typed into the seeds list for the web connector

2012-03-21 Thread Karl Wright (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13234266#comment-13234266 ] Karl Wright commented on CONNECTORS-430: bq. Is it difficult to add more funct

[jira] [Commented] (CONNECTORS-430) An error should be returned if invalid seeds are typed into the seeds list for the web connector

2012-03-21 Thread Karl Wright (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13234267#comment-13234267 ] Karl Wright commented on CONNECTORS-430: bq. It would be great if the browser

apache-manifoldcf-0.5-incubating, RC0 available

2012-03-21 Thread Shinichiro Abe
Hi, You can download the release candidate from http://people.apache.org/~shinichiro/apache-manifoldcf-0.5-incubating-RC0/ and there is also a tag in svn under https://svn.apache.org/repos/asf/incubator/lcf/tags. There have been a number of significant changes this release, and I have create th

[jira] [Commented] (CONNECTORS-430) An error should be returned if invalid seeds are typed into the seeds list for the web connector

2012-03-21 Thread Commented
[ https://issues.apache.org/jira/browse/CONNECTORS-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13234289#comment-13234289 ] Erlend Garåsen commented on CONNECTORS-430: --- bq. I can try adding that this

[jira] [Commented] (CONNECTORS-430) An error should be returned if invalid seeds are typed into the seeds list for the web connector

2012-03-21 Thread Karl Wright (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13234308#comment-13234308 ] Karl Wright commented on CONNECTORS-430: Good news; I added it a while ago and

Re: apache-manifoldcf-0.5-incubating, RC0 available

2012-03-21 Thread Karl Wright
The sizes of the artifacts look reasonable. I'll download them shortly and have a look at the signatures etc., and whether the tests all pass. Thanks again for doing this! Karl On Wed, Mar 21, 2012 at 6:43 AM, Shinichiro Abe wrote: > Hi, > > You can download the release candidate from > http:/

Re: apache-manifoldcf-0.5-incubating, RC0 available

2012-03-21 Thread Karl Wright
Binary looks good; running tests now on src distribution. Haven't checked signatures yet - anyone else want to do that? Karl On Wed, Mar 21, 2012 at 8:34 AM, Karl Wright wrote: > The sizes of the artifacts look reasonable.  I'll download them > shortly and have a look at the signatures etc., a

Re: apache-manifoldcf-0.5-incubating, RC0 available

2012-03-21 Thread Alex Ott
I downloaded RC0 (tar.gz), and tried to use it. Here notes: - downloading of dependencies took some time (around 5 minutes) - I think is too long. most of time is spent downloading ipa fonts - .md5 file for .tar.gz wasn't accepted by 'md5sum -c' on debian linux, although checksum was correct -

Re: apache-manifoldcf-0.5-incubating, RC0 available

2012-03-21 Thread Karl Wright
Thanks for the review. First, let's talk about Maven. You will want to run mvn-bootstrap, which contains the following lines: cmd /c mvn install:install-file -Dfile=lib/opensaml-1.0.1.jar -DgroupId=org.opensaml -DartifactId=opensaml -Dversion=1.0.1 -Dpackaging=jar cmd /c mvn install:install-file

Re: apache-manifoldcf-0.5-incubating, RC0 available

2012-03-21 Thread Karl Wright
Sorry, that should have been "ant download-dependencies"... On Wed, Mar 21, 2012 at 9:18 AM, Karl Wright wrote: > Thanks for the review. > > First, let's talk about Maven.  You will want to run mvn-bootstrap, > which contains the following lines: > > cmd /c mvn install:install-file -Dfile=lib/ope

Re: apache-manifoldcf-0.5-incubating, RC0 available

2012-03-21 Thread Alex Ott
I run mvn-bootstrap.sh, it looks like something failed when it was executed, I'll try to make test from scratch On Wed, Mar 21, 2012 at 2:18 PM, Karl Wright wrote: > Thanks for the review. > > First, let's talk about Maven.  You will want to run mvn-bootstrap, > which contains the following lines

Re: apache-manifoldcf-0.5-incubating, RC0 available

2012-03-21 Thread Karl Wright
Can you post the failure please? Thanks! Karl On Wed, Mar 21, 2012 at 9:22 AM, Alex Ott wrote: > I run mvn-bootstrap.sh, it looks like something failed when it was > executed, I'll try to make test from scratch > > On Wed, Mar 21, 2012 at 2:18 PM, Karl Wright wrote: >> Thanks for the review. >>

Re: apache-manifoldcf-0.5-incubating, RC0 available

2012-03-21 Thread Karl Wright
Derby and HSQLDB tests pass. Running postgresql tests now. Karl On Wed, Mar 21, 2012 at 8:58 AM, Karl Wright wrote: > Binary looks good; running tests now on src distribution.  Haven't > checked signatures yet - anyone else want to do that? > > Karl > > > On Wed, Mar 21, 2012 at 8:34 AM, Karl W

Re: apache-manifoldcf-0.5-incubating, RC0 available

2012-03-21 Thread Alex Ott
I unpacked archive once again, and now everything is built and tested without errors The only difference that I see right now, is that ant creates dist/example, while maven - not On Wed, Mar 21, 2012 at 2:46 PM, Karl Wright wrote: > Can you post the failure please? > > Thanks! > Karl > > On Wed,

Re: apache-manifoldcf-0.5-incubating, RC0 available

2012-03-21 Thread Karl Wright
Right, the maven build as it currently stands is supported but has significant limitations, and that is one of them. The ant build remains the primary build mechanism. Thanks, Karl On Wed, Mar 21, 2012 at 10:11 AM, Alex Ott wrote: > I unpacked archive once again, and now everything is built and

Re: apache-manifoldcf-0.5-incubating, RC0 available

2012-03-21 Thread Karl Wright
Postgresql tests pass too. I'm behind a firewall today which complicates things, but if others want to check signature here's the link for doing that. You'll need to download and install gpg. http://www.apache.org/dev/release-signing#check-integrity Karl On Wed, Mar 21, 2012 at 8:58 AM, Karl W

[VOTE] Release ManifoldCF 0.5-incubating, RC0

2012-03-21 Thread Karl Wright
Calling the vote... while still waiting for verification of the keys and signatures. Vote +1 if you think the 0.5 release is ready... Karl

Re: [VOTE] Release ManifoldCF 0.5-incubating, RC0

2012-03-21 Thread Alex Ott
+1 On Wed, Mar 21, 2012 at 6:24 PM, Karl Wright wrote: > Calling the vote... while still waiting for verification of the keys > and signatures. > > Vote +1 if you think the 0.5 release is ready... > > Karl -- With best wishes,                    Alex Ott http://alexott.net/ Tiwtter: alexott_e

Re: [VOTE] Release ManifoldCF 0.5-incubating, RC0

2012-03-21 Thread Shinichiro Abe
+ 1 from me Shinichiro Abe On 2012/03/22, at 2:24, Karl Wright wrote: > Calling the vote... while still waiting for verification of the keys > and signatures. > > Vote +1 if you think the 0.5 release is ready... > > Karl

Re: [VOTE] Release ManifoldCF 0.5-incubating, RC0

2012-03-21 Thread Karl Wright
Signatures look good. +1 from me. Karl On Wed, Mar 21, 2012 at 8:49 PM, Shinichiro Abe wrote: > > + 1 from me > > Shinichiro Abe > > On 2012/03/22, at 2:24, Karl Wright wrote: > >> Calling the vote... while still waiting for verification of the keys >> and signatures. >> >> Vote +1 if you think