Re: email1-0 exception reading response: java.net.SocketException: Connection reset

2007-06-14 Thread Dion Gillard
:1440) ... 10 more Thanks in advance - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- dIon Gillard Rule #131 of Acquisition: Information is Profit

Re: [jelly] How to build a date object with current time in GMT?

2007-01-26 Thread Dion Gillard
On 1/26/07, Karr, David [EMAIL PROTECTED] wrote: I have a Jelly script that puts the current time into a string. It works ok, but I'm realizing I need to convert the time to GMT before putting it into the string. It's straightforward to do this in Java, but I'm having trouble figuring out how

Re: [jelly] How to build a date object with current time in GMT?

2007-01-26 Thread Dion Gillard
On 1/27/07, Karr, David [EMAIL PROTECTED] wrote: Below. -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Friday, January 26, 2007 3:18 AM To: Jakarta Commons Users List Subject: Re: [jelly] How to build a date object with current time in GMT? On 1/26/07, Karr

Re: [JEXL] need more info on language

2006-12-07 Thread Dion Gillard
On 12/7/06, Fedorychak Artem [EMAIL PROTECTED] wrote: Hello, I need an expression engine, so I'm playing with JEXL now. However, I didn't find enough documentation on syntax and semantics of its language. For example, about variable types and type casts. What sort of information are you

Re: [Jexl] Are jexl Expression threadsafe and reusable?

2006-10-17 Thread Dion Gillard
There's no guarantee they are thread safe, and specifically using the same context across threads is definitely NOT thread safe. On 9/4/06, Eickvonder Bjoern [EMAIL PROTECTED] wrote: Hello, does anyone know if I can safely cache jexl Expression objects in order to reuse them? Moreover are

Re: [JEXL] Are read-only contexts workable?

2006-10-15 Thread Dion Gillard
Sure. During the assignment of variables ( x = 2; ) the context should get updated with a put. I don't believe we use putAll or remove, but would need to check the code for sure. On 10/15/06, Michael Hahn [EMAIL PROTECTED] wrote: I would like to use JEXL for a project I'm working on. However,

Re: [JEXL] Execution difference between Expression and Script

2006-10-13 Thread Dion Gillard
I can recreate this (or a similar problem) if the class CodeLibelle is not marked as public. Is this the case for you? On 10/12/06, Pascal LAVAUX (Yahoo) [EMAIL PROTECTED] wrote: Hi all, I'm curently testing JEXL 1.1 for my project and I can't get the Class Script working. When I test the

Re: [JEXL] Execution difference between Expression and Script

2006-10-13 Thread Dion Gillard
a non-null return value. If you could help track this one down, that would be fantastic! Thanks, Thanks, - Original Message - From: Dion Gillard [EMAIL PROTECTED] To: Jakarta Commons Users List commons-user@jakarta.apache.org Sent: Friday, October 13, 2006 5:03 PM Subject: Re: [JEXL

Re: Jelly email

2006-10-04 Thread Dion Gillard
Mark Tombs wrote: Its completely new. I wrote it for my own use, for sending multi-part mails with both plain text and html parts. Its still work in progress, but I thought you might be interested. On 9/26/06, Dion Gillard [EMAIL PROTECTED] wrote: Mark

Re: Jelly email

2006-10-04 Thread Dion Gillard
need a signed CLA, see http://www.apache.org/licenses/#clas Tell us how acceptable this is. paul Dion Gillard wrote: It'd be interesting to see how well this would integrate in with the existing mail stuff. On 9/27/06, Mark Tombs [EMAIL PROTECTED] wrote: As promised, some example jelly

Re: Using HtmlEmail to send mail

2006-10-04 Thread Dion Gillard
Do you have a longer stack trace for us to help with? On 10/5/06, Jonas Fernandes [EMAIL PROTECTED] wrote: ops, error type: email.setHostName(mybuss); email.setFrom([EMAIL PROTECTED], Joe); email.addTo( [EMAIL PROTECTED], Jack);

Re: Jelly email

2006-09-26 Thread Dion Gillard
Mark, is this an extension of the existing email taglib? Or something new? http://jakarta.apache.org/commons/jelly/libs/email/ On 9/25/06, Mark Tombs [EMAIL PROTECTED] wrote: Hi I've written some jelly tags for creating emails that can send multi-part mails, including html and attachments.

Re: International characters in JEXL

2006-09-26 Thread Dion Gillard
\Parser.jj 4. Copy *.java to commons-jexl-1.1-src\src\java\org\apache\commons\jexl\parser 5. Run ant -f commons-jexl-1.1-src\build.xml 6. Use the new jar commons-jexl-1.1-src\target\commons-jexl-1.1.jar 7. Profilt! :) Randy Dion Gillard-2 wrote: Not sure how/if the grammar supports it. I'll have

