Hi All,
1) I did the following steps for myproject.
- mvn archetype:create -DgroupId=com.iip.datasync -DartifactId=dpc
exeucted in the
D:\Maven_Examples\Example3 dir
- mvn package command executed at Example3\dpc folder
it is succesfull
2) Now I placed my java files into
D:\Maven_Examples\Example3\dpc\src\main\java\com\iip\datasync folder.
3)After that again i executed "mvn package" command at Example3\dpc folder.
But it has thrown the following error.
InformationManagerImpl.java:[164,31] cannot find symbol
symbol : class InvalidArgumentException
because of InvalidArgumentException class is available in abi.jar
To avoid this error i should provide this jar file at the compile time for
the maven.
so now my question is, How should i provide this jar to maven for compiling.
Please respond me.
Thanks,
Pawan
--
View this message in context:
http://www.nabble.com/Getting-compile-time-error-tp15605218s177p15605218.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]