Bug 318 - Build with external or system jlscp.jar
Summary: Build with external or system jlscp.jar
Status: CLOSED INVALID
Alias: None
Product: JSampler
Classification: Unclassified
Component: JSampler (show other bugs)
Version: SVN Trunk
Hardware: PC Linux
: P5 enhancement
Assignee: Grigor Iliev
URL:
Depends on:
Blocks:
 
Reported: 2021-12-14 12:55 CET by Nikita Zlobin
Modified: 2023-09-16 09:55 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Zlobin 2021-12-14 12:55:20 CET
For how jsampler builds using prebuilt jlscp.jar copy inside its sources. For now in order for jlscp changes to be effective - patched jlscp.jar must be copied into jsampler before jsampler is built.

Can't it be possible to use system jlscp instead, or using in-source one is necessary to keep jsampler or fantasia jars portable?
Comment 1 Nikita Zlobin 2021-12-14 13:17:24 CET
Ooops, I did not yet read manual/docbook/jsampler.xml.
This explains the build order. Looks like, it's rather some distro build scripts, which skip some steps (placing jlscp.jar inside jsampler sources before).