[codenameone-discussions] Re: The archive *.jar doesn't exist - building J2SE

2016-08-05 Thread Shai Almog
I'll try to reproduce this after the weekend. Can you file an issue? You are using NetBeans right? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to co

[codenameone-discussions] Re: The archive *.jar doesn't exist - building J2SE

2016-08-05 Thread Gareth Murfin
No it is a fresh project, really confusing. On Friday, August 5, 2016 at 2:12:49 PM UTC+8, Shai Almog wrote: > > You didn't change the build.xml or project in any way right? > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsub

[codenameone-discussions] Re: The archive *.jar doesn't exist - building J2SE

2016-08-04 Thread Shai Almog
You didn't change the build.xml or project in any way right? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsubscr...@googl

[codenameone-discussions] Re: The archive *.jar doesn't exist - building J2SE

2016-08-04 Thread Gareth Murfin
Just one file, containing: package userclasses.nativeinterfaces; import java.io.*; public class TextToSpeechImpl implements userclasses.nativeinterfaces.TextToSpeech{ public void say(final String param) { } public boolean isSupported() { return true; } } O

[codenameone-discussions] Re: The archive *.jar doesn't exist - building J2SE

2016-08-02 Thread Shai Almog
Odd. What do you have under the native/javase directory? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsubscr...@googlegro

[codenameone-discussions] Re: The archive *.jar doesn't exist - building J2SE

2016-08-02 Thread Gareth Murfin
Oops of course it can, I use them alot, so whats going on ? On Wednesday, August 3, 2016 at 3:59:20 AM UTC+8, Gareth Murfin wrote: > > I have implemented a small text to speech library for cn1, it all builds > apart from J2SE where it says: > > buildNativeIOS: > createIosZip: > Zipping ios native