Re: Maven & java2wsdl...

2008-02-04 Thread Fernando da Motta Hildebrand
Well thanks  anyway

2008/1/28, Wayne Fay <[EMAIL PROTECTED]>:
>
> Perhaps try sending a new email here with [m1] in the subject. Then
> people who are using Maven1 might be more likely to see it and reply.
>
> But as Daniel said, there's just not a whole ton of people using M1
> these days, it seems.
>
> Wayne
>
> On 1/28/08, Fernando da Motta Hildebrand <[EMAIL PROTECTED]>
> wrote:
> > Thanks man,
> >
> > But I really can´t afford to upgrade do maven2. That would require the
> kind
> > of efford I can´t spend my team with now.
> > So... Does anyone have any sugestion? Besides going for maven2... Using
> ant
> > tasks maybe?
> >
> > 2008/1/28, Allen, Daniel <[EMAIL PROTECTED]>:
> > >
> > > (By the way, when I say "it might be because,"  I mean "maybe no one's
> > > responding because," not that using Maven 1 might be your problem)
> > >
> > > -Original Message-
> > > From: Allen, Daniel
> > > Sent: Monday, January 28, 2008 4:22 PM
> > > To: Maven Users List
> > > Subject: RE: Maven & java2wsdl...
> > >
> > > It might be because you're using Maven 1. I get the impression that
> most
> > > of the people on the User List have moved on to Maven 2. There is some
> > > documentation around on WSDL and Axis in Maven 2. I believe the
> example
> > > system in "Better Builds With Maven" (free PDF book) uses those, so if
> > > you wanted to migrate to the newer version, that might help. I have
> > > little to no idea of the intricacies of Maven 1, though.
> > >
> > > -Original Message-
> > > From: Fernando da Motta Hildebrand [mailto:
> [EMAIL PROTECTED]
> > >
> > > Sent: Monday, January 28, 2008 2:55 PM
> > > To: users@maven.apache.org
> > > Subject: Re: Maven & java2wsdl...
> > >
> > > No one? Please?
> > >
> > > 2008/1/11, Fernando da Motta Hildebrand <[EMAIL PROTECTED]
> >:
> > > >
> > > > Hi,
> > > >
> > > > I'm using Maven 1.x with Axis 1, here's below my maven.xml
> > > >
> > > > 
> > > >
> > > >
> > > >  > > > xmlns:ant="jelly:ant" xmlns:u="jelly:util" default="radar:build">
> > > >
> > > >   
> > > > 
> > > >   
> > > >   
> > > >
> > > >   
> > > >   
> > > > 
> > > > 
> > > >   
> > > >
> > > >
> > > >   
> > > > 
> > > > 
> > > > 
> > > > 
> > > > Copying server-config.wsdd and context.xml..
> .
> > > >  > > preservelastmodified="true">
> > > >> > > includes="server-config.wsdd">
> > > >   
> > > > 
> > > >  > > preservelastmodified="true">
> > > >> > > includes="context.xml">
> > > >   
> > > > 
> > > >   
> > > >
> > > > 
> > > >   
> > > > 
> > > > 
> > > >   
> > > >         
> > > > 
> > > >   
> > > >   
> > > > 
> > > >  > > >  classname="
> > > > br.com.siliconstrategy.radar.io.service.CorrelationRemoteService "
> > > > style="rpc"
> > > > namespace="urn:${pom.artifactId}"
> > > >
> > > location="
> http://localhost:8080/${pom.artifactId}/soap/${pom.artifactId}
> > > <
> http://localhost:8080/$%7Bpom.artifactId%7D/soap/$%7Bpom.artifactId%7D>
> > > "
> > > >
> > > >
> > > output="${maven.src.dir}\webapp\${pom.artifactId}.wsdl">
> > > > 
> > > >   
> > > >
> > > >   
> > > >
> > > >
> > > > > > > prereqs="clean,tomcat:undeploy,tomcat:deploy"/>
> > > >
> > > > 
> > > >
> > > >
> > > > But I can't get it to work, it doesn't generate any wsdl files.
> > > 

Re: Maven & java2wsdl...

2008-01-28 Thread Fernando da Motta Hildebrand
Thanks man,

But I really can´t afford to upgrade do maven2. That would require the kind
of efford I can´t spend my team with now.
So... Does anyone have any sugestion? Besides going for maven2... Using ant
tasks maybe?

2008/1/28, Allen, Daniel <[EMAIL PROTECTED]>:
>
> (By the way, when I say "it might be because,"  I mean "maybe no one's
> responding because," not that using Maven 1 might be your problem)
>
> -Original Message-
> From: Allen, Daniel
> Sent: Monday, January 28, 2008 4:22 PM
> To: Maven Users List
> Subject: RE: Maven & java2wsdl...
>
> It might be because you're using Maven 1. I get the impression that most
> of the people on the User List have moved on to Maven 2. There is some
> documentation around on WSDL and Axis in Maven 2. I believe the example
> system in "Better Builds With Maven" (free PDF book) uses those, so if
> you wanted to migrate to the newer version, that might help. I have
> little to no idea of the intricacies of Maven 1, though.
>
> -Original Message-
> From: Fernando da Motta Hildebrand [mailto:[EMAIL PROTECTED]
>
> Sent: Monday, January 28, 2008 2:55 PM
> To: users@maven.apache.org
> Subject: Re: Maven & java2wsdl...
>
> No one? Please?
>
> 2008/1/11, Fernando da Motta Hildebrand <[EMAIL PROTECTED]>:
> >
> > Hi,
> >
> > I'm using Maven 1.x with Axis 1, here's below my maven.xml
> >
> > 
> >
> >
> >  > xmlns:ant="jelly:ant" xmlns:u="jelly:util" default="radar:build">
> >
> >   
> > 
> >   
> >   
> >
> >   
> >   
> > 
> > 
> >   
> >
> >
> >   
> > 
> > 
> > 
> > 
> > Copying server-config.wsdd and context.xml...
> >  preservelastmodified="true">
> >> includes="server-config.wsdd">
> >   
> > 
> >  preservelastmodified="true">
> >> includes="context.xml">
> >   
> > 
> >   
> >
> > 
> >   
> > 
> > 
> >   
> > 
> > 
> >   
> >   
> > 
> >  >  classname="
> > br.com.siliconstrategy.radar.io.service.CorrelationRemoteService "
> >         style="rpc"
> > namespace="urn:${pom.artifactId}"
> >
> location="http://localhost:8080/${pom.artifactId}/soap/${pom.artifactId}
> <http://localhost:8080/$%7Bpom.artifactId%7D/soap/$%7Bpom.artifactId%7D>
> "
> >
> >
> output="${maven.src.dir}\webapp\${pom.artifactId}.wsdl">
> > 
> >   
> >
> >   
> >
> >
> > > prereqs="clean,tomcat:undeploy,tomcat:deploy"/>
> >
> > 
> >
> >
> > But I can't get it to work, it doesn't generate any wsdl files.
> >
> > Can anyone give a hint here?
> >
> > Thanks.
> >
> > --
> > Fernando da Motta Hildebrand
> > IT Consultant
> > Brooks' Law : "adding manpower to a late software project makes it
> > later..."
>
>
>
>
> --
> Fernando da Motta Hildebrand
> IT Consultant
> Brooks' Law : "adding manpower to a late software project makes it
> later..."
>
> --
> This message may contain confidential, proprietary, or legally
> privileged information. No confidentiality or privilege is waived by any
> transmission to an unintended recipient. If you are not an intended
> recipient, please notify the sender and delete this message immediately.
> Any views expressed in this message are those of the sender, not those
> of any entity within the KBC Financial Products group of companies
> (together referred to as "KBC FP").
>
> This message does not create any obligation, contractual or otherwise,
> on the part of KBC FP. It is not an offer (or solicitation of an offer)
> of, or a recommendation to buy or sell, any financial product. Any
> prices or other values included in this message are indicative only, and
> do not necessarily represent current market prices, prices at which KBC
> FP would enter into a transaction, or prices at which similar
> transactions may be carried on KBC FP's own books. The information
> contained in this message is provided "as is", without representations
> or warranties, express or implied, of any kind.

Re: Maven & java2wsdl...

2008-01-28 Thread Fernando da Motta Hildebrand
No one? Please?

2008/1/11, Fernando da Motta Hildebrand <[EMAIL PROTECTED]>:
>
> Hi,
>
> I'm using Maven 1.x with Axis 1, here's below my maven.xml
>
> 
>
>
>  xmlns:ant="jelly:ant" xmlns:u="jelly:util" default="radar:build">
>
>   
> 
>   
>   
>
>   
>   
> 
> 
>   
>
>
>   
> 
> 
> 
> 
> Copying server-config.wsdd and context.xml...
> 
>includes="server-config.wsdd">
>   
> 
> 
>includes="context.xml">
>   
> 
>   
>
> 
>   
> 
> 
>   
> 
> 
>   
>   
> 
>   classname="
> br.com.siliconstrategy.radar.io.service.CorrelationRemoteService "
> style="rpc"
> namespace="urn:${pom.artifactId}"
> 
> location="http://localhost:8080/${pom.artifactId}/soap/${pom.artifactId}<http://localhost:8080/$%7Bpom.artifactId%7D/soap/$%7Bpom.artifactId%7D>"
>
>         output="${maven.src.dir}\webapp\${pom.artifactId}.wsdl">
> 
>   
>
>   
>
>
>     prereqs="clean,tomcat:undeploy,tomcat:deploy"/>
>
> 
>
>
> But I can't get it to work, it doesn't generate any wsdl files.
>
> Can anyone give a hint here?
>
> Thanks.
>
> --
> Fernando da Motta Hildebrand
> IT Consultant
> Brooks' Law : "adding manpower to a late software project makes it
> later..."




-- 
Fernando da Motta Hildebrand
IT Consultant
Brooks' Law : "adding manpower to a late software project makes it later..."


Maven & java2wsdl...

2008-01-11 Thread Fernando da Motta Hildebrand
Hi,

I'm using Maven 1.x with Axis 1, here's below my maven.xml






  

  
  

  
  


  


  




Copying server-config.wsdd and context.xml...

  
  


  
  

  


  


  


  
  

http://localhost:8080/${pom.artifactId}/soap/${pom.artifactId}";
output="${maven.src.dir}\webapp\${pom.artifactId}.wsdl">

  

  


   




But I can't get it to work, it doesn't generate any wsdl files.

Can anyone give a hint here?

Thanks.

-- 
Fernando da Motta Hildebrand
IT Consultant
Brooks' Law : "adding manpower to a late software project makes it later..."


Re: Subproject recursive dependency....

2007-01-23 Thread fernando da Motta hildebrand

Ok. Thanks for your help.

2007/1/22, Wayne Fay <[EMAIL PROTECTED]>:


In short, no, that is not right. In your example, you have not
eliminated the circular dependency. You still have A {B} and B {A}.
This is not acceptable.

In short, decide if A builds upon B or if B builds upon A; you cannot
have both. Then change your code to implement A->B or B->A, depending
on how you've chosen.

You may want to ask for help in this area on the Refactoring
Yahoogroup. The Maven Users list is not the right place for this
discussion.

Wayne

On 1/22/07, fernando da Motta hildebrand <[EMAIL PROTECTED]>
wrote:
> Would be like:
>
> pak.a
> public interface A1{
>...
> }
>
>  pak.b
> public interface B1{
>...
> }
>
> import pak.B1
> publica class A{
>private B1;
>...
> }
>
> import pak.A1
> publica class B{
>private A1;
>
> }
>
> ?
>
> Could you send some examples?
>
>
> 2007/1/22, Wayne Fay <[EMAIL PROTECTED]>:
> >
> > You don't. You need to do some refactoring (extract interfaces) or
> > something so you have a very clear A->B or B->A dependency.
> >
> > Wayne
> >
> > On 1/22/07, fernando da Motta hildebrand <[EMAIL PROTECTED]
>
> > wrote:
> > > Ok,
> > >
> > > Got subproject with source of class A,
> > > and got subproject with source of class B,
> > >
> > > Here are examples of the two classes:
> > >
> > > import org.pack.B
> > > publica class A{
> > >private B;
> > >...
> > > }
> > >
> > > import org.pack.A
> > > publica class B{
> > >private A;
> > >
> > > }
> > >
> > > As you can see, both are inter-dependent, but rest in diferent
> > subprojects
> > > of maven (using maven 1.x by the way...).
> > >
> > > How do I build this project?
> > >
> > >
> > > --
> > > Fernando da Motta Hildebrand
> > > Desenvolvedor
> > > Brooks' Law : "adding manpower to a late software project makes it
> > later..."
> > >
> > >
> >
> > -----
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Fernando da Motta Hildebrand
> Desenvolvedor
> Brooks' Law : "adding manpower to a late software project makes it
later..."
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Fernando da Motta Hildebrand
Desenvolvedor
Brooks' Law : "adding manpower to a late software project makes it later..."


Re: Subproject recursive dependency....

2007-01-22 Thread fernando da Motta hildebrand

Would be like:

pak.a
public interface A1{
   ...
}

pak.b
public interface B1{
   ...
}

import pak.B1
publica class A{
   private B1;
   ...
}

import pak.A1
publica class B{
   private A1;
   
}

?

Could you send some examples?


2007/1/22, Wayne Fay <[EMAIL PROTECTED]>:


You don't. You need to do some refactoring (extract interfaces) or
something so you have a very clear A->B or B->A dependency.

Wayne

On 1/22/07, fernando da Motta hildebrand <[EMAIL PROTECTED]>
wrote:
> Ok,
>
> Got subproject with source of class A,
> and got subproject with source of class B,
>
> Here are examples of the two classes:
>
> import org.pack.B
> publica class A{
>private B;
>...
> }
>
> import org.pack.A
> publica class B{
>private A;
>
> }
>
> As you can see, both are inter-dependent, but rest in diferent
subprojects
> of maven (using maven 1.x by the way...).
>
> How do I build this project?
>
>
> --
> Fernando da Motta Hildebrand
> Desenvolvedor
> Brooks' Law : "adding manpower to a late software project makes it
later..."
>
>

---------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Fernando da Motta Hildebrand
Desenvolvedor
Brooks' Law : "adding manpower to a late software project makes it later..."


Fwd: Subproject recursive dependency....

2007-01-22 Thread fernando da Motta hildebrand

-- Forwarded message --
From: fernando da Motta hildebrand <[EMAIL PROTECTED]>
Date: 22/01/2007 17:12
Subject: Subproject recursive dependency
To: Maven_users 

Ok,

Got subproject with source of class A,
and got subproject with source of class B,

Here are examples of the two classes:

import org.pack.B
publica class A{
   private B;
   ...
}

import org.pack.A
publica class B{
   private A;
   
}

As you can see, both are inter-dependent, but rest in diferent subprojects
of maven (using maven 1.x by the way...).

How do I build this project?


--
Fernando da Motta Hildebrand
Desenvolvedor
Brooks' Law : "adding manpower to a late software project makes it later..."


--
Fernando da Motta Hildebrand
Desenvolvedor
Brooks' Law : "adding manpower to a late software project makes it later..."


Subproject recursive dependency....

2007-01-22 Thread fernando da Motta hildebrand

Ok,

Got subproject with source of class A,
and got subproject with source of class B,

Here are examples of the two classes:

import org.pack.B
publica class A{
   private B;
   ...
}

import org.pack.A
publica class B{
   private A;
   
}

As you can see, both are inter-dependent, but rest in diferent subprojects
of maven (using maven 1.x by the way...).

How do I build this project?


--
Fernando da Motta Hildebrand
Desenvolvedor
Brooks' Law : "adding manpower to a late software project makes it later..."


Recursive dependencies...

2007-01-22 Thread fernando da Motta hildebrand

Ok,

Got subproject with source of class A,
and got subproject with source of class B,

Here are examples of the two classes:

import org.pack.B
publica class A{
   private B;
   ...
}

import org.pack.A
publica class B{
   private A;
   
}

As you can see, both are inter-dependent, but rest in diferent subprojects
of maven (using maven 1.x by the way...).

How do I build this project?



--
Fernando da Motta Hildebrand
Desenvolvedor
Brooks' Law : "adding manpower to a late software project makes it later..."