Participate in the ASF 25th Anniversary Campaign

2024-04-03 Thread Brian Proffitt
tion project. The ASF will very occasionally send out messages relating to the Foundation to contributors and members, such as this one.] Brian Proffitt VP, Marketing & Publicity VP, Conferences

Dynamic mixins

2012-03-09 Thread Brian Long
ponents with different mixins and an if else(s) if possible? Thanks for listening! Brian. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Exception handling in Tomcat 6.0.33

2012-01-31 Thread Brian Long
lter works in Jetty but not in Tomcat . . . Regards, Brian. On 31 January 2012 16:18, Kalle Korhonen wrote: > Are you setting an error code to your response? You haven't configured > the filter to handle error dispatches: >         >                app >                

Exception handling in Tomcat 6.0.33

2012-01-31 Thread Brian Long
get this to work as it does in jetty I appreciate it. Regards, Brian. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: property expressions

2011-10-25 Thread Brian Long
27;m going to have a lot of helper methods for the logic that was attached to the various fields on my form, but I guess I can't be avoided. Regards, Brian. On 25 October 2011 14:46, Thiago H. de Paula Figueiredo wrote: > On Tue, 25 Oct 2011 12:14:47 -0200, Brian Long > wrote: >

property expressions

2011-10-25 Thread Brian Long
classnames depending on whether the field was null Regards, Brian. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

pageRenderLinkSource.toAbsoluteURI() returns relative URL

2011-10-03 Thread Brian Long
ethod toAbsoluteURI() I get a relative path /myserver/en/receipts/kioskreceipt instead of http://localhost:8080/myserver/en/receipts/kioskreceipt? I'm using Tapestry 5.1.0.5. Regards, Brian. @Inject private PageRenderLinkSource linkSource; logger.info(linkSource.createPage

Re: StackMapTable format error: bad class index

2011-06-03 Thread Brian Long
Oops! I'm currently using tapetry version 5.2.5 java 1.6.0.24 jetty 6.1.21 javassist 3.7 GA I might try changing the javaassist to an older revision to see it that fixes the problem . . . /Brian. On 2 June 2011 16:27, Taha Hafeez wrote: > Hi > > You have not mentioned which ta

StackMapTable format error: bad class index

2011-06-02 Thread Brian Long
Hi all, getting this error message sporadically when running my tapestry application in jetty, was hoping that someone might have encountered this before and would be able to point me in the general direction of a solution? Thanks, Brian. 2011-06-02 16:08:05,109 {33144006@qtp-18954926-4} [T

Spring Properties No Longer Work

2010-04-22 Thread Brian Heston
pdated tapestry-spring 5.2 in the last two days and are getting errors about missing properties this is probably why. I've manually reverted to build 53 and it works again. A fix would be greatly appreciated. Thanks, Brian ---

RE: Get final ouput of page rendering

2010-04-13 Thread Brian Heston
sheet, null); } } And the page tml looks like this: http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"; xmlns:p="tapestry:parameter"> ... Hope this helps, Brian From: Thiago H. de Paula Figueiredo [thiag...@gmail.com] Sent: Tuesday,

RE: Tweaking an AjaxFormLoop

2010-04-08 Thread Brian Heston
using my own autocomplete mixin, which I had to make to expose the afterUpdateElement event, but if you've got some other logic that invokes the adding of a row the idea should be the same. Hope this helps, Brian From: Juan Isern [juanis...@gmail

Parameters in Contained Components

2010-04-01 Thread Brian Heston
oesn't work well because of the way the bindings work. I'm hoping this time someone can provide a little clarification about how to go about this. Thanks, Brian - To unsubscribe, e-mail: users-unsubscr...@tapestry.a

Custom Grid Sort Icons

2010-03-30 Thread Brian Heston
Grid or application level somehow. This sort of thing is something I face a lot in Tapestry when I would like to extend a component and make slight changes, but can't access most of the properties from the parent. Any ideas on the best way to appr

Re: Property expressions

2009-10-05 Thread Brian Long
Thanks for the quick replay, my updated 'ognless' if condition now reads . . . ${message:EXPORT} /Brian. :-) Howard Lewis Ship wrote: > The not operator (!) coerces the value to a boolean; nil is false, as > is any kind of empty c

