Hi Ron,

Thanks for the reply.

On 10-11-09 02:06 PM, Ron Wheeler wrote:
If you are using a decent IDE (Eclipse STS for example) with Maven support, you should not need any of this.
Maven and Eclipse will get everything you need onto the classpath.

My project is a compiler, so I feel that it's important that it be accessible from the command line, just as it's not necessary to fire up an Netbeans in order to use javac.

I can think of a hacky solution that might work, which is to pass the classpath from Maven to Ant using Maven Ant Tasks, and then allow Ant to echo it out. But I was hoping that this might be a solved problem, and that there might be a cleaner "maven solution" to making this work.

I'd appreciate any advice you can offer. Thanks,

Jake

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to