Could you point me in the direction as to how to do this. I am new to Maven..
Weston On Wednesday 13 August 2003 12:52 am, Mark Mahieu wrote: > Weston M. Price wrote: > >Hello, > > I am still having a problem building the project. I run maven as > > specified and I still keep getting this error: > > > >javac: source release 1.4 requires target release 1.4 > > > > > >I have this problem with both J2SDK 1.4.1 and 1.4.2....does anyone have > > any idea how I can resolve this? > > > >Weston > > Try editing the maven script to make it echo what it thinks $JAVACMD and > $TOOLS_JAR are immediately before it launches the java executable. > > HTH, > > Mark