[jexl] Fwd: commons-jexl query

2006-09-26 Thread Dion Gillard
I've raised http://issues.apache.org/jira/browse/JEXL-24 -- Forwarded message -- From: Manisha Athavale [EMAIL PROTECTED] Date: Sep 25, 2006 11:10 PM Subject: RE: commons-jexl query To: Dion Gillard [EMAIL PROTECTED] Ok, cool. So what is the process for it? Should I create

Re: [Jelly] Retrieving properties of Java beans in scripts

2006-09-20 Thread Dion Gillard
Ray, this should work as described and there are tests to check that it does. Is there something unusual with your bean properties? Could you post the relevant classes? On 9/20/06, Ray Shi [EMAIL PROTECTED] wrote: Hi there, In the Java code, if I creat an Order bean instancen, and set it to

Re: [jelly] Build Error 9/18/2006 snapshot

2006-09-20 Thread Dion Gillard
Yep, we should change Jelly to use 1.1 of JEXL now. On 9/21/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 9/18/06, Paul Libbrecht [EMAIL PROTECTED] wrote: Chris, as with normal snapshot dependencies... you're expected to build or download it. It's a checkout aside. snip/ Why snapshot and

Re: International characters in JEXL

2006-09-20 Thread Dion Gillard
\src\java\org\apache\commons\jexl\parser\Parser.jj 4. Copy *.java to commons-jexl-1.1-src\src\java\org\apache\commons\jexl\parser 5. Run ant -f commons-jexl-1.1-src\build.xml 6. Use the new jar commons-jexl-1.1-src\target\commons-jexl-1.1.jar 7. Profilt! :) Randy Dion Gillard-2 wrote: Not sure

Re: [jelly] Generate value for now and insert it into multiple TIMESTAMP columns with jelly:sql

2006-08-29 Thread Dion Gillard
Use core:new to create a new java.util.Date object and use the time of that to create a java.sql.Timestamp? On 8/30/06, Karr, David [EMAIL PROTECTED] wrote: I have a jelly script using jelly:sql. It works well. I now have to add TIMESTAMP columns to a bunch of tables I'm defining in the

Re: International characters in JEXL

2006-08-18 Thread Dion Gillard
Not sure how/if the grammar supports it. I'll have a look. On 8/18/06, Adam Orendorz [EMAIL PROTECTED] wrote: How can I use international characters in JEXL expressions? For example: myvar == 'Użytkownik' (string constant contains Polish 'z' with dot) I get the following exception:

Re: [commons-net, commons-email] help! - How to reduce commons net and email lib sizes?

2006-08-07 Thread Dion Gillard
Email is not much of a problem here. It's the javamail jar On 8/5/06, Anil Philip [EMAIL PROTECTED] wrote: Hello, I have a very pressing problem. My application is distributed via Java Webstart, hence it needs to be sensitive to download times and is only about 300Kb. I also need to do

Re: [jelly] how to throw an exception in a jelly script, or make it fail?

2006-08-07 Thread Dion Gillard
You can you use the ant tag library for jelly (not Ant itself) and use a fail. On 8/8/06, Karr, David [EMAIL PROTECTED] wrote: If in my Jelly script, I detect a condition that should cause the entire script to fail? What is the best way to handle this? I don't see how you throw an exception,

Re: Does Jelly support tag functions?

2006-08-01 Thread Dion Gillard
On 8/1/06, Paul Libbrecht [EMAIL PROTECTED] wrote: Several folks have requested that... but we have not yet implemented it. Can you raise a jira issue with relatively complete example usages ? Dion, does jexl allow the addition of functions ?? What are the syntactic constraints ?? Nope. Jexl

Re: Does Jelly support tag functions?

2006-07-27 Thread Dion Gillard
On 7/27/06, Kees van Dieren [EMAIL PROTECTED] wrote: Hi all, Does Jelly suppor tag functions, such as: ct:myCustomTag customAttr=${tagf:sqr(33)}/ No. Is there a way define custom tag functions? If not, how difficult is it to built in support for this? Not built-in to Jelly. You'd need to

Re: Can Jelly Ant tasks be used with Ant 1.5.4?

2006-07-19 Thread Dion Gillard
included all the dependencies in the classpath. hope that helps. paul Karr, David wrote: Ok, then is it straightforward to write a Jelly script to do sql work, that can then be easily executed from an Ant script? -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED

Re: Can Jelly Ant tasks be used with Ant 1.5.4?

2006-07-19 Thread Dion Gillard
PROTECTED] wrote: And what is the ant tag library? I just searched all the jar files in the Ant 1.6.5 distribution, and it's not there. -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 6:08 PM To: Jakarta Commons Users List Subject: Re: Can

