Author: aheritier Date: Sun Apr 16 15:16:19 2006 New Revision: 394569 URL: http://svn.apache.org/viewcvs?rev=394569&view=rev Log: To declare a relative entity there's no protocol to use. The file: doesn't exist : http://issues.apache.org/bugzilla/show_bug.cgi?id=30536 http://www.ietf.org/rfc/rfc2396.txt?number=2396
Modified: maven/maven-1/core/trunk/src/test/touchstone-build/maven.xml maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalA.xml maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalB.xml maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/maven.xml Modified: maven/maven-1/core/trunk/src/test/touchstone-build/maven.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/test/touchstone-build/maven.xml?rev=394569&r1=394568&r2=394569&view=diff ============================================================================== --- maven/maven-1/core/trunk/src/test/touchstone-build/maven.xml (original) +++ maven/maven-1/core/trunk/src/test/touchstone-build/maven.xml Sun Apr 16 15:16:19 2006 @@ -224,7 +224,7 @@ <!-- <attainGoal name="testOverlappedCalls" /> --> <!-- TO FIX --> <!-- <attainGoal name="test-entities-in-project" /> --> - <!-- <attainGoal name="test-entities-in-maven" /> --> + <attainGoal name="test-entities-in-maven" /> <!-- TODO - this is still broken (as in RC1) <attainGoal name="test-reactor-maven-username" /> --> Modified: maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalA.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalA.xml?rev=394569&r1=394568&r2=394569&view=diff ============================================================================== --- maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalA.xml (original) +++ maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalA.xml Sun Apr 16 15:16:19 2006 @@ -1,3 +1,3 @@ <goal name="goalA"> <echo>goalA</echo> -</goal> +</goal> \ No newline at end of file Modified: maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalB.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalB.xml?rev=394569&r1=394568&r2=394569&view=diff ============================================================================== --- maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalB.xml (original) +++ maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/goalB.xml Sun Apr 16 15:16:19 2006 @@ -1,3 +1,3 @@ <goal name="goalB"> <echo>goalB</echo> -</goal> +</goal> \ No newline at end of file Modified: maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/maven.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/maven.xml?rev=394569&r1=394568&r2=394569&view=diff ============================================================================== --- maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/maven.xml (original) +++ maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/maven.xml Sun Apr 16 15:16:19 2006 @@ -17,8 +17,8 @@ */ --> <!DOCTYPE project [ - <!ENTITY goalA SYSTEM "file:./goalA.xml"> - <!ENTITY goalB SYSTEM "file:./goalB.xml"> + <!ENTITY goalA SYSTEM "goalA.xml"> + <!ENTITY goalB SYSTEM "goalB.xml"> ]> <project> &goalA;