You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Julie Zhuo (JIRA)" <de...@beehive.apache.org> on 2005/11/04 00:24:48 UTC

[jira] Created: (BEEHIVE-991) Compiler test failed to run in trunk

Compiler test failed to run in trunk
------------------------------------

         Key: BEEHIVE-991
         URL: http://issues.apache.org/jira/browse/BEEHIVE-991
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: 1.1    
    Reporter: Julie Zhuo
     Fix For: 1.1


The compiler test failed to run in the trunk. The reason for that is that the compiler-test.properties got commented out in trunck/beehive/netui/test/ant/netui-test-imports.xml in the check in r330060. 

@@ -20,19 +22,13 @@
         <path refid="commons-collections.dependency.path"/>
     </path>
 	
-    <!-- Compiler Tests properties -->
+    <!-- todo: remove this properties file -->
+<!--
     <property file="compiler-test.properties"/>
+-->
+

It is listed as to do item, but it is already done. Will attach a patch here to remove that for convenience.

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


[jira] Closed: (BEEHIVE-991) Compiler test failed to run in trunk

Posted by "Julie Zhuo (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-991?page=all ]
     
Julie Zhuo closed BEEHIVE-991:
------------------------------


Verified fixed with rev373873.

> Compiler test failed to run in trunk
> ------------------------------------
>
>          Key: BEEHIVE-991
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-991
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: 1.0.1
>     Reporter: Julie Zhuo
>     Assignee: Julie Zhuo
>      Fix For: 1.0.1
>  Attachments: patch.txt
>
> The compiler test failed to run in the trunk. The reason for that is that the compiler-test.properties got commented out in trunck/beehive/netui/test/ant/netui-test-imports.xml in the check in r330060. 
> @@ -20,19 +22,13 @@
>          <path refid="commons-collections.dependency.path"/>
>      </path>
>  	
> -    <!-- Compiler Tests properties -->
> +    <!-- todo: remove this properties file -->
> +<!--
>      <property file="compiler-test.properties"/>
> +-->
> +
> It is listed as to do item, but it is already done. Will attach a patch here to remove that for convenience.

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


[jira] Resolved: (BEEHIVE-991) Compiler test failed to run in trunk

Posted by "Eddie O'Neil (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-991?page=all ]
     
Eddie O'Neil resolved BEEHIVE-991:
----------------------------------

    Resolution: Fixed

Fixed with SVN 330679; the change wasn't quite the patch provided because the properties file needs to be imported in junitCore.xml.  Ultimately, I'm not sure why there needs to be a .properties file imported by Ant at all, but that's a question for another day. 

:)


> Compiler test failed to run in trunk
> ------------------------------------
>
>          Key: BEEHIVE-991
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-991
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: 1.1
>     Reporter: Julie Zhuo
>      Fix For: 1.1
>  Attachments: patch.txt
>
> The compiler test failed to run in the trunk. The reason for that is that the compiler-test.properties got commented out in trunck/beehive/netui/test/ant/netui-test-imports.xml in the check in r330060. 
> @@ -20,19 +22,13 @@
>          <path refid="commons-collections.dependency.path"/>
>      </path>
>  	
> -    <!-- Compiler Tests properties -->
> +    <!-- todo: remove this properties file -->
> +<!--
>      <property file="compiler-test.properties"/>
> +-->
> +
> It is listed as to do item, but it is already done. Will attach a patch here to remove that for convenience.

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


[jira] Updated: (BEEHIVE-991) Compiler test failed to run in trunk

Posted by "Julie Zhuo (JIRA)" <de...@beehive.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-991?page=all ]

Julie Zhuo updated BEEHIVE-991:
-------------------------------

    Attachment: patch.txt

> Compiler test failed to run in trunk
> ------------------------------------
>
>          Key: BEEHIVE-991
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-991
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: 1.1
>     Reporter: Julie Zhuo
>      Fix For: 1.1
>  Attachments: patch.txt
>
> The compiler test failed to run in the trunk. The reason for that is that the compiler-test.properties got commented out in trunck/beehive/netui/test/ant/netui-test-imports.xml in the check in r330060. 
> @@ -20,19 +22,13 @@
>          <path refid="commons-collections.dependency.path"/>
>      </path>
>  	
> -    <!-- Compiler Tests properties -->
> +    <!-- todo: remove this properties file -->
> +<!--
>      <property file="compiler-test.properties"/>
> +-->
> +
> It is listed as to do item, but it is already done. Will attach a patch here to remove that for convenience.

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