Re: Can Jelly Ant tasks be used with Ant 1.5.4?

2006-07-19 Thread Dion Gillard
itself? I see the documentation for the Jelly tags that can call ant, but not for the ant task. -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 8:37 PM To: Jakarta Commons Users List Subject: Re: Can Jelly Ant tasks be used with Ant

Re: Can Jelly Ant tasks be used with Ant 1.5.4?

2006-07-08 Thread Dion Gillard
David, are you talking about the Jelly SQL Tag Library? If so, the sql tag library is NOT a set of Ant tasks, it's a set of tags to be used within a Jelly script, not an ant build file. Does this help? On 7/8/06, Karr, David [EMAIL PROTECTED] wrote: I've never used Jelly before. I noticed

Re: [jelly] Stop script execution (return tag?)

2006-07-05 Thread Dion Gillard
Would using an ant fail or a http://jakarta.apache.org/commons/jelly/libs/junit/tags.html#junit:fail work? On 7/5/06, Jonathan Halterman [EMAIL PROTECTED] wrote: Is there a nice way to stop execution of a jelly script or skip over execution of the remainder of a script? I am thinking of

Re: [jelly] How is Jelly's Script compile intended to work?

2006-06-28 Thread Dion Gillard
AFAIK, compile is unimplemented at this point. On 6/29/06, Jonathan Halterman [EMAIL PROTECTED] wrote: I was curious if anyone can tell me what Jelly's Script.compile() method is intended to do? I've browsed through the source and none of the implementations actually seem to do anything, let

Re: [jexl] How to escape the Apostrophe

2006-05-26 Thread Dion Gillard
Jexl doesn't have a way of escaping quotes as such. All Strings in Jexl are either single quoted or double quoted, no mixing of the two. Is there no way you could replace the first and last single quotes with doubles? On 5/26/06, Nestor Urquiza [EMAIL PROTECTED] wrote: Hello guys, I need to

Re: [jelly] Re: Jelly to use new Jexl ?

2006-04-20 Thread Dion Gillard
is not disabled. It could be an issue to folks who clear the context variable of the context. Does anyone do so ? paul Dion Gillard wrote: There are things in the new release of Jexl that Jelly may or may not want to pick up, e.g. assignment to variables, foreach/while statements etc

Re: [jelly] Re: Jelly to use new Jexl ?

2006-04-16 Thread Dion Gillard
know, jelly always makes the context as a member so that assignment is not disabled. It could be an issue to folks who clear the context variable of the context. Does anyone do so ? paul Dion Gillard wrote: There are things in the new release of Jexl that Jelly may or may not want to pick

Re: Commons Email - Mail Sending Error

2006-04-09 Thread Dion Gillard
Any more detail in the exception stack trace? On 4/8/06, Kashif Inam [EMAIL PROTECTED] wrote: Hi I am using Commons Email, SimpleEmail object is created and values are being set. But when i execute that code, it throughs exception with following description

Re: [email] org.apache.commons.mail.EmailException: Missing local name

2006-04-06 Thread Dion Gillard
Got a stack trace for us? On 4/7/06, Barrie Selack [EMAIL PROTECTED] wrote: When I'm running my application local (on localhost) it sometimes works fine, and other times give this error: org.apache.commons.mail.EmailException: Missing local name and fails sending the e-mail. It runs fine

[jexl] 1.1 nearing feature completion

2006-04-04 Thread Dion Gillard
Hi all, Jexl is pretty near to feature complete for the 1.1 release. There's an implementation of Script now which allows loading and executing scripts from a literal String, a file or a URL. The grammar has been completely implemented, and now includes assignment, for/while/if statements as

Re: [fileupload] Form params from the request command line?

2006-04-04 Thread Dion Gillard
The 'query' part of the URL (prefixed by ?) is not specifically for the GET method. A URL can contain a query, regardless of whether it is a GET or POST request. See the rfc: http://www.w3.org/Protocols/rfc2616/rfc2616.txt On 4/5/06, Sven Schliesing [EMAIL PROTECTED] wrote: Hi, I know that

Re: [EMAIL] Problem sending on tomcat

2006-03-29 Thread Dion Gillard
There were quite a few issues with email and authentication in the 1.0release, and we've applied quite a few fixes since, but as yet no new release. Can you try a nightly build of email? On 3/30/06, Paul DeCoursey [EMAIL PROTECTED] wrote: I've looked around a bit and gotten nothing but flack

Re: Assignments in Jexl

2006-02-27 Thread Dion Gillard
The current version of JEXL in SVN supports assignments. If you need to do it using JEXL 1.0, make the context as a variable to your script and use: contextVar.getVars().put(varName, value) On 2/28/06, הראל בן עטיה [EMAIL PROTECTED] wrote: Hi, I would like to know if there is a way to make

