Re: [J2me-device-db-general] Plugin Problems
Brought to you by:
s_szczygiel,
space2
|
From: James B. <jm...@ho...> - 2006-09-20 17:41:55
|
I think it does have the device at the end, I have:
<target name="db-exporter">
<echo message="Exporting device properties ..."/>
<mkdir dir="${dist.dir}/src"/>
<exec executable="${microcode.home}/contrib/exporter/exporter.exe"
output="${dist.dir}/src/device.profile">
<arg
line="--root ${j2me.device.db} --set ${exporter.props} --res
${res.bld} --format cpp:prefix=//#,nameprefix=$,noupper,nostrings
${device}"/>
</exec>
<exec executable="${microcode.home}/contrib/exporter/exporter.exe"
output="${dist.dir}/src/device.properties">
<arg
line="--root ${j2me.device.db} --set ${exporter.props} --format
txt ${device}"/>
</exec>
</target>
Cheers,
James
----- Original Message -----
From: "Szasz Pal" <sp...@sp...>
To: "James Brook" <jm...@ho...>
Cc: <j2m...@li...>
Sent: Wednesday, September 20, 2006 6:18 PM
Subject: Re: [J2me-device-db-general] Plugin Problems
> James Brook wrote:
>> Hum,
>>
>> It changed the device.profile so that it now contains the mapping between
>> the image names and the images eg:
>>
>> splash.png = splash240x320.png
>> bg.png = bg240x320.png
>>
>> but it doesn't have the image size information in there.
>
> Please make sure the ${device} is also present at the end of the command
> line, ie:
>
>>> line="--root ${j2me.device.db} --set ${exporter.props} --res
>>> ${res.bld} --format cpp:prefix=//#,nameprefix=$,noupper,nostrings
>>> ${device}"/>
>
>
> --
> Best regards,
> Szasz Pal
> ----------------
> Space Software Studio
> http://www.spacesoftwarestudio.com
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> J2me-device-db-general mailing list
> J2m...@li...
> https://lists.sourceforge.net/lists/listinfo/j2me-device-db-general
>
>
|