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 ji...@apache.org on 2004/06/11 14:51:10 UTC

[jira] Commented: (AXIS-1388) [ews] EWS module can't compile since code move to axis/contrib

The following comment has been added to this issue:

     Author: Guillaume Sauthier
    Created: Fri, 11 Jun 2004 5:49 AM
       Body:
here is the patch
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1388?page=comments#action_36028

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1388

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1388
    Summary: [ews] EWS module can't compile since code move to axis/contrib
       Type: Bug

     Status: Closed
   Priority: Blocker
 Resolution: FIXED

    Project: Axis
   Fix Fors:
             current (nightly)

   Assignee: 
   Reporter: Guillaume Sauthier

    Created: Fri, 11 Jun 2004 4:44 AM
    Updated: Fri, 11 Jun 2004 5:49 AM
Environment: Debian Linux

Description:
ws-axis/contrib/ews/project.xml file refers to unexistant directories (src/java, src/test, ...)

1.A simple solution is to change directories in project.xml
<sourceDirectory>src</sourceDirectory>
<unitTestSourceDirectory>test</unitTestSourceDirectory>

But we are no more in a "maven style" project!

2.Or we move src/* inside src/java/ and test/* into src/test/ . But that remove a lot of files and pollute the CVS.

Solution 1 is easier to do :)
What do you think?


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


Re: Re: [jira] Commented: (AXIS-1388) [ews] EWS module can't compile since code move to axis/contrib

Posted by Davanum Srinivas <da...@gmail.com>.
i've reopened the bug.

On Fri, 11 Jun 2004 14:56:27 +0200, Guillaume Sauthier
<gu...@objectweb.org> wrote:
> 
> Oups Dims
> can't attach the patch since bug is closed.
> I forgot to change maven.xml too (schema directory changed)
> and I have updated jonas writers ...
> 
> I recreate another bug or you reopen this one ?
> 
> jira@apache.org wrote:
> 
> >The following comment has been added to this issue:
> >
> >     Author: Guillaume Sauthier
> >    Created: Fri, 11 Jun 2004 5:49 AM
> >       Body:
> >here is the patch
> >---------------------------------------------------------------------
> >View this comment:
> >  http://issues.apache.org/jira/browse/AXIS-1388?page=comments#action_36028
> >
> >---------------------------------------------------------------------
> >View the issue:
> >  http://issues.apache.org/jira/browse/AXIS-1388
> >
> >Here is an overview of the issue:
> >---------------------------------------------------------------------
> >        Key: AXIS-1388
> >    Summary: [ews] EWS module can't compile since code move to axis/contrib
> >       Type: Bug
> >
> >     Status: Closed
> >   Priority: Blocker
> > Resolution: FIXED
> >
> >    Project: Axis
> >   Fix Fors:
> >             current (nightly)
> >
> >   Assignee:
> >   Reporter: Guillaume Sauthier
> >
> >    Created: Fri, 11 Jun 2004 4:44 AM
> >    Updated: Fri, 11 Jun 2004 5:49 AM
> >Environment: Debian Linux
> >
> >Description:
> >ws-axis/contrib/ews/project.xml file refers to unexistant directories (src/java, src/test, ...)
> >
> >1.A simple solution is to change directories in project.xml
> ><sourceDirectory>src</sourceDirectory>
> ><unitTestSourceDirectory>test</unitTestSourceDirectory>
> >
> >But we are no more in a "maven style" project!
> >
> >2.Or we move src/* inside src/java/ and test/* into src/test/ . But that remove a lot of files and pollute the CVS.
> >
> >Solution 1 is easier to do :)
> >What do you think?
> >
> >
> >---------------------------------------------------------------------
> >JIRA INFORMATION:
> >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
> >
> >If you want more information on JIRA, or have a bug to report see:
> >   http://www.atlassian.com/software/jira
> >
> >
> >
> >
> 
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Re: [jira] Commented: (AXIS-1388) [ews] EWS module can't compile since code move to axis/contrib

Posted by Guillaume Sauthier <Gu...@objectweb.org>.
Oups Dims
can't attach the patch since bug is closed.
I forgot to change maven.xml too (schema directory changed)
and I have updated jonas writers ...

I recreate another bug or you reopen this one ?

jira@apache.org wrote:

>The following comment has been added to this issue:
>
>     Author: Guillaume Sauthier
>    Created: Fri, 11 Jun 2004 5:49 AM
>       Body:
>here is the patch
>---------------------------------------------------------------------
>View this comment:
>  http://issues.apache.org/jira/browse/AXIS-1388?page=comments#action_36028
>
>---------------------------------------------------------------------
>View the issue:
>  http://issues.apache.org/jira/browse/AXIS-1388
>
>Here is an overview of the issue:
>---------------------------------------------------------------------
>        Key: AXIS-1388
>    Summary: [ews] EWS module can't compile since code move to axis/contrib
>       Type: Bug
>
>     Status: Closed
>   Priority: Blocker
> Resolution: FIXED
>
>    Project: Axis
>   Fix Fors:
>             current (nightly)
>
>   Assignee: 
>   Reporter: Guillaume Sauthier
>
>    Created: Fri, 11 Jun 2004 4:44 AM
>    Updated: Fri, 11 Jun 2004 5:49 AM
>Environment: Debian Linux
>
>Description:
>ws-axis/contrib/ews/project.xml file refers to unexistant directories (src/java, src/test, ...)
>
>1.A simple solution is to change directories in project.xml
><sourceDirectory>src</sourceDirectory>
><unitTestSourceDirectory>test</unitTestSourceDirectory>
>
>But we are no more in a "maven style" project!
>
>2.Or we move src/* inside src/java/ and test/* into src/test/ . But that remove a lot of files and pollute the CVS.
>
>Solution 1 is easier to do :)
>What do you think?
>
>
>---------------------------------------------------------------------
>JIRA INFORMATION:
>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
>
>If you want more information on JIRA, or have a bug to report see:
>   http://www.atlassian.com/software/jira
>
>
>  
>