Welcome!

Jonathan Gibbons jonathan.gibbons at oracle.com
Thu Dec 13 17:38:42 PST 2012


Hey Max,

Thanks for trying it out. That's probably bit-rot in the build.xml 
file.  The Release Engineering team  use "make" as the preferred way to 
build jtreg, inside the Oracle firewall, so that is always more likely 
to work without additional configuration. I'm also not a fan of 
hard-coding Oracle pathnames in build systems, so I don't do it more 
than necessary.

For others, I generally recommend using a script to specify explicit 
values as needed on the command line or as environment variables.

For myself, I have a script that identifies the "type" of a repository, 
and I then have wrapper scripts for make, ant, jtreg etc that set up the 
necessary settings depending on whether I'm working on jdk8(top), 
jdk8/langtools, jtreg, and so on.  It's the only way to stay sane when 
you move between projects as many of us have to do.

-- Jon


On 12/13/2012 05:28 PM, Weijun Wang wrote:
> Hi Jon
>
> I just cloned it and make -C make works fine. This is great!
>
> However, I also tried the ant -f make/build.xml way and it complains 
> about no jh.jar in /opt/***. I do have it somewhere in /java. Why make 
> the 2 building system inconsistent?
>
> Thanks
> Max
>
>
> On 12/14/2012 08:58 AM, Jonathan Gibbons wrote:
>> Welcome to the jtreg-dev mailing list.
>>
>> The new public repository is now live, and has been initialized with the
>> source from the preceding public source drops of jtreg.
>>
>> See http://hg.openjdk.java.net/code-tools/jtreg for details.
>>
>> -- Jon



More information about the jtreg-dev mailing list