override JarSize in netbeans
Netbeans automatically put in jad the correct JarSize attribute but I wish to set it to a different value.
I read this:
http://wiki.netbeans.org/wiki/view/MobilityAntExtensions#section-MobilityAntExtensions-LtNbJadGt
It say that in <nb-jad> section I can
add support for updating values of MIDlet-Jar-Size but I can't find the way.
Any help?
[386 byte] By [
PeppeMEa] at [2007-11-27 6:33:58]

# 3
If the server is dynamicly creating the jad file anyway, why not simply let it create the whole jad file..You could also let the server scan je jad file and simple replace the orriginal size with the size you want.Or, you could edit the jad file in a text editor ;)
# 4
> If the server is dynamicly creating the jad file
> anyway, why not simply let it create the whole jad
> file..
>
> You could also let the server scan je jad file and
> simple replace the orriginal size with the size you
> want.
>
If would be possible to set #JARSIZE# in my jad I simplify the server side work only with a little modify to ant script or other
> Or, you could edit the jad file in a text editor ;)
No, the process must be automatic.