Fred,

If you believe there is a bug here, please write up a bug report in the 
Sourceforge project so it doesn't get lost.

Thanks,
Craig


Fred McClain wrote:
> I'm using EclipseM 1.6.8d, Eclipse 3.2.2, & WTK25.
>
> I can successfully generate the eclipseme-build.xml and build.xml files 
> for my project. However when I run them I get preverification errors.
>
> Looking in eclipseme-build.xml I see it generates this antenna request:
> <wtkpreverify if="flag.preverify" 
> jadfile="${path.build.output}/${midlet.name}.jad" 
> jarfile="${path.build.output}/${midlet.name}.jar">
>
> If I modify line to include a couple of jar files then the build 
> succeeds. I added the jar files as below.
>          <wtkpreverify if="flag.preverify" 
> jadfile="${path.build.output}/${midlet.name}.jad" 
> jarfile="${path.build.output}/${midlet.name}.jar">
>         <classpath>
>            <fileset dir="${project.root.client}/lib">
>                 <include name="**/*.jar" />
>            </fileset>
>         </classpath>
>       </wtkpreverify>
>
> I've added these jar file to the Java Build Path using "Add Jars..." so 
> the compile works ok. Is there a way I can avoid editing the 
> eclipseme-build.xml file and get wtkpreverify to work?
>
> Great package, I'm looking forward to getting fully moved in to it.
>
>
>
>
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Eclipseme-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/eclipseme-users
>   

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to