Property expressions

2009-10-05 Thread Brian Long
${message:EXPORT} I should be able to use the property expression directly, there's a null keyword and an notOpt !, but what is the proper synthax? Regards, Brian. - To unsubscribe, e-mail: users-uns

Re: Best practices to trigger serverside event methods from javascript?

2009-06-22 Thread Brian Deterling
apache.org/jira/browse/TAP5-637 so that's one option. In my case, I did as Howard suggested and captured that scenario in my dispatcher, encoded the search term into a new url, and did a redirect. Brian On Mon, May 25, 2009 at 4:15 AM, Joost Schouten (mailing lists) < joost...@jsportal.com&g

Re: Good Cheap Java Web Hosting Solutions

2009-03-30 Thread Brian
I've used http://www.javapipe.com/web/ in the past. The customer service was decent but I thought the 25$ per month was a touch on the expensive side. Brian F. On Fri, Mar 27, 2009 at 8:05 PM, Amit Nithian wrote: > Does anyone have any good suggestions on good, cheap java web

j_security_check

2009-03-05 Thread Brian Collins
Hi, I have a Tapestry 5 webapp and I'm wondering how in Tapestry you would integrate with the Tomcat User DataBase using j_security_check. Thanks, Brian _ Hotmail® is up to 70% faster. Now good news travels really fast.

using prop: binding to evaluate an expression?

2009-01-08 Thread Brian Long
le public final boolean isNextPageAvailable() { return true; } the above example doesn't work of course, as there's no property named "!(nextPageAvailable)" just nextPageAvailable . . . Regards, Brian. ---

Re: what happened to the plugin snapshots....

2008-08-06 Thread Brian Fox
cial maven repos ... probably should do it anyhow but would have preferred to do it later -Pat On Tue, Aug 5, 2008 at 3:53 PM, Brian E. Fox <[EMAIL PROTECTED]>wrote: > The official answer is this: > http://www.apache.org/dev/release.html#what > > Technically only the developm

RE: what happened to the plugin snapshots....

2008-08-05 Thread Brian E. Fox
This was an unfortunate Apache Infrastructure action that even we weren't aware of. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Moore Sent: Tuesday, August 05, 2008 2:41 PM To: Maven Users List; Tapestry users Subject: Re: what happened to the

Re: T5.0.14-SNAPSHOT: strange behavior Dispatcher when using a Session

