<HTML><HEAD><TITLE>[Gvsig_desarrolladores] Ayuda para crear el CAB por favooooooor,no lo consigo!!!</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16981" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText95443>
<DIV><FONT face="Times New Roman" color=#000000 size=3>Hola, Eñaut.</FONT></DIV>
<DIV>Cuando la aplicación te funcione correctamente desde Eclipse, debes pulsar con el botón derecho del ratón sobre el archivo build.xml del proyecto appGvsigMobile, entonces, elige la opción "Run as - Ant build..." (con puntos suspensivos) . En el diálogo que aparece&nbsp;marca como seleccionado SOLO la opción "Deploy PHONEME" y pulsa "Apply" y "Run". Entonces se pondrán en su lugar los archivos (si hay algún problema, saldrá por la cosola de Eclipse)</DIV>
<DIV>&nbsp;</DIV>
<DIV>Una vez hecho esto, ya puedes ir a la carpeta CAB y ejecutar el BAT adecuado (yo recomiendo "...forPhoneme.bat", así después podrás poner el phoneME más reciente.</DIV>
<DIV>&nbsp;</DIV>
<DIV>En qué momento te falla este proceso?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Saludos,</DIV>
<DIV><FONT face="Times New Roman" color=#000000 size=3></FONT>&nbsp;</DIV></DIV>
<DIV id=idSignature35283>
<DIV><FONT face="Courier New" size=2><FONT face="Times New Roman" size=3>Juan Lucas Domínguez Rubio<BR></FONT>---</FONT></DIV>
<DIV><FONT face="Courier New" size=2><FONT face="Courier New" size=2><FONT face="Courier New" size=2>Prodevelop SL, Valencia (España)</FONT></DIV>
<DIV>
<DIV><FONT face="Courier New" size=2>Tlf.: 96.351.06.12 -- Fax: 96.351.09.68<BR></FONT><A href="http://www.prodevelop.es/"><FONT face="Courier New" size=2>http://www.prodevelop.es</FONT></A><BR><FONT face="Courier New" size=2>---</FONT></DIV></FONT></DIV></FONT></DIV>
<DIV><BR>
<HR>
<FONT face=Tahoma size=2><B>De:</B> gvsig_desarrolladores-bounces@listserv.gva.es en nombre de agirrearri<BR><B>Enviado el:</B> mié 10/03/2010 10:49<BR><B>Para:</B> gvsig_desarrolladores@listserv.gva.es<BR><B>Asunto:</B> [Gvsig_desarrolladores] Ayuda para crear el CAB por favooooooor,no lo consigo!!!<BR></FONT><BR></DIV>
<DIV><BR>
<P><FONT size=2>Hola a todos:<BR><BR>&nbsp;&nbsp; Quiero crear un instalable cab para htc con windows mobile 6.1 con un<BR>gvSig Mobile con pequeñas modificaciones que he hecho yo, he mirado en el<BR>foro, y he hecho mil pruebas pero me he dado cuenta de que me faltan<BR>archivos o los archivos que en el gvSIGMobile for phoneME.inf pone que deben<BR>de estar en el mismo directorio en mi workspace no están.<BR><BR>&nbsp;&nbsp; He estado desarrollando sobre gvSig Mobile, lo que he hecho a sido añadir<BR>una clase que pueda interpretar la siguiente linea de combobox:&nbsp;&nbsp;<BR>&lt;combobox name="cboapo2" property="featureAttribute=campoTabla"<BR>listtable="otraTabla.DBF" listtextfield="otraTabla.campoText"<BR>listvaluefield="otraTabla.campoName" /&gt;<BR><BR>&nbsp;&nbsp; Mi clase detecta que es un combobox modificado y cambia esta linea por<BR>esta otra:<BR>&lt;combobox name="cboapo2" property="featureAttribute=campoTabla"&gt;<BR>y añade choices sacadas de la tabla "otraTabla". por ejemplo:<BR>&lt;choice name="id1" text="aaa"/&gt; &lt;choice name="id2" text="bbb"/&gt; &lt;choice<BR>name="id3" text="ccc"/&gt;<BR><BR>&nbsp;&nbsp; Esto lo consigo creando una clase creadora de código XML que pueda<BR>interpretar la clase interprete Thinlet.java y haciendo unas pequeñas<BR>modificaciones en el método CustomForms.addCustomFormLines. Se pueden crear<BR>comboboxes rellenadas con choices que se cargan desde una tabla.<BR><BR>&nbsp;&nbsp; Para leer de las tablas he importado la clase javaDbf.<BR><BR>&nbsp;&nbsp; Ahora intento crear el cab pero no lo consigo, aqui escribo las rutas de<BR>los directorios.<BR><BR>El workSpace es: T:\usuario09\Eñaut\PROIEKTUAK\reposit<BR><BR>He hecho el checkout de:<BR>&nbsp;- appGvsigMobile<BR>&nbsp;- boot<BR>&nbsp;- customForms<BR>&nbsp;- DefaultIcons<BR>&nbsp;- deploy_Lin_X86<BR>&nbsp;- deploy_Win_X86<BR>&nbsp;- deploy_WM5_ARM<BR>&nbsp;- deploy_WM5_ARM_RXTX<BR>&nbsp;- libFMap<BR>&nbsp;- libFmapGpeMobile<BR>&nbsp;- libGPE<BR>&nbsp;- libInternationalization<BR>&nbsp;- libLocation<BR>&nbsp;- resources<BR>&nbsp;- rxtx<BR>&nbsp;- rxtx_gnuio<BR><BR>Contenido del archivo &#8220;gvSIGMobile for phoneME.inf&#8221;:<BR>[Version]<BR>Signature="$Windows NT$"<BR>CESignature="$Windows CE$"<BR>Provider=%CompanyName%<BR><BR>[CEStrings]<BR>InstallDir=\gvSIGMobile\..<BR>AppName="gvSIG Mobile"<BR>; SourceDir=<BR><BR>[Strings]<BR>CompanyName="Prodevelop - UV - CIT"<BR>LinkFileName="gvSIG Mobile"<BR>WorkspaceDir="D:\PROYECTOS\gvSIG Mobile pilot2"<BR>WorkspaceDeployDir="\deploy_WM5_ARM_RXTX"<BR><BR>[CEDevice]<BR>BuildMax=0xE0000000<BR>;this ensures that you do not get the "this app may not run on this version<BR>of windows Mobile" warning<BR><BR>[DefaultInstall]<BR>CopyFiles=Top.Files,Boot.Files,Class.Files,Lib.Files,Log.Files,Persistence.Files,Icons.Files,Resources.Tmp.Files,Screenshots.Files,Resources.Lan.Files,Resources.Forms.Files,Root.Files<BR>CEShortcuts=Shortcuts<BR><BR>[Top.Files]<BR>gvSIG Mobile.exe<BR>replace_start.opt<BR>build.number<BR><BR>[Boot.Files]<BR>boot.jar<BR><BR>[Class.Files]<BR>all.jar<BR>; driver-manager-1.1.jar<BR>; gdbms-0.8-SNAPSHOT.jar<BR>; geoapi-2.0.jar<BR>; gt2-legacy.jar<BR>; gt2-main.jar<BR>; gvsigMobile.jar<BR>; jai_core.jar<BR>; javax_microedition.jar<BR>; jts-1.7.jar<BR>; kxml2.jar<BR>; libFMap.jar<BR>; libGPS.jar<BR>; log4j-1.2.8.jar<BR>; RXTXcomm.jar<BR>; units-0.01.jar<BR><BR>[Lib.Files]<BR>NCSEcw.dll<BR>NCSEcw.lib<BR>NCSUtil.dll<BR>NCSUtil.lib<BR>NCScnet.dll<BR>NCScnet.lib<BR>j9ecw.dll<BR>j9ecw.lib<BR>j9shp.dll<BR>j9shp.lib<BR>processes.dll<BR>processes.lib<BR>rxtxSerial.dll<BR><BR>[Log.Files]<BR>x.txt<BR><BR>[Persistence.Files]<BR>appsettings.xml<BR><BR>[Icons.Files]<BR>DefaultIcons.jar<BR><BR>[Resources.Tmp.Files]<BR>x.txt<BR><BR>[Screenshots.Files]<BR>x.txt<BR><BR>[Resources.Lan.Files]<BR>appGvsigMobile_en.properties<BR>appGvsigMobile_es.properties<BR>appGvsigMobile_fr.properties<BR>appGvsigMobile_it.properties<BR>appGvsigMobile_de.properties<BR><BR>[Resources.Forms.Files]<BR>navform.xml<BR>template.xml<BR><BR>[Root.Files]<BR>gnu.io.rxtx.properties<BR><BR>[Shortcuts]<BR>%AppName%,0,"gvSIG Mobile.exe"<BR><BR>[SourceDisksNames]<BR>1 = ,"top folder",, %WorkspaceDir%%WorkspaceDeployDir%<BR>2 = ,"boot folder",, %WorkspaceDir%%WorkspaceDeployDir%\boot<BR>3 = ,"class folder",, %WorkspaceDir%%WorkspaceDeployDir%\class<BR>4 = ,"lib folder",, %WorkspaceDir%%WorkspaceDeployDir%\lib<BR>5 = ,"log folder",, %WorkspaceDir%%WorkspaceDeployDir%\log<BR>6 = ,"persist folder",, %WorkspaceDir%%WorkspaceDeployDir%\persistence<BR>7 = ,"icons folder",, %WorkspaceDir%%WorkspaceDeployDir%\resources\icons<BR>8 = ,"tmp folder",, %WorkspaceDir%%WorkspaceDeployDir%\resources\tmp<BR>9 = ,"screenshots folder",, %WorkspaceDir%%WorkspaceDeployDir%\screenshots<BR>10 = ,"languages folder",,<BR>%WorkspaceDir%%WorkspaceDeployDir%\resources\languages<BR>11 = ,"forms folder",, %WorkspaceDir%%WorkspaceDeployDir%\resources\forms<BR>12 = ,"root folder",, %WorkspaceDir%%WorkspaceDeployDir%<BR><BR><BR>[SourceDisksFiles]<BR>gvSIG Mobile.exe = 1<BR>replace_start.opt = 1<BR>build.number = 1<BR>; --------------------------------<BR>boot.jar = 2<BR>; --------------------------------<BR>all.jar = 3<BR>; driver-manager-1.1.jar = 3<BR>; gdbms-0.8-SNAPSHOT.jar = 3<BR>; geoapi-2.0.jar = 3<BR>; gt2-legacy.jar = 3<BR>; gt2-main.jar = 3<BR>; gvsigMobile.jar = 3<BR>; jai_core.jar = 3<BR>; javax_microedition.jar = 3<BR>; jts-1.7.jar = 3<BR>; kxml2.jar = 3<BR>; libFMap.jar = 3<BR>; libGPS.jar = 3<BR>; log4j-1.2.8.jar = 3<BR>; RXTXcomm.jar = 3<BR>; units-0.01.jar = 3<BR>; --------------------------------<BR>NCSEcw.dll = 4<BR>NCSEcw.lib = 4<BR>NCSUtil.dll = 4<BR>NCSUtil.lib = 4<BR>NCScnet.dll = 4<BR>NCScnet.lib = 4<BR>j9ecw.dll = 4<BR>j9ecw.lib = 4<BR>j9shp.dll = 4<BR>j9shp.lib = 4<BR>processes.dll = 4<BR>processes.lib = 4<BR>rxtxSerial.dll = 4<BR>; --------------------------------<BR>x.txt = 5<BR>; --------------------------------<BR>appsettings.xml = 6<BR>; --------------------------------<BR>DefaultIcons.jar = 7<BR>; --------------------------------<BR>x.txt = 8<BR>; --------------------------------<BR>x.txt = 9<BR>; --------------------------------<BR>appGvsigMobile_en.properties = 10<BR>appGvsigMobile_es.properties = 10<BR>appGvsigMobile_fr.properties = 10<BR>appGvsigMobile_it.properties = 10<BR>appGvsigMobile_de.properties = 10<BR>; --------------------------------<BR>navform.xml = 11<BR>template.xml = 11<BR>; --------------------------------<BR>gnu.io.rxtx.properties = 12<BR>; --------------------------------<BR><BR>[DestinationDirs]<BR>Shortcuts = 0,%CE17% ; create shortcut in \Windows\Start<BR>Top.Files = 0, %InstallDir%\gvSIGMobile<BR>Boot.Files = 0, %InstallDir%\gvSIGMobile\boot<BR>Class.Files = 0, %InstallDir%\gvSIGMobile\class<BR>Lib.Files = 0, %InstallDir%\gvSIGMobile\lib<BR>Log.Files = 0, %InstallDir%\gvSIGMobile\log<BR>Persistence.Files = 0, %InstallDir%\gvSIGMobile\persistence<BR>Icons.Files = 0, %InstallDir%\gvSIGMobile\resources\icons<BR>Resources.Tmp.Files = 0, %InstallDir%\gvSIGMobile\resources\tmp<BR>Screenshots.Files = 0, %InstallDir%\gvSIGMobile\screenshots<BR>Resources.Lan.Files = 0, %InstallDir%\gvSIGMobile\resources\languages<BR>Resources.Forms.Files = 0, %InstallDir%\gvSIGMobile\resources\forms<BR>Root.Files = 0, \Windows\..<BR><BR>Inspeccionando este archivo y mirando el archive de errores que se genera al<BR>ejecutar el creador de Cab me he detectado unos problemas. Me faltan algunos<BR>archivos, por ejemplo all.jar y los archivos que pone que estan el mismo<BR>directorio se encuentran separados, por ejemplo gvSIG Mobile.exe = 1<BR>replace_start.opt = 1 se encuentran en un directorio (deploy_WM5_ARM) y<BR>build.number = 1 en otro (appGvsigMobile).<BR><BR><BR>Bueno, con todo esta información (no se si es demasiada para leer) espero<BR>que alguien con muy buen corazón quiera ayudarme. Es muy importante para<BR>poder probarlo en la pda para ver si se pueden hacer mas modificaciones y<BR>mas complejas en el futuro.<BR><BR>Gracias a todos, atentamente, Eñaut.<BR>--<BR>View this message in context: <A href="http://n2.nabble.com/Ayuda-para-crear-el-CAB-por-favooooooor-no-lo-consigo-tp4707978p4707978.html">http://n2.nabble.com/Ayuda-para-crear-el-CAB-por-favooooooor-no-lo-consigo-tp4707978p4707978.html</A><BR>Sent from the gvSIG desarrolladores mailing list archive at Nabble.com.<BR>_______________________________________________<BR>gvSIG_desarrolladores mailing list<BR>gvSIG_desarrolladores@listserv.gva.es<BR><A href="http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores">http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores</A><BR></FONT></P></DIV></BODY></HTML>