Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: RES: [dsdp-mtj-dev] Preprocessing in MTJ


Hi Diego,

Are you currently working on adding install instruction doc to MTJ user doc? If not, I will do that.

Best Regards,
Feng(Marvin) Wang(王峰)

Sybase Software (China) Co., Ltd
Room 1202-1203, Building One,
Zhangjiang Semiconductor Industry Park
3000 Longdong Avenue
Pudong, Shanghai 201203
Tel: +8621-38657441 or 258-7441
email: feng.wang@xxxxxxxxxx



"Diego Madruga Sandin" <diegosandin@xxxxxxxxx>
Sent by: dsdp-mtj-dev-bounces@xxxxxxxxxxx

2008-12-03 13:42

Please respond to
Mobile Tools for The Java Platform mailing list        <dsdp-mtj-dev@xxxxxxxxxxx>

To
"Mobile Tools for The Java Platform mailing list" <dsdp-mtj-dev@xxxxxxxxxxx>
cc
Subject
Re: RES: [dsdp-mtj-dev] Preprocessing in MTJ





Hi Craig,

We already requested to put our documentation in the DSDP infocenter (
http://dsdp.eclipse.org/help/latest/index.jsp), but we are still waiting them to update some scripts to get our latest documentation from the download server. Maybe Gustavo can send some friendly remind about this request.

Concerning the preprocessing documentation, we should fix it until next week if we want it to be available in the
0.9.1.

Diego Madruga Sandin


2008/12/3 Craig Setera <craigjunk@xxxxxxxxxx>
I asked once before... Do we have these docs online or are they only in the distribution?  It would be nice to have up to date MTJ documentation on the web where we could point users to the documentation.




Feng.Wang@xxxxxxxxxx wrote:

Hi gep,


I found that MTJ have no doc about how to install it. While EclipseME have the doc about how to install and config the preprocessor support:
http://eclipseme.org/docs/installEclipseME.html#step2d

Best Regards,
Feng(Marvin) Wang(王峰)

Sybase Software (China) Co., Ltd
Room 1202-1203, Building One,
Zhangjiang Semiconductor Industry Park
3000 Longdong Avenue
Pudong, Shanghai 201203
Tel: +8621-38657441 or 258-7441
email:
feng.wang@xxxxxxxxxx

"Paula Gustavo-WGP010" <wgp010@xxxxxxxxxxxx>
Sent by:
dsdp-mtj-dev-bounces@xxxxxxxxxxx

2008-12-03 03:07


Please respond to
Mobile Tools for The Java Platform mailing list        
<dsdp-mtj-dev@xxxxxxxxxxx>

To
"Mobile Tools for The Java Platform mailing list" <dsdp-mtj-dev@xxxxxxxxxxx>
cc
Subject
RES: [dsdp-mtj-dev] Preprocessing in MTJ







Hi anthony,

 
Did you change your eclipse config.ini file? You need to add the following line on it

osgi.framework.extensions=org.eclipse.mtj.core.hooks

 
I think mtj documentation describes that. if not we need to fix it
J
 
Thanks and I hope it solves the problem

J

gep

 





De:
dsdp-mtj-dev-bounces@xxxxxxxxxxx [mailto:dsdp-mtj-dev-bounces@xxxxxxxxxxx] Em nome de Anthony Aziz
Enviada em:
terça-feira, 2 de dezembro de 2008 15:32
Para:
dsdp-mtj-dev@xxxxxxxxxxx
Assunto:
[dsdp-mtj-dev] Preprocessing in MTJ

 
Hi, sorry if this isn't the discussion for this, put I'm at a dead-end for MTJ help.

I'm working with a few incompatible models (namely Motorola i730, which doesn't have double support, argh!), and I'm been looking into preprocessing. However, I haven't been able to get it to work.

I've enabled preprocessing, and set the antenna and WTK directories, but the actual directives aren't working. Sample code:


public class Test extends MIDlet
{

  public Test()
  {
      //#define DEBUG
      //#ifdef DEBUG
      System.out.println("Debug");
      //#else
      System.out.println("Not Debug");
      //#endif
     
      //#ifdef DEBUG
      System.out.println("Debug");
      //#endif
     
      //#ifndef DEBUG
      System.out.println("Not Debug");
      //#endif
  }

  protected void destroyApp(boolean arg0) throws MIDletStateChangeException
  {
      // TODO Auto-generated method stub

  }

  protected void pauseApp()
  {
      // TODO Auto-generated method stub

  }

  protected void startApp() throws MIDletStateChangeException
  {
      // TODO Auto-generated method stub

  }

}


Every one of those statements is outputted. I'm not sure what other information I can give, but let me know and I'll post it. Thanks,

Anthony Aziz

http://blog.aaziz.org_______________________________________________
dsdp-mtj-dev mailing list

dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev




_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev
 


_______________________________________________
dsdp-mtj-dev mailing list

dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev




--
Diego Madruga Sandin
Linux User #416542
_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev


Back to the top