2008-07-24 Thread Brian Lough
Right on. So imagine Snoopy's fist shake to the sky after being perforated by the Red Baron (Hibernate). . . ;-) You're dealing with alot of code layers, and potentially a data issue here (one instance you are trying to query could be represented in the schema just differently enough to cause

Re: Creating new components on the fly in T5 using AJAX/JSON

2008-06-30 Thread Brian Lough
You can. Adding a contributer to BeanBlockSource for a given property will allow you to "check" if it should be displayed, and if so, generate the html markup to display or present the input for the given property. IMHO, since most [other] framework coders just "hide" whatever property they d

Re: Regexp validation

2008-05-30 Thread Brian Long
Sura, take a look at this example here http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/org/apache/tapestry/corelib/components/TextField.html you'll have to put your regular expression in your classes properties file for it to work . . . /Brian. Sura, Bhupesh wrote:

localization of keys returned as properties in T5

2008-02-07 Thread Brian Long
m the .tml. Ideally however I would like to find a way to do all of this work in my .tml file, so if anyone has any ideas, comments or criticism, please let me know. Regards, Brian. @Inject private Messages messages; public final String getSenderAddressLine1Label() { return m

Form names in T4.1

2007-05-31 Thread Brian Long
component in 4.1, as informal parameters are allowed but name is reserved? Regards, Brian.

Re: Submit doesnt tag or select when the form is submitted via ajax

2007-01-25 Thread Brian Duchek
;which submit button was clicked" component name? I'm using a bunch of buttons to submit the form that look like this: Thanks! ~brian duchek var PartPost = function(form, parts) { var url = form.action; var

Re: [Filtered!] Re: T4.1.1 Client-side validation problems

2007-01-17 Thread Brian Duchek
Back in Tap3, if you disabled form fields on the client it would totally screw up server side validation (and some client validation schemes). It was a technique frought with peril. I recommend going thru a generated page with a fine tooth-comb to make sure that your client-side disabling wasn't

Re: Submit form and bypass validation

2007-01-17 Thread Brian Duchek
If you're talking about client-side validation, you should lookinto dojo's "around-advice" event connection model. You can use it to set up pretty complex conditional client-side validation checks. On 1/16/07, Ben Dotte <[EMAIL PROTECTED]> wrote: You can also use Form's "refresh" listener to

Re: Re: dynamic image assets?

2006-11-30 Thread Brian Long
class: public IAsset getSubscriberAsset() { String pathToImage = getSubscriber().getPathToImage(); return new ExternalAsset(pathToImage,null); } Problem solved! Thanks again for all your helpful suggestions, Regards, Brian.

Re: dynamic image assets?

2006-11-29 Thread Brian Long
he class itself but I still get the same problem, the string for path has to be a constant, variables are not allowed. Brian. On 11/29/06, Gareth <[EMAIL PROTECTED]> wrote: why not store the assets in a database, and write the image direct as raw? - Original Message From: Brian Lon

dynamic image assets?

2006-11-29 Thread Brian Long
the asset like this: Unfortunately, tapestry won't evaluate the ognl expression in the getAsset method call, and I get an error "value for parameter image in component is null and a non-null value is required". If someone has a solution to this, I'd be interested the hear about it. Regards, Brian.

Re: include-script question

2006-10-20 Thread Brian Duchek
Do these scripts need to have the same filename as the *.script file? I'm trying to include a number of files from the yui library, and only want to include them on pages that use their services. But when I try to do either: or And place the files in the appropriate location, I get the follo

Re: DirectArea component in Tapestry 4

2006-09-01 Thread Brian Long
From the tapestry users mailing list, where else . . . ! /Brian. On 9/1/06, Hajaansh <[EMAIL PROTECTED]> wrote: Perfect. Where did you find that the name for the engine service was engine-service:direct ? On 9/1/06, Brian Long <[EMAIL PROTECTED]> wrote: > > Hajaansh

Re: DirectArea component in Tapestry 4

2006-09-01 Thread Brian Long
er"); listener.actionTriggered(this, cycle); } public boolean isStateful() { return false; } } hivemodule.xml yourProject.application I hope this helps . . . /Brian. On 9/1/06, Hajaansh <[EMAIL PROTECTED]> wrote: I was wondering how to make a Dire

Re: multiple stylesheets

2006-09-01 Thread Brian Long
the fly from my browser's view->use style setting. If you or anyone else has already figured out how to do this I'd like to hear how it's done. Thanks again, Brian. On 9/1/06, Nick Westgate <[EMAIL PROTECTED]> wrote: Hi Brian. Hopefully someone using T4 can offer you more

multiple stylesheets

2006-08-31 Thread Brian Long
roblem is that my shell in inside a custom @Border component. Soo, I have a Border.html and Border.jwc and I have to try and create an array of IAssets (my list of stylesheets). How do I do this, create a Border.java? Any suggestions would be much appreciated . . . /Brian.

[no subject]

2006-08-31 Thread Brian Long

RE: custom validator based on which button pressed

2006-08-14 Thread Brian Duchek
>From my experince on Tap3, I think you can set a page property to hold the "which button clicked" name, and apply a tag attribute to each button (submit and search) which gets stuffed into the property. My template code looks like this, where there's a String property-specification in the *.page

RE: Help with Page Life cycle

2006-08-09 Thread Brian Duchek
with Page Life cycle Thanks for the great explanation Brian, really brilliant :) Just another question, you mentioned a basic form, is there an advanced one? If so, what's the difference between them? Regards On 8/9/06, Brian Duchek <[EMAIL PROTECTED]> wrote: > > Couple things

RE: Help with Page Life cycle

2006-08-09 Thread Brian Duchek
Couple things are real close to your understanding. Here's a quick list of things to fill in a couple gaps that took me months to grok. :) * Pages render when requested by a browser, AND when a form is submitted to them. This is a fact of the framework. * cycle.isRewinding() identifies the renderi

Re: Problem with parameters of a custom component (Tapestry 4.01)

2006-08-04 Thread Brian Doherty
. If however I use an abstract property to pass the storeLocation into my component, storeLocation is not passed into the component ie. getStoreLocation() is null Thanks Brian Ron Piterman wrote: :) Tapestry uses a pool to store page instances. While rendering it is safe to use instance

