Re: Ant Build Distribution System

2007-11-30 Thread Adriano Crestani
OK, now I've added the same distribution funcionality to sdo project...an example of distribution task working on sdo project can be found here: [1]...of course it was necessary some minor changes on distribution task to fit on sdo project : ) Now, I think if everybody is ok with it, we could add

Re: Ant Build Distribution System

2007-11-28 Thread Adriano Crestani
Hi, Sorry for the long time being inactive, but I'm back : ) I've got the ant build distribution generator signing correctly the packed files. I first tried out to call directly gpg using the exec task, but, unfortunately, during the gpg signing process it requires the password for the secret

Re: Ant Build Distribution System

2007-11-14 Thread ant elder
On Nov 14, 2007 7:29 AM, Adriano Crestani [EMAIL PROTECTED] wrote: snip Luciano: Distribution artifact names : I'd follow the same naming of previous native releases [1] and use tuscany_das_cpp-1.0-incubator-M4-bin.zip I'm also not sure if the native project wants to start using incubating

Re: Ant Build Distribution System

2007-11-13 Thread ant elder
I've had a quick look, these look pretty good to me. There are a few standard Apache files that you need to add, all distributions should have LICENSE, NOTICE, README and RELEASE_NOTES files, and src distributions should have a BUILDING file, bin distributions an INSTALL file. You can see some

Re: Ant Build Distribution System

2007-11-13 Thread Luciano Resende
Couple more comments : Distribution artifact names : I'd follow the same naming of previous native releases [1] and use tuscany_das_cpp-1.0-incubator-M4-bin.zip I'm also not sure if the native project wants to start using incubating in the name, to follow the same pattern being used in the java

Re: Ant Build Distribution System

2007-11-13 Thread Adriano Crestani
There are a few standard Apache files that you need to add, all distributions should have LICENSE, NOTICE, README and RELEASE_NOTES files, and src distributions should have a BUILDING file, bin distributions an INSTALL file. You can see some examples at

Re: Ant Build Distribution System

2007-11-12 Thread Adriano Crestani
I've added a distribution example of what is being generated by the distribution and pack.distribution targets on my sandbox [1]. - src and bin dirs are generated by distribution target - the .zip, .tar.gz, .md5 and .asc(still working on it) are being generated by pack.distribution targets from

Re: Ant Build Distribution System

2007-11-12 Thread Adriano Crestani
As Luciano suggested, I've placed the generated distribution example on my p.a.o account: http://people.apache.org/~adrianocrestani/das_distribution_example/http://people.apache.org/%7Eadrianocrestani/das_distribution_example/ Adriano Crestani On Nov 12, 2007 2:12 PM, Adriano Crestani [EMAIL

Ant Build Distribution System

2007-11-11 Thread Adriano Crestani
Hi, On revision 594022 I've added new targets: distribution and pack.distribution on DAS ant build system. distribution target creates a distribution file structure for both, src and bin distribution. pack.distribution target packs the generated distribution files and generates the .md5 and

Re: Ant Build Distribution System

2007-11-11 Thread Luciano Resende
If you could post a sample distro in your p.a.o account, it would make it easier for others to review, at least for those that does not have all the native environment setup. On Nov 11, 2007 9:19 PM, Adriano Crestani [EMAIL PROTECTED] wrote: Hi, On revision 594022 I've added new targets: