dev@glassfish.java.net

Re: Strange problem with admin-cli.jar

From: Sanjeeb Sahoo <Sahoo_at_Sun.COM>
Date: Mon, 07 Jun 2010 23:32:24 +0530

On Monday 07 June 2010 11:27 PM, Yamini K B wrote:
>
>> I think this is related to Class-Path manifest entry present in the
>> jar. Soft-links gets resolved to the actual file and Class-Path will
>> no more be valid for your case.
> So linking jars like this is not correct? How to overcome this problem?
>
Have you experimented with maven-reactor-plugin? You should be able to
update your distributions/glassfish/target/stage area using maven every
time you change some code.

Sahoo