Re: Problem with parameters of a custom component (Tapestry 4.01)

2006-08-03 Thread Brian Doherty
it when I use abstract getters and setters but I dont understand why. Thanks Brian Ron Piterman wrote: Brian Doherty wrote: Hi, I am having problems binding a property on my page to a parameter in my component. The following does not work can you be more specific. "Does not wor

Problem with parameters of a custom component (Tapestry 4.01)

2006-08-03 Thread Brian Doherty
= locationOfStore; } public Location getLocationOfStore() { return locationOfStore; } I dont understand why the Location wont be passed through if it declared as abstract. Any help would be great Regards Brian - To

RE: external link to a tapestry page

2006-07-18 Thread Brian Duchek
You're on the right track by using an External link. Make sure your page implements IExternalPage. We do something similar with one page that we wanted to be "bookmarkable" and the URL Format is quite similar to what you're trying. You'll still have to workaround problems of interdependency

RE: Template header DOCTYPE

2006-07-17 Thread Brian Duchek
Using a SPAN element is completely arbitrary. If you're worried about markup formatting semantics in the template, then just use another element. You _could_ enounter all kinds of validation errors by putting tables inside of spans (block element inside inline element is invalid), but you can jus

recommend a xss solution

2006-07-17 Thread Brian Duchek
ith this that you can think of? * Would you prefer to never have to accept HTML markup in your app and instead rely on something else, like "wiki markup" or "textile"? Thanks in advance for your time and feedback. Brian Duchek --

RE: javascript to tapestry

2006-07-08 Thread Brian Duchek
I'm a little behind on the latest code, using Tap3 at my office, but I think the principles are the same. Tapestry uses a template system to dynamically generate javascript code that includes references to names and values generated by your java code. You need to use a Shell component to get

RE: Re: RE: RE: Re: Partial form submit

2006-07-08 Thread Brian Duchek
I believe that you need to keep the logic for determining if only B should be updated in your submission listener, and use a hidden field/component to track the values last sent to the client. So if the user updates A + B, but only wants to store changes to B... You send everything back to the

RE: RE: Re: Partial form submit

2006-07-06 Thread Brian Duchek
I'm using a slighly outdated version of Tacos which does contain a component called PartialForm - I've seen, but not used. I'm pretty sure it does a partial refresh as part of submitting the form contents that it contains. -Original Message- From: Theo vN [mailto:[EMAIL PROTECTED] Sent

Easier Form Manipulation, how do i...?

2006-07-05 Thread Brian Duchek
Question: If I have a ListEdit (in Tapestry 3) wrapped in a custom component for displaying some name/value textfield pairs, and want to give the user the ability to quickly add more pairs of fields, can I fake out the rewind phase by naming the fields smartly and updating the hidden field used to

Re: new logo for Tapestry

2006-05-24 Thread Brian K. Wallace
e 'unicorn' logo submissions. Some feel we should keep the current - that's fine. Some like the unicorn logo - that's fine, too. But yes - there will be defined "requirements" list for the logo. Brian Steve Motola wrote: > Despite expressing doubts and getting rak

Re: Google Web Toolkit

2006-05-23 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steven Bell wrote: > Like I said I have only had a quick look at it so some of my impressions my > be off base. I can see cases where this would be the greatest thing since > sliced bread, and others where it would be a nightmare to work with. Soun

Re: tapestry email service

2006-05-21 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There is a link on the home page to Tassel - under Related Projects Peter Svensson wrote: > Actually, one does not exclude the other. Tassel has a large number of > components already. My only gripe with tassel is that there is not direct > link to it