[JEXL] If Statement?

2006-02-26 Thread Dion Gillard
with javacc, I'm not sure whether I'm able to do the changes by myself and provide the code back to you... But I'm glad if I learn something new. :) Dion Gillard wrote: Hmm. I'll need to check the code and get back to you. I thought we implemented if in the SVN trunk code, but I'm not 100

Re: commons-email needs care

2006-02-15 Thread Dion Gillard
declaration. It fixes bugs 38538 and 38656 (just opened to hold the patch): please have a look and let me know. Probably tomorrow I will test what is in the repository. Thanks for your attention Bye Piero Ping? On 2/12/06, Dion Gillard [EMAIL PROTECTED] wrote: Hi Piero, some

Re: [math]

2006-02-07 Thread Dion Gillard
Paul, the schools here in Australia are the same as yours. On 2/7/06, Paul Libbrecht [EMAIL PROTECTED] wrote: I haven't learned this at school... 8.4345 is smaller than 8.435 hence should be written, with two decimals, as 8.43. 8.94345 is smaller than 8.9435 hence should be written, with

Re: [jexl] how to implement variable replacement in expressions

2005-11-06 Thread Dion Gillard
= JexlHelper.createContext( );* *jc.getVars( ).put(opera, opera);* *String message = (String) e.evaluate(jc);* System.out.println( message ); I don't know why these code ssnippets doesn't work.Have the jexl expression syntax changed? On 11/4/05, Dion Gillard [EMAIL PROTECTED] wrote: On 11/3/05

Re: [jexl] how to implement variable replacement in expressions

