AW: Class size

2015-11-03 Thread jhm
I did an example and could see that behaviour. build.xml - src/main/java/MyClass.java -- public class MyClass {} pom.xml --- http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven

AW: Class size

2015-11-03 Thread jhm
Next idea is using different compile flags, e.g. debug. Jan > -Ursprüngliche Nachricht- > Von: aalok singhvi [mailto:aaloksing...@gmail.com] > Gesendet: Dienstag, 3. November 2015 12:17 > An: Ant Users List > Betreff: Re: Class size > > Yes...both are using same JDK. > > On Tue, Nov 3,

Re: Class size

2015-11-03 Thread aalok singhvi
Yes...both are using same JDK. On Tue, Nov 3, 2015 at 6:16 AM, Jan Matèrne (jhm) wrote: > Are you sure that Maven and Ant are using the same JDK? > > Jan > > > -Ursprüngliche Nachricht- > > Von: aalok singhvi [mailto:aaloksing...@gmail.com] > > Gesendet: Sonntag, 1. November 2015 22:34 >

AW: Class size

2015-11-03 Thread jhm
Are you sure that Maven and Ant are using the same JDK? Jan > -Ursprüngliche Nachricht- > Von: aalok singhvi [mailto:aaloksing...@gmail.com] > Gesendet: Sonntag, 1. November 2015 22:34 > An: Maven Users List; Ant Users List > Betreff: Class size > > Hello, > I have a basic question... >