Re: new logo for Tapestry

2006-05-19 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 JavaOne ending was my main hold off on doing anything further on this subject, but as attendees start migrating back, I'll comment a bit here: (and if you can't take tongue and cheek, delete and move on) Steve Motola wrote: > javaone tapering off, wa

Re: subscribing to this list

2006-05-18 Thread Brian K. Wallace
bit much and prompted the shortness in reply. If you've moved on, I wish you well. If not, I hope your experience improves. Brian Cypher ! wrote: > Hi > > So I wrote a few emails earlier trying to get the correct email addresses to > subscribe or un-subscribe from the list. Just so

Re: new logo for Tapestry

2006-05-18 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As he stated, it was his opinion ("a must IMHO") - something to which he is most definitely entitled. Is it an Apache requirement? No. Further examples not required. Warner Onstine wrote: > Just one look at Tomcat really shows that this isn't a *must*

Re: new logo for tapestry

2006-05-18 Thread Brian K. Wallace
turn their interest to ideas for a bit (hit up that old graphics design buddy that owes you a favor), I'll see if we can't progress with this in a manner that will be the biggest benefit in the most orderly fashion. Brian James Carman wrote: > We should create a wiki page for the log

Re: Tapestry to generate mails ?

2006-05-17 Thread Brian K. Wallace
presentation. Konstantin Ignatyev wrote: > Those are valid concerns Brian. There are my thoughts > on that: > - Network is unavailable: dependency manager should maintain a local cache > of already downloaded a

Re: Tapestry to generate mails ?

2006-05-17 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The "dependencies will be downloaded" from a "central repository" is Maven 101. The problem I ran into was "this is your build machine. it has NO connectivity outside this room". Corner case? Oh, yeah... but it shows where the "Maven 101" logic falls s

Re: Shopping card with tapestry

2006-05-17 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 *zing!* Another ref to EWDT! thinkin' 'bout keeping track of how popular this book is by number of references to it in responses to questions. (you know - make sure Kent's able to retire off the proceeds ;-) ) [not dissing the response - he does hav

Re: ServletContext

2006-05-17 Thread Brian K. Wallace
. > Somehow I couldn't see that... > > On 5/17/06, Rui Pacheco <[EMAIL PROTECTED]> wrote: >> >> I am using Java 6 on the desktop and 5 on the deployment machine. >> And tapestry-annotations-4.0.1 is on my classpath. Its included on the >> build path of my

Re: ServletContext

2006-05-17 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (and have the tapestry-annotations jar on your classpath?) James Carman wrote: > Are you using JDK5? > > -Original Message- > From: Rui Pacheco [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 17, 2006 10:24 AM > To: Tapestry users > Subject

Re: Best pratice - CRUD Security - Tapestry 4.0

2006-05-16 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 And now, the required: Is it done yet? Do you have a demo? ;-) James Carman wrote: > I would probably do it as a generalized HiveMind library first which > includes an AcegiInterceptor implementation of some sort. Then, I'd write a > tapestry-spe

Re: Best pratice - CRUD Security - Tapestry 4.0

2006-05-16 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 GO JAMES :-D James Carman wrote: > Well, I did it for the Sprint transaction stuff. I'm sure I can do it for > the Acegi stuff. :-) > > > -Original Message- > From: Hugo Palma [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 16, 2006

Re: Best pratice - CRUD Security - Tapestry 4.0

2006-05-16 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is where I stick with ACEGI being unobtrusive. Not discounting any other method of doing it at all, but I found that with ACEGI I add a hook into "login/logout" pages and there's no other intrusion into my Tapestry applications outside the configu

Re: Best pratice - CRUD Security - Tapestry 4.0

2006-05-16 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carl Pelletier wrote: > Hi everyone, I'm currently building a web site and looking for > documentations on how-to or best practice of implementing Role security > in Tapestry 4.0. > > It`s a Simple CRUD application and we need to give some security to

Re: File with different license inside Tapestry code base

2006-05-16 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Actually, this is not a proper approach to this issue for two very significant reasons (and having recently seen one of the biggest "legal" teams at work, you very seldom get a second chance to tell them to "do their job" :-)]: 1. PracticalBrowserSni

