[
https://issues.apache.org/jira/browse/JAMES-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12637040#action_12637040
]
Stefano Bagnara commented on JAMES-848:
---------------------------------------
Given that the resulting script contains bad paths (e.g: not only they are
absolute, but they use ";" instead of ":").
maybe this ant snippet:
---
<path id="targetlibs">
<fileset dir="${spring-deployment.target.lib.dir}">
<include name="*.jar" />
</fileset>
</path>
<property name="exe-classpath" refid="targetlibs" />
---
is not cross platform?
I'm on ant 1.7.0 / j2sdk 1.4.2 / win32 i386
> run.bat and run.sh contain absolute entries to build path for runtime
> classpath
> -------------------------------------------------------------------------------
>
> Key: JAMES-848
> URL: https://issues.apache.org/jira/browse/JAMES-848
> Project: JAMES Server
> Issue Type: Bug
> Components: Deployment Modules
> Affects Versions: 3.0, Trunk
> Reporter: Stefano Bagnara
> Fix For: 3.0, Trunk
>
> Attachments: run.bat
>
>
> The run scripts will only work on the build machine until the build folder is
> there.
> The classpath should refer to the bundled lib folder, instead.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]