Re: Snapshot repo

2008-01-08 Thread Daniel Kulp
Snapshots are not considered released code, they are development snapshots. Many incubator projects are pushing snapshots. (I push a CXF snapshot about every 2-3 days to get some users to test them.) Rajith: the last snapshot was deployed by Vinoski shortly after the transition to maven.

Re: Snapshot repo

2008-01-08 Thread Martin Ritchie
I don't think incubator projects are allowed to push snapshots. As it is viewed as released code. On 08/01/2008, Rajith Attapattu [EMAIL PROTECTED] wrote: Hi All, Does anybody know how often we push libs to the snapshot repo? When was the last time we pushed any libs to this repo. --

Re: Snapshot repo

2008-01-08 Thread Daniel Kulp
The permissions are all reset to g+w so you should be able to deploy new snapshots. After you do so, log in to people.apache.org, cd to /www/people.apache.org/repo/m2-snapshot-repository/ and run the fix-permissions.sh script to make sure everything is OK. Vinoski apparently didn't do that

Re: Snapshot repo

2008-01-08 Thread Rajith Attapattu
Cool, thanks Dan. Martin as a project we need to decide whether we wan't to do snapshots or not. Maybe a SNAPSHOT every month or so might increase people who want to try the latest and greates stuff from us. Another way to drive up the usablity of our product. Rajith On Jan 8, 2008 10:42 AM,

build system

2008-01-08 Thread Rafael Schloming
Below is a summary of the build system issues discussed at the Qpid Java F2F in December: 1) maven seems to suffer from unrepeatable builds, specifically: - consecutive offline builds sometimes produce different results 2) maven is unsuitable for OS distro builds, specifically: - no

Re: build system

2008-01-08 Thread Rajith Attapattu
Rafi, I agree with most of what is stated below. Here is my +1 to move to ant. Regards, Rajith On Jan 8, 2008 3:53 PM, Rafael Schloming [EMAIL PROTECTED] wrote: Below is a summary of the build system issues discussed at the Qpid Java F2F in December: 1) maven seems to suffer from

Re: Snapshot repo

2008-01-08 Thread Robert Greig
On 08/01/2008, Rajith Attapattu [EMAIL PROTECTED] wrote: Martin as a project we need to decide whether we wan't to do snapshots or not. Maybe a SNAPSHOT every month or so might increase people who want to try the latest and greates stuff from us. Another way to drive up the usablity of our

Re: build system

2008-01-08 Thread Robert Greig
On 08/01/2008, Rafael Schloming [EMAIL PROTECTED] wrote: The suggested resolution from the F2F is to switch back to the ant based build system used prior to maven and enhance it to automatically produce the necessary poms for downstream maven projects to consume our releases. In addition to