Re: File with different license inside Tapestry code base

2006-05-16 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is where definitions of "currently" come in to play :-) The 3.x series also references it in the inspector. Andreas Andreou wrote: > For those wondering, it's currently used by contrib:Palette > > Sergei Dubov wrote: >> Politely tell your legal

Re: Strange situation with ognl

2006-05-12 Thread Brian K. Wallace
hould > have a .application file. It should be appropriate to spit out a warning if > it can't find the file. > > > -Original Message- > From: Brian K. Wallace [mailto:[EMAIL PROTECTED] > Sent: Friday, May 12, 2006 9:25 AM > To: Tapestry users > Subject: R

Re: Strange situation with ognl

2006-05-12 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When Tapestry can't find the application specification, it currently outputs a DEBUG message indicating as much ("Could not find an application specification for application servlet "). Given the ramifications (in a lot of situations) of not finding th

Re: 3.x docs?

2006-05-10 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wanted to verify before I gave out bad info: In Tapestry-3.0.3-bin.zip, it's under web\doc. HTH Brian Mark Stang wrote: > Silly question, where in the distribution? > > > -Original Message----- > From: Brian K. Wallace [mai

Re: [Tapestry]

2006-05-10 Thread Brian K. Wallace
; Mark > All traffic for the list now runs through tapestry.apache.org (users or dev at). That would be the best way to filter the list (without going into unseen headers). Brian -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (MingW32) iD8DBQFEYg0IaCoPKRow/gARAowBAKCqN0eMxlRegZ6gl6R6O2A

Re: 3.x docs?

2006-05-10 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The 3.0.3 documentation is not 'lost', it's still part of the 3.0.3 distribution. SOP is for the latest release of the docs to be on the site, which - for the 3.X branch - is 3.0.4. Mark Stang wrote: > Boys and girls, am I to interpret the "loss" of t

Re: 3.x docs?

2006-05-10 Thread Brian K. Wallace
> > On 5/10/06, Brian K. Wallace <[EMAIL PROTECTED]> wrote: >> > Well, when it started out being just 3.0 - thinking the 3 thread would > die when 4 came out it made a bit of sense... then 3.0.1 just kept it > going. So all I did was change the last 3 to a 4. One of

Re: 3.x docs?

2006-05-10 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, when it started out being just 3.0 - thinking the 3 thread would die when 4 came out it made a bit of sense... then 3.0.1 just kept it going. So all I did was change the last 3 to a 4. One of those "it's always been like that" things - except "al

Re: 3.x docs?

2006-05-10 Thread Brian K. Wallace
e). What's online is the latest release of both branches. Brian -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (MingW32) iD8DBQFEYgeiaCoPKRow/gARAnWQAKC74pmw2yL+Yg68SAvitClVx8sWbACeKTZX zZcs3XHHSEm2vuulWx5tPA4= =vOEJ

Re: JettyLauncher [was: Spindle in Eclipse 3.2]

2006-05-09 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 And if I'm going to reply like that, I should stress what should be stressed: 1.4.1 works ONLY for Eclipse 3.2 - not previous versions. 1.3.0 is still the latest for Eclipse 3.1. Brian K. Wallace wrote: > I'm not Geoff... but JettyLaun

Re: JettyLauncher [was: Spindle in Eclipse 3.2]

2006-05-09 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm not Geoff... but JettyLauncher 1.4.1 is out which supports Eclipse 3.2. If there are any issues with it working, let me know. Brian Gentry, Michael (Contractor) wrote: > Geoff: > > Will there be an update of JettyLauncher f

Re: Updated site / documentation

2006-05-06 Thread Brian K. Wallace
s are made part of an official release. Brian Mark wrote: > Is this online only, or is the downloadable documentation archive > updated as well? > > Thanks, > > MARK > > Brian K. Wallace wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >>

Updated site / documentation

2006-05-05 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All - I've just uploaded the latest documentation to the site. If you run in to any issues, please let me know. Otherwise - enjoy the updated documentation. Brian -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (Mi