Cool
On the other hand now I have to suffer Maven. So not so cool.

Here were the tasks I had access to that mattered to me
 - clean
 - runt the test suite
 - check the log files from the test suite
 - build the distro
 - compile
 - compile tests
 - deploy to my local repo to test a to be released distribution

What are their new equivalent?

Also for EM, how do I built the test jars and pars to test them in my IDE.

We also need to get the JPA javadoc in the distro.

Emmanuel

On  Nov 3, 2008, at 15:32, Hardy Ferentschik wrote:

Hi,

I thought it might be interesting to know that the trunk of the two projects Annotations and EntityManager (including commons-annotations) have moved into Core. The new svn url is https://svn.jboss.org/repos/hibernate/core/trunk .

As part of the move the build switched as well from Ant to Maven. All tests are working again and you can build the documentation via:

mvn clean package -P hsqldb,doc

The documentation build is a temporary solution. In the long run we are aiming to combine the different documentations into one single documentation, but that's will take a while to happen. There is quite some editing to be done.

There is also more work required in order to include Annotations and EntityManager into the distribution package. The 'old' distribution
packages for Annoations and EntityManager cannot be build anymore.

In case you want to work on any of these projects it is probably time to switch to a Core checkout.

--Hardy

P.S. Almost forgot - the import of Envers into Core is also in full swing. So a lot is happening.
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to