Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.chainon-marquant.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!74.125.52.80.MISMATCH!postnews.google.com!t30g2000vbx.googlegroups.com!not-for-mail From: Mohan Newsgroups: comp.lang.java.programmer Subject: packaging selenium code as jar Date: Tue, 7 Feb 2012 19:00:01 -0800 (PST) Organization: http://groups.google.com Lines: 4 Message-ID: <40b6f70a-1be5-41e1-bd03-e6898f3288eb@t30g2000vbx.googlegroups.com> NNTP-Posting-Host: 202.122.134.4 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1328670104 18415 127.0.0.1 (8 Feb 2012 03:01:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 8 Feb 2012 03:01:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t30g2000vbx.googlegroups.com; posting-host=202.122.134.4; posting-account=n1VBkgoAAAC16bVCxFwqhpmFREZzeaVB User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUARELSCNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11843 I need to package my selenium script (exported as JUnit4 test) as jar file to be used by some third party application. Is such a thing supported? If yes, how can this be done and how would the manifest file look like?