You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Glen Mazza (JIRA)" <ji...@apache.org> on 2007/03/30 03:30:25 UTC

[jira] Created: (AXIS2-2438) wsdl2java's generated build.xml file needs ${classes} added to classpath of run.test target

wsdl2java's generated build.xml file needs ${classes} added to classpath of run.test target
-------------------------------------------------------------------------------------------

                 Key: AXIS2-2438
                 URL: https://issues.apache.org/jira/browse/AXIS2-2438
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: codegen
            Reporter: Glen Mazza
            Priority: Minor
             Fix For: 1.1.1


When running the "run.test" target without modification, JUnit reports an error that it can't find the compiled JUnit test class.  Adding ${classes} to the classpath of the run.test target fixes this problem.  This would seem to be needed just for Ant files of the binding frameworks (ADB and JIBX)  that depend on the "compile.test" target--because ${classes} is exactly where the compiled JUnit test class is placed.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2438) wsdl2java's generated build.xml file needs ${classes} added to classpath of run.test target

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe updated AXIS2-2438:
-------------------------------------

        Fix Version/s:     (was: 1.1.1)
                       1.3
    Affects Version/s: 1.3

> wsdl2java's generated build.xml file needs ${classes} added to classpath of run.test target
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2438
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2438
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.3
>            Reporter: Glen Mazza
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Minor
>             Fix For: 1.3
>
>         Attachments: wsdl2javapatch.txt
>
>
> When running the "run.test" target without modification, JUnit reports an error that it can't find the compiled JUnit test class.  Adding ${classes} to the classpath of the run.test target fixes this problem.  This would seem to be needed just for Ant files of the binding frameworks (ADB and JIBX)  that depend on the "compile.test" target--because ${classes} is exactly where the compiled JUnit test class is placed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2438) wsdl2java's generated build.xml file needs ${classes} added to classpath of run.test target

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Mazza updated AXIS2-2438:
------------------------------

    Attachment: wsdl2javapatch.txt

Patch file (using simple svn client)

> wsdl2java's generated build.xml file needs ${classes} added to classpath of run.test target
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2438
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2438
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>            Reporter: Glen Mazza
>            Priority: Minor
>             Fix For: 1.1.1
>
>         Attachments: wsdl2javapatch.txt
>
>
> When running the "run.test" target without modification, JUnit reports an error that it can't find the compiled JUnit test class.  Adding ${classes} to the classpath of the run.test target fixes this problem.  This would seem to be needed just for Ant files of the binding frameworks (ADB and JIBX)  that depend on the "compile.test" target--because ${classes} is exactly where the compiled JUnit test class is placed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2438) wsdl2java's generated build.xml file needs ${classes} added to classpath of run.test target

Posted by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amila Chinthaka Suriarachchi resolved AXIS2-2438.
-------------------------------------------------

    Resolution: Fixed

fixed with the revision 551044. thanks Glen

> wsdl2java's generated build.xml file needs ${classes} added to classpath of run.test target
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2438
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2438
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.3
>            Reporter: Glen Mazza
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Minor
>             Fix For: 1.3
>
>         Attachments: wsdl2javapatch.txt
>
>
> When running the "run.test" target without modification, JUnit reports an error that it can't find the compiled JUnit test class.  Adding ${classes} to the classpath of the run.test target fixes this problem.  This would seem to be needed just for Ant files of the binding frameworks (ADB and JIBX)  that depend on the "compile.test" target--because ${classes} is exactly where the compiled JUnit test class is placed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-2438) wsdl2java's generated build.xml file needs ${classes} added to classpath of run.test target

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-2438:
----------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

Amila could you please have a look at this.

Thanks
Deepal

> wsdl2java's generated build.xml file needs ${classes} added to classpath of run.test target
> -------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2438
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2438
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>            Reporter: Glen Mazza
>         Assigned To: Amila Chinthaka Suriarachchi
>            Priority: Minor
>             Fix For: 1.1.1
>
>         Attachments: wsdl2javapatch.txt
>
>
> When running the "run.test" target without modification, JUnit reports an error that it can't find the compiled JUnit test class.  Adding ${classes} to the classpath of the run.test target fixes this problem.  This would seem to be needed just for Ant files of the binding frameworks (ADB and JIBX)  that depend on the "compile.test" target--because ${classes} is exactly where the compiled JUnit test class is placed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org