You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by "Haddad, Justin" <jh...@ellacoya.com> on 2002/03/04 04:56:50 UTC

solaris pkgmk task

Hi,

I'm not sure that this is the right list for this question.  Let me know if
I should direct it elsewhere.

I have written a custom task that uses pkgproto, pkgmk and pkgtrans to
create a Solaris package containing my java application.  The output package
file is supplied as input to the Solaris pkgadd command.  Think of it as the
Solaris equivalent to the Linux  Rpm task that is now included in the ant
distribution.  I would like to contribute it to the ant project, but I'm not
sure how to go about it.

I read on the 'External Tools and Tasks' page of the ant website that
relevant information should be posted to one of the email lists should
anyone have something to contribute.  What information?

Justin

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: solaris pkgmk task

Posted by Stefan Bodewig <bo...@apache.org>.
On Sun, 3 Mar 2002, Justin Haddad <jh...@ellacoya.com> wrote:

> I would like to contribute it to the ant project, but I'm not sure
> how to go about it.

There are different ways to contribute.

> I read on the 'External Tools and Tasks' page of the ant website
> that relevant information should be posted to one of the email lists
> should anyone have something to contribute.  What information?

If you want to contribute it to Ant as something that gets included in
Ant's codebase - well, we need the code and tests and documentation
and all that.

If you want a pointer from "External Tools and Tasks", we need a short
description and information on the things that are inside the table
for all the other things listed: Compatibility, License, Contact, URL.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>