Hi Jair, Where did you place the jar file?
It needs to go into the local maven repository, at least. Post the <dependency> tag you have and we'll get it going. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers [EMAIL PROTECTED] wrote on 20/11/2002 01:44:29 AM: > Dear Dion, Thanks for reply my e-mail. My problem was solved adding more > memory at JVM. Now it is fine! but I have another problem. > > I would like to compile a small project using Maven in which I have used > *.jar library. I have included this one on the classpath but doesnot work. > I have included inside the projet.xml like dependency in which the file > Jar was put on ripository and still does not work. > > on the lib of Marven, and still doenot work. I am using Maven v.7 > > > What is the process to compile a java sources in which requere different > library from the maven\lib? > > Thanks in advance dor you help, > > Jair > > > > > > > > > > >-- Messaggio originale -- > >To: [EMAIL PROTECTED] > >Cc: [EMAIL PROTECTED] > >Subject: Re: Maven Help? > >From: [EMAIL PROTECTED] > >Date: Sat, 16 Nov 2002 22:45:29 +1100 > > > > > >It's definitely an out of memory error - what's the setting in your maven > > > >shell script/batch file? > >-- > >dIon Gillard, Multitask Consulting > >Work: http://www.multitask.com.au > >Developers: http://adslgateway.multitask.com.au/developers > > > > > >[EMAIL PROTECTED] wrote on 12/11/2002 03:10:19 AM: > > > >> > >> Dear dIon Gillard, > >> > >> I am running Maven and for some examples works very well but for a set > > > >of > >> java sources I have get this errro. Would please help me on this? > >> > >> I have also increased the memory on the file maven located on > >MAVEN_HOME/bin > >> but wothout success. > >> > >> do you know the problem? The error is given below. > >> > >> Thanks in advance for your help, > >> > >> > >> Jair > >> > >> > >> > >> > >> > >> > >> > >> > >> Processing D:\maven\example\simple-java\target\checkstyle-raw-report.xml > >> to D:\m > >> aven\example\simple-java\target\generated-xdocs\checkstyle-report.xml > >> Failed to process D:\maven\example\simple-java\target\checkstyle- > >> raw-report.xml > >> ----------------------------------------- > >> WARNING: failed to process D:\maven\example\simple- > >> java\target\checkstyle-raw-re > >> port.xml > >> ----------------------------------------- > >> Invocation of method 'applyTemplates' in class org.apache.tools. > >> dvsl.Transforme > >> r threw exception class java.lang.OutOfMemoryError : null > >> > >> > >> checkstyle: > >> > >> BUILD SUCCESSFUL > >> Total time: 2 minutes 6 seconds > >> > >> > >> > >> > > > >> ForwardSourceID:NT0008D45A > > > ForwardSourceID:NT0008FDBE -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
