On Wednesday 07 July 2004 05:23, Brett Porter wrote:
> try ${pom.getDependencyPath('ajof:ajof')}
this work, thanks
> Probably won't work in a properties file (not sure though) - in which
> case it needs to be in maven.xml
> ...
regards,
Joachim
-
try ${pom.getDependencyPath('ajof:ajof')}
Probably won't work in a properties file (not sure though) - in which
case it needs to be in maven.xml
On Tue, 6 Jul 2004 13:07:43 +0200, Joachim Bader <[EMAIL PROTECTED]> wrote:
> Hi,
>
> for developing J2ME application it's necessary to overwrite the
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 bootclasspat