Re: [gt-user] compiling source code

2009-08-18 Thread Vanja Milosevski
Hello, How do I compile any changes I make to Java files within Globus? Again, this without recompiling the entire toolkit. Particularly, I want to experiment with..

Re: [gt-user] compiling source code

2009-08-18 Thread Jim Basney
Does it not work to run gpt-build in gt4.2.1-branch-all-source-installer/source-trees-thr/wsrf/java/core/source? Vanja Milosevski wrote: Hello, How do I compile any changes I make to Java files within Globus? Again, this without recompiling the entire toolkit. Particularly, I want to

Re: [gt-user] compiling source code

2009-08-18 Thread Vanja Milosevski
For some reason it doesn't work. This is what I get: --- [glo...@ip-115-134-dhcp authorization]$ gpt-build ERROR: Source pkgdata file not found in /home/globus/gt4.2.1-all-source-installer/source-trees/wsrf/java/core/source/src/org/globus/wsrf/impl/security/authorization/. Are you

Re: [gt-user] compiling source code

2009-08-18 Thread Jim Basney
Do it from the gt4.2.1-branch-all-source-installer/source-trees-thr/wsrf/java/core/source directory. Vanja Milosevski wrote: For some reason it doesn't work. This is what I get: --- [glo...@ip-115-134-dhcp authorization]$ gpt-build ERROR: Source pkgdata file not found in

Re: [gt-user] compiling source code

2009-07-29 Thread Vanja Milosevski
Cheers Jim. -V. On Tue, Jul 28, 2009 at 5:55 PM, Jim Basneyjbas...@ncsa.uiuc.edu wrote: What I do is, in the top-level directory for the source I've modified (i.e., where the configure scripts and Makefiles live), I run:  gpt-build -force -verbose gcc32dbg replacing gcc32dbg with

[gt-user] compiling source code

2009-07-28 Thread Vanja Milosevski
Hello, I'm doing some trial and error experiments with the globus source code but I cannot seem to compile a single file without removing the entire globus installation and running make from scratch. This process takes about 1.5 hours on my machine, so is there a quick way to recompile things?