Sanjay Choudhary skrev:

Finally I was able to resolve this issue

On DOS if number of source files or classpath entries are too many we get an
error "Line too Long" and this breaks compiling using jdk1.3 using fork.

To shorten the options and source files to javac command we can use

javac @options @class <other options)

in my solution file options contain list of all the classpath entries and
@class contains list of all .java files that needs to be compiled.

I made changes to AbstractCompilerMojo.java in maven-compiler-plugin (
2.0.1-SNAPSHOT) and JavacCompiler in plexus-compiler-java (1.6-SNAPSHOT).
These changes will kick into play only if fork = true.
Hmm, I still get issues with 2.0.1 and 1.6-SNAPSHOT?

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

Reply via email to