rasahere wrote:
what value i should give here????

Whatever your source files are encoded in.

is it like maven.compile.encoding=UTF8

I guess it's something else as the error suggests.

-Lukas




Lukas Theussl-4 wrote:

Setting the maven.compile.encoding property should be more useful for your
case than maven.compile.source.

HTH,
-Lukas


Thomas Sundberg wrote:
Hi!

What happens if you remove the unmappable character?
Have you been able to compile before or is this a new setup?
Can you restart with the simplest Hello World and get that to compile?
What happens if you use Maven 2?

/Thomas

On Wed, Sep 23, 2009 at 08:29, rasahere <rasa.still.h...@gmail.com>
wrote:
Hi,

I am using Maven 1.0 and my jdk is 1.5. Now when i am trying to build my
application jar i am getting some strange errors.

 warning: unmappable character for encoding UTF8
   [javac] /**
   [javac]     ^
this is just a warning but still the build is failed.
I have added
maven.compile.source=1.5
maven.compile.target=1.5
in my project properties.

Can any one give a solution for this.

Thanks
Rasa.




--
View this message in context:
http://www.nabble.com/My-application-is-not-getting-compiled-using-Maven-tp25530996p25530996.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to