build from scratch

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

build from scratch

KP Kirchdörfer

Hi;


what is the canonical way to build NetRexx from the sources?


Additional question, maybe that has answered before, but..., how can one access the wiki on kenai?


kp




_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: build from scratch

rvjansen
<base href="x-msg://29/">Hi,

the short answer is that there is not one yet; we will have decided that by September 1st, when we hope to release 3.01 - the current trunk has an ant build.xml that works very well, and separates the bootstrap compiler from the classes being compiled.

The wiki: my best guess at the moment is that everyone who is 'observer' (e.g. has registered for the project) can read it, and 'content developer' can edit. But David would know better than me; I will have a look at the project help so I can document this somewhere.

best regards,

René.

On 5 jul 2011, at 20:11, KP Kirchdoerfer wrote:

Hi;

what is the canonical way to build NetRexx from the sources?

Additional question, maybe that has answered before, but..., how can one access the wiki on kenai?

kp


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: build from scratch

billfen
In reply to this post by KP Kirchdörfer
If you are using Eclipse, you might want to check out the netrexx3 Ant task
- it is contained in a jar (with source) attached to issue #14.  I have not
tested it outside of Eclipse, but it may work.

On 7/5/2011 2:11 PM, KP Kirchdoerfer wrote:
>
> Hi;
>
>
> what is the canonical way to build NetRexx from the sources?
>
>
> Additional question, maybe that has answered before, but..., how can one
access the wiki on kenai?
>
>
> kp

--------------------------------------------------------------------
mail2web.com – What can On Demand Business Solutions do for you?
http://link.mail2web.com/Business/SharePoint



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: build from scratch

Patric Bechtel
In reply to this post by KP Kirchdörfer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi kp,

depends on your definition of "canonical".

If you checkout the current trunk from svn, you can just go into the
main netrexxc dir (that's where the build.xml is) and call

java -jar ant/ant-launcher.jar -p

to display the possible targets. The normal build can be started with

java -jar ant/ant-launcher.jar

which will build the sources, run all tests and create the jars within
build/lib.
For my understanding that's as "canonical" as it can get... ;-)

KP Kirchdoerfer schrieb am 05.07.2011 20:11:
> what is the canonical way to build NetRexx from the sources?


- --
cu, Patric
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: GnuPT 2.5.2

iEYEARECAAYFAk4Ti2AACgkQfGgGu8y7ypB7SQCg5Lq9dgCeBnGMpipb0BTFoKGV
/1AAn0/5k6fuvpJakl6zMcLTayJW/2OI
=Z7g7
-----END PGP SIGNATURE-----
_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: build from scratch

ThSITC
May, I, Please, respond, to this issue:

1.) As NetRexxC is a Compiler written in NetRexx,
2.) As an executable .JAR File is available
3.) As any (and all) .JAR files do RUN on any Java Platform, due to the
inherent (and excellent) JVM Java Virtual Machine Architcture:

:: -- ++ ))

Why the hell is it SO necessary, at the current minute,
to RE-COMPILE the excellent stuff MFC provided from SCRATCH ???

Thomas Schneider.
======================================================


Am 06.07.2011 00:08, schrieb Patric Bechtel:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi kp,
>
> depends on your definition of "canonical".
>
> If you checkout the current trunk from svn, you can just go into the
> main netrexxc dir (that's where the build.xml is) and call
>
> java -jar ant/ant-launcher.jar -p
>
> to display the possible targets. The normal build can be started with
>
> java -jar ant/ant-launcher.jar
>
> which will build the sources, run all tests and create the jars within
> build/lib.
> For my understanding that's as "canonical" as it can get... ;-)
>
> KP Kirchdoerfer schrieb am 05.07.2011 20:11:
>> what is the canonical way to build NetRexx from the sources?
>
> - --
> cu, Patric
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: GnuPT 2.5.2
>
> iEYEARECAAYFAk4Ti2AACgkQfGgGu8y7ypB7SQCg5Lq9dgCeBnGMpipb0BTFoKGV
> /1AAn0/5k6fuvpJakl6zMcLTayJW/2OI
> =Z7g7
> -----END PGP SIGNATURE-----
> _______________________________________________
> Ibm-netrexx mailing list
> [hidden email]
> Online Archive : http://ibm-netrexx.215625.n3.nabble.com/
>
>


--
Thomas Schneider (www.thsitc.com)
_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Thomas Schneider, Vienna, Austria (Europe) :-)

www.thsitc.com
www.db-123.com
Reply | Threaded
Open this post in threaded view
|

Re: build from scratch

rvjansen
In reply to this post by KP Kirchdörfer
<base href="x-msg://1458/">Hi,

I checked the wiki as an 'observer' and could see that it is inaccessible, even for reading. This also explains why you could not read the section in which it is explained what the current build procedure is. I will try to correct the situation tonight (in CET).

best regards,

René.

On 5 jul 2011, at 20:11, KP Kirchdoerfer wrote:

Hi;

what is the canonical way to build NetRexx from the sources?

Additional question, maybe that has answered before, but..., how can one access the wiki on kenai?

kp


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: build from scratch

rvjansen
In reply to this post by KP Kirchdörfer
<base href="x-msg://1639/">Indeed the wiki was closed to almost everyone. This has now been reversed - it is now open to almost everyone. Please use it well! All project 'observers' are allowed to edit.

best regards,

René Jansen.

On 5 jul 2011, at 20:11, KP Kirchdoerfer wrote:

Hi;

what is the canonical way to build NetRexx from the sources?

Additional question, maybe that has answered before, but..., how can one access the wiki on kenai?

kp


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/