Building Apps with Embedded Frameworks in Eclipse

2014-03-19 Thread Daniele Corti
Hi all, I've notice a strange thing, while building. I have to build some new Apps, so I have prepared a separate Workspace on my iMac, changing the path for Local frameworks in Eclipse - Preferences - WOLips form to a non standard path (/Users/daniele/woupdated/Library/Frameworks). I did this in

Re: Building Apps with Embedded Frameworks in Eclipse

2014-03-19 Thread Paul Yu
I'm no expert but Ant and Eclipse uses different paths. When you run build.xml, ant is executed, not eclipse. I'm sure someone else will point you to the exactly locations of the references. Paul On Mar 19, 2014, at 11:28 AM, Daniele Corti ilde...@gmail.com wrote: Hi all, I've notice a

Re: Building Apps with Embedded Frameworks in Eclipse

2014-03-19 Thread David Avendasora
Hi Daniele, Paul is right. Ant is unaware of the settings in the WOLips preferences pane, but you *can* tell Ant about it without modifying the build.xml file. By setting the values in the preferences, you are creating a wolips.properties file that holds all those settings. You need to tell

Re: [SOLVED] Building Apps with Embedded Frameworks in Eclipse

2014-03-19 Thread Daniele Corti
Yup, you're right! Even if you set a different name for the wolips property file, in the generated build.xml file the path is always the default: /Users/%username%/Library/Application Support/WOLips/wolips.properties I had to change it manual to my new property file. Thank you!!! 2014-03-19

Cascade delete when no relationship: how?

2014-03-19 Thread Jean Pierre Malrieu
Hi, Suppose I have a mandatory to-one relationship from A to B. Suppose there is no inverse relationship (many A's can be related to the same B, so I don't want many As to be faulted when I fetch a B). What if the smarter way to ensure that A is deleted when I delete it's B? (assuming it is

Re: Cascade delete when no relationship: how?

2014-03-19 Thread Paul Yu
Jean Pierre Could you write something in the willDelete() method on B? Fetch for the A's of B and manually delete them? Paul just a programmer On Mar 19, 2014, at 3:30 PM, Jean Pierre Malrieu jp.malr...@free.fr wrote: Hi, Suppose I have a mandatory to-one relationship from A to B.

Re: D2WKeys link in JavaDoc is missing

2014-03-19 Thread Chuck Hill
Do dockets still work with modern Java? I thought there was some push to modernize the API that left them broken and then abandoned. On 2014-03-19, 1:30 PM, David Holt wrote: Hi All, From Ray Kiddy Oct 2013: See http://jenkins.wocommunity.org/job/Wonder/lastSuccessfulBuild/javadoc/? There

D2WKeys link in JavaDoc is missing

2014-03-19 Thread David Holt
Hi All, From Ray Kiddy Oct 2013: See http://jenkins.wocommunity.org/job/Wonder/lastSuccessfulBuild/javadoc/? There is a custom doclet that we use that produces some extra pages on that. For example, you can go to the D2WKeys link at the top of the page and see a humongous list of D2W

Re: Cascade delete when no relationship: how?

2014-03-19 Thread Ramsey Gurley
Create the relationship but don’t make it a class property. On Mar 19, 2014, at 12:30 PM, Jean Pierre Malrieu jp.malr...@free.fr wrote: Hi, Suppose I have a mandatory to-one relationship from A to B. Suppose there is no inverse relationship (many A's can be related to the same B, so I

Re: D2WKeys link in JavaDoc is missing

2014-03-19 Thread Pascal Robert
The new server have Java 1.7 instead of 1.6, that could explain? Envoyé de mon iPhone Le 2014-03-19 à 16:38, Chuck Hill ch...@global-village.net a écrit : Do dockets still work with modern Java? I thought there was some push to modernize the API that left them broken and then abandoned.

Re: D2WKeys link in JavaDoc is missing

2014-03-19 Thread Ray Kiddy
On Wed, 19 Mar 2014 15:40:10 -0500 (CDT) Pascal Robert prob...@macti.ca wrote: The new server have Java 1.7 instead of 1.6, that could explain? Envoyé de mon iPhone I will see if this needs to be updated to work with 1.7. Should not take too long. - ray Le 2014-03-19 à 16:38, Chuck

Re: D2WKeys link in JavaDoc is missing

2014-03-19 Thread David Holt
Thanks Ray, Much appreciated. David On 2014-03-19, at 3:14 PM, Ray Kiddy r...@ganymede.org wrote: On Wed, 19 Mar 2014 15:40:10 -0500 (CDT) Pascal Robert prob...@macti.ca wrote: The new server have Java 1.7 instead of 1.6, that could explain? Envoyé de mon iPhone I will see if this