Hello,

you will have to define a task or a call in eclipseme-build.xml. You may
want to add the wtksign-call after the obfuscation, that should not be
very difficult.

The properties used in the wtksign-target can be defined in
user-build.properties, as the other properties are overwritten after
creating a new ant(enna) task.

The signing-taks is maybe something you sould not do in the antenna
task, for it always needs the passwort - you would not like to save it
to disk, would you? I only sign my midlets if i release them officially.

I have a script called "sign.sh", for linux-systems. It does not contain
secrets, so you may get it:

http://psitronic.dyndns.org/div/sign.sh

Aware: use the WTK 2.5 jarsigner, the 2.2 is broken!

Greetings,
Markus

tzur Sayag schrieb:
> Hi Everyone,
> 
> I've finally been able to use the (fantastic again..!!!) eclipseMe 1.7.3
> and antenna to create and run
> the build using ant successfully.
> I'm getting everything to work very smoothly incuding obfsucring. Very
> happy.
> 
> Now the only thing left for me is the midlet signing.
> The signing process works fine from eclipse (check the project signing
> feature, fill in the details, passwords etc).
> 
> Now Antenna has a task called
> 
> <wtksign 
>       keystore="${keystore.file}" 
>       jarfile="${jar.name}" 
>       jadfile="${jad.name}"
>       storepass="${keystore.pass}" 
>       certpass="${cert.pass}" 
> 
>       certalias="${cert.alias}"
> />
> 
> But I can't figure out where to put it and where to set the required 
> properties (when I do "Export antenna build files" 
> it does not seem to pick up the relevant properties into 
> eclipseme-build.properties
> 
> nor do I fully understand where I should place the call to this ant task 
> (assuming I'll put the relevant properties in
> user-build.properties manually).
> 
> Can anyone give a hand?
> best regards,
> --tzurs
> 
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Eclipseme-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/eclipseme-users

-- 

*********************************
[EMAIL PROTECTED]
http://www.psitronic.de

psitronic IT-Solutions
Markus Sinner
W-Rathenau-Str. 14 - 68642 Bürstadt
Tel.: (+49)6206 / 963513
Fax:  (+49)6206 / 963514

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to