Hi. I've been reading about and playing with Maven and it looks great. There's something I want to do that I can't figure out. Perhaps someone can help.

I have a Java application I'm developing with Eclipse, so all the dependencies are specified there. It's a rather long classpath. I want a tool to read whatever's needed from Eclipse (.project, .classpath), and then collect all the jars and build me a "java -cp ..." command line or script to invoke the application on another machine. I want to be able to change the dependencies in Eclipse, and then regenerate this business, always reflecting the current dependencies from Eclipse.

Thanks in advance.

Dave Briccetti
Lafayette, California


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

Reply via email to