Hello.
+1
I have tried this in our main project and it works perfect. Passed
all our junit-tests for both PostgreSQL and Derby.
Here are the simple script I used to upgrade all refs in a project:
for f in `find . -type f | xargs grep -l org.objectstyle |grep -v
".jar" | grep -v ".svn"`
do
echo handling $f
sed 's/org.objectstyle.cayenne/org.apache.cayenne/g' < $f > $f.xxx
mv $f.xxx $f
done
NB: The script will break for paths with space..
Regards,
- Tore.
On Sep 19, 2006, at 3:46, Andrus Adamchik wrote:
> Committers and PPMC members, please review and vote on Cayenne
> 2.0.1-incubating release.
>
> [ ] +1 Go ahead with the release
> [ ] 0 Don't know or care
> [ ] -1 Reject the release (explain why)
>
>
>
> * release files: http://people.apache.org/~aadamchik/release/2.0.1/
> * release 2.0.1 is a full ASF-compliant equivalent of a non-ASF
> Cayenne 1.2.1.
> * the release has no known IP issues
> * the release has no (L)GPL or other incompatible license dependencies
> * the release is compliant with Apache guidelines (NOTICE,
> DISCLAIMER, LICENSE files placement, "incubating" in the naming).
>
> Would be great to catch any inconsistencies now, before we send it
> out for the Incubator PMC vote.
>
> Thanks
> Andrus
>
This archive was generated by hypermail 2.0.0 : Tue Sep 19 2006 - 04:14:34 EDT