[
https://issues.apache.org/jira/browse/LAUNCHER-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580806#action_12580806
]
Mark Horn commented on LAUNCHER-9:
----------------------------------
we are using commons-launcher to start-up some custom RMI Servers applications.
To do this we needed both typedef and sequential added to Launcher.java. The
Sequential in particular is being used to build up an rmi.codebase path as
follows (where ac = antlib:net.sf.antcontrib)
{code:xml}
<target name="set.rmi.codebase">
<ac:var name="rmi.path" value="" />
<ac:for param="file">
<fileset dir="${lib.dir}" includes="**/*" />
<sequential>
<ac:var name="rmi.path"
value="${rmi.path}file://@{file} " />
</sequential>
</ac:for>
</target>
is there an alternative way?
{code}
> [launcher] Add typedef and sequential to the list of supported ant tasks
> ------------------------------------------------------------------------
>
> Key: LAUNCHER-9
> URL: https://issues.apache.org/jira/browse/LAUNCHER-9
> Project: Commons Launcher
> Issue Type: Improvement
> Affects Versions: 1.1
> Reporter: Mark Horn
> Attachments: Luancher_add_typedef_sequential
>
>
> Add typedef and sequential to the list of supported ant tasks. This would
> add a lot of additional flexibility to a launcher.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.