Hi,
for developing J2ME application it's necessary to overwrite the bootclasspath
of the compiler.
I do this with a property in my project.properties file:
maven.compile.compilerargs=-bootclasspath ${basedir}/lib/classes.zip:
${basedir}/lib/ajof.zip
disadvantage: I have to keep the bootclasspath files in my project tree.
It would be nice if I can get the bootclasspath files as dependencies from my
maven repository.
regards,
Joachim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]