INHERITANCE FROM JAR FILE , DOESN'T WORK

2012-10-11 Thread Fabio
Hello I have an Eclipse GWT CHART project working fine as long as I let my library project linked in this GWT project. But when I compile my library into a jar file, unlink my library project from the classpath of GWT project, and add the jar into war/web-inf/lib and classpath it I get the fol

Re: INHERITANCE FROM JAR FILE , DOESN'T WORK

2012-10-11 Thread Abraham Lin
Does your JAR file contain the source code for your library? The GWT compiler needs to have access to the source files, not just the compiled class files. -Abraham -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion

Re: INHERITANCE FROM JAR FILE , DOESN'T WORK

2012-10-12 Thread Fabio
Hi Abraham YES thank you , it works !!! but I noticed a strange think: it worked the first time, then I made some changes and then same error. ? ? ? ? so I cleaned the cache, removed from classpath the jar and re-add and it works what happens ? THANK YOU SO MUCH AG

Re: INHERITANCE FROM JAR FILE , DOESN'T WORK

2012-10-17 Thread Magnus
Hi, I want to do the same. Could you please post how you create the jar file with ant? Are the source files in the same folders as the class files or is the hierarchy included twice? Thanks Magnus -- You received this message because you are subscribed to the Google Groups "Google Web Toolki

Re: INHERITANCE FROM JAR FILE , DOESN'T WORK

2012-10-17 Thread Fabio
HI if you are using eclipse it's enough you run "Export as Jar file" from the other project, and check the box "source included". Then Unlink the other project from the classpath and add the jar in the web-inf/lib folder and it to the classpath Il 17/10/2012 15:52, Magnus ha scritto: Hi, I

Re: INHERITANCE FROM JAR FILE , DOESN'T WORK

2012-10-18 Thread João Cavaleiro
Hello, @Magnus In my projects where i do use ant to make the automatic build and export of JAR's i put the source code and compiled files together, without any distinction whatsoever (only file extension). To build and export the jar files with Ant i recommend you to use an Eclipse plugin for