Re: Encoding of source code and property files

2014-05-01 Thread Thomas Broyer
I don't remember in Wave, but properties files are iso-8859-1 in Java unless loaded with a specific encoding. GWT loads everything in UTF-8 though, including properties files! Le 25 avr. 2014 09:46, "Pablo Ojanguren" a écrit : > Hi all, > > I just wanna be sure I have my dev environment properly

Re: Socket.IO script

2014-04-22 Thread Thomas Broyer
In the socketio-gwt JAR? Le 22 avr. 2014 22:03, "Ben Hegarty" a écrit : > Hi, > > I was wondering if anyone knows where in the wave codebase generates the > following error? > > [java]Invoking Linker Cross-Site-Iframe > [java] at > > com.google.gwt.core.ext.linker.impl.Selection

Re: Code reviews app

2014-01-13 Thread Thomas Broyer
itHub is a mirror, I'm not sure how merging would work (re. closing the PR for instance — OK, definitely better than with ReviewBoard, but still more involved than just pushing a button). A better alternative to ReviewBoard at the ASF is Gerrit: https://issues.apache.org/jira/browse/INFRA-2205 -

Re: Review Request 12363: gwt updated to 2.5.1

2013-07-10 Thread Thomas Broyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12363/#review22954 --- Ship it! Ship It! - Thomas Broyer On July 10, 2013, 10:34 a.m

Re: Review Request 12363: gwt updated to 2.5.1

2013-07-09 Thread Thomas Broyer
Rs to the classpath. .classpath <https://reviews.apache.org/r/12363/#comment46654> I don't recall the Eclipse setup for launching DevMode but I think you might want to include validation-api-1.0.0-sources.jar as a on its own. - Thomas Broyer On July 9, 2013, 3:33 p.m., Vicent

Re: Commit/Review Thresholds?

2013-07-09 Thread Thomas Broyer
'informal' votes: >> +1: Commit everything always. Make releases for stuff that should be >> compilable. >> +0: Commit/review hybrid >> -0: I don't understand/see any difference, but will defer to somebody else >> -1: _Always_ review everything. > > > > -- > Regards/Saludos, > Bruno Gonzalez > > http://www.stenyak.com | stenyak @ irc://irc.freenode.net -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: JDK7 [Was: Maven]

2013-05-31 Thread Thomas Broyer
You might want to replace the current protoc+reflection with something based on Square's protoparser. It would also remove a dependency on an external platform-dependent tool and make the build easier to setup for newcomers. Le 31 mai 2013 18:26, "Paulo Pires" a écrit : > New versions of protoc c

Re: junit4.10.zip not available anymore?

2013-02-15 Thread Thomas Broyer
en. > > > > Is it just me or is it broken? > > > > -- > > Freundliche Gruesse > > > > Niklaus Manuel Hofer > > niklaus.ho...@gmail.com > > > > () ascii ribbon campaign - against html e-mail > > /\ www.asciiribbon.org - against proprietary attachments > > > -- Thomas Broyer /tɔ.ma.bʁwa.je/ <http://xn--nna.ma.xn--bwa-xxb.je/>

Re: Licenses

2012-09-14 Thread Thomas Broyer
we could find the answers to this in other Apache projects: I can't imagine there are no projects at the ASF using both Ant as a build system (i.e. something that doesn't manage dependencies, contrary to Ivy or Maven) and JUnit for unit tests. -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Proto String Template

2012-07-07 Thread Thomas Broyer
toc" (compiled as classes, so reflection can be used), and produces different implementations of the same messages. Note this is all from memory, from when I looked at it *last year* ! (or even earlier) -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Maven Module for Protocol Buffers

2012-06-17 Thread Thomas Broyer
gin is configured in the POM; simply do not bind it to a lifecycle phase if you don't want it to be run at each build or, even better, only declare it in the pluginManagement section). -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Java 1.7?

2012-01-31 Thread Thomas Broyer
Just a note: GWT doesn't support Java 7; but server-side code could use it if needed. Le 31 janv. 2012 22:57, "Ali Lown" a écrit : > Any plans on moving to Java 1.7 support instead? > > I just tested with openjdk-7-jdk-amd64 (on Debian), and found that the > ProtoBuf's failed to compile citing er

Re: Improving the Webclient

2011-11-20 Thread Thomas Broyer
much more in line with Vicente's one that with yours, so go ahead Vicente, I'd happily help reviewing those patches. -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Review Request: Jetty updated to version 8, socketio patched and socket/socketio workaround

2011-10-21 Thread Thomas Broyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2533/#review2769 --- Ship it! The third_party/runtime/socketio/README.google should be upd

