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 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:25 PM, Douglas Leite <[EMAIL PROTECTED]> > > wrote: > > > > > 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: "linux" version: "2.6.22-14-generic" arch: "amd64" Family: > > > "unix"* > > > > > > > > > On Mon, Mar 17, 2008 at 10:43 PM, Luciano Resende < > [EMAIL PROTECTED]> > > > wrote: > > > > > > > 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 info for us to be able > > > > to help further. > > > > > > > > > > > > On Mon, Mar 17, 2008 at 6:04 PM, Douglas Leite <[EMAIL PROTECTED] > > > > > > wrote: > > > > > 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.javaand > > > > > BindingPolicyComputer.java. > > > > > > > > > > Even using the command $mvn -fae clean install, as Luciano has > > > > suggested me > > > > > before, the building process doesn't finish successfully. > > > > > > > > > > I tried with jdk 1.5 and 1.6, but I got the same results. > > > > > > > > > > Any idea? > > > > > > > > > > Douglas > > > > > > > > > > > > > > > > > > > > > -- > > > > Luciano Resende > > > > Apache Tuscany Committer > > > > http://people.apache.org/~lresende<http://people.apache.org/%7Elresende> > <http://people.apache.org/%7Elresende> > > <http://people.apache.org/%7Elresende>< > > > http://people.apache.org/%7Elresende> > > > > http://lresende.blogspot.com/ > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > >
