Re: modules are built but not copied to local repository?

2009-12-14 Thread Anders Hammar
Executing mvn install gives me this: [INFO] Building examples in J2ME with juliac [INFO] [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO]

Re: modules are built but not copied to local repository?

2009-12-13 Thread Anders Hammar
Kinh, When doing mvn clean, I get a message about a missing plugin: [INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository Try downloading the file manually from the project website. Then,

modules are built but not copied to local repository?

2009-12-11 Thread NGUYEN Cong Kinh
Hello everybody, I'm using Maven 2.2.1, JDK 6. I have a problem concerning compilation by Maven. In fact, for example I have the following structure: - trunk + pom.xml +-- A + pom.xml +-- A1 + pom.xml +-- A11 ... +-- A12 ... +-- A2 +-- A3 +-- B

Re: modules are built but not copied to local repository?

2009-12-11 Thread Anders Hammar
What does the build output say - any errors? /Anders On Fri, Dec 11, 2009 at 13:38, NGUYEN Cong Kinh cong_kinh.ngu...@it-sudparis.eu wrote: Hello everybody, I'm using Maven 2.2.1, JDK 6. I have a problem concerning compilation by Maven. In fact, for example I have the following structure:

Re: modules are built but not copied to local repository?

2009-12-11 Thread NGUYEN Cong Kinh
In fact, in the trunk/B, there are some modules, for example B1 B2, but B2 uses B1 as the dependency. When executing the command mvn clean install for B2, Maven finds the dependency B1, but it is not located in local repository. Therefore, there's an error missing artifact You can check

Re: modules are built but not copied to local repository?

2009-12-11 Thread Anders Hammar
After checking out and building for ages I get a NPE in helloworld ex 1... /Anders On Fri, Dec 11, 2009 at 13:55, NGUYEN Cong Kinh cong_kinh.ngu...@it-sudparis.eu wrote: In fact, in the trunk/B, there are some modules, for example B1 B2, but B2 uses B1 as the dependency. When executing the

Re: modules are built but not copied to local repository?

2009-12-11 Thread NGUYEN Cong Kinh
Please send this error to me. Because I haven't seen it. Thank you. Kinh Anders Hammar a écrit : After checking out and building for ages I get a NPE in helloworld ex 1... /Anders On Fri, Dec 11, 2009 at 13:55, NGUYEN Cong Kinh cong_kinh.ngu...@it-sudparis.eu wrote: In fact, in the

Re: modules are built but not copied to local repository?

2009-12-11 Thread Anders Hammar
I will on Monday; don't have my laptop with me over the weekend. Possibly the fault is on my side; I rushed things as the build took a lng time (I skipped the unit tests). Why are you always generating the javadocs (and not only in the release profile)? /Anders On Fri, Dec 11, 2009 at 17:48,