Re: [Math] src/userguide/java

2013-12-31 Thread Ted Dunning
In my experience, examples are most useful as ... well ... examples. As such, they should be an example of how user code works. That means that they should be a complete stand-alone project, just as most user programs should be complete and standalone. If you want to also deliver a pre-compiled

Re: [Math] src/userguide/java

2013-12-31 Thread Gilles
On Tue, 31 Dec 2013 08:54:59 -0700, Phil Steitz wrote: On Dec 31, 2013, at 4:34 AM, Gilles wrote: On Sun, 29 Dec 2013 13:33:23 -0800, Phil Steitz wrote: On 12/29/13, 6:39 AM, Gilles wrote: Hello. Is there some framework in place in order to generate executable files from the Java sources lo

Re: [Math] src/userguide/java

2013-12-31 Thread Phil Steitz
> On Dec 31, 2013, at 4:34 AM, Gilles wrote: > >> On Sun, 29 Dec 2013 13:33:23 -0800, Phil Steitz wrote: >>> On 12/29/13, 6:39 AM, Gilles wrote: >>> Hello. >>> >>> Is there some framework in place in order to generate executable >>> files >>> from the Java sources located there? >>> I guess th

Re: [Math] src/userguide/java

2013-12-31 Thread Gilles
On Tue, 31 Dec 2013 13:10:17 +0100, Benedikt Ritter wrote: Hey Gilles 2013/12/31 Gilles On Sun, 29 Dec 2013 13:33:23 -0800, Phil Steitz wrote: On 12/29/13, 6:39 AM, Gilles wrote: Hello. Is there some framework in place in order to generate executable files from the Java sources located

Re: [Math] src/userguide/java

2013-12-31 Thread Benedikt Ritter
Hey Gilles 2013/12/31 Gilles > On Sun, 29 Dec 2013 13:33:23 -0800, Phil Steitz wrote: > >> On 12/29/13, 6:39 AM, Gilles wrote: >> >>> Hello. >>> >>> Is there some framework in place in order to generate executable >>> files >>> from the Java sources located there? >>> I guess that a configurati

Re: [Math] src/userguide/java

2013-12-31 Thread Gilles
On Sun, 29 Dec 2013 13:33:23 -0800, Phil Steitz wrote: On 12/29/13, 6:39 AM, Gilles wrote: Hello. Is there some framework in place in order to generate executable files from the Java sources located there? I guess that a configuration snippet could be added in the "pom.xml"[1] so that one of th

Re: [Math] src/userguide/java

2013-12-29 Thread Phil Steitz
On 12/29/13, 6:39 AM, Gilles wrote: > Hello. > > Is there some framework in place in order to generate executable > files > from the Java sources located there? > I guess that a configuration snippet could be added in the > "pom.xml"[1] > so that one of the build phases can also compile (and perhap

Re: [Math] src/userguide/java

2013-12-29 Thread Phil Steitz
On 12/29/13, 12:38 PM, Thomas Neidhart wrote: > On 12/29/2013 06:22 PM, Gilles wrote: >> On Sun, 29 Dec 2013 17:36:42 +0100, Thomas Neidhart wrote: >>> On 12/29/2013 03:39 PM, Gilles wrote: Hello. Is there some framework in place in order to generate executable files from the Ja

Re: [Math] src/userguide/java

2013-12-29 Thread Thomas Neidhart
On 12/29/2013 06:22 PM, Gilles wrote: > On Sun, 29 Dec 2013 17:36:42 +0100, Thomas Neidhart wrote: >> On 12/29/2013 03:39 PM, Gilles wrote: >>> Hello. >>> >>> Is there some framework in place in order to generate executable files >>> from the Java sources located there? >>> I guess that a configura

Re: [Math] src/userguide/java

2013-12-29 Thread Gilles
On Sun, 29 Dec 2013 17:36:42 +0100, Thomas Neidhart wrote: On 12/29/2013 03:39 PM, Gilles wrote: Hello. Is there some framework in place in order to generate executable files from the Java sources located there? I guess that a configuration snippet could be added in the "pom.xml"[1] so that

Re: [Math] src/userguide/java

2013-12-29 Thread Thomas Neidhart
On 12/29/2013 03:39 PM, Gilles wrote: > Hello. > > Is there some framework in place in order to generate executable files > from the Java sources located there? > I guess that a configuration snippet could be added in the "pom.xml"[1] > so that one of the build phases can also compile (and perhaps

[Math] src/userguide/java

2013-12-29 Thread Gilles
Hello. Is there some framework in place in order to generate executable files from the Java sources located there? I guess that a configuration snippet could be added in the "pom.xml"[1] so that one of the build phases can also compile (and perhaps also run) the example applications. Regards, G