Re: SCA Building Error...

2008-03-18 Thread Adriano Crestani
So, post here more info about the error, as Luciano suggested : ). The maven error output for example. Regards, Adriano Crestani On Tue, Mar 18, 2008 at 5:51 PM, Douglas Leite <[EMAIL PROTECTED]> wrote: > I tried the same steps with jdk 1.5, but I got the same results... > > On Tue, Mar 18, 2008

Re: SCA Building Error...

2008-03-18 Thread Douglas Leite
I tried the same steps with jdk 1.5, but I got the same results... On Tue, Mar 18, 2008 at 9:31 PM, Adriano Crestani < [EMAIL PROTECTED]> wrote: > So, try it using the latest 1.5 Java version. The 1.6 was not working for > me > too : ( > > Regards, > Adriano Crestani > > On Tue, Mar 18, 2008 at 5

Re: SCA Building Error...

2008-03-18 Thread Adriano Crestani
So, try it using the latest 1.5 Java version. The 1.6 was not working for me too : ( Regards, Adriano Crestani On Tue, Mar 18, 2008 at 5:25 PM, Douglas Leite <[EMAIL PROTECTED]> wrote: > Before running the $mvn command, I tried $mvn --version to guarantee that > the things are correctly configur

Re: SCA Building Error...

2008-03-18 Thread Douglas Leite
Before running the $mvn command, I tried $mvn --version to guarantee that the things are correctly configured, and all seems to be right. I got this output after setting some environment variables like M2_HOME and JAVA_HOME. $mvn --version *Maven version: 2.0.8 Java version: 1.6.0_05 OS name: "l

Re: SCA Building Error...

2008-03-17 Thread Luciano Resende
Are you building modules before tools ? Also, you should make sure you are using JDK 1.5 and does not have anything still pointing to JDK 6 (e.g JAVA_HOME) a good way to verify this is by checking the java version before running the maven command. If you still have issues, please forward more

SCA Building Error...

2008-03-17 Thread Douglas Leite
I am trying to build the SCA using the maven 2.0.8, but I am getting some errors related to WSDL2Java Tool and SCA Assembly Model. There are some classes that couldn't be found, like CompositeWireBuilderImpl.java and BindingPolicyComputer.java. Even using the command $mvn -fae clean install, as Lu