You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(50) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(1) |
Feb
(41) |
Mar
(14) |
Apr
(5) |
May
(8) |
Jun
(4) |
Jul
(26) |
Aug
(26) |
Sep
(41) |
Oct
(14) |
Nov
(22) |
Dec
(1) |
2008 |
Jan
(11) |
Feb
(7) |
Mar
(10) |
Apr
(9) |
May
(18) |
Jun
(35) |
Jul
(2) |
Aug
|
Sep
(6) |
Oct
(1) |
Nov
|
Dec
(3) |
2009 |
Jan
(2) |
Feb
|
Mar
|
Apr
(2) |
May
(2) |
Jun
(4) |
Jul
(19) |
Aug
(2) |
Sep
(2) |
Oct
(5) |
Nov
|
Dec
(1) |
2010 |
Jan
(1) |
Feb
(4) |
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Christoph G. <ma...@cg...> - 2011-08-04 06:38:15
|
Hey, where can I find the source code of the Eclipse plugin? I want add support for antenna in another Eclipse plugin. So I can look how the offical antenna plugin does its job. -- Greetings Christoph |
From: Carl M. <ham...@gm...> - 2011-06-17 09:29:01
|
Hi According to twitter there are 3 responses to an Umbono request: 1. Yes, 2. No 3. Maybe I presume that this a "Maybe"? It's certainly not "Yes". Carl ---------- Forwarded message ---------- From: Umbono <umb...@gm...> Date: Fri, Jun 17, 2011 at 11:07 AM Subject: Your Umbono application To: ham...@gm... Thank you for your application! Hi Thank you for your interest in the Umbono Program! We are extremely impressed with the talent and energy in South Africa's tech sector. After reviewing a large number of applications, our selection committee has determined that we will not be moving forward with your application. The interview committee was impressed with your innovative ideas and your team's experience. As you know, the Umbono application process will remain open year-round and we encourage you to apply again with fresh ideas. We will retain your original application in our files for review should we have the opportunity to expand the Umbono initiative to more start-up teams. We wish you personal and professional success with your new endeavour. All the best! *The Umbono Team* © 2011 Google Inc. All rights reserved. Google and the Google logo are registered trademarks of Google Inc, You have received this message because you are signed-up to newsletters from the Umbono initiative. To unsubscribe to these emails, please click here<umb...@gm...?subject=UNSUBSCRIBE&body=Please%20unsubscribe%20me.%20Thanks%21>. |
From: 汪燕青 <wan...@ga...> - 2011-05-03 07:53:31
|
Hi all, When using antenna to preprocess java source files, I defined all the macros in a symbol file, then call it through the wtkpreprocess task. But for debugging, when I comment a macro with ‘//’, there appeared exception saying that ‘error reading symbol files’. I tried ‘#’, the python style comment, failed either. I’d like to know if comments are allowed in symbol files? If so, what exactly the format is? Thank you very much! |
From: Veikko W. <ve...@fi...> - 2010-08-24 08:24:44
|
Dear all, How and where are the settings for the Eclipse Antenne preprocessor stored? I searched all the workspace files for the settings I make in the project properties for Antenna but I cant find them. Any hint... Best Regards, Veikko |
From: Veikko W. <ve...@fi...> - 2010-08-23 13:01:09
|
Found the solution myself: I just set the parameter wtk.home to some existing, empty directory and the preprocessing worked -Veikko ----- original Nachricht -------- Betreff: [Antenna] run wtkpreprocess w/o WTK installed Gesendet: Mo, 23. Aug 2010 Von: Veikko Werner<ve...@fi...> > Is it possible to use only the preprocessing part of the antenna tools and > do that with out installing WTK? > Or maybe just put a specific file from the WTK to some folder where the > wtk.home variable is pointing to? > > -- > Veikko > > ---------------------------------------------------------------------------- > -- > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Antenna-discussion mailing list > Ant...@li... > https://lists.sourceforge.net/lists/listinfo/antenna-discussion > --- original Nachricht Ende ---- |
From: Veikko W. <ve...@fi...> - 2010-08-23 10:01:03
|
Is it possible to use only the preprocessing part of the antenna tools and do that with out installing WTK? Or maybe just put a specific file from the WTK to some folder where the wtk.home variable is pointing to? -- Veikko |
From: Chris L. <wal...@gm...> - 2010-04-16 05:51:39
|
Hi, I am using antenna's preprocessing for logging in my project. I am able to write code like: //#ifdef DEBUG_NETWORK_CODE //@ System.out.println("DEBUG DATA"); //#endif However, sometimes I want to write something like: //#ifdef DEBUG_NETWORK_CODE || debuglevel<=warn //@ System.out.println("DEBUG DATA"); //#endif Is this possible to do? Thanks, Chris -- Chris Leong ICT Security Blog: http://www.casebash.wordpress.com/ |
From: Erik W. <eri...@gm...> - 2010-03-01 10:50:03
|
Hi, I have looked through all the properties files for this typo and found it in the following: - javame30 (as reported by Tushar Paturde) - wtk20 - wtk21 - wtk22 - wtk23 - wtk25 - sprint332 - lg13 - motodev2 They are all now corrected and commited to the repository. If you are having problems with this, please check out the latest version from the repository and rebuild. A workaround is to use the misspellt property (vma instead of wma) in you ant build file (this will not work if you switch between toolkits) or use the 'wtk.all.enabled' property. Please report if you still have problems with this. Best Regards Erik Wetterberg On Thu, Feb 25, 2010 at 12:02 PM, Tushar Paturde <tus...@gm...> wrote: > Hi, > For Java ME 3. 0 SDK support properties there is typo for WMA properties. > This is preventing usage WMA jsr as specified. > javame30.properties > Actual >> > vma=lib/jsr120_1.1.jar > vma2=lib/jsr205_2.0.jar > Should be >> > wma=lib/jsr120_1.1.jar > wma2=lib/jsr205_2.0.jar > > > Thanks, > Tushar > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Antenna-discussion mailing list > Ant...@li... > https://lists.sourceforge.net/lists/listinfo/antenna-discussion > > |
From: Klemens <tou...@gm...> - 2010-02-27 16:49:20
|
Hi, I need to use this //#preprocess directive at the first line of files for bb-ant-tools, but Antenna throws an exception. I use Antenna version 1.2.1-beta. In the Antenna news for 1.2.0 I read "added a NOP #preprocess directive for compatibility with blackberry ant tools." Is there anything I need to configure so that it works? Thanks! Klemens |
From: Tushar P. <tus...@gm...> - 2010-02-25 11:03:24
|
Hi, For Java ME 3. 0 SDK support properties there is typo for WMA properties. This is preventing usage WMA jsr as specified. javame30.properties Actual >> vma=lib/jsr120_1.1.jar vma2=lib/jsr205_2.0.jar Should be >> wma=lib/jsr120_1.1.jar wma2=lib/jsr205_2.0.jar Thanks, Tushar |
From: Alex H. <ale...@bl...> - 2010-02-23 16:09:32
|
Hi all, I am using Antenna 1.2.1beta with the latest Eclipse Pulsar and J2ME SDK 3.0. I am having exactly the same problem as this guy here: http://sourceforge.net/tracker/index.php?func=detail&aid=2875991&group_id=67420&atid=517826 Can anyone shine any more light on this issue? I have described the problem in more detail here: http://www.j2meforums.com/forum/index.php?topic=22894.msg105547 thanks, Alex |
From: ryan c. <rya...@gm...> - 2010-02-02 08:41:03
|
Good job! +1 2010/1/6 Erik Wetterberg <eri...@gm...> > The 1.2.1 version is now available for download. This release includes > some bug fixes and contributed patches: > > - corrected a bug that caused Null Pointer Exception for unknown toolkits > - modified detection of Java ME SDK 3.0 to work for the Mac version also > - corrected a bug that caused the device parameter to WtkRun not to work > - added support for obfuscator arguments to WtkPackage > - added support for building libraries to WtkRapc > - added storetype parameter to WtkSign > > More information and download at > http://antenna.sourceforge.net/ > > Erik Wetterberg > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Antenna-discussion mailing list > Ant...@li... > https://lists.sourceforge.net/lists/listinfo/antenna-discussion > |
From: Erik W. <eri...@gm...> - 2010-01-06 15:28:31
|
The 1.2.1 version is now available for download. This release includes some bug fixes and contributed patches: - corrected a bug that caused Null Pointer Exception for unknown toolkits - modified detection of Java ME SDK 3.0 to work for the Mac version also - corrected a bug that caused the device parameter to WtkRun not to work - added support for obfuscator arguments to WtkPackage - added support for building libraries to WtkRapc - added storetype parameter to WtkSign More information and download at http://antenna.sourceforge.net/ Erik Wetterberg |
From: Kamanashis R. S. <kam...@gm...> - 2009-12-10 10:05:40
|
I have an error while testing application. [wtkrun] "/data/projects/maven/miniim/target/miniim-0.7.1.jad-Xdevice:DefaultColorPhone" does not end with a ".jad" extension. My configuration has the following line, <wtkrun jadfile="target/${maven.build.finalName}.jad" device="DefaultColorPhone" wait="true"/> This is Antenna 1.2.0-beta .. -- Thanks Kamanashis Roy -- -- Thanks Kamanashis Roy |
From: Bruce S. <b.s...@ab...> - 2009-10-08 10:23:23
|
Diego, after your note about using Antenna 1.1.0-beta I went back and tried this again using that, and still had no joy. I set MTJ to use 1.1.0 in the preferences, and also added it to the Ant Runtime path. Now it gives me this (yes this is a slightly different app, but still as basic as they come) <not sure why the build outputs 'using antenna 1.0.1' when it is definately 1.1.0-beta> anyways: Buildfile: C:\Java\eclipse-workspace\DukesAuction-1\mtj-build\mtj-build.xml clean-all: clean-DefaultCldcPhone1: build-all: clean-DefaultCldcPhone1: init-DefaultCldcPhone1: [mkdir] Created dir: C:\Java\eclipse-workspace\DukesAuction-1\mtj-build\DefaultCldcPhone1\DukesAuction-1 [mkdir] Created dir: C:\Java\eclipse-workspace\DukesAuction-1\mtj-build\DefaultCldcPhone1\DukesAuction-1\classes [mkdir] Created dir: C:\Java\eclipse-workspace\DukesAuction-1\mtj-build\DefaultCldcPhone1\DukesAuction-1\resources [mkdir] Created dir: C:\Java\eclipse-workspace\DukesAuction-1\mtj-build\DefaultCldcPhone1\DukesAuction-1\bin collect-resources-DefaultCldcPhone1: [copy] Copying 1 file to C:\Java\eclipse-workspace\DukesAuction-1\mtj-build\DefaultCldcPhone1\DukesAuction-1\resources [copy] Copied 3 empty directories to 1 empty directory under C:\Java\eclipse-workspace\DukesAuction-1\mtj-build\DefaultCldcPhone1\DukesAuction-1\resources collect-sources-DefaultCldcPhone1: [copy] Copying 1 file to C:\Java\eclipse-workspace\DukesAuction-1\mtj-build\DefaultCldcPhone1\DukesAuction-1\classes build-DefaultCldcPhone1: [wtkbuild] ************************************************************** [wtkbuild] * Antenna 1.0.1 initialized for project "DukesAuction-1" * [wtkbuild] * Using Unknown Toolkit (CLDC-1.0; MIDP-1.0) * [wtkbuild] ************************************************************** [wtkbuild] Compiling 1 source file to C:\Java\eclipse-workspace\DukesAuction-1\8fe5e201.tmp\tmpclasses [wtkbuild] Preverifying C:\Java\eclipse-workspace\DukesAuction-1\8fe5e201.tmp\tmpclasses [wtkbuild] Error preferifying, log file not found: C:\Java\eclipse-workspace\DukesAuction-1\mtj-build\DefaultCldcPhone1\DukesAuction-1\bin\jarlog.txt BUILD FAILED C:\Java\eclipse-workspace\DukesAuction-1\mtj-build\mtj-build.xml:4: The following error occurred while executing this line: C:\Java\eclipse-workspace\DukesAuction-1\mtj-build\mtj-build.xml:35: Preverification failed (result=-1072365564) Total time: 1 second Diego Madruga Sandin wrote: > Hi, > > Which version of MTJ you are using? We completely recreated the export > antenna buildfiles functionality on version 1.0.1 but we have only > tested the support for *Antenna 1.1.0-beta*. > > Are You using your own build files or the ones exported on MTJ? > > Thanks, > Diego > > On Wed, Oct 7, 2009 at 4:19 PM, Bruce Scharlau <b.s...@ab... > <mailto:b.s...@ab...>> wrote: > > Hi all, > > I'm trying to use antenna 1.2.0 beta inside of the MTJ plugin in > galileo > with wtk 3 but keep getting one of two errors doing a very simple > 'hello > world' example, which I've used in the past with antenna, and > which runs > ok without antenna using MTJ on its own. > > The first error was when trying to preverify at the packaging > stage, and > antenna wasn't creating the jarlog.txt file. If I preverify at the > wtkbuild task, and create a blank jarlog.txt file which then copy > to the > build/classes directory where antenna expects to find it, I then > get an > 'attempting to print' error as noted below. > > Along with this is another error 'Preverification failed > (result=-1072365564)' but that I assume is just the message saying the > build failed. > > Any help greatly appreciated. > > Apache Ant version 1.7.1 compiled on June 27 2008 > Buildfile: C:\Java\eclipse-workspace\HelloWorld\orig-build.xml > parsing buildfile C:\Java\eclipse-workspace\HelloWorld\orig-build.xml > with URI = file:/C:/Java/eclipse-workspace/HelloWorld/orig-build.xml > Project base dir set to: C:\Java\eclipse-workspace\HelloWorld > [antlib:org.apache.tools.ant] Could not load definitions from resource > org/apache/tools/ant/antlib.xml. It could not be found. > Build sequence for target(s) `build' is [build] > Complete build sequence is [build, ] > build: > [wtkjad] > ************************************************************** > [wtkjad] * Antenna 1.2.0 initialized for project "hello" > * > [wtkjad] * Using "Java ME SDK 3.0" (CLDC-1.1; MIDP-2.1) > * > [wtkjad] > ************************************************************** > [wtkjad] Creating JAD file > C:\Java\eclipse-workspace\HelloWorld\hello.jad > [delete] Deleting directory > C:\Java\eclipse-workspace\HelloWorld\build > [delete] Deleting directory > C:\Java\eclipse-workspace\HelloWorld\build\classes > [delete] Deleting directory > C:\Java\eclipse-workspace\HelloWorld\build > [delete] Could not find file > C:\Java\eclipse-workspace\HelloWorld\hello.jar to delete. > [delete] Deleting: C:\Java\eclipse-workspace\HelloWorld\hello.jad > [mkdir] Created dir: C:\Java\eclipse-workspace\HelloWorld\build > [mkdir] Created dir: > C:\Java\eclipse-workspace\HelloWorld\build\classes > [copy] Copying 1 file to > C:\Java\eclipse-workspace\HelloWorld\build\classes > [copy] Copying C:\Java\eclipse-workspace\HelloWorld\jarlog.txt to > C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt > [wtkbuild] HelloMIDlet.java added as HelloMIDlet.class doesn't exist. > [wtkbuild] Compiling 1 source file to > C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses > [wtkbuild] Using modern compiler > dropping > C:\Java\eclipse-workspace\HelloWorld\C:\Java\eclipse\plugins\org.apache.ant_1.7.0.v200803061910\lib\catalina-ant.jar > from path as it doesn't exist > dropping > C:\Java\eclipse-workspace\HelloWorld\C:\Java\eclipse\plugins\org.apache.commons.logging_1.0.4.v20080605-1930.jar > from path as it doesn't exist > [wtkbuild] Compilation arguments: > [wtkbuild] '-d' > [wtkbuild] > 'C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses' > [wtkbuild] '-classpath' > [wtkbuild] > 'C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-antlr.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-bcel.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-bsf.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-log4j.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-oro.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-regexp.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-resolver.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-commons-logging.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-commons-net.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jai.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-javamail.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jdepend.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jmf.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jsch.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-junit.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-launcher.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-netrexx.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-nodeps.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-starteam.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-stylebook.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-swing.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-trax.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-weblogic.jar;C:\Java\eclipse\configuration\org.eclipse.osgi\bundles\755\1\.cp\lib\remoteAnt.jar;C:\Java\jdk1.6.0_07\lib\tools.jar;C:\Java\antenna-bin-1.2.0-beta.jar;C:\Java\eclipse\plugins\org.eclipse.swt.win32.win32.x86_3.5.0.v3550b.jar' > [wtkbuild] '-sourcepath' > [wtkbuild] 'C:\Java\eclipse-workspace\HelloWorld\src' > [wtkbuild] '-target' > [wtkbuild] '1.1' > [wtkbuild] '-bootclasspath' > [wtkbuild] > 'C:\Java\Java_ME_platform_SDK_3.0\lib\midp_2.1.jar;C:\Java\Java_ME_platform_SDK_3.0\lib\cldc_1.1.jar' > [wtkbuild] '-g' > [wtkbuild] '-source' > [wtkbuild] '1.3' > [wtkbuild] > [wtkbuild] The ' characters around the executable and arguments are > [wtkbuild] not part of the command. > [wtkbuild] File to be compiled: > [wtkbuild] > C:\Java\eclipse-workspace\HelloWorld\src\HelloMIDlet.java > [wtkbuild] Preverifying > C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses > [wtkbuild] Adjusted Java home to C:\Java\jdk1.6.0_07 > [wtkbuild] Executable: C:\Java\Java_ME_platform_SDK_3.0\bin\preverify > [wtkbuild] Arguments : -classpath > C:\Java\Java_ME_platform_SDK_3.0\lib\midp_2.1.jar;C:\Java\Java_ME_platform_SDK_3.0\lib\cldc_1.1.jar;null; > -d C:\Java\eclipse-workspace\HelloWorld\build\classes > C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses > [wtkbuild] Error preferifying, attempting to print > C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt > [wtkbuild] > ====C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt==== > > BUILD FAILED > C:\Java\eclipse-workspace\HelloWorld\orig-build.xml:41: > Preverification > failed (result=-1072365564) > at de.pleumann.antenna.misc.Utility.preverify(Utility.java:566) > at de.pleumann.antenna.WtkBuild.execute(WtkBuild.java:141) > at > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) > at org.apache.tools.ant.Task.perform(Task.java:348) > at org.apache.tools.ant.Target.execute(Target.java:357) > at org.apache.tools.ant.Target.performTasks(Target.java:385) > at > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) > at org.apache.tools.ant.Project.executeTarget(Project.java:1306) > at > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) > at > org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) > at org.apache.tools.ant.Project.executeTargets(Project.java:1189) > at > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) > at > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) > Caused by: Preverification failed (result=-1072365564) > at de.pleumann.antenna.misc.Utility.preverify(Utility.java:549) > ... 17 more > --- Nested Exception --- > Preverification failed (result=-1072365564) > at de.pleumann.antenna.misc.Utility.preverify(Utility.java:549) > at de.pleumann.antenna.WtkBuild.execute(WtkBuild.java:141) > at > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) > at org.apache.tools.ant.Task.perform(Task.java:348) > at org.apache.tools.ant.Target.execute(Target.java:357) > at org.apache.tools.ant.Target.performTasks(Target.java:385) > at > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) > at org.apache.tools.ant.Project.executeTarget(Project.java:1306) > at > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) > at > org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) > at org.apache.tools.ant.Project.executeTargets(Project.java:1189) > at > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) > at > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) > > Total time: 1 second > > -- > cheers, > > Bruce > > Dr. Bruce Scharlau > Dept. of Computing Science > University of Aberdeen > Aberdeen AB24 3UE > 01224 272193 > http://www.csd.abdn.ac.uk/~bscharla > <http://www.csd.abdn.ac.uk/%7Ebscharla> > mailto:b.s...@ab... <mailto:b.s...@ab...> > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. > Jumpstart your > developing skills, take BlackBerry mobile applications to market > and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Antenna-discussion mailing list > Ant...@li... > <mailto:Ant...@li...> > https://lists.sourceforge.net/lists/listinfo/antenna-discussion > > -- cheers, Bruce Dr. Bruce Scharlau Dept. of Computing Science University of Aberdeen Aberdeen AB24 3UE 01224 272193 http://www.csd.abdn.ac.uk/~bscharla mailto:b.s...@ab... |
From: Diego M. S. <die...@gm...> - 2009-10-08 10:13:57
|
Hi Bruce, I'll open a Bug on mtj to investigate that. Thanks, Diego On Wed, Oct 7, 2009 at 7:25 PM, Bruce Scharlau <b.s...@ab...>wrote: > Diego, > > I've tried both and got similar errors. I'm using MTJ 1.0.1 and tried > those generated antenna build files, and got similar errors, plus I've > also tried hand-crafted build files to resolve the issue, which used the > sample build files from antenna as a starting point. > > To start with I was using Antenna 1.1.0-beta , but later switched to > 1.2.0-beta. This didn't resolve the issue. > > Bruce > > Diego Madruga Sandin wrote: > > Hi, > > > > Which version of MTJ you are using? We completely recreated the export > > antenna buildfiles functionality on version 1.0.1 but we have only > > tested the support for *Antenna 1.1.0-beta*. > > > > Are You using your own build files or the ones exported on MTJ? > > > > Thanks, > > Diego > > > > On Wed, Oct 7, 2009 at 4:19 PM, Bruce Scharlau <b.s...@ab... > > <mailto:b.s...@ab...>> wrote: > > > > Hi all, > > > > I'm trying to use antenna 1.2.0 beta inside of the MTJ plugin in > > galileo > > with wtk 3 but keep getting one of two errors doing a very simple > > 'hello > > world' example, which I've used in the past with antenna, and > > which runs > > ok without antenna using MTJ on its own. > > > > The first error was when trying to preverify at the packaging > > stage, and > > antenna wasn't creating the jarlog.txt file. If I preverify at the > > wtkbuild task, and create a blank jarlog.txt file which then copy > > to the > > build/classes directory where antenna expects to find it, I then > > get an > > 'attempting to print' error as noted below. > > > > Along with this is another error 'Preverification failed > > (result=-1072365564)' but that I assume is just the message saying > the > > build failed. > > > > Any help greatly appreciated. > > > > Apache Ant version 1.7.1 compiled on June 27 2008 > > Buildfile: C:\Java\eclipse-workspace\HelloWorld\orig-build.xml > > parsing buildfile C:\Java\eclipse-workspace\HelloWorld\orig-build.xml > > with URI = file:/C:/Java/eclipse-workspace/HelloWorld/orig-build.xml > > Project base dir set to: C:\Java\eclipse-workspace\HelloWorld > > [antlib:org.apache.tools.ant] Could not load definitions from > resource > > org/apache/tools/ant/antlib.xml. It could not be found. > > Build sequence for target(s) `build' is [build] > > Complete build sequence is [build, ] > > build: > > [wtkjad] > > ************************************************************** > > [wtkjad] * Antenna 1.2.0 initialized for project "hello" > > * > > [wtkjad] * Using "Java ME SDK 3.0" (CLDC-1.1; MIDP-2.1) > > * > > [wtkjad] > > ************************************************************** > > [wtkjad] Creating JAD file > > C:\Java\eclipse-workspace\HelloWorld\hello.jad > > [delete] Deleting directory > > C:\Java\eclipse-workspace\HelloWorld\build > > [delete] Deleting directory > > C:\Java\eclipse-workspace\HelloWorld\build\classes > > [delete] Deleting directory > > C:\Java\eclipse-workspace\HelloWorld\build > > [delete] Could not find file > > C:\Java\eclipse-workspace\HelloWorld\hello.jar to delete. > > [delete] Deleting: C:\Java\eclipse-workspace\HelloWorld\hello.jad > > [mkdir] Created dir: C:\Java\eclipse-workspace\HelloWorld\build > > [mkdir] Created dir: > > C:\Java\eclipse-workspace\HelloWorld\build\classes > > [copy] Copying 1 file to > > C:\Java\eclipse-workspace\HelloWorld\build\classes > > [copy] Copying C:\Java\eclipse-workspace\HelloWorld\jarlog.txt to > > C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt > > [wtkbuild] HelloMIDlet.java added as HelloMIDlet.class doesn't > exist. > > [wtkbuild] Compiling 1 source file to > > C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses > > [wtkbuild] Using modern compiler > > dropping > > > C:\Java\eclipse-workspace\HelloWorld\C:\Java\eclipse\plugins\org.apache.ant_1.7.0.v200803061910\lib\catalina-ant.jar > > from path as it doesn't exist > > dropping > > > C:\Java\eclipse-workspace\HelloWorld\C:\Java\eclipse\plugins\org.apache.commons.logging_1.0.4.v20080605-1930.jar > > from path as it doesn't exist > > [wtkbuild] Compilation arguments: > > [wtkbuild] '-d' > > [wtkbuild] > > 'C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses' > > [wtkbuild] '-classpath' > > [wtkbuild] > > > 'C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-antlr.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-bcel.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-bsf.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-log4j.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-oro.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-regexp.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-resolver.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-commons-logging.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-commons-net.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jai.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-javamail.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jdepend.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jmf.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jsch.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-junit.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-launcher.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-netrexx.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-nodeps.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-starteam.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-stylebook.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-swing.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-trax.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-weblogic.jar;C:\Java\eclipse\configuration\org.eclipse.osgi\bundles\755\1\.cp\lib\remoteAnt.jar;C:\Java\jdk1.6.0_07\lib\tools.jar;C:\Java\antenna-bin-1.2.0-beta.jar;C:\Java\eclipse\plugins\org.eclipse.swt.win32.win32.x86_3.5.0.v3550b.jar' > > [wtkbuild] '-sourcepath' > > [wtkbuild] 'C:\Java\eclipse-workspace\HelloWorld\src' > > [wtkbuild] '-target' > > [wtkbuild] '1.1' > > [wtkbuild] '-bootclasspath' > > [wtkbuild] > > > 'C:\Java\Java_ME_platform_SDK_3.0\lib\midp_2.1.jar;C:\Java\Java_ME_platform_SDK_3.0\lib\cldc_1.1.jar' > > [wtkbuild] '-g' > > [wtkbuild] '-source' > > [wtkbuild] '1.3' > > [wtkbuild] > > [wtkbuild] The ' characters around the executable and arguments are > > [wtkbuild] not part of the command. > > [wtkbuild] File to be compiled: > > [wtkbuild] > > C:\Java\eclipse-workspace\HelloWorld\src\HelloMIDlet.java > > [wtkbuild] Preverifying > > C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses > > [wtkbuild] Adjusted Java home to C:\Java\jdk1.6.0_07 > > [wtkbuild] Executable: > C:\Java\Java_ME_platform_SDK_3.0\bin\preverify > > [wtkbuild] Arguments : -classpath > > > C:\Java\Java_ME_platform_SDK_3.0\lib\midp_2.1.jar;C:\Java\Java_ME_platform_SDK_3.0\lib\cldc_1.1.jar;null; > > -d C:\Java\eclipse-workspace\HelloWorld\build\classes > > C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses > > [wtkbuild] Error preferifying, attempting to print > > C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt > > [wtkbuild] > > ====C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt==== > > > > BUILD FAILED > > C:\Java\eclipse-workspace\HelloWorld\orig-build.xml:41: > > Preverification > > failed (result=-1072365564) > > at de.pleumann.antenna.misc.Utility.preverify(Utility.java:566) > > at de.pleumann.antenna.WtkBuild.execute(WtkBuild.java:141) > > at > > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:597) > > at > > > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) > > at org.apache.tools.ant.Task.perform(Task.java:348) > > at org.apache.tools.ant.Target.execute(Target.java:357) > > at org.apache.tools.ant.Target.performTasks(Target.java:385) > > at > > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) > > at org.apache.tools.ant.Project.executeTarget(Project.java:1306) > > at > > > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) > > at > > > org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) > > at org.apache.tools.ant.Project.executeTargets(Project.java:1189) > > at > > > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) > > at > > > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) > > Caused by: Preverification failed (result=-1072365564) > > at de.pleumann.antenna.misc.Utility.preverify(Utility.java:549) > > ... 17 more > > --- Nested Exception --- > > Preverification failed (result=-1072365564) > > at de.pleumann.antenna.misc.Utility.preverify(Utility.java:549) > > at de.pleumann.antenna.WtkBuild.execute(WtkBuild.java:141) > > at > > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:597) > > at > > > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) > > at org.apache.tools.ant.Task.perform(Task.java:348) > > at org.apache.tools.ant.Target.execute(Target.java:357) > > at org.apache.tools.ant.Target.performTasks(Target.java:385) > > at > > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) > > at org.apache.tools.ant.Project.executeTarget(Project.java:1306) > > at > > > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) > > at > > > org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) > > at org.apache.tools.ant.Project.executeTargets(Project.java:1189) > > at > > > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) > > at > > > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) > > > > Total time: 1 second > > > > -- > > cheers, > > > > Bruce > > > > Dr. Bruce Scharlau > > Dept. of Computing Science > > University of Aberdeen > > Aberdeen AB24 3UE > > 01224 272193 > > http://www.csd.abdn.ac.uk/~bscharla<http://www.csd.abdn.ac.uk/%7Ebscharla> > > <http://www.csd.abdn.ac.uk/%7Ebscharla> > > mailto:b.s...@ab... <mailto:b.s...@ab...> > > > > > > > > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > > is the only developer event you need to attend this year. > > Jumpstart your > > developing skills, take BlackBerry mobile applications to market > > and stay > > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > > http://p.sf.net/sfu/devconference > > _______________________________________________ > > Antenna-discussion mailing list > > Ant...@li... > > <mailto:Ant...@li...> > > https://lists.sourceforge.net/lists/listinfo/antenna-discussion > > > > > > > -- > cheers, > > Bruce > > Dr. Bruce Scharlau > Dept. of Computing Science > University of Aberdeen > Aberdeen AB24 3UE > 01224 272193 > http://www.csd.abdn.ac.uk/~bscharla<http://www.csd.abdn.ac.uk/%7Ebscharla> > mailto:b.s...@ab... > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Antenna-discussion mailing list > Ant...@li... > https://lists.sourceforge.net/lists/listinfo/antenna-discussion > |
From: Bruce S. <b.s...@ab...> - 2009-10-07 22:25:46
|
Diego, I've tried both and got similar errors. I'm using MTJ 1.0.1 and tried those generated antenna build files, and got similar errors, plus I've also tried hand-crafted build files to resolve the issue, which used the sample build files from antenna as a starting point. To start with I was using Antenna 1.1.0-beta , but later switched to 1.2.0-beta. This didn't resolve the issue. Bruce Diego Madruga Sandin wrote: > Hi, > > Which version of MTJ you are using? We completely recreated the export > antenna buildfiles functionality on version 1.0.1 but we have only > tested the support for *Antenna 1.1.0-beta*. > > Are You using your own build files or the ones exported on MTJ? > > Thanks, > Diego > > On Wed, Oct 7, 2009 at 4:19 PM, Bruce Scharlau <b.s...@ab... > <mailto:b.s...@ab...>> wrote: > > Hi all, > > I'm trying to use antenna 1.2.0 beta inside of the MTJ plugin in > galileo > with wtk 3 but keep getting one of two errors doing a very simple > 'hello > world' example, which I've used in the past with antenna, and > which runs > ok without antenna using MTJ on its own. > > The first error was when trying to preverify at the packaging > stage, and > antenna wasn't creating the jarlog.txt file. If I preverify at the > wtkbuild task, and create a blank jarlog.txt file which then copy > to the > build/classes directory where antenna expects to find it, I then > get an > 'attempting to print' error as noted below. > > Along with this is another error 'Preverification failed > (result=-1072365564)' but that I assume is just the message saying the > build failed. > > Any help greatly appreciated. > > Apache Ant version 1.7.1 compiled on June 27 2008 > Buildfile: C:\Java\eclipse-workspace\HelloWorld\orig-build.xml > parsing buildfile C:\Java\eclipse-workspace\HelloWorld\orig-build.xml > with URI = file:/C:/Java/eclipse-workspace/HelloWorld/orig-build.xml > Project base dir set to: C:\Java\eclipse-workspace\HelloWorld > [antlib:org.apache.tools.ant] Could not load definitions from resource > org/apache/tools/ant/antlib.xml. It could not be found. > Build sequence for target(s) `build' is [build] > Complete build sequence is [build, ] > build: > [wtkjad] > ************************************************************** > [wtkjad] * Antenna 1.2.0 initialized for project "hello" > * > [wtkjad] * Using "Java ME SDK 3.0" (CLDC-1.1; MIDP-2.1) > * > [wtkjad] > ************************************************************** > [wtkjad] Creating JAD file > C:\Java\eclipse-workspace\HelloWorld\hello.jad > [delete] Deleting directory > C:\Java\eclipse-workspace\HelloWorld\build > [delete] Deleting directory > C:\Java\eclipse-workspace\HelloWorld\build\classes > [delete] Deleting directory > C:\Java\eclipse-workspace\HelloWorld\build > [delete] Could not find file > C:\Java\eclipse-workspace\HelloWorld\hello.jar to delete. > [delete] Deleting: C:\Java\eclipse-workspace\HelloWorld\hello.jad > [mkdir] Created dir: C:\Java\eclipse-workspace\HelloWorld\build > [mkdir] Created dir: > C:\Java\eclipse-workspace\HelloWorld\build\classes > [copy] Copying 1 file to > C:\Java\eclipse-workspace\HelloWorld\build\classes > [copy] Copying C:\Java\eclipse-workspace\HelloWorld\jarlog.txt to > C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt > [wtkbuild] HelloMIDlet.java added as HelloMIDlet.class doesn't exist. > [wtkbuild] Compiling 1 source file to > C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses > [wtkbuild] Using modern compiler > dropping > C:\Java\eclipse-workspace\HelloWorld\C:\Java\eclipse\plugins\org.apache.ant_1.7.0.v200803061910\lib\catalina-ant.jar > from path as it doesn't exist > dropping > C:\Java\eclipse-workspace\HelloWorld\C:\Java\eclipse\plugins\org.apache.commons.logging_1.0.4.v20080605-1930.jar > from path as it doesn't exist > [wtkbuild] Compilation arguments: > [wtkbuild] '-d' > [wtkbuild] > 'C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses' > [wtkbuild] '-classpath' > [wtkbuild] > 'C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-antlr.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-bcel.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-bsf.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-log4j.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-oro.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-regexp.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-resolver.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-commons-logging.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-commons-net.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jai.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-javamail.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jdepend.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jmf.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jsch.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-junit.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-launcher.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-netrexx.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-nodeps.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-starteam.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-stylebook.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-swing.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-trax.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-weblogic.jar;C:\Java\eclipse\configuration\org.eclipse.osgi\bundles\755\1\.cp\lib\remoteAnt.jar;C:\Java\jdk1.6.0_07\lib\tools.jar;C:\Java\antenna-bin-1.2.0-beta.jar;C:\Java\eclipse\plugins\org.eclipse.swt.win32.win32.x86_3.5.0.v3550b.jar' > [wtkbuild] '-sourcepath' > [wtkbuild] 'C:\Java\eclipse-workspace\HelloWorld\src' > [wtkbuild] '-target' > [wtkbuild] '1.1' > [wtkbuild] '-bootclasspath' > [wtkbuild] > 'C:\Java\Java_ME_platform_SDK_3.0\lib\midp_2.1.jar;C:\Java\Java_ME_platform_SDK_3.0\lib\cldc_1.1.jar' > [wtkbuild] '-g' > [wtkbuild] '-source' > [wtkbuild] '1.3' > [wtkbuild] > [wtkbuild] The ' characters around the executable and arguments are > [wtkbuild] not part of the command. > [wtkbuild] File to be compiled: > [wtkbuild] > C:\Java\eclipse-workspace\HelloWorld\src\HelloMIDlet.java > [wtkbuild] Preverifying > C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses > [wtkbuild] Adjusted Java home to C:\Java\jdk1.6.0_07 > [wtkbuild] Executable: C:\Java\Java_ME_platform_SDK_3.0\bin\preverify > [wtkbuild] Arguments : -classpath > C:\Java\Java_ME_platform_SDK_3.0\lib\midp_2.1.jar;C:\Java\Java_ME_platform_SDK_3.0\lib\cldc_1.1.jar;null; > -d C:\Java\eclipse-workspace\HelloWorld\build\classes > C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses > [wtkbuild] Error preferifying, attempting to print > C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt > [wtkbuild] > ====C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt==== > > BUILD FAILED > C:\Java\eclipse-workspace\HelloWorld\orig-build.xml:41: > Preverification > failed (result=-1072365564) > at de.pleumann.antenna.misc.Utility.preverify(Utility.java:566) > at de.pleumann.antenna.WtkBuild.execute(WtkBuild.java:141) > at > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) > at org.apache.tools.ant.Task.perform(Task.java:348) > at org.apache.tools.ant.Target.execute(Target.java:357) > at org.apache.tools.ant.Target.performTasks(Target.java:385) > at > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) > at org.apache.tools.ant.Project.executeTarget(Project.java:1306) > at > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) > at > org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) > at org.apache.tools.ant.Project.executeTargets(Project.java:1189) > at > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) > at > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) > Caused by: Preverification failed (result=-1072365564) > at de.pleumann.antenna.misc.Utility.preverify(Utility.java:549) > ... 17 more > --- Nested Exception --- > Preverification failed (result=-1072365564) > at de.pleumann.antenna.misc.Utility.preverify(Utility.java:549) > at de.pleumann.antenna.WtkBuild.execute(WtkBuild.java:141) > at > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) > at org.apache.tools.ant.Task.perform(Task.java:348) > at org.apache.tools.ant.Target.execute(Target.java:357) > at org.apache.tools.ant.Target.performTasks(Target.java:385) > at > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) > at org.apache.tools.ant.Project.executeTarget(Project.java:1306) > at > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) > at > org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) > at org.apache.tools.ant.Project.executeTargets(Project.java:1189) > at > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) > at > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) > > Total time: 1 second > > -- > cheers, > > Bruce > > Dr. Bruce Scharlau > Dept. of Computing Science > University of Aberdeen > Aberdeen AB24 3UE > 01224 272193 > http://www.csd.abdn.ac.uk/~bscharla > <http://www.csd.abdn.ac.uk/%7Ebscharla> > mailto:b.s...@ab... <mailto:b.s...@ab...> > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. > Jumpstart your > developing skills, take BlackBerry mobile applications to market > and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Antenna-discussion mailing list > Ant...@li... > <mailto:Ant...@li...> > https://lists.sourceforge.net/lists/listinfo/antenna-discussion > > -- cheers, Bruce Dr. Bruce Scharlau Dept. of Computing Science University of Aberdeen Aberdeen AB24 3UE 01224 272193 http://www.csd.abdn.ac.uk/~bscharla mailto:b.s...@ab... |
From: Diego M. S. <die...@gm...> - 2009-10-07 20:12:30
|
Hi, Which version of MTJ you are using? We completely recreated the export antenna buildfiles functionality on version 1.0.1 but we have only tested the support for *Antenna 1.1.0-beta*. Are You using your own build files or the ones exported on MTJ? Thanks, Diego On Wed, Oct 7, 2009 at 4:19 PM, Bruce Scharlau <b.s...@ab...>wrote: > Hi all, > > I'm trying to use antenna 1.2.0 beta inside of the MTJ plugin in galileo > with wtk 3 but keep getting one of two errors doing a very simple 'hello > world' example, which I've used in the past with antenna, and which runs > ok without antenna using MTJ on its own. > > The first error was when trying to preverify at the packaging stage, and > antenna wasn't creating the jarlog.txt file. If I preverify at the > wtkbuild task, and create a blank jarlog.txt file which then copy to the > build/classes directory where antenna expects to find it, I then get an > 'attempting to print' error as noted below. > > Along with this is another error 'Preverification failed > (result=-1072365564)' but that I assume is just the message saying the > build failed. > > Any help greatly appreciated. > > Apache Ant version 1.7.1 compiled on June 27 2008 > Buildfile: C:\Java\eclipse-workspace\HelloWorld\orig-build.xml > parsing buildfile C:\Java\eclipse-workspace\HelloWorld\orig-build.xml > with URI = file:/C:/Java/eclipse-workspace/HelloWorld/orig-build.xml > Project base dir set to: C:\Java\eclipse-workspace\HelloWorld > [antlib:org.apache.tools.ant] Could not load definitions from resource > org/apache/tools/ant/antlib.xml. It could not be found. > Build sequence for target(s) `build' is [build] > Complete build sequence is [build, ] > build: > [wtkjad] ************************************************************** > [wtkjad] * Antenna 1.2.0 initialized for project "hello" * > [wtkjad] * Using "Java ME SDK 3.0" (CLDC-1.1; MIDP-2.1) * > [wtkjad] ************************************************************** > [wtkjad] Creating JAD file C:\Java\eclipse-workspace\HelloWorld\hello.jad > [delete] Deleting directory C:\Java\eclipse-workspace\HelloWorld\build > [delete] Deleting directory > C:\Java\eclipse-workspace\HelloWorld\build\classes > [delete] Deleting directory C:\Java\eclipse-workspace\HelloWorld\build > [delete] Could not find file > C:\Java\eclipse-workspace\HelloWorld\hello.jar to delete. > [delete] Deleting: C:\Java\eclipse-workspace\HelloWorld\hello.jad > [mkdir] Created dir: C:\Java\eclipse-workspace\HelloWorld\build > [mkdir] Created dir: C:\Java\eclipse-workspace\HelloWorld\build\classes > [copy] Copying 1 file to > C:\Java\eclipse-workspace\HelloWorld\build\classes > [copy] Copying C:\Java\eclipse-workspace\HelloWorld\jarlog.txt to > C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt > [wtkbuild] HelloMIDlet.java added as HelloMIDlet.class doesn't exist. > [wtkbuild] Compiling 1 source file to > C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses > [wtkbuild] Using modern compiler > dropping > > C:\Java\eclipse-workspace\HelloWorld\C:\Java\eclipse\plugins\org.apache.ant_1.7.0.v200803061910\lib\catalina-ant.jar > from path as it doesn't exist > dropping > > C:\Java\eclipse-workspace\HelloWorld\C:\Java\eclipse\plugins\org.apache.commons.logging_1.0.4.v20080605-1930.jar > from path as it doesn't exist > [wtkbuild] Compilation arguments: > [wtkbuild] '-d' > [wtkbuild] 'C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses' > [wtkbuild] '-classpath' > [wtkbuild] > > 'C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-antlr.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-bcel.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-bsf.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-log4j.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-oro.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-regexp.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-resolver.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-commons-logging.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-commons-net.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jai.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-javamail.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jdepend.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jmf.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jsch.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-junit.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-launcher.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-netrexx.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-nodeps.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-starteam.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-stylebook.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-swing.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-trax.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-weblogic.jar;C:\Java\eclipse\configuration\org.eclipse.osgi\bundles\755\1\.cp\lib\remoteAnt.jar;C:\Java\jdk1.6.0_07\lib\tools.jar;C:\Java\antenna-bin-1.2.0-beta.jar;C:\Java\eclipse\plugins\org.eclipse.swt.win32.win32.x86_3.5.0.v3550b.jar' > [wtkbuild] '-sourcepath' > [wtkbuild] 'C:\Java\eclipse-workspace\HelloWorld\src' > [wtkbuild] '-target' > [wtkbuild] '1.1' > [wtkbuild] '-bootclasspath' > [wtkbuild] > > 'C:\Java\Java_ME_platform_SDK_3.0\lib\midp_2.1.jar;C:\Java\Java_ME_platform_SDK_3.0\lib\cldc_1.1.jar' > [wtkbuild] '-g' > [wtkbuild] '-source' > [wtkbuild] '1.3' > [wtkbuild] > [wtkbuild] The ' characters around the executable and arguments are > [wtkbuild] not part of the command. > [wtkbuild] File to be compiled: > [wtkbuild] C:\Java\eclipse-workspace\HelloWorld\src\HelloMIDlet.java > [wtkbuild] Preverifying > C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses > [wtkbuild] Adjusted Java home to C:\Java\jdk1.6.0_07 > [wtkbuild] Executable: C:\Java\Java_ME_platform_SDK_3.0\bin\preverify > [wtkbuild] Arguments : -classpath > > C:\Java\Java_ME_platform_SDK_3.0\lib\midp_2.1.jar;C:\Java\Java_ME_platform_SDK_3.0\lib\cldc_1.1.jar;null; > -d C:\Java\eclipse-workspace\HelloWorld\build\classes > C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses > [wtkbuild] Error preferifying, attempting to print > C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt > [wtkbuild] > ====C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt==== > > BUILD FAILED > C:\Java\eclipse-workspace\HelloWorld\orig-build.xml:41: Preverification > failed (result=-1072365564) > at de.pleumann.antenna.misc.Utility.preverify(Utility.java:566) > at de.pleumann.antenna.WtkBuild.execute(WtkBuild.java:141) > at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) > at org.apache.tools.ant.Task.perform(Task.java:348) > at org.apache.tools.ant.Target.execute(Target.java:357) > at org.apache.tools.ant.Target.performTasks(Target.java:385) > at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) > at org.apache.tools.ant.Project.executeTarget(Project.java:1306) > at > > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) > at > > org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) > at org.apache.tools.ant.Project.executeTargets(Project.java:1189) > at > > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) > at > > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) > Caused by: Preverification failed (result=-1072365564) > at de.pleumann.antenna.misc.Utility.preverify(Utility.java:549) > ... 17 more > --- Nested Exception --- > Preverification failed (result=-1072365564) > at de.pleumann.antenna.misc.Utility.preverify(Utility.java:549) > at de.pleumann.antenna.WtkBuild.execute(WtkBuild.java:141) > at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) > at org.apache.tools.ant.Task.perform(Task.java:348) > at org.apache.tools.ant.Target.execute(Target.java:357) > at org.apache.tools.ant.Target.performTasks(Target.java:385) > at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) > at org.apache.tools.ant.Project.executeTarget(Project.java:1306) > at > > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) > at > > org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) > at org.apache.tools.ant.Project.executeTargets(Project.java:1189) > at > > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) > at > > org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) > > Total time: 1 second > > -- > cheers, > > Bruce > > Dr. Bruce Scharlau > Dept. of Computing Science > University of Aberdeen > Aberdeen AB24 3UE > 01224 272193 > http://www.csd.abdn.ac.uk/~bscharla<http://www.csd.abdn.ac.uk/%7Ebscharla> > mailto:b.s...@ab... > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Antenna-discussion mailing list > Ant...@li... > https://lists.sourceforge.net/lists/listinfo/antenna-discussion > |
From: Bruce S. <b.s...@ab...> - 2009-10-07 19:54:08
|
Hi all, I'm trying to use antenna 1.2.0 beta inside of the MTJ plugin in galileo with wtk 3 but keep getting one of two errors doing a very simple 'hello world' example, which I've used in the past with antenna, and which runs ok without antenna using MTJ on its own. The first error was when trying to preverify at the packaging stage, and antenna wasn't creating the jarlog.txt file. If I preverify at the wtkbuild task, and create a blank jarlog.txt file which then copy to the build/classes directory where antenna expects to find it, I then get an 'attempting to print' error as noted below. Along with this is another error 'Preverification failed (result=-1072365564)' but that I assume is just the message saying the build failed. Any help greatly appreciated. Apache Ant version 1.7.1 compiled on June 27 2008 Buildfile: C:\Java\eclipse-workspace\HelloWorld\orig-build.xml parsing buildfile C:\Java\eclipse-workspace\HelloWorld\orig-build.xml with URI = file:/C:/Java/eclipse-workspace/HelloWorld/orig-build.xml Project base dir set to: C:\Java\eclipse-workspace\HelloWorld [antlib:org.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found. Build sequence for target(s) `build' is [build] Complete build sequence is [build, ] build: [wtkjad] ************************************************************** [wtkjad] * Antenna 1.2.0 initialized for project "hello" * [wtkjad] * Using "Java ME SDK 3.0" (CLDC-1.1; MIDP-2.1) * [wtkjad] ************************************************************** [wtkjad] Creating JAD file C:\Java\eclipse-workspace\HelloWorld\hello.jad [delete] Deleting directory C:\Java\eclipse-workspace\HelloWorld\build [delete] Deleting directory C:\Java\eclipse-workspace\HelloWorld\build\classes [delete] Deleting directory C:\Java\eclipse-workspace\HelloWorld\build [delete] Could not find file C:\Java\eclipse-workspace\HelloWorld\hello.jar to delete. [delete] Deleting: C:\Java\eclipse-workspace\HelloWorld\hello.jad [mkdir] Created dir: C:\Java\eclipse-workspace\HelloWorld\build [mkdir] Created dir: C:\Java\eclipse-workspace\HelloWorld\build\classes [copy] Copying 1 file to C:\Java\eclipse-workspace\HelloWorld\build\classes [copy] Copying C:\Java\eclipse-workspace\HelloWorld\jarlog.txt to C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt [wtkbuild] HelloMIDlet.java added as HelloMIDlet.class doesn't exist. [wtkbuild] Compiling 1 source file to C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses [wtkbuild] Using modern compiler dropping C:\Java\eclipse-workspace\HelloWorld\C:\Java\eclipse\plugins\org.apache.ant_1.7.0.v200803061910\lib\catalina-ant.jar from path as it doesn't exist dropping C:\Java\eclipse-workspace\HelloWorld\C:\Java\eclipse\plugins\org.apache.commons.logging_1.0.4.v20080605-1930.jar from path as it doesn't exist [wtkbuild] Compilation arguments: [wtkbuild] '-d' [wtkbuild] 'C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses' [wtkbuild] '-classpath' [wtkbuild] 'C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-antlr.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-bcel.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-bsf.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-log4j.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-oro.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-regexp.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-apache-resolver.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-commons-logging.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-commons-net.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jai.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-javamail.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jdepend.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jmf.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-jsch.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-junit.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-launcher.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-netrexx.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-nodeps.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-starteam.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-stylebook.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-swing.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-trax.jar;C:\Java\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib\ant-weblogic.jar;C:\Java\eclipse\configuration\org.eclipse.osgi\bundles\755\1\.cp\lib\remoteAnt.jar;C:\Java\jdk1.6.0_07\lib\tools.jar;C:\Java\antenna-bin-1.2.0-beta.jar;C:\Java\eclipse\plugins\org.eclipse.swt.win32.win32.x86_3.5.0.v3550b.jar' [wtkbuild] '-sourcepath' [wtkbuild] 'C:\Java\eclipse-workspace\HelloWorld\src' [wtkbuild] '-target' [wtkbuild] '1.1' [wtkbuild] '-bootclasspath' [wtkbuild] 'C:\Java\Java_ME_platform_SDK_3.0\lib\midp_2.1.jar;C:\Java\Java_ME_platform_SDK_3.0\lib\cldc_1.1.jar' [wtkbuild] '-g' [wtkbuild] '-source' [wtkbuild] '1.3' [wtkbuild] [wtkbuild] The ' characters around the executable and arguments are [wtkbuild] not part of the command. [wtkbuild] File to be compiled: [wtkbuild] C:\Java\eclipse-workspace\HelloWorld\src\HelloMIDlet.java [wtkbuild] Preverifying C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses [wtkbuild] Adjusted Java home to C:\Java\jdk1.6.0_07 [wtkbuild] Executable: C:\Java\Java_ME_platform_SDK_3.0\bin\preverify [wtkbuild] Arguments : -classpath C:\Java\Java_ME_platform_SDK_3.0\lib\midp_2.1.jar;C:\Java\Java_ME_platform_SDK_3.0\lib\cldc_1.1.jar;null; -d C:\Java\eclipse-workspace\HelloWorld\build\classes C:\Java\eclipse-workspace\HelloWorld\50b9c83c.tmp\tmpclasses [wtkbuild] Error preferifying, attempting to print C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt [wtkbuild] ====C:\Java\eclipse-workspace\HelloWorld\build\classes\jarlog.txt==== BUILD FAILED C:\Java\eclipse-workspace\HelloWorld\orig-build.xml:41: Preverification failed (result=-1072365564) at de.pleumann.antenna.misc.Utility.preverify(Utility.java:566) at de.pleumann.antenna.WtkBuild.execute(WtkBuild.java:141) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.tools.ant.Target.performTasks(Target.java:385) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) at org.apache.tools.ant.Project.executeTarget(Project.java:1306) at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) at org.apache.tools.ant.Project.executeTargets(Project.java:1189) at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) Caused by: Preverification failed (result=-1072365564) at de.pleumann.antenna.misc.Utility.preverify(Utility.java:549) ... 17 more --- Nested Exception --- Preverification failed (result=-1072365564) at de.pleumann.antenna.misc.Utility.preverify(Utility.java:549) at de.pleumann.antenna.WtkBuild.execute(WtkBuild.java:141) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:357) at org.apache.tools.ant.Target.performTasks(Target.java:385) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) at org.apache.tools.ant.Project.executeTarget(Project.java:1306) at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) at org.apache.tools.ant.Project.executeTargets(Project.java:1189) at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) Total time: 1 second -- cheers, Bruce Dr. Bruce Scharlau Dept. of Computing Science University of Aberdeen Aberdeen AB24 3UE 01224 272193 http://www.csd.abdn.ac.uk/~bscharla mailto:b.s...@ab... |
From: Jeroen v. V. <je...@va...> - 2009-09-26 20:12:12
|
Hi Erik, On 26-09-2009 15:39, Erik Wetterberg wrote: > Antenna 1.2.0-beta, with support for Java ME SDK 3.0 and other > toolkits is now available for download Thanks for the new beta release. Would you be so kind to apply my patch of Dec 24, 2008 to include a storetype attribute to the sign ant task as well? Thanks, Jeroen |
From: Erik W. <eri...@gm...> - 2009-09-26 14:11:23
|
Hi, Antenna 1.2.0-beta, with support for Java ME SDK 3.0 and other toolkits is now available for download at http://sourceforge.net/project/showfiles.php?group_id=67420 . More information about the new version can be found at http://antenna.sourceforge.net/setup.php The new version also includes changes to the preprocessor: * changed include behavior to inherit changes made by included file. * added a NOP #preprocess directive for compatibility with blackberry ant tools. Erik Wetterberg |
From: Erik W. <eri...@gm...> - 2009-08-26 20:06:21
|
Hi, My patch with support for Java ME SDK 3.0 and some other toolkits is now comitted into the repository. If you want to try it check out from the repository and build it. If there are any problems or improvement suggestions, please post on this list or directly to me. Also if you want support for another toolkit, send me a mail. Documentation is not yet updated. Some is available here: http://eriksdiary.blogspot.com/2009/07/antenna-suport-for-java-me-sdk-30.html but the documentation in the project is not yet updated. Hopefully we will be able to make a new build soon. Erik Wetterberg |
From: Marcos L. B. <mar...@gm...> - 2009-08-19 16:05:37
|
Hi, I'm a Java programmer, that now will embarce in a Java / J2ME project for multiple devices, so i think using antenna to preprocess and build for diferents targets, so i see that the project has stoped dev since log time. How can i contribute with project, fixin bugs or adding new features? It's still under development or i nned to get a J2ME polish license? Regards. |
From: Schalk N. <in...@op...> - 2009-07-18 13:02:52
|
Hey all, WtkPreverify, whether stand alone or part of package or related task, keeps throwing the error: [wtkpreverify] Error preferifying, log file not found: C:\projects\client_prototype\80f9aac7.tmp\jarlog.txt Should it not create the file before trying to write to it? Is this a known bug? Secondly, is there anyway to get preverify to print more detailed error details? I have switched on -verbose with Ant but I am getting a java.lang.VerifyError and even the JavaDoc is very vague on what this error could mean, "Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem." but it does support a VerifyError(String s) to print a more detailed message to the output. Is the preverify task catching this error? Thanks, Schalk |
From: <Sc...@af...> - 2009-07-17 14:01:25
|
Hey there everyone, Had a build script that worked fine and now has seized to work :( Just the perfect way to end a week...... NOT <wtkpreverify jadfile="${jadfile}" jarfile="${jarfile}" bootclasspath="${midp.jar}" cldc="false" nonative="false" nofloat="false" nofinalize="false" /> When I run the wtkpreverify task I keep getting the weirdest preverification failed errors, for example: [wtkpreverify] Error preverifying class DCTMain.AudioVideoInterface [wtkpreverify] java/lang/NoClassDefFoundError: java/lang/Object I do run obfuscate before preverify using ProGaurd version 4.3. Any ideas? -- Kind Regards Schalk Neethling Developer - AfriGIS - Mobile Skype: volume4 www.afrigis.co.za AfriGIS e-mail facility may not be used for the distribution of chain letters or offensive email. AfriGIS hereby distances itself from and accepts no liability for the unauthorized use of its e-mail facility or the sending of e-mail communications for other than strictly business purposes. AfriGIS furthermore disclaims liability for any unauthorized instruction for which permission was not granted. Required as per Sec 50 Companies Act 61 of 1973 Afrigis Pty LTD Reg No 1997/0067/1607. |