There's really no reason why the mvn eclipse:eclipse goal would fail, while mvn eclipse:eclipse -DdownloadSource=true would succeed.
However, as maven tries to downloads lots of jars, you may need to launch the command several times until all the needed jars are downloaded (with or without downloadSources) because of network / downloads problems. This is also true for all goals that need to download something. To make sure there is a real problem, maven must fail without having downloaded anything, else retry ;-) On 2/13/07, Felipe Gaucho <[EMAIL PROTECTED]> wrote:
bsnyder wrote: > > And why would you recommend something as drastic as > telling everyone to download all the sources within the pom.xml? > because it failed here... and the message from maven suggested to include the import.. After doing that, everything worked fine.. That's why I am not contributing directly to the project documentation.. just trying it, collecting experiences and try to figure out the best way to use it. Soon I get a more clear view about all tricky details about the maven usage with ServiceMix, I will try to really contribute with the documentation. For now, it is just a thread in the forum list :) and I expect the other guys use it just in case the tutorial fails.. I am publishing here the successful steps in my machine.. perhaps some strange commands are being forced by local configurations, Windows compliance or other crazy configuration details.. But I am doing that in the hope it could be useful for some one else :) -- View this message in context: http://www.nabble.com/Compiling-Hello-world-%28successful-steps%29-tf3214956s12049.html#a8941101 Sent from the ServiceMix - User mailing list archive at Nabble.com.
-- Cheers, Guillaume Nodet ------------------------ Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/
