> > I like your ideas, but plesae do not mix hibernate and > hibernateext again.
No problem.
Thank you ;)
> > If you want to improve something - then improve hibernateext > build system. > > I already has the proposed structure (except avalon plugin which is > partially maven (not good!)) > > And another point - please do NOT use environment variables > to decide on > anything vital - use a build.properties file which is > standard "ant-way".
But that doesn't solve problems of Windows vs. Unix builds, because directory paths are significantly different. Environment variables ensure path references are homogeneous across platforms, whereas a build.properties file that specify paths is system dependent thing and is generally a bad idea....
eh - say what ?
Ant handle all that!
If you just make a build.properties and uses thoese from within ant - then you have platform independence out of the box! No problem with it!
The beauty of it all is that we can include a default build.properties that can be used (and which can point to the internal lib/*.jar's) and users can just edit that file or provide their own in e.g. ${user.home}/hibernate.build.properties
This just require us to try to load the ${user.home} thingy before we load build.properties.
Just my 2 cent ;)
/max
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel