Re: How to figure out what is in my class path?

2008-11-24 Thread Marc Weber
uild.xml Hopefully someone with more knowledge about the ant build system can add a one line fix so that this can be configured by -D or by bulid.properties. If you want I can prepare a patch. Just tell me to do so. Anyway I wonder how ant devs do compile ant? Sincerly Marc Weber -

bootstrapping ant and junit CLASSPATH location?

2008-11-20 Thread Marc Weber
the build.xml contains this: causing ./build.sh to fail bcause junit is not found. Inserting a solves it. However I wonder wether there is a better way than patching the build.xml file? Why isn't a property or such used ? Sincerly Marc

Re: Howto debug where properties are set?

2008-11-20 Thread Marc Weber
> > > > Jan Hi Jan, thanks for replying. I've finally seen that it has been set in the .properties file. There is also a way to check the length. Anyway something is broken in the buildsystem for eclipse. So nobody seems to be using it. Marc Weber -

Howto debug where properties are set?

2008-11-15 Thread Marc Weber
Iv'e trouble compiling eclipse using the provided build.xml. I've tracked it down to setting an empty bundleBootClasspath because the proprety "JSE-1.4" is set to an empty string.. Now the ant -d output prints something like [... thousands of lines ..] [subant] Entering /tmp/nix-b