Seems to be an oversite on my behalf, I was learning ant and gradle at the same time so excuse any mistakes I have made.
feel free to reimplement, if you need anything just ask. ~ Evan On Wed, 8 Jun 2016 at 18:52 Yuri Z <[email protected]> wrote: > Hi Martin > Yes, we have just one jar one, i.e. wave-<version>.jar. > Anyways, I don't think it was intended. I guess the right would be to put > the corresponding sources in different subproject so we can publish the > client artifact independently. > @Evan, what you think? > > On Tue, Jun 7, 2016 at 6:34 PM Martin Letis <[email protected]> > wrote: > > > Hi - > > > > I'm trying to find a way to build a client.jar or client-common.jar, with > > the classes in wave/src/main/java/org/waveprotocol/wave/client, without > > success. > > > > Prior to the migration from ANT to Gradle, it was possible to do an: > > $ ant build client,client-common,... > > > > The wave/src/main/resources/org/waveprotocol/wave/client/build.xml file > > still exists (note: in 'resources') but I think that may be an oversight > as > > the ${build.common.path} it refers to, no longer exists (was > > build-common.xml up to 9458405 > > < > > > https://git-wip-us.apache.org/repos/asf?p=incubator-wave.git;a=commit;h=9458405716d544fc2594798bb76c6d7439baaf93 > > > > > ). > > > > Do you have any advice? If the removal of the client.jar build rules was > an > > oversight, I'd like to reintroduce them in Gradle (guidance welcome), > > otherwise I'd like to know more about it. > > > > Thanks! > > Martin > > >