2005-11-04 Thread Dion Gillard
On 11/3/05, sean liu [EMAIL PROTECTED] wrote: Hi guys: I want to use jexl to implement variable replacement in expressions. For example: expression: Hello: ${person.name http://person.name/}, your age is ${ Try with the following Expression in double quotes: 'Hello ' + person.name + '

Re: [email] HTML Emails with images don't display in Outlook 2000

2005-11-03 Thread Dion Gillard
Thanks for that. It looks like I'll need to spend a little time digesting it all :-) On 11/3/05, Andrew [EMAIL PROTECTED] wrote: At 16:39 18/10/2005, I wrote: I am having a problem sending HTML Emails with inline image attachments against the client Microsoft Outlook 2000 SP-3. If anyone

Re: [jelly] swing example

2005-11-03 Thread Dion Gillard
Huh?? CardLayout has been in java since 1.0, See http://java.sun.com/j2se/1.3/docs/api/java/awt/CardLayout.html On 11/4/05, Hans Gilde [EMAIL PROTECTED] wrote: Jelly is officially still JDK 1.3 compliant and thus doesn't include CardLayout. However, it is trivial to implement it as a tag.

Re: [jelly] roadmap

2005-10-30 Thread Dion Gillard
Was tag caching on by default before 1.0? I know that caught a few people out by surprise and had some unexpected side affects in maven 1.1 On 10/31/05, Hans Gilde [EMAIL PROTECTED] wrote: Now that Jelly has reached 1.0 (actually, is it ready for 1.0.1 with the full memory leak fix?), I'd say

Re: [email] HTML Emails with images don't display in Outlook 2000

2005-10-18 Thread Dion Gillard
How does it look when sent to other email clients? On 10/19/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am having a problem sending HTML Emails with inline image attachments against the client Microsoft Outlook 2000 SP-3. I am using commons-email-1.0.jar With an HtmlEmail I am embedding

Re: [jelly] How to get length of object array in jelly script?

2005-09-10 Thread Dion Gillard
Have you tried size(myArray) ? On 9/10/05, Guo, Jiaqi [EMAIL PROTECTED] wrote: Hi, It seems ${myArray.length} doesn't work. I'm using 1.0 verison from ibiblio.org. Thanks. Regards Jiaqi Guo www.cyclopsgroup.com

Fwd: [email] commons-email 1.0-RC8 available

2005-09-07 Thread Dion Gillard
FYI all. -- Forwarded message -- From: Henning P. Schmiedehausen [EMAIL PROTECTED] Date: Sep 7, 2005 10:11 PM Subject: [email] commons-email 1.0-RC8 available To: commons-dev@jakarta.apache.org Due to the requests from Stephen, Niall and some remarks on the users list about

Re: Commons - [email] Help

2005-08-29 Thread Dion Gillard
Whether the mail server you're sending to fails on a bad user immediately or not, depends entirely on the mail server. As far as the actual underlying communications go, commons-email is simply propagating up what the mail server is telling it. Its quite likely that the other services aren't

Re: Help! I need a jar for the Commons E-mail library. If anyone is out there? Can you please send back. Thanks, T-SIRM

2005-08-18 Thread Dion Gillard
Please use a recent Release Candidate, e.g. http://people.apache.org/~rdonkin/commons-email/ On 8/19/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thomas A. Sirmans Philippians 3:13-14 UDit Computer Operator Phone: 937.229.3843 Fax: 937.229.4044 E-mail: [EMAIL PROTECTED] +

Re: [betwixt] Sample code not working

2005-08-04 Thread Dion Gillard
Sure. Do you know if the tests work or not? On 8/4/05, Kirill Grouchnikov [EMAIL PROTECTED] wrote: Isn't anybody worried that the new Betwixt release doesn't work on examples provided with it (not to speak of the real objects)? --- Kirill Grouchnikov [EMAIL PROTECTED] wrote: Date: Sat,

Re: [email] progress on 1.0 release?

2005-07-27 Thread Dion Gillard
Hi, I filed an enhancement in Bugzilla today from Sigfried Goeschl that would be great to get in before the 1.0 release. It's a very minor API enhancement to make commons email more usable in environments like fulcrum. What do you think? On 7/24/05, Dion Gillard [EMAIL PROTECTED] wrote: On 7

Re: [email] progress on 1.0 release?

2005-07-23 Thread Dion Gillard
On 7/24/05, robert burrell donkin [EMAIL PROTECTED] wrote: hi dion On Fri, 2005-07-22 at 21:13 +1000, Dion Gillard wrote: Yes. I have the source at a point where I'm happy to build an RC and make it available, however I have very limited time at that moment, as I'm spending a large

Re: [email] progress on 1.0 release?

2005-07-22 Thread Dion Gillard
Yes. I have the source at a point where I'm happy to build an RC and make it available, however I have very limited time at that moment, as I'm spending a large amount of time with my father who is in critical care in hospital. Once I have the dist process automated with md5 and gpg signing, and

[beanutils] Unmaintained? was Re: [Commons] Unmaintained projects

2005-07-21 Thread Dion Gillard
Why do you assume that BeanUtils is unmaintained? On 7/22/05, Bernard, Shawn [EMAIL PROTECTED] wrote: I never got an answer to my below question, and I just saw the question about one of the Sandbox projects. Is there a list of unmaintained/abandoned Commons projects? Is there anything

Re: [beanutils] Unmaintained? was Re: [Commons] Unmaintained projects

2005-07-21 Thread Dion Gillard
, Simon -- A. Because it breaks the logical sequence of discussion Q. Why is top posting bad? On Fri, 2005-07-22 at 10:28 +1000, Dion Gillard wrote: Why do you assume that BeanUtils is unmaintained? On 7/22/05, Bernard, Shawn [EMAIL PROTECTED] wrote: I never got an answer to my below

Re: [Jelly/JEXL] String concatenation

2005-07-19 Thread Dion Gillard
Hmmmmust fix that examples link. On 7/20/05, Grant Ingersoll [EMAIL PROTECTED] wrote: Thanks, although I must confess, I thought I was doing java under the hood when I used the + operator to concatenate what I thought were strings! Especially since the JEXL front page has an

Re: [jelly]: Escaping output of JEXL expression

2005-07-06 Thread Dion Gillard
could you use a whitespace tag with escapeXML true and trim false? On 7/6/05, Christian Kalkhoff [EMAIL PROTECTED] wrote: Hi Paul, sorry about that. See: myTag content${myVariable.firstname}/content /myTag If myVariable.getFirstname returns a string containing one of the xml

Re: JELLY: Escaping output of JEXL expression

2005-07-06 Thread Dion Gillard
The tags all have an escapeText attribute that tells Jelly whether or not to escape XML. See http://jakarta.apache.org/commons/jelly/tags.html#core:whitespace for an example. On 7/6/05, Christian Kalkhoff [EMAIL PROTECTED] wrote: Hi, i ran into the problem, that jelly outputs invalid xml if

Re: [jelly] Schema validation problems

2005-07-06 Thread Dion Gillard
On 7/7/05, Adrian Herscu [EMAIL PROTECTED] wrote: Hi all, I am trying to build a Maven plugin for validating XML. Currently I have this code: !-- assume ${schema.type.uri} is http://www.w3.org/2001/XMLSchema -- core:set var=verifierFactory value=

Re: [email] progress on 1.0 release?

2005-07-04 Thread Dion Gillard
Is everyone ok with me doing a distribution for 1.0-RC5 and placing it up for public consumption on people.apache.org/~dion ? I'm currently going through http://jakarta.apache.org/commons/releases/prepare.html and making sure it's all ready. On 7/4/05, Simon Kitching [EMAIL PROTECTED] wrote: Hi

Re: [Digester] Problems setting a bean property

2005-07-03 Thread Dion Gillard
On 6/30/05, Martin Burger [EMAIL PROTECTED] wrote: Dion Gillard schrieb am 30.06.2005 08:57: How is the Beans/Introspector supposed to know if it's a read/write property of type String or a read-only property of type boolean? If there's a setter setting a value of type O, and there's

Re: daemon - how can I set a multiple jar classpath as an argument?

2005-06-30 Thread Dion Gillard
Prefix it with ^ on the windows command prompt? On 6/30/05, Mark [EMAIL PROTECTED] wrote: I am using the commons-daemon procrun tool to start a java program. The only way I seem to be able to get my program running is to set the StartMode=exe. I have no problem with this, except for the fact

Re: [Digester] Problems setting a bean property

2005-06-30 Thread Dion Gillard
I'd say that's intended. How is the Beans/Introspector supposed to know if it's a read/write property of type String or a read-only property of type boolean? On 6/30/05, Martin Burger [EMAIL PROTECTED] wrote: Hello, in a nutshell: after adding a method called isproperty name that returns a

Re: jelly : future far from Maven 2 ?

2005-06-24 Thread Dion Gillard
On 6/24/05, A Leg [EMAIL PROTECTED] wrote: Hi I am using jelly for our project : http://compiere-mfgscm.sourceforge.net/ We made a plugin layer similar to maven plugins layer. Our plugins are working good. We currently use them from Jini services and it is quite nice. Our question is

Re: [email] ... *cough*releaseit*cough*...

2005-06-07 Thread Dion Gillard
Someone was part way through the release On 6/7/05, Matthijs Wensveen [EMAIL PROTECTED] wrote: Is there any chance commons-email is released anytime soon? It's been out of the sandbox for a while now and I want to use it in production projects. M

[vfs] site missing javadoc

2005-06-06 Thread Dion Gillard
I've noticed that the vfs site after promotion from the sandbox is missing the API docs, e.g. http://jakarta.apache.org/commons/vfs/apidocs/org/apache/commons/vfs/package-summary.html is a 404. Is this just a 'needs to be published again' problem? -- http://www.multitask.com.au/people/dion/ You

Re: [Jelly] Executable XML vs. Rich Configuration

2005-05-23 Thread Dion Gillard
There are quite a few articles on my blog On 5/24/05, Hans Gilde [EMAIL PROTECTED] wrote: I happen to agree with you, except that I think my take is different than yours. Jelly could definitely use an upgrade to the documentation. Actually, the current docs are all good, but we could

Re: [Jelly] Executable XML vs. Rich Configuration

2005-05-18 Thread Dion Gillard
On 5/19/05, Dan Madoni [EMAIL PROTECTED] wrote: [snip] I can actually go along with the explanation of Jelly being molded into any shape, although that's a bit of a stretch of the word Jelly, as people don't really think of jelly as something you mold around something else. That is, I'll put

Re: XML Validation Tag Library

2005-05-17 Thread Dion Gillard
Which part of commons is this? Jelly? On 5/15/05, Adrian Herscu [EMAIL PROTECTED] wrote: Hi all, Where can I find an example for using the XML Validation Tag Library? Thanks for your time, Adrian. - To unsubscribe,

Re: getting the current date in jelly

2005-05-13 Thread Dion Gillard
An FAQ sounds good. On 5/13/05, Paul Libbrecht [EMAIL PROTECTED] wrote: Tom, I am unclear wether it would be useful to make a util tag for this... it's one of the very many facets where the wealth of java is coming at hand so I'd rather put this in some FAQ... or ? paul Le 12 mai 05, à

Re: jelly:jms tag library

2005-05-12 Thread Dion Gillard
having support for EL in its attributes (e.g., to use an object from request scope to populate the contents of an object message). Please correct me if I'm wrong. -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 7:22 PM To: Jakarta

Re: jelly:jms tag library

2005-05-12 Thread Dion Gillard
not remember JMS Taglib having support for EL in its attributes (e.g., to use an object from request scope to populate the contents of an object message). Please correct me if I'm wrong. -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 7:22 PM

Re: jelly:jms tag library

2005-05-11 Thread Dion Gillard
If it takes getting messenger out of the sandbox and fixing bugs in it to make Jelly releasable, we'll do it. BTW, what do you mean by 'EL support' below?? On 5/12/05, Ben Lindahl [EMAIL PROTECTED] wrote: Hi all, I see that the JMS tag library has been enveloped into Jelly, but it relies on

Re: 0.6.1-dev and PropertySuppressionStrategy

2005-05-09 Thread Dion Gillard
A 'dev' jar is usually built from version control. On 5/10/05, Bernard, Shawn [EMAIL PROTECTED] wrote: Where is betwixt-0.6.1-dev.jar? I see all the documentation for it, but I don't see it anywhere? None of the other jar's (including 1.0-beta and SNAPSHOT) have

Re: Building feedParser with Maven.. nospam

2005-04-26 Thread Dion Gillard
I'd guess it's in Jaxen. On 4/26/05, Marco Mistroni [EMAIL PROTECTED] wrote: Hello all, Sorry to spam the list...but I can't find anyone On this list which is dealing with FeedParser... I have downloaded sources of feedparser and I am trying to Build it using Maven. I am

Re: [JEXL] Syntax information

2005-04-04 Thread Dion Gillard
if, foreach and while are defined in the grammar, but not implemented in 1.0. If you need that sort of expression language, something like Rhino from Mozilla would be great. On Apr 5, 2005 9:49 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I've recently been using JEXL in an attempt to

Re: Jexl if statement

2005-04-02 Thread Dion Gillard
On Apr 3, 2005 4:34 PM, Misha Stankovic [EMAIL PROTECTED] wrote: Hi, Could someone clarify for me please whether the jexl library supports if statements. It does not. It appears that theere is a placeholder for this statement in the language syntax, but the statement does not seem to be

Re: Email

2005-03-10 Thread Dion Gillard
It's just going through some final packaging before the 1.0 release. It should be RSN. On Thu, 10 Mar 2005 14:50:40 -0800, Dylan Stamat [EMAIL PROTECTED] wrote: That's a great question Mark ! I asked the same question about a month ago and didn't get any word back !! On Wed, 9 Mar 2005

Re: JEXL

2005-02-03 Thread Dion Gillard
Noone yet. Feel free to post it as an enhancement. I'm assuming you mean binary operators for 'or, not, and' ? On Thu, 3 Feb 2005 15:50:41 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I got JEXL installed. I was using IntelliJ and setting the classpath in the project properties rather

Re: JEXL syntax question pt 2

2005-02-03 Thread Dion Gillard
Not yet :-) Assignment, e.g a = 1.2 + b * 5, is available as a patch and planned for 1.1 of JEXL. On Thu, 3 Feb 2005 17:16:10 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: In the syntax document http://jakarta.apache.org/commons/jexl/reference/syntax.html about 4/5 of the way down pg 1

