you don need to modify it. just define for subprojects a folder called
libs and incluse in your classpath the content of all these folders.

I using this method to work on 10 project depending on each other with
sub projects.

an example you can find under:

https://sourceforge.net/projects/bbcs/

which is a project I maintain and what uses the same approach.

/gert

On 8/14/06, Willy Reinhardt <[EMAIL PROTECTED]> wrote:
Hi,
I can't because the application is buildup from several sub projects and
I would a avoid to modify the script when someone add a jars.
Thanks
Willy

>>> On Mon, Aug 14, 2006 at No 4:05 PM, in message
<[EMAIL PROTECTED]>,
wohlgemuth <[EMAIL PROTECTED]> wrote:

just define a normal classpath on this directory after you moved your
stuff there.

or you want todo this during the runtime of your programm?

/gert

On 8/14/06, Willy Reinhardt <[EMAIL PROTECTED]> wrote:
> Hi,
> I have an ant task which create and copy jar files into a structure of
> directories. Next to this task I would create dynamically a property
> which is the classpath use as token for the script to start the
> application.
> Use like:
> java -cp @unix-classpath@ -jar org.toto.Main
>
> Is an ant task help me for that ?
>
> Thanks for your help
>
> Willy
>
>
>
>


--
-----------------------------------------------------------------
http://fiehnlab.ucdavis.edu/staff/wohlgemuth

work:    [EMAIL PROTECTED]
phone:   530 754 7113

private:  [EMAIL PROTECTED]
phone:   530 220 3728

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






--
-----------------------------------------------------------------
http://fiehnlab.ucdavis.edu/staff/wohlgemuth

work:    [EMAIL PROTECTED]
phone:   530 754 7113

private:  [EMAIL PROTECTED]
phone:   530 220 3728

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to