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
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
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
-
---
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
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
'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/
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
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/>
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/
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/
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/
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
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/
---
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
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/
ache.org/general/GitAtApache
--
Thomas Broyer
/tɔ.ma.bʁwa.je/
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/
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?
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/
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
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
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
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/
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/
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/
[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/
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/
h some DOM element to log into
it (this is what EditorHarness uses).
--
Thomas Broyer
/tɔ.ma.bʁwa.je/
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/
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
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/
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/
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/
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/
#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
; 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/
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"
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/
. 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/
39 matches
Mail list logo