Re: [commons-jexl]

2005-01-10 Thread Dion Gillard
With JDK1.4 you can do this already with methods like String.matches(String regexp). You should be able to call those directly from JEXL. Does that help? On Mon, 10 Jan 2005 14:08:07 -0600, Norm Deane [EMAIL PROTECTED] wrote: Can jexl be extended to do regexp evaluation against strings? If

[jelly] Re: executing dynamically created scripts

2005-01-05 Thread Dion Gillard
This is a bug in Jelly. Could you please raise a bug in the issue tracking system for Jelly: http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10012 so that we can fix and track it. Thanks On Wed, 5 Jan 2005 21:53:32 -0800 (PST), Jeff Gregory [EMAIL PROTECTED] wrote: Hello, I'm

Re: [jelly] define:jellyBean with nested properties

2004-12-28 Thread Dion Gillard
The ant taglibrary provides facilities for doing this style of nested tag evaluation with beans. On Tue, 28 Dec 2004 18:35:15 +, Tim Dudgeon [EMAIL PROTECTED] wrote: I see how to define a jellybean using simple properties that can be defined as atributes of the tag e.g. define:taglib

Re: JEXL: Is there a way to register functions?

2004-12-24 Thread Dion Gillard
Not in the current version of JEXL. It is on the wishlist however. You might want to file an enhancement request against JEXL to ensure it's remembered. On Thu, 23 Dec 2004 18:06:52 -0400, Néstor Boscán [EMAIL PROTECTED] wrote: Hi Is there a way to register functions?. I would like to have

