Hi there, I want to build J2ME applications with maven. To do this, you have to use another boot classpath for the compiler. This ensures, that you only can use classes known to the J2ME platform. I guess this can be done via configuration of the compiler plugin.
Later on you have to preverify the classes before you can pack them. To do this you have to run the preverify executable of the J2ME SDK. Here you have to use the same boot classpath as a command line parameter of preverify. I wrote a plugin to integrate this into maven. Because I don't want to specify the classpath twice, I'm looking for a way to specify the boot class path in the pom at one place and inject the configuration into the compiler plugin and the preverify plugin. Is there an easy way to do this? Kind regards, Frank -- View this message in context: http://www.nabble.com/Howto-configure-boot-classpath-for-several-plugins--t1312917.html#a3498884 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]