First, if the classpath you want to build is used in Eclipse or IntellJ,
maven's plugin can help you generate it.
Or if you really want to generate the file which format you provided, you
can write a small util program parsing pom file and generate the file you
want, by dom4j, for instance.
Or you may want to develop a maven plugin for this usage, so you can run it
automatically.

Juven


On Nov 21, 2007 4:44 PM, Jochen Wiedmann <[EMAIL PROTECTED]> wrote:

> On Nov 21, 2007 9:32 AM, Juven Xu <[EMAIL PROTECTED]> wrote:
>
> > You want to create pom file automatically? or just want to create
> classpath
> > file automatically?
>
> I want to create a file like
>
>    dependency.1=xercesImpl-2.7.1.jar
>    dependency.2=xalan-2.4.0.jar
>    ...
>
>
>
>
> --
> Look, that's why there's rules, understand? So that you think before
> you break 'em.
>
>    -- (Terry Pratchett, Thief of Time)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to