Re: jWebSocket vs Atmosphere vs Cometd

2011-10-19 Thread Thomas Broyer
ems like a good >> (and simple) alternative for socket.io. > > That doesn't work if you have a web proxy. No go for corporate users. Even when tunneled over SSL/TLS? That's one of the goal of WebSocket to be able to pass through proxies, using an HTTP-like handshake and SSL/

Re: Apache Wave git mirrors and health

2011-10-16 Thread Thomas Broyer
ache.org/general/GitAtApache -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Code -> SVN

2011-09-06 Thread Thomas Broyer
he source code move >>> >> from hg to svn again. The project is now 10 months in incubation and >>> >> the sources are still not the ASF. Without sources incubation makes no >>> >> sense imho. >>> >> >>> >> Can we sum up what exactly is going on and what are the blockers? >>> >> >>> >> I know people are not keen working with SVN, but as long as there is >>> >> no GIT at the ASF, this is the only way to go. If this is a blocker, >>> >> we should discuss the cancelation of this podling. I think it is not >>> >> (or should not) >>> >> >>> >> Are there technical problems - then we should outline whats expected. >>> >> Maybe infra can help >>> >> >>> >> CHeers >>> >> >>> >>> >> >> >> -- >> --Matt >> > > > > -- > http://www.grobmeier.de > -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Compile error and can't run from the tip

2011-08-29 Thread Thomas Broyer
I'm running wiab with use_socketio = false today and used a clean >> copy of chromium. No luck. >> >> On Mon, Aug 29, 2011 at 19:36, Yuri Z wrote: >> >> > Maybe we should change the default  value of use.socketio fllag in >> > server.config to false?

Re: Compile error and can't run from the tip

2011-08-29 Thread Thomas Broyer
ocket-protocol-secure-and.html Socket.IO still detects that Chrome supports WebSockets (because the JS API hasn't changed) but the server-side doesn't speak the same protocol. -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Wave-editor: insert doodad

2011-07-04 Thread Thomas Broyer
2011/7/4 Anton Starcev : > Hi Dan, > > Maybe I explained not correctly: I'm trying to insert text directly in > > >> Try this: document.insertText(range.getFocus(), "Some text") > > Tried to use this, but "Some text" has been inserted before image > doodad, not in > Then I tried to get location f

Re: [jira] [Created] (WAVE-284) Can't inherit wave project

2011-06-08 Thread Thomas Broyer
2011/6/8 Daniel Danilatos : > It must be said that this is a bit of a gotcha - it's got me twice, > far enough apart that I forgot what the fix was and I had to figure it > out again. > > Perhaps can we have two modules - a default one that defines user > agent, etc, and a fancy one that doesn't, s

Re: [jira] [Created] (WAVE-284) Can't inherit wave project

2011-06-08 Thread Thomas Broyer
2011/6/8 Daniel Danilatos : > You need to restrict the properties e.g. > > > > > Perhaps something like that should be in the actual user agent module As we discussed earlier, I believe it shouldn't (at least the user.agent one, because it's a "standard" property). That would prevent anyone from

Re: Apache Shiro or Spring Security

2011-06-07 Thread Thomas Broyer
On Tue, Jun 7, 2011 at 1:53 PM, Nelson Silva wrote: > I need a SSO solution to integrate a Tomcat/JBoss app with WIAB (which > currently relies on Jetty mainly because of WebSocket support). > > I've seen people asking for LDAP support and perhaps, instead of focusing on > a single authentication/

Re: Conversation model decoupling

