Re: Error trying to use the maven-antrun plugin

2007-01-04 Thread DevPro
://www.nabble.com/Error-trying-to-use-the-maven-antrun-plugin-tf2872341s177.html#a8167000 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Error trying to use the maven-antrun plugin

2006-12-27 Thread Lee Meador
This part: Embedded error: The following error occurred while executing this line: E:\work\LTY-P39\frontoffice\ltyApp\source\build.xml:685: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK [INFO] suggests that

Re: Error trying to use the maven-antrun plugin

2006-12-27 Thread Stephen Coy
If my experience with the weblogic plugin is anything to go by, you need to add this as an ant plugin dependency: dependency groupIdsun.jdk/groupId artifactIdtools/artifactId version1.4.2/version scopesystem/scope

RE: Error trying to use the maven-antrun plugin

2006-12-26 Thread EJ Ciramella
It is - and I did this first. Still, I get the error as described earlier -Original Message- From: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] Sent: Saturday, December 23, 2006 11:09 PM To: EJ Ciramella Cc: users@maven.apache.org Subject: Error trying to use

Error trying to use the maven-antrun plugin

2006-12-23 Thread Morgovsky, Alexander \(US - Glen Mills\)
Please make sure that your JAVA_HOME environment variable is set. Also, to make sure that this variable is correctly being resolved by doing something like echo message=${env.JAVA_HOME}/. You may also need to add Java dependencies to your dependencies section of your maven-antrun plugin

Error trying to use the maven-antrun plugin

2006-12-22 Thread EJ Ciramella
Has anyone tried using the ant task inside of maven2? We're trying to run a full ant based build inside of maven 2 (which includes a compile) but we're getting the following error: [javac] Compiling 752 source files to E:\work\LTY-P39\frontoffice\ltyApp\build\config\site\classes [INFO]