<compilerArguments>

<bootclasspath>${env.WTK_HOME}/lib/cldcapi11.jar;${env.WTK_HOME
}/lib/midpapi20.jar</bootclasspath>
                </compilerArguments>


Glad to see that working.

At least, if you have an internal maven repository, you might have a more
portable build system.
You could deploy cldcapi11.jar and midpapi20.jar into your internal
repository, and then use combination of
${settings.localRepository}/path/to/dependency
and dependency declaration.

This is how we do where I'm working. Nothing more than Maven has be
installed to develop J2ME applications (no more wtk installation)


Damien

Reply via email to