[hibernate-issues] [Hibernate-JIRA] Created: (EJB-410) Current build.xml from v3_2_1_GA_CP have a broken junitsingle target

Juraci Paixao Krohling (JIRA) noreply at atlassian.com
Thu Jan 15 08:29:38 EST 2009


Current build.xml from v3_2_1_GA_CP have a broken junitsingle target
--------------------------------------------------------------------

                 Key: EJB-410
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/EJB-410
             Project: Hibernate Entity Manager
          Issue Type: Bug
          Components: EntityManager
            Reporter: Juraci Paixao Krohling
            Assignee: Juraci Paixao Krohling
         Attachments: EM-build.xml.diff

When trying to run the junitsingle for test org.hibernate.ejb.test.packaging.JarVisitorTest, I figured out that this target was probably copy/paste from junit target, and while the junit target has changed since then, the junitsingle hasn't. 

So, the attached patch realigns them, making it work properly. 

Command used to test:
ant -Dcommon.dir=../common-v3_2_1_GA_CP -Dhibernate-core.home=../core-Branch_3_2_4_SP1_CP -Dhibernate-core.jar=../core-Branch_3_2_4_SP1_CP/build/hibernate3.jar -lib lib clean junitsingle -Dtestname=org.hibernate.ejb.test.packaging.JarVisitorTest

Before the patch: classpath problems, missing directories, and the test is not executed.
After the patch: the test is executed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list