epugh 2004/07/05 07:29:55 Modified: hibernate/xdocs changes.xml hibernate/src/plugin-test project.properties Log: MPHIBERNATE-7 plugin:test fails. Provide complete path versus relative Revision Changes Path 1.17 +1 -0 maven-plugins/hibernate/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/hibernate/xdocs/changes.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- changes.xml 2 Jul 2004 07:32:52 -0000 1.16 +++ changes.xml 5 Jul 2004 14:29:55 -0000 1.17 @@ -25,6 +25,7 @@ </properties> <body> <release version="1.2-SNAPSHOT" date="in CVS"> + <action dev="epugh" type="fix" issue="MPHIBERNATE-7" due-to="Dion Gillard">Unit tests only functioned from the /src/plugin-test directory. plugin:test fails</action> <action dev="epugh" type="add" issue="MPHIBERNATE-6" due-to="Alex Shnyderman">New aggregate-mappings goal to aggregate multiple .hbm files into one file.</action> <action dev="epugh" type="add" issue="MPHIBERNATE-6" due-to="Alex Shnyderman">Added multiple base directories for mapping files</action> <action dev="epugh" type="update">Update to hibernate-2.1.3.</action> 1.3 +2 -2 maven-plugins/hibernate/src/plugin-test/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven-plugins/hibernate/src/plugin-test/project.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.properties 2 Jul 2004 07:32:53 -0000 1.2 +++ project.properties 5 Jul 2004 14:29:55 -0000 1.3 @@ -1,3 +1,3 @@ -maven.hibernate.properties=src/main/hibernate.properties +maven.hibernate.properties=${basedir}/src/main/hibernate.properties maven.hibernate.quiet=false -maven.hibernate.input.dir=${maven.build.dest},src/etc \ No newline at end of file +maven.hibernate.input.dir=${maven.build.dest},${basedir}/src/etc \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]