Re: Cactus Development For a RC

2008-02-09 Thread Petar Tahchiev
Hi, 1) The parent site is not going to be deployed. The web-site is contained in cactus-site. 2) I added the assembly descriptors and after updating the project, you can look at the assemblies via: mvn assembly:assembly 3) I don't think that the manifests are lacking of information. As to the

Re: Cactus Development For a RC

2008-02-01 Thread Petar Tahchiev
OK, if anybody tried it, can you post your recommendations and impressions? If not, I guess that it is OK, for a RC and I will continue with improving the documentation. Cheers, Petar. On Jan 31, 2008 10:40 PM, Henri Yandell [EMAIL PROTECTED] wrote: On Jan 31, 2008 7:34 AM, Niall Pemberton

Re: Cactus Development For a RC

2008-02-01 Thread sebb
mvn install - seems to work OK now mvn site:site - seems to work OK now The parent pom needs some work if the parent site is to be deployed - a lot of the sections are empty, e.g. no license or description. I could not work out how to create the distribution artefacts, so it is impossible to say

RE: Cactus Development For a RC

2008-01-31 Thread Magnus Grimsell
: Cactus Development For a RC Hi guys, my name is Petar Tahchiev, and I see I am currently the only active committer for the Cactus project. For the last year I have been working in a separate branch here: http://svn.apache.org/repos/asf/jakarta/cactus/branches/CACTUS _TRUNK_MAMOUTH

Re: Cactus Development For a RC

2008-01-31 Thread Petar Tahchiev
Hi Magnus, sorry I didn't see your email, while I was typing mine :-). Well, the version of Cargo integrated is: 0.9 One other quick question. My PGP key is signed only by Roy Fielding(I missed the key-signing party in Atlanta :-)) so will I be able to make a release? Cheers, Petar. On Jan

Re: Cactus Development For a RC

2008-01-31 Thread Petar Tahchiev
OK, so far: 1) I removed all of the .cvsignore files. 2) Improved lots of the documentation. 3) Removed the samples module from the initial build. If you just run mvn install then the samples modules will not be build. When specifying a with-samples profile, like: mvn clean install -P

RE: Cactus Development For a RC

2008-01-31 Thread Magnus Grimsell
Well, the version of Cargo integrated is: 0.9 Ok, I've done some fixes for Cactus to work with Cargo 1.0-SNAPSHOT. Once cargo releases 1.0 I'll be able to commit them. One other quick question. My PGP key is signed only by Roy Fielding(I missed the key-signing party in Atlanta :-)) so will

Re: Cactus Development For a RC

2008-01-31 Thread Niall Pemberton
On Jan 31, 2008 3:26 PM, Magnus Grimsell [EMAIL PROTECTED] wrote: Well, the version of Cargo integrated is: 0.9 Ok, I've done some fixes for Cactus to work with Cargo 1.0-SNAPSHOT. Once cargo releases 1.0 I'll be able to commit them. One other quick question. My PGP key is signed only by

Re: Cactus Development For a RC

2008-01-31 Thread Henri Yandell
On Jan 31, 2008 7:34 AM, Niall Pemberton [EMAIL PROTECTED] wrote: On Jan 31, 2008 3:26 PM, Magnus Grimsell [EMAIL PROTECTED] wrote: Well, the version of Cargo integrated is: 0.9 Ok, I've done some fixes for Cactus to work with Cargo 1.0-SNAPSHOT. Once cargo releases 1.0 I'll be able to

Cactus Development For a RC

2008-01-30 Thread Petar Tahchiev
Hi guys, my name is Petar Tahchiev, and I see I am currently the only active committer for the Cactus project. For the last year I have been working in a separate branch here: http://svn.apache.org/repos/asf/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/ and I think that I am ready to try and

Re: Cactus Development For a RC

2008-01-30 Thread sebb
A brief look shows that: The README file has the line: To build Cactus from CVS, please refer to the following tuturial which should probably be To build Cactus from SVN, please refer to the following tutorial There need to be LICENSE and NOTICE files. The .cvsignore files should be deleted.

Re: Cactus Development For a RC

2008-01-30 Thread sebb
Trying mvn site:site complains that it cannot find: org.apache.cactus:cactus.maven.skin:jar:2.0.0 mvn install fails because it cannot find: [C:/apache/tomcat/apache-tomcat-6.0.14] On 30/01/2008, sebb [EMAIL PROTECTED] wrote: A brief look shows that: The README file has the line: To build