> From: Piroumian Konstantin [mailto:[EMAIL PROTECTED]]
> > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] 
> > 
> > The latest build system distinguishes between jdk 1.2/1.3 
> and jdk 1.4.
> > The resulting target should only be used with the jdk used to 
> > build Cocoon.
> > 
> > We created our own ant task, the class-available task, to avoid some
> > dependency problems. Usually ant searches for classes not only in
> > the path set in the build file but also in the system classpath.
> > 
> > So, if this feature is used and you build with JDK 1.4 you have
> > for example the jndi classes in your path and the optional 
> components
> > depending on this classes are also build and added to the web
> > application. If you now run this with a JDK 1.3 where the 
> jndi classes
> > are missing, you might get problems...
> > So, these cases are the main reason for our own task.
> > 
> > But with our own task the jndi classes of the JDK 1.4 are not found
> > as our class-available task only searches in the "local" classpath
> > but not in the system classpath. Therefore the optional components
> > are never build.
> > 
> > So, we have two options:
> > a) Change the "local" classpath and add for example the "rt.jar".
> > b) Switch to the original ant task and assume that when you build
> >    Cocoon with a given (system)classpath that this will also be
> >    the classpath you use for running Cocoon.
> 
> Can't this be controller by an option? E.g.: 
> -Dclasspath=[local | system].

Is there a "which" task where the path to a jar get's returned?  Then
we could display what was being used in the compile.

J.


=======================================================================
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF

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

Reply via email to