Archived

This forum has been archived. Please start a new discussion on GitHub.

Build IceE-J failed

Hi, I build ice-j-1.1.0, but can't generate jar file and get some error messages:

client-preverify:
[exec] JAR file creation failed with error -1
[exec] The preverified classes if any are in tmp13106. See jar log of errors in .\jarlog.txt
[exec] Result: 1

and some messages in jarlog.txt:

Error: Permission denied
jar -cfm "./HelloServer.jar" tmp13135\\META-INF\MANIFEST.MF -C tmp13135 .

My enveroment:
eclipse 3.2
j2sdk 1.4.2
icej1.1.0
ant 1.7.0
proguard4.0beta
nokia prototype sdk 4.0

Please help me!

Comments

  • marc
    marc Florida
    Do you mean Ice-E for Java version 1.1?

    In any case, please upgrade to the newest version. We only provide free support in these forums for the latest version of Ice or Ice-E.
  • Hi, I upgrade to 1.2, but build still failed!

    Error messages in jarlog.txt:
    Error: Permission denied
    jar -cfm "./HelloClient.jar" tmp11030\\META-INF\MANIFEST.MF -C tmp11030

    Run these command in console can success:
    E:\j2sdk1.4.2_13\bin\jar -cfm ./HelloServer.jar tmp11030 \\META-INF\MANIFEST.MF -C tmp11030 .

    I was confused :(
  • The preverify step is failing for some reason. Have you configured the WTK property in IceEJ-1.2.0/config/build.properties correctly?

    Also, please specify the precise version of the Nokia SDK you are using.

    Cheers,

    Brent
  • matthew
    matthew NL, Canada
    IceE 1.2 doesn't support WTK22, it supports WTK25. Sorry, we cannot provide support for non-supported toolkits without a commercial license.