[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 codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/e24fe7fe-317a-464d-9fc7-3c6847b95d67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/12e4c5af-10eb-45d4-af94-0975e3bae93f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/484ef296-d1ee-4507-8d94-dfb5c323d28e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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;
}

}



On Wednesday, August 3, 2016 at 1:27:19 PM UTC+8, Shai Almog wrote:
>
> 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...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/39d1f6c3-d6bc-4381-be98-b87c30c14b20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/06ed28c0-5f27-451d-9c1a-1c7c80d659b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 code
> Building zip: 
> E:\ALL_CODE\ALL_CODE_STUFF_2016\NETBEANS\SilverSpeechCN1Lib\build\lib\nativeios.zip
> buildNativeRIM:
> createRimZip:
> buildNativeAND:
> createAndZip:
> Zipping Android native code
> Building zip: 
> E:\ALL_CODE\ALL_CODE_STUFF_2016\NETBEANS\SilverSpeechCN1Lib\build\lib\nativeand.zip
> buildNativeSE:
> createSeZip:
> Zipping JavaSE native code
> E:\ALL_CODE\ALL_CODE_STUFF_2016\NETBEANS\SilverSpeechCN1Lib\build.xml:73: 
> The following error occurred while executing this line:
> E:\ALL_CODE\ALL_CODE_STUFF_2016\NETBEANS\SilverSpeechCN1Lib\build.xml:121: 
> The following error occurred while executing this line:
> E:\ALL_CODE\ALL_CODE_STUFF_2016\NETBEANS\SilverSpeechCN1Lib\build.xml:127: 
> The archive *.jar doesn't exist
> BUILD FAILED (total time: 0 seconds)
>
> There is nothing wrong with the code, it works perfectly in my other apps, 
> so what could be causing this ? I have started a new project 3 times and 
> fail to see any reason at all.. Maybe cn1lib cant do J2SE?
>

-- 
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...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/ed9498ac-2342-42b6-bc70-6c481ed51b18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.