_the.localedata.jar_include missing

Martijn Verburg martijnverburg at gmail.com
Mon Nov 12 05:32:29 PST 2012


Hi all,

OK, here's some more details:

...

## Starting images
/bin/sh: 1: cannot create
/home/openjdk/sources/jdk8_tl/build/linux-x86_64-normal-server-release/images/lib/ext//_the.localedata.jar_include:
Directory nonexistent
/bin/grep:
/home/openjdk/sources/jdk8_tl/build/linux-x86_64-normal-server-release/images/lib/ext//_the.localedata.jar_include:
No such file or directory
Creating images/lib/jconsole.jar
Creating images/lib/ext/dnsns.jar
Creating images/lib/ext/localedata.jar
/bin/grep:
/home/openjdk/sources/jdk8_tl/build/linux-x86_64-normal-server-release/images/lib/ext//_the.localedata.jar_include:
No such file or directory
'u' flag requires manifest, 'e' flag or input files to be specified!
Usage: jar {ctxui}[vfm0Me] [jar-file] [manifest-file] [entry-point] [-C
dir] files ...
Options:
    -c  create new archive
    -t  list table of contents for archive
    -x  extract named (or all) files from archive
    -u  update existing archive
    -v  generate verbose output on standard output
    -f  specify archive file name
    -m  include manifest information from specified manifest file
    -e  specify application entry point for stand-alone application
        bundled into an executable jar file
    -0  store only; use no ZIP compression
    -M  do not create a manifest file for the entries
    -i  generate index information for the specified jar files
    -C  change to the specified directory and include the following file
If any file is a directory then it is processed recursively.
The manifest file name, the archive file name and the entry point name are
specified in the same order as the 'm', 'f' and 'e' flags.

Example 1: to archive two class files into an archive called classes.jar:
       jar cvf classes.jar Foo.class Bar.class
Example 2: use an existing manifest file 'mymanifest' and archive all the
           files in the foo/ directory into 'classes.jar':
       jar cvfm classes.jar mymanifest -C foo/ .

make[2]: ***
[/home/openjdk/sources/jdk8_tl/build/linux-x86_64-normal-server-release/images/lib/ext/localedata.jar]
Error 1
make[1]: *** [images] Error 2
make: *** [images-only] Error 2

Cheers,
Martijn

On 12 November 2012 10:43, Martijn Verburg <martijnverburg at gmail.com> wrote:

> Heh, that was well cut out :-).
>
> So basically the build-infra build fails as the
> localedata.jar_include file doesn't get built/copied into the lib/ext.
>
> I'll send through further details when I get better access.
>
> Cheers,
> Martijn
>
>
>
>
>
>
> On Monday, 12 November 2012, Martijn Verburg wrote:
>
>> Hi all,
>>
>> On the Eurostar so I can't search the archives all to well, so apologies
>> if this had
>>
>



More information about the build-infra-dev mailing list