[appengine-java] Aw: Eclipse: Importing types from other projects

2011-07-27 Thread superkrizz
Bump: I'll put it more simply:

Is there any other way of using external classes in 
Eclipse-AppEngine-Projects other than copying their code into the project?

Regards,
Chris

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/jQJxdJw6oUgJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Aw: Eclipse: Importing types from other projects

2011-07-27 Thread superkrizz
I found an answer:

http://blog.christoffer.me/2011/01/sharing-code-between-multiple-java.html

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/i9IMwed0g_UJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Eclipse: Importing types from other projects

2011-07-11 Thread superkrizz
Hi everyone!

I am developing several gae-services in Eclipse in separate projects. These 
services exchange data, and share some data types. My normal approach would 
be to keep these shared datatype class definitions in a separate project and 
import where needed. However, in Eclipse, services only work when all 
classes are within the service project. Importing the classes from the 
shared project works for Eclipse, but not when I launch the service.

Is there a better way than keeping duplicate classes in every project?

Regards,
Chris

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/SUvTe6uWL68J.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.