Re: SmartGWT (or any other GWT-compatible JAR) integration

2009-08-27 Thread CI-CUBE
The problem was: if "System library (added to the boot class path)" is checkmarked the user library (here SmartGWT) is added to the bootstrap section and not available in the application's Default Classpath. So a simple checkmark is the origin of a several-days-nitemare... Ekki On Aug 27, 1

Re: SmartGWT (or any other GWT-compatible JAR) integration

2009-08-27 Thread mirceade
Maybe adding the jars to sources in the Eclipse java build config? On Aug 24, 4:29 pm, CI-CUBE wrote: > Hi, > > I'm fighting for several hours :-( but still get this 'No source code > is available for type ...' error. From my > setup on the home office I know it works but until now I did not fi

Re: SmartGWT (or any other GWT-compatible JAR) integration

2009-08-27 Thread CI-CUBE
If I subscribe the two individual SmartGWT jars instead of a 'Library' SmartGWT (that as components has those two jars) then it works! Doesn't make sense to me :-( but it's working now, that's all what counts for me at the moment... BTW GWT itself is integrated the same way I originally did inte

Re: SmartGWT (or any other GWT-compatible JAR) integration

2009-08-26 Thread CI-CUBE
no one who can help? It's just crazy :-( SmartGWT jar's are registered in the Classpath - no matter if in the Bootstrap or User Entries, there are also in the Source Path - under Default. Once again, if I copy the whole project directory and install it at home, in an identical setup (Eclipse, GWT

Re: SmartGWT (or any other GWT-compatible JAR) integration

2009-08-25 Thread CI-CUBE
strange thing... I've one and the same project directory in an obvious identical setup; in one environment A the SmartGWT types are correctly resolved, in the other (B) not. Moving the project to A - yeah, everything works, moving it to B - errors - this can be repeated as you want... Is there an

SmartGWT (or any other GWT-compatible JAR) integration

2009-08-24 Thread CI-CUBE
Hi, I'm fighting for several hours :-( but still get this 'No source code is available for type ...' error. From my setup on the home office I know it works but until now I did not find the essential piece to be added to the build/source path. I did successfully integrate my own GWT-based JAR.