Hi Everyone,
(sorry about the lengthy post),
I'm using eclipseMe for a few month now and very happy with it (mainly
because it is so seamless that I don't even know about it).
I'm trying to use Antenna now, I've done the reading and placed the antena
jar file in the ecliple/plugins/ant library directory (this is what I
understood should be done),
I've gone through configuring ecliplse me to tell it about antenna (directed
it to the antenna jar location),

I've created a dummy project using the eclipseME wizards (midlet suite then
added a midlet),
I right click the project and go j2me->export antenna files.
the docs says 3 files should be created but I get only two.
eclipseme-build.properties and eclipseme-build.xml
the build.xml is not created.

as far as other configurations I've also done: opened the eclipse prefs,
ant, runtime and added the antenna jar as an extenral jar
(I did that before the eclipseME thing), I did not add the tasks that are
mentioned in antenna configuration in any way,
(the antena docs says I have to add some stuff to build.xml but eclipseME
docs says not to touch it),

now 2 questions:
1) why is build.xml not created?
2) I tried to stand on eclipseme-build.xml and run as ant build, this didn't
work at all (error below), I assume this is not surprising since the ant
should be run on build.xml?


any help much appreciated.
--tzurs

my (2) error:
<ERROR>
Buildfile: C:\Documents and
Settings\tzur\workspace\GraphicsBenchmark\eclipseme-build.xml
-eclipseme-initialize:
    [echo] Initializing EclipseME Antenna build environment...
 [taskdef] Could not load definitions from resource antenna.properties. It
could not be found.
   [mkdir] Created dir: C:\Documents and
Settings\tzur\workspace\GraphicsBenchmark\${path.build.classes}\_no_export
-eclipseme-build:
    [echo] Building source files...

BUILD FAILED
C:\Documents and Settings\tzur\workspace\GraphicsBenchmark\eclipseme-
build.xml:21: Could not create task or type of type: wtkbuild.

Ant could not find the task or a class this task relies upon.

This is common and has a number of causes; the usual
solutions are to read the manual pages then download and
install needed JAR files, or fix the build file:
- You have misspelt 'wtkbuild'.
  Fix: check your spelling.
- The task needs an external JAR file to execute
    and this is not found at the right place in the classpath.
  Fix: check the documentation for dependencies.
  Fix: declare the task.
- The task is an Ant optional task and the JAR file and/or libraries
    implementing the functionality were not found at the time you
    yourself built your installation of Ant from the Ant sources.
  Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
    task and make sure it contains more than merely a META-INF/MANIFEST.MF.
    If all it contains is the manifest, then rebuild Ant with the needed
    libraries present in ${ant.home}/lib/optional/ , or alternatively,
    download a pre-built release version from apache.org
- The build file was written for a later version of Ant
  Fix: upgrade to at least the latest release version of Ant
- The task is not an Ant core or optional task
    and needs to be declared using <taskdef>.
- You are attempting to use a task defined using
   <presetdef> or <macrodef> but have spelt wrong or not
  defined it at the point of use

Remember that for JAR files to be visible to Ant tasks implemented
in ANT_HOME/lib, the files must be in the same directory or on the
classpath

Please neither file bug reports on this problem, nor email the
Ant mailing lists, until all of these causes have been explored,
as this is not an Ant bug.

Total time: 406 milliseconds

</ERROR>
-------------------------------------------------------------------------
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