[
https://issues.apache.org/jira/browse/OFBIZ-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537792
]
Jacques Le Roux commented on OFBIZ-1249:
----------------------------------------
Fabien,
I'm sorry but you are still using aboslute pathes in your patches (at least
this one). And which option of SVN (Subversion) are you using to produce a such
patch ?
I mean having
diff -Naur
lasala.old/release4.0/framework/minilang/src/org/ofbiz/minilang/method/otherops/Calculate.java
lasala.new/release4.0/framework/minilang/src/org/ofbiz/minilang/method/otherops/Calculate.java
---
lasala.old/release4.0/framework/minilang/src/org/ofbiz/minilang/method/otherops/Calculate.java
2007-09-17 11:47:38.000000000 -0500
+++
lasala.new/release4.0/framework/minilang/src/org/ofbiz/minilang/method/otherops/Calculate.java
2007-09-17 11:45:56.000000000 -0500
in place of something like
Index:
applications/order/src/org/ofbiz/order/shoppingcart/shipping/ShippingEvents.java
===================================================================
---
applications/order/src/org/ofbiz/order/shoppingcart/shipping/ShippingEvents.java
(revision 586768)
+++
applications/order/src/org/ofbiz/order/shoppingcart/shipping/ShippingEvents.java
(working copy)
Are you not using CVS to build your patches ?
Thanks for your work
> To permit to to calculate on a DATE object in minilang
> ------------------------------------------------------
>
> Key: OFBIZ-1249
> URL: https://issues.apache.org/jira/browse/OFBIZ-1249
> Project: OFBiz
> Issue Type: New Feature
> Affects Versions: SVN trunk
> Environment: all
> Reporter: Fabien Carrion
> Priority: Minor
> Attachments: calculate_date_diff.patch.gz
>
>
> This patch lets use the calculate function in the minilang service function
> with java.util.Date and java.sql.Date object.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.