2011-05-29 Thread Thomas Broyer
veHarness (I actually didn't look at that one, only EditorHarness). For collaboration (sending operations to, receiving operations from a server) however, I don't know (and I haven't yet found where it's done either, but I'm more interested in the editor part of Wave so I didn't really search for it) -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: SVN Migration

2011-05-25 Thread Thomas Broyer
they have a job that replicates internal perforce commits to the public svn repo), so that's probably what I'd use when the code is moved over to SVN (I'm not used to DVCS, and I might very well be missing something from not using github more, I'll give it a try if it's an option for Wave) -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: SVN Migration

2011-05-24 Thread Thomas Broyer
[1] https://twitter.com/#!/diveintomark/status/70848672627306496 [2] https://twitter.com/#!/diveintomark/status/71017810398167040 [3] https://twitter.com/#!/diveintomark/status/70935640136617984 [4] https://twitter.com/#!/diveintomark/status/70857203975864320 -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: SVN Migration

2011-05-22 Thread Thomas Broyer
ivelogic.com/articles/converting-from-mercurial-to-git/ > <http://hivelogic.com/articles/converting-from-mercurial-to-git/>git -> svn > : http://code.google.com/p/support/wiki/ImportingFromGit Re hg→git: https://twitter.com/#!/diveintomark/status/70857203975864320 -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Debugging and logging for UI classes

2011-05-18 Thread Thomas Broyer
h some DOM element to log into it (this is what EditorHarness uses). -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Wave state folders

2011-05-10 Thread Thomas Broyer
d how it'd help here, but how about simply adding Lucene/Solr for indexation/search? (whichever the actual persistence backend) -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Maven Brainstorming Survey

2011-05-09 Thread Thomas Broyer
On Mon, May 9, 2011 at 12:02 PM, Thomas Broyer wrote: > 2011/5/9 Daniel Danilatos : >> >> This is the most important point. There must be absolutely no >> regression in the development cycle after switching to maven - talk of >> having to restart development mode

Re: Maven Brainstorming Survey

2011-05-09 Thread Thomas Broyer
ly b) this is not an issue with WIAB as you don't actually use the embedded server (you either run in "-noserver" mode, or for the "harness" modules you only use client-side code). In brief: it won't be an issue for WIAB. (or rather, it shouldn't be, as I might have missed something, still being new to the project) -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Wave / Apache Infrastructure

2011-05-03 Thread Thomas Broyer
ly) I really, *really* prefer Rietveld (at both the UI, and upload.py/request_codereview vs. post-review levels) I mean, unless Apache's RB installation brings a tight integration with e.g. JIRA or Jenkins (I don't think such integrations/plugins ever exist) of course. -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Maven Brainstorming Survey

2011-05-02 Thread Thomas Broyer
t; > 7) > What are the various modules we would propose having and what is the purpose > of each (simply stating that we stick with the current jars is not enough > info)? Given my use case, as long as the GWT code (particularly org.waveprotocol.wave.client.*) is available as an artifact (and not only compiled to JS in the WiaB WAR), it's fine by me. > 8) > What group ids / artifact ids should we use? > > > 9) > What are the timelines and milestones? > > > -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Maven support

2011-05-01 Thread Thomas Broyer
into our internal artifactory repo, that's not what I'd call "maven deployment") so I'm afraid I can't help in this respect. -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Editor as standalone component and better usage of GWT

2011-04-29 Thread Thomas Broyer
#x27;m "t.broyer@..." in both places) > Στις 29 Απριλίου 2011 2:00 π.μ., ο χρήστης Thomas Broyer > έγραψε: >>  - the documents have to be stored in (or easily converted to) XML >> with strict schemas (looks a bit like DocBook); we actually don't have >> any constrai

Re: Editor as standalone component and better usage of GWT

2011-04-28 Thread Thomas Broyer
; ContentDocument or not? what should I register in the registries?) - put content into, and get content out of the editor: should I rather use the "persistent document" (and if yes, which class: PersistentContentDoc, ContentRawDocument? I must confess I'm lost with all these classes and interfaces) or a "doc initialization"? - make my own schema(s), and how to map the "structural" and "semantic" markup (elements? annotations?) It'd help me start customizing the editor to my needs and see what could be improved to make it a standalone component (starting with writing some docs! ;-) ) Thanks (a lot!) in advance. -- Thomas Broyer /tɔ.ma.bʁwa.je/

Re: Editor as standalone component and better usage of GWT

2011-04-26 Thread Thomas Broyer
Hi David, On Tue, Apr 26, 2011 at 8:48 AM, David Hearnden wrote: > Hi Thomas, > > On Wed, Apr 20, 2011 at 11:47 PM, Thomas Broyer wrote: > > On our current project (whose UI is made with GWT), we're in need of a >> rich-text editor with "semantic markup"

Re: Editor as standalone component and better usage of GWT

2011-04-25 Thread Thomas Broyer
not ie6 vs. ie7), compilation will just fail. You could use a rebind rule somewhere in your code to not make use of the editor in that case, and it should work (untested though). > Good luck with the integration! :) Thanks, but let's first understand how it all works! ;-) Is there some public documentation I would have missed? -- Thomas Broyer /tɔ.ma.bʁwa.je/

Editor as standalone component and better usage of GWT

2011-04-20 Thread Thomas Broyer
. The most notable (and maybe only) such feature is SafeHtml. There are of course many other possible enhancements, some of them already listed as TODOs in the code, but I'm first interested in those that will have a direct impact on the size of the compiled JS output. If everyone's OK with these changes, I'm ready to work on a patch in the upcoming days. -- Thomas Broyer /tɔ.ma.bʁwa.je/