From owner-freebsd-java@FreeBSD.ORG Sun Feb 15 20:08:22 2015 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E094C65C for ; Sun, 15 Feb 2015 20:08:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6E3874 for ; Sun, 15 Feb 2015 20:08:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FK8MO9060731 for ; Sun, 15 Feb 2015 20:08:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 193876] openjdk7 dumps core when compiling spark sources Date: Sun, 15 Feb 2015 20:08:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: glewis@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: glewis@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 20:08:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193876 Greg Lewis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Overcome By Events --- Comment #6 from Greg Lewis --- You shouldn't generally need to compile openjdk after each OS update. It looks like in this case there was an associated problem but that is rare. I'm going to close this though since it doesn't seem to be a continuing problem and there is little that can be done on the openjdk front to prevent it. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-java@FreeBSD.ORG Sun Feb 15 21:18:40 2015 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A2D5A74 for ; Sun, 15 Feb 2015 21:18:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F4009980 for ; Sun, 15 Feb 2015 21:18:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FLId66089572 for ; Sun, 15 Feb 2015 21:18:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 193009] java/openjdk8 does not build with OPTIONS_FILE_SET+=DEBUG Date: Sun, 15 Feb 2015 21:18:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 21:18:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193009 --- Comment #6 from commit-hook@freebsd.org --- A commit references this bug: Author: glewis Date: Sun Feb 15 21:18:13 UTC 2015 New revision: 379049 URL: https://svnweb.freebsd.org/changeset/ports/379049 Log: . Fix the DEBUG build. PR: 193009 Submitted by: Brian Gardner (openjdk@getsnappy.com) Changes: head/java/openjdk8/files/patch-jdk-make-lib-CompileLaunchers.gmk head/java/openjdk8/files/patch-jdk-make-lib-ServiceabilityLibraries.gmk -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-java@FreeBSD.ORG Sun Feb 15 21:20:06 2015 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8257CAB2 for ; Sun, 15 Feb 2015 21:20:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 676D898D for ; Sun, 15 Feb 2015 21:20:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FLK6sm090688 for ; Sun, 15 Feb 2015 21:20:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 193009] java/openjdk8 does not build with OPTIONS_FILE_SET+=DEBUG Date: Sun, 15 Feb 2015 21:20:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: glewis@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 21:20:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193009 Greg Lewis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED CC| |glewis@FreeBSD.org --- Comment #7 from Greg Lewis --- Fix committed. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-java@FreeBSD.ORG Sun Feb 15 21:40:16 2015 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF216260 for ; Sun, 15 Feb 2015 21:40:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B31ECB51 for ; Sun, 15 Feb 2015 21:40:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FLeGij010451 for ; Sun, 15 Feb 2015 21:40:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 191917] ports/java/openjdk8: Unrecognized archive format Date: Sun, 15 Feb 2015 21:40:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: glewis@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 21:40:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191917 Greg Lewis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed CC| |glewis@FreeBSD.org Resolution|--- |FIXED --- Comment #3 from Greg Lewis --- I don't see this error now. It looks like unpacking the test files works fine at the moment. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-java@FreeBSD.ORG Mon Feb 16 05:30:32 2015 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C2E9D9C for ; Mon, 16 Feb 2015 05:30:32 +0000 (UTC) Received: from server.xtremesolutionsint.com (72.81.b6.static.xlhost.com [207.182.129.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66F21CA0 for ; Mon, 16 Feb 2015 05:30:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=clippingpathone.com; s=default; h=Content-Type:To:Subject:Message-ID:Date:From:MIME-Version; bh=nWhrDvto2Ou19modVZKY7WW1s0JfXmx5nj3j0ZTPpNc=; b=xIU3y3eIJY4vEjDZIAmZ7SvO04qm6T4IhIwZMt3Fg/IyZnGqLB60/xvV5wD3GrTw1M5XAhPfVXDsLYxnNVf8vjqmsQxvcHSr0BOOGfND5D6gSwrpkCwKsAxXMvo8mziTcFPfH4W7g6Rm6ypHtFMuhfSwH/m1TOhCYCrXLo64CsQ=; Received: from mail-we0-f171.google.com ([74.125.82.171]:49716) by server.xtremesolutionsint.com with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1YNEGM-0008KC-08 for java@freebsd.org; Mon, 16 Feb 2015 00:30:30 -0500 Received: by mail-we0-f171.google.com with SMTP id p10so27167764wes.2 for ; Sun, 15 Feb 2015 21:30:30 -0800 (PST) X-Received: by 10.194.94.164 with SMTP id dd4mr47452596wjb.56.1424064630882; Sun, 15 Feb 2015 21:30:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.27.12.4 with HTTP; Sun, 15 Feb 2015 21:30:10 -0800 (PST) From: Jewel Roy Date: Sun, 15 Feb 2015 21:30:10 -0800 Message-ID: Subject: Digital Imaging Services To: java@freebsd.org X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server.xtremesolutionsint.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - clippingpathone.com X-Get-Message-Sender-Via: server.xtremesolutionsint.com: authenticated_id: jewelroy@clippingpathone.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 05:30:32 -0000 Hi there, I hope you are fine today and doing well. Leap foregoing into your mail box to check if your company will be interested in Digital Imaging Services for any kinds of image treatment and vector conversion such as Clipping Path, Image Masking, Photo Retouching, Shadow Creating, Multiple Clipping Path, Image Manipulation, Color Correction, Web Image Optimization, Album Design, Raster to Vector Conversion or anything else. Our cost starts from $ 0.40 per image. Interestingly, we are 10 years old organization who providing the best Digital Imaging Service to the world at a reasonable cost. Anyway, actions speak louder than words. So why not take action now, we warmly expect you to run a FREE TEST DRIVE to get an idea what precise quality and price we really provide. =E2=80=9CCLIPPING PATH ONE"off= ers Free Trial Service for two images absolutely without any costing. Please have a look into our website : http://www.clippingpathone.com to get an idea how its work. We look forward to having you as a part of the CLIPPING PATH ONE growing family. If you have any question please do not hesitate to ask me. Thank you. Yours sincerely, Jewel Roy Business Development Manager jewelroy@clippingpathone.com www.clippingpathone.com IM: G-Talk | Skype : clippingpathone From owner-freebsd-java@FreeBSD.ORG Tue Feb 17 00:15:31 2015 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE15E7D8 for ; Tue, 17 Feb 2015 00:15:31 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FAD48E3 for ; Tue, 17 Feb 2015 00:15:31 +0000 (UTC) Received: from fwd02.aul.t-online.de (fwd02.aul.t-online.de [172.20.26.148]) by mailout01.t-online.de (Postfix) with SMTP id BEC0A2C6C0A for ; Tue, 17 Feb 2015 01:09:11 +0100 (CET) Received: from [146.71.103.67] (Zwe5LGZLohPe68+gvlRXmUOi7LU8T2TRpLOAVlyj8M9QPJv3TO9Ws0zZeCBPlYOwmZ@[146.71.103.67]) by fwd02.t-online.de with (TLSv1:DHE-RSA-AES256-SHA encrypted) esmtp id 1YNVip-02sSkU0; Tue, 17 Feb 2015 01:09:03 +0100 MIME-Version: 1.0 Subject: Re: Re: Fwd: Re: Shipping & payment Details To: java@freebsd.org From: "Sales01" Date: Mon, 16 Feb 2015 16:09:01 -0800 Message-ID: <1YNVip-02sSkU0@fwd02.t-online.de> X-ID: Zwe5LGZLohPe68+gvlRXmUOi7LU8T2TRpLOAVlyj8M9QPJv3TO9Ws0zZeCBPlYOwmZ X-TOI-MSGID: 9256c664-e481-4d7a-8a65-657fbd445ea2 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: Mail message body X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 00:15:32 -0000 .auto-style1 { font-family: "Trebuchet MS", "Lucida Sans Unicode", "Luci= da Grande", "Lucida Sans", Arial, sans-serif; } .auto-style2 { font-size: 9= pt; } .auto-style3 { font-family: "Times New Roman"; font-size: medium; col= or: rgb(31, 73, 125); letter-spacing: normal; } = Please see the purchase order attached for the items requested and give us = your confirmation on date of shipping. = Your payment is also under process with the bank. My colleage has forwarded the PO on 06-11-14 but there is no confirmation. See to this request and do the needful. With Best Regards Kausar Sadriwala Welding Sales = Tel.: +965 2225 0000, Ext.: 1517 Fax: +965 248 32917 Mob.: +965 96007269 www.ali-alghanim.net P.O.Box 21540 Safat, 13076 Kuwait. = = PO= 80840_AE2_D_Massageb=E4lle,_2er.pdf | 1 attachments (total 53.9 KB)= . .daplinkverifier { margin: 0px; padding: 0px !important; text-align: = left; text-decoration: none; display: inline; position: absolute; z-index: = 100000; cursor: default !important; direction: ltr; zoom: 1; background-col= or: rgb(255, 255, 255); } .daplinkverifier a { margin: 0px !important; padd= ing: 0px !important; border: 0px currentColor !important; color: black !imp= ortant; text-decoration: none !important; display: inline !important; backg= round-image: none !important; } .daplinkverifier a:hover { margin: 0px !imp= ortant; padding: 0px !important; border: 0px currentColor !important; color= : black !important; text-decoration: none !important; display: inline !impo= rtant; background-image: none !important; } .daplv-Valid { margin: 0px; pad= ding: 0px; width: 10px !important; height: 10px !important; vertical-align:= middle; float: none; display: inline-block !important; background-image: u= rl(http://127.0.0.1:10029/public/dap_validlink.png); background-repeat: no-= repeat !important; } .daplv-WillNotVerify { margin: 0px; padding: 0px; widt= h: 10px !important; height: 10px !important; vertical-align: middle; float:= none; display: inline-block !important; background-image: url(http://127.0= .0.1:10029/public/dap_premium.png); background-repeat: no-repeat !important= ; } .daplv-Pending { background: url(http://127.0.0.1:10029/public/dap_pend= inglink.gif) no-repeat; margin: 0px; padding: 0px; width: 10px !important; = height: 10px !important; vertical-align: middle; float: none; display: inli= ne-block !important; } .daplv-Invalid { background: url(http://127.0.0.1:10= 029/public/dap_invalidlink.png) no-repeat; margin: 0px; padding: 0px; width= : 10px !important; height: 10px !important; vertical-align: middle; float: = none; display: inline-block !important; } .daplv-Unknown { background: url(= http://127.0.0.1:10029/public/dap_unknown.gif) no-repeat; margin: 0px; padd= ing: 0px; width: 10px !important; height: 10px !important; vertical-align: = middle; float: none; display: inline-block !important; } .daplinkverifier .= daplvinfo { background: url(http://127.0.0.1:10029/public/arrow.png) no-rep= eat left 0px; margin: 0px; padding: 0px 0px 0px 12px; color: black !importa= nt; line-height: 15px !important; font-family: arial !important; font-size:= 12px !important; font-weight: normal !important; display: none; visibility= : hidden; position: absolute; z-index: 100000; } .daplinkverifier .daplvinf= o-rtl { background: url(http://127.0.0.1:10029/public/arrow-right.png) no-r= epeat right 0px; margin: 0px; padding: 0px 12px 0px 0px; color: black !impo= rtant; line-height: 15px !important; font-family: arial; font-size: 12px !i= mportant; font-weight: normal !important; display: none; visibility: hidden= ; position: absolute; z-index: 100000; } .daplinkverifier .daplvinfo1 {bord= er-width: 0px 2px 2px; border-style: none solid solid; border-color: curren= tColor rgb(86, 174, 212) rgb(86, 174, 212); margin: -13px 0px 0px; padding:= 0px !important; position: relative; background-color: white !important; te= xt-indent: 0px !important;} table.daplv-data { margin: 0px !important; padd= ing: 0px; left: 0px; min-width: 240px; } table.daplv-data tr { background-c= olor: #ffffff !important; } table.daplv-data td { height: 14px !important; = } table.daplv-data thead { margin: 0px; padding: 0px; background-color: rgb= (86, 174, 212) !important; } table.daplv-data thead td { padding: 5px; bord= er: 0px currentColor; color: black !important; background-color: rgb(86, 17= 4, 212) !important; } table.daplv-data td { line-height: 15px; font-family:= arial !important; font-size: 12px !important; float: none !important; } ta= ble.daplv-data td div { /* background-color: rgb(255, 255, 255);*/ } table.= daplv-data tbody td { margin: 0px; padding: 5px 5px 0px; border: 0px curren= tColor; color: black !important; white-space: nowrap; } table.daplv-data tb= ody td strong { margin: 0px !important; padding: 0px !important; text-align= : left !important; color: rgb(0, 0, 0); font-size: 12px !important; } .dapl= inkversettings { margin: 0px; padding: 4px; font-size: 12px !important; fon= t-weight: normal !important; float: none !important; display: none; backgro= und-color: rgb(231, 231, 231); } .daplinkversettings a { color: rgb(0, 0, 0= ) !important; font-size: 12px !important; font-weight: normal !important; }= .daplinkversettings table { width: 220px; font-size: 12px !important; font= -weight: normal !important; margin: 0px !important; padding: 0px !important= ; } .daplinkversettings table tr { background-color: #E7E7E7 !important; } = .daplinkversettings table td { margin: 0px; padding: 3px; border: 0px !impo= rtant; } .daplinkversettings input { margin: 10px 0px 0px; width: 160px; co= lor: black; font-size: 11px; } .daplvwhatisthis { margin: 0px !important; p= adding: 0px !important; float: right !important; border: 0px !important; } = .daplvwhatisthis a { color: #ffffff !important; font-size: 11px !important;= font-weight: normal !important; text-decoration: underline !important; whi= te-space: nowrap; background-color: rgb(86, 174, 212) !important; } .daplvw= hatisthis a:hover { color: #ffffff !important; font-size: 11px !important; = font-weight: normal !important; text-decoration: underline !important; whit= e-space: nowrap; } .daplvlogo { width: 16px !important; height: 15px !impor= tant; vertical-align: middle; margin: 0px !important; } .daplvsubtitle { co= lor: rgb(141, 125, 130); } .daplvmoreLink { width: 43px; text-align: right;= margin-top: 23px; float: right !important; } .daplvmoreLink a { color: bla= ck; font-size: 11px; } .daplvmoreLink a:hover { color: black; font-size: 11= px; } .daplvDWL { margin: 6px 0px 6px 0px !important; width: 146px; height:= 33px;}.daplvDWL img{border: 0px !important;} .daplvDWLAll{background-color= : #e8f4fb !important; width: 154px !important; height: 33px !important; mar= gin-bottom: 6px !important; float: right !important;}.daplvDWLAll img{borde= r: 0px !important;} /*.daplvDWL a { color: rgb(255, 255, 255) !important; b= ackground-color: #00bd00 !important; font-size: 12px !important; font-style= : italic !important; font-weight: normal !important; text-decoration: none = !important; }*/ .daplv-clear {padding: 0px !important; height: 0px !importa= nt; line-height: 0px; clear: both; font-size: 1px; background-color: transp= arent !important; } .cmenu {margin: 0px; padding: 0px; font-family: arial; = font-size: 12px; list-style-type: none; direction: ltr !important; backgrou= nd-color: rgb(240, 240, 240); } .cmenu img {border: 0px currentColor; } .cm= enu li {list-style: none !important; margin: 0px !important; padding: 0px; = } .cmenu li:hover { } .cmenu a {padding: 4px; border: 1px solid rgb(240, 24= 0, 240); color: black; text-decoration: none; display: block; cursor: point= er; background-color: rgb(240, 240, 240); } .cmenu a:hover {border: 1px sol= id rgb(174, 207, 247); color: rgb(0, 0, 0) !important; background-color: rg= b(230, 237, 246); } .dlvdivContext {padding: 4px; border: 1px solid rgb(160= , 160, 160); display: none; position: absolute; background-color: rgb(240, = 240, 240); } .daplinkverifier .exdaplvinfo {background: url(http://127.0.0.= 1:10029/public/ex-arrow.png) no-repeat left 0px; margin: 0px; padding: 0px = 0px 0px 21px; display: none; visibility: hidden; position: absolute; z-inde= x: 100000; } .daplinkverifier .exdaplvinfo-rtl { background: url(http://127= .0.0.1:10029/public/ex-arrow-right.png) no-repeat right 0px; margin: 0px; p= adding: 0px 21px 0px 0px; display: none; visibility: hidden; position: abso= lute; z-index: 100000; } .daplinkverifier .exdaplvinfo1 {background: url(ht= tp://127.0.0.1:10029/public/daplc-explanation-bg.jpg); margin: -21px 0px 0p= x; padding: 0px !important; position: relative; }table.ex-daplv-data {margi= n: 0px; padding: 0px; left: 0px; width: 465px !important; } table.ex-daplv-= data thead {margin: 0px; padding: 0px; } table.ex-daplv-data thead td {heig= ht: 61px !important; text-align: right !important; color: rgb(255, 255, 255= ) !important; font-family: arial !important; font-size: 32px !important; fo= nt-weight: bold; vertical-align: top !important; } table.ex-daplv-data thea= d td img {margin-top: 10px !important; margin-right: 10px !important; } tab= le.ex-daplv-data tbody td {height: 289px !important; color: rgb(0, 0, 0) !i= mportant; line-height: 21px !important; padding-top: 7px !important; paddin= g-left: 177px !important; font-family: arial !important; font-size: 16px !i= mportant; font-weight: bold !important; vertical-align: text-top !important= ; } table.ex-daplv-data tbody td div { padding-top: 4px !important; padding= -bottom: 8px !important; } table.ex-daplv-data tbody td div a {color: rgb(0= , 89, 123) !important; text-decoration: underline !important; } table.ex-da= plv-data tbody td div a:hover { color: rgb(0, 89, 123) !important; text-dec= oration: underline !important; } table.ex-daplv-data tbody td ul { list-sty= le: none; margin: 0px !important; padding: 0px !important; } table.ex-daplv= -data tbody td ul li.valid { background: url(http://127.0.0.1:10029/public/= dap_validlink.png) no-repeat 25px 5px; margin: 0px; padding-top: 0px; paddi= ng-right: 0px; padding-bottom: 3px !important; padding-left: 42px; } table.= ex-daplv-data tbody td ul li.pending { background: url(http://127.0.0.1:100= 29/public/dap_pendinglink.gif) no-repeat 25px 5px; margin: 0px; padding-top= : 0px; padding-right: 0px; padding-bottom: 3px !important; padding-left: 42= px; } table.ex-daplv-data tbody td ul li.invalid { background: url(http://1= 27.0.0.1:10029/public/dap_invalidlink.png) no-repeat 25px 5px; margin: 0px;= padding-top: 0px; padding-right: 0px; padding-bottom: 3px !important; padd= ing-left: 42px; } table.daplv-data tbody td.dlvm-header{font-family: Arial = !important; color: #000000 !important;padding-bottom: 5px !important; backg= round-color :#e8f4fb !important;} table.daplv-data tbody td.dlvm-nav{text-a= lign: left !important; padding: 5px 0px 0px 5px !important;} .dlvmprev{marg= in-left: 58px !important;cursor: pointer !important;font-size: 16px !import= ant;font-family: Arial !important; color: #000000 !important;} .dlvmnext{cu= rsor: pointer !important;font-size:16px !important;font-family: Arial !impo= rtant; color: #000000 !important;} .dlvmcur{margin: 0px 5px 0px 5px !import= ant;} .dlvfilename{font-weight: bold !important;} .dlvm-total{font-size: 14= px !important; font-weight: bold !important;} .dlvfloatleft{float: left !im= portant;} .auto-style4 { border-width: 0px; } Preview | Downlo= ad =20