Re: Jelly and XML Namespace Problem

2004-12-16 Thread Dion Gillard
Personally, I've got no idea why. Could you please file a JIRA issue? Thanks, On Thu, 16 Dec 2004 03:39:36 -0800 (PST), L. Yeung [EMAIL PROTECTED] wrote: Hi! I've an xml element with an assigned namespace and embedded inside it i called jelly:xml import another jelly file. The resulting xml

Re: patch for jelly-tags-interaction

2004-12-09 Thread Dion Gillard
The use of LGPL software in Apache software is still being sorted out. Since we don't actually distribute the taglibs with the required jars, we should have a look at this. On Thu, 9 Dec 2004 15:18:07 -0800, Ryan Christianson [EMAIL PROTECTED] wrote: No, I haven't talked to him. Do we need

[ANN] Commons Jelly 1.0 Release Candidate 1 released.

2004-11-22 Thread Dion Gillard
The commons-jelly team is pleased to announce the commons-jelly 1.0-RC1 release! http://jakarta.apache.org/commons/jelly/ Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting

Re: [jelly] How is managed class loading for embeded script

2004-11-08 Thread Dion Gillard
On Mon, 08 Nov 2004 17:51:43 +0200, A Leg [EMAIL PROTECTED] wrote: Hi Paul Does that mean if user put any tag in the script he has to adapt build and recompile application ? No. The required jars need to be in the classpath. This question can seems stupid, but one advantage of script

Re: [Jelly] More accessible general examples?

2004-11-07 Thread Dion Gillard
Or you could use the dist:install goal. On Sun, 7 Nov 2004 09:01:29 +0100, Paul Libbrecht [EMAIL PROTECTED] wrote: org.apache.commons.jelly.Jelly is runnable on the command-line. However, you need a huge classpath! There's two ways for you in the maven.xml maven pack-fat-jar will (by

Re: Last HEAD Jelly is going mad ?

2004-10-29 Thread Dion Gillard
Sounds like a bug how is the script being loaded. fileName should be some sort of URL On Fri, 29 Oct 2004 17:03:47 +0200, Marc DEXET [EMAIL PROTECTED] wrote: I've checked out the HEAD branch from CVS and I get a new kind of problem : where I want to run my old buddy jelly script I

Re: RE : [Jelly] How to create and use custom scope with standard tag libr ary ?

2004-10-28 Thread Dion Gillard
Ok, I understand. Is there anything on JSL scoping I can read? On Thu, 28 Oct 2004 08:55:06 +0200, Marc DEXET [EMAIL PROTECTED] wrote: Dion Gillard wrote: What about using the scope tag? Because of ScopeTag has a local scoping, and I want to use scoping in a JSL way : first define, run

[VOTE] Jelly and a release

2004-10-28 Thread Dion Gillard
We've covered most of the issues in Jira for Jelly to make a 1.0 release. I'd like to go ahead and make the current code a release candidate, 1.0-RC1. If anyone has changes or bugs that need to be addressed in 1.0, *please* raise them now, so that we can decide to either include them or wait.

Re: [jelly] How work application, session et request scopes in jellyContext

2004-10-28 Thread Dion Gillard
There's currently no way to register scopes like those below without subclassing JellyContext. Even 'systemScope' is not really a defined scope, it's an omnipresent variable. This is something we should consider for Jelly 1.1. On Thu, 28 Oct 2004 10:06:18 +0200, Marc DEXET [EMAIL PROTECTED]

Util tag library 1.1 released.

2004-10-26 Thread Dion Gillard
The jelly team is pleased to announce the commons-jelly-tags-util 1.1 release! http://jakarta.apache.org/commons/jelly/libs/util/index.html This is a set of Jelly utility tags. Changes in this version include: New Features: o Add util:sort to sort lists, including sorting by bean

Re: JEXL and instanceof

2004-10-26 Thread Dion Gillard
Hmmm not that I know of. instanceof is not a supported operator ATM in JEXL. On Tue, 26 Oct 2004 12:57:28 -0700, Andy Depue [EMAIL PROTECTED] wrote: Does the JEXL expression language have any way to determine if a particular variable is an instance of a particular class? For example:

Re: [Jelly] Email tags not there, so can you use Commons email

2004-10-20 Thread Dion Gillard
Huh? The email taglib is still there... look in jakarta-commons/jelly/jelly-tags/email On Tue, 19 Oct 2004 09:47:49 +0100, David Wynter [EMAIL PROTECTED] wrote: Hi, I checked CVS and it seems that the email tablib was reomved abotu 20 months ago. But then I found this patch file referring

Re: no swt-win32-2128 in java.library.path in LINUX

2004-10-19 Thread Dion Gillard
On Tue, 19 Oct 2004 07:26:52 +0300, A Leg [EMAIL PROTECTED] wrote: Hi Dion Thank's for answer. Yes and linux jar are in ibiblio, and I can change hardcode for this, I have done it and went one step ahead. Use your own installed libraries. But the problem at the end is natives library

Re: no swt-win32-2128 in java.library.path in LINUX

2004-10-19 Thread Dion Gillard
~/build.properties specify: maven.jar.override=on maven.jar.swt=PATH TO YOUR LIBRARY HERE Hope this helps, On Tue, 19 Oct 2004 10:39:07 +0300, A Leg [EMAIL PROTECTED] wrote: Hi Dion Gillard wrote: On Tue, 19 Oct 2004 07:26:52 +0300, A Leg [EMAIL PROTECTED] wrote: Hi Dion Thank's

  1   2   >