I'm relatively new to Java. I have cloned the "libraries" repository just fine. I'm trying to use it in a GWT project I'm doing, but can't get Eclipse to find the Java resources in the directories. What I did after cloning was to go to the project's properties -> Java Build Path -> Libraries -> Add External Class Folder per the instructions at http://wiki.eclipse.org/FAQ_How_do_I_add_an_extra_library_to_my_project%27s_classpath%3F. In Eclipse's Package Explorer, it lists any CSS or XML files, but none of the Java files.
How do I fix this so I can import the code properly? Thanks, Mike M. On Jul 28, 5:03 pm, Alex North <[email protected]> wrote: > Hi all, > > Since first releasing the wave protocol code it has been our aim to push > code early and often but thus far we have pushed updates too infrequently. > The efforts to release really significant chunks have resulted in branches > (model-dev and io2010) that are difficult to integrate back into the trunk. > In an attempt to fix this and live up to our promise of frequent releases > we're refactoring our repository layout somewhat. We're separating the > libraries that form the core of the various wave components (and run on the > production Google Wave instance) from the examples and applications that > use > them. This will make it easier for us to rapidly push the evolving > libraries > code while the applications can update to new library releases less > frequently. We hope this eases your own application development and make it > much easier and faster for us to accept patches to both the libraries and > applications. > > Thus I'd like to announce a new repository in the wave protocol project: > the libraries repository. This repository contains the core modules upon > which a Wave system is built, including the model, editor and communication > protocols. It will build to a bunch of libraries which clients and servers > can use. I've just pushed the most recent snapshot of the code to this > repo. > It does not yet have any build infrastructure but we'll work on porting > what > we need from the main repository over the next few days (help welcome). > > We'll pull all the library code out of the trunk and other repositories > and instead depend on a libraries jar. The model-dev branch will be deleted > in the near future, and the io2010 branch after integration back to trunk. > > The libraries repo: > http://code.google.com/p/wave-protocol/source/browse?repo=libraries > > The first snapshot: > http://code.google.com/p/wave-protocol/source/detail?r=2cd7c4ca450f7b... > > Cheers, > > Alex, for the Google Wave team -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
