Or you could use the dist:install goal.
On Sun, 7 Nov 2004 09:01:29 +0100, Paul Libbrecht <[EMAIL PROTECTED]> wrote:
> org.apache.commons.jelly.Jelly is runnable on the command-line.
> However, you need a huge classpath!
>
> There's two ways for you in the maven.xml
>
> â maven pack-fat-jar
> will (by default) pack you a large jar merging all classes needed to
> run most of the taglibs, at least those without
> non-downloadable-dependencies. Has the option of building them all or
> fetching them from the maven remote repo.
>
> â using the same goal... you'll find a ": or ;"-separated list of jars
> jelly depends-on, mostly inside the repository.
> This ca be used with good command-line on unices:
> java -classpath `cat target/classpath-with-deps.txt` \
> org.apache.commons.jelly.Jelly theFile.jelly
> (or your own main-class and params)
> (target/classpath-with-deps.txt is the default value of classpathFile)
>
> Hope that helps.
>
> paul
>
> Le 7 nov. 04, Ã 06:56, A Leg a Ãcrit :
>
>
> > Can you explain and give details, please.
> > org.apache.commons.jelly.Jelly is not runnable on the command line.
> > Do you mean to write a very basic java code using
> > org.apache.commons.jelly.Jelly ?
> >
> > I am begenner with jelly.
> >
> > Thank's
> >
> > Andre
> >
> > Paul Libbrecht wrote:
> >
> >> At least his sounds to be non-well-formed XML.
> >>
> >> Le 6 nov. 04, Ã 16:33, David Wynter a Ãcrit :
> >>
> >>> <j:set var="pattern" value="????"+"${partdatestr}"+".I"/>
> >>
> >>
> >> Generally, using org.apache.commons.jelly.Jelly can run the script
> >> as-is on the command-line.
> >> Errors will be reported as exception with their stacktrace. But
> >> generally the exception message (a large amount of lines above) gives
> >> you a line-number (try find "fileName.jelly:####" where #### is a
> >> number).
> >>
> >> paul
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
http://www.multitask.com.au/people/dion/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]