Re: Proposed first graduation step: Moving the repository

2012-05-17 Thread Tommaso Teofili
2012/5/17 Karl Wright daddy...@gmail.com

 Looks like I don't have permissions to do this.  I suppose I would
 need to open an infra ticket?


Yes, I think so.
Tommaso


 Karl

 On Wed, May 16, 2012 at 10:25 PM, Karl Wright daddy...@gmail.com wrote:
  Folks,
 
  Heads up: Now that we've graduated, I'd like to move the repository
  from https://svn.apache.org/repos/asf/incubator/lcf to
  https://svn.apache.org/repos/asf/manifoldcf.  This, of course, will
  mean that all workspaces will need to do a svn switch operation to
  change their path.  svn help switch should give you sufficient hints
  as to how.
 
  I'm planning to do the move tomorrow morning, as soon as Abe-san is
  done producing a 0.5.1 RC0 release candidate.  Please object if you
  want me to hold off.
 
  [I'm hoping, of course, that I now have the proper permissions to do
  this.  We'll see shortly.]
 
  Karl



[jira] [Created] (CONNECTORS-473) We need to separate our site into two pieces: One for the ManifoldCF project, and one for each release

2012-05-17 Thread Karl Wright (JIRA)
Karl Wright created CONNECTORS-473:
--

 Summary: We need to separate our site into two pieces: One for the 
ManifoldCF project, and one for each release
 Key: CONNECTORS-473
 URL: https://issues.apache.org/jira/browse/CONNECTORS-473
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Build, Documentation
Affects Versions: ManifoldCF 0.6
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF 0.6


Part of the ManifoldCF site has to do with the ManifoldCF project, and part of 
it is germane to a given release.  We should separate these so that the 
project-related part builds separately, under site/trunk, and references one 
(or more) release-related sites, under branches/XXX/site.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: [VOTE] Release ManifoldCF 0.5.1, RC0

2012-05-17 Thread Karl Wright
I see two problems.

First, the outer level names are correct
(apache-manifoldcf-0.5.1-xxx), but the prefix inside is incorrect
(apache-manifoldcf-0.5).  This is odd because the build.xml has this
line:

target name=set-version
  property name=release-version value=0.5.1/
/target

so I cannot explain this unless somehow the artifacts were built with
an old version of build.xml.

The second problem is that we need to rev the pom.xml versions also.
They have to be 0.5.1 not 0.5.  I'll take care of that.

Karl

On Wed, May 16, 2012 at 10:26 PM, Karl Wright daddy...@gmail.com wrote:
 Thanks!
 I'll have a look in the morning...
 Karl

 On Wed, May 16, 2012 at 10:24 PM, Shinichiro Abe
 shinichiro.ab...@gmail.com wrote:
 Hi,

 You can download the release candidate from
 http://people.apache.org/~shinichiro/apache-manifoldcf-0.5.1-RC0/
 and there is also a tag in svn under
 https://svn.apache.org/repos/asf/incubator/lcf/tags

 I've already checked signatures,
 run example and run ant test-dr test-hs.

 Thank you,
 Shinichiro Abe


Re: [VOTE] Release ManifoldCF 0.5.1, RC0

2012-05-17 Thread Karl Wright
ok - I'm done with the maven work.  Abe-san, can you check to be sure
that the release branch builds with the proper prefixes before tagging
again?

Thanks!
Karl


On Thu, May 17, 2012 at 6:08 PM, Karl Wright daddy...@gmail.com wrote:
 I see two problems.

 First, the outer level names are correct
 (apache-manifoldcf-0.5.1-xxx), but the prefix inside is incorrect
 (apache-manifoldcf-0.5).  This is odd because the build.xml has this
 line:

    target name=set-version
      property name=release-version value=0.5.1/
    /target

 so I cannot explain this unless somehow the artifacts were built with
 an old version of build.xml.

 The second problem is that we need to rev the pom.xml versions also.
 They have to be 0.5.1 not 0.5.  I'll take care of that.

 Karl

 On Wed, May 16, 2012 at 10:26 PM, Karl Wright daddy...@gmail.com wrote:
 Thanks!
 I'll have a look in the morning...
 Karl

 On Wed, May 16, 2012 at 10:24 PM, Shinichiro Abe
 shinichiro.ab...@gmail.com wrote:
 Hi,

 You can download the release candidate from
 http://people.apache.org/~shinichiro/apache-manifoldcf-0.5.1-RC0/
 and there is also a tag in svn under
 https://svn.apache.org/repos/asf/incubator/lcf/tags

 I've already checked signatures,
 run example and run ant test-dr test-hs.

 Thank you,
 Shinichiro Abe


Re: [VOTE] Release ManifoldCF 0.5.1, RC0

2012-05-17 Thread Shinichiro Abe
What is the prefix inside? 
I ' m not sure where prefixes is.
Where do I check? the source code or jar file?

Thank you for modifying the pom.xml.

Shinichiro Abe

On 2012/05/18, at 7:13, Karl Wright wrote:

 ok - I'm done with the maven work.  Abe-san, can you check to be sure
 that the release branch builds with the proper prefixes before tagging
 again?
 
 Thanks!
 Karl
 
 
 On Thu, May 17, 2012 at 6:08 PM, Karl Wright daddy...@gmail.com wrote:
 I see two problems.
 
 First, the outer level names are correct
 (apache-manifoldcf-0.5.1-xxx), but the prefix inside is incorrect
 (apache-manifoldcf-0.5).  This is odd because the build.xml has this
 line:
 
target name=set-version
  property name=release-version value=0.5.1/
/target
 
 so I cannot explain this unless somehow the artifacts were built with
 an old version of build.xml.
 
 The second problem is that we need to rev the pom.xml versions also.
 They have to be 0.5.1 not 0.5.  I'll take care of that.
 
 Karl
 
 On Wed, May 16, 2012 at 10:26 PM, Karl Wright daddy...@gmail.com wrote:
 Thanks!
 I'll have a look in the morning...
 Karl
 
 On Wed, May 16, 2012 at 10:24 PM, Shinichiro Abe
 shinichiro.ab...@gmail.com wrote:
 Hi,
 
 You can download the release candidate from
 http://people.apache.org/~shinichiro/apache-manifoldcf-0.5.1-RC0/
 and there is also a tag in svn under
 https://svn.apache.org/repos/asf/incubator/lcf/tags
 
 I've already checked signatures,
 run example and run ant test-dr test-hs.
 
 Thank you,
 Shinichiro Abe



Re: [VOTE] Release ManifoldCF 0.5.1, RC0

2012-05-17 Thread Karl Wright
If you open up the zip or tar, the top-level directory is
apache-manifoldcf-0.5.  That directory is set in build.xml when the
zip or tar is built:

  zip destfile=apache-manifoldcf-${release-version}-src.zip
update=false
zipfileset dir=. prefix=apache-manifoldcf-${release-version}

So, ${release-version} must have been incorrect.  But it is correct
now on the branch:

target name=set-version
  property name=release-version value=0.5.1/
/target

So somehow you must have built the artifacts from a version of the
branch before you checked in the release-version change.

Karl

On Thu, May 17, 2012 at 8:27 PM, Shinichiro Abe
shinichiro.ab...@gmail.com wrote:
 What is the prefix inside?
 I ' m not sure where prefixes is.
 Where do I check? the source code or jar file?

 Thank you for modifying the pom.xml.

 Shinichiro Abe

 On 2012/05/18, at 7:13, Karl Wright wrote:

 ok - I'm done with the maven work.  Abe-san, can you check to be sure
 that the release branch builds with the proper prefixes before tagging
 again?

 Thanks!
 Karl


 On Thu, May 17, 2012 at 6:08 PM, Karl Wright daddy...@gmail.com wrote:
 I see two problems.

 First, the outer level names are correct
 (apache-manifoldcf-0.5.1-xxx), but the prefix inside is incorrect
 (apache-manifoldcf-0.5).  This is odd because the build.xml has this
 line:

    target name=set-version
      property name=release-version value=0.5.1/
    /target

 so I cannot explain this unless somehow the artifacts were built with
 an old version of build.xml.

 The second problem is that we need to rev the pom.xml versions also.
 They have to be 0.5.1 not 0.5.  I'll take care of that.

 Karl

 On Wed, May 16, 2012 at 10:26 PM, Karl Wright daddy...@gmail.com wrote:
 Thanks!
 I'll have a look in the morning...
 Karl

 On Wed, May 16, 2012 at 10:24 PM, Shinichiro Abe
 shinichiro.ab...@gmail.com wrote:
 Hi,

 You can download the release candidate from
 http://people.apache.org/~shinichiro/apache-manifoldcf-0.5.1-RC0/
 and there is also a tag in svn under
 https://svn.apache.org/repos/asf/incubator/lcf/tags

 I've already checked signatures,
 run example and run ant test-dr test-hs.

 Thank you,
 Shinichiro Abe



[VOTE] Release ManifoldCF 0.5.1, RC1

2012-05-17 Thread Shinichiro Abe
Hi, 

You can download the release candidate from
http://people.apache.org/~shinichiro/apache-manifoldcf-0.5.1-RC1/
and there is also a tag in svn under
https://svn.apache.org/repos/asf/incubator/lcf/tags

RC1 includes revising the pom.xml versions.
I've already checked signatures.

Thank you,
Shinichiro Abe