M2 : Issue with echoproperties task with maven-antrun-plugin using Maven 2.0

2006-01-19 Thread Matthew Wheaton
Hi all, I have the following in my pom.xml org.apache.maven.plugins maven-antrun-plugin generate-sources

Re: M2 : Dynamically adding system JARs into Maven build classpath.

2005-12-05 Thread Matthew Wheaton
All good points Jeff, I'm going to give M2 a try with my workaround, but if even one other thing gets in my way, I'll be reverting my build to Maven 1.x On 12/5/05, Jeff Jensen <[EMAIL PROTECTED]> wrote: > > Quoting Matthew Wheaton <[EMAIL PROTECTED]>: > > &g

Re: M2 : Dynamically adding system JARs into Maven build classpath.

2005-12-05 Thread Matthew Wheaton
think this JIRA discusses what your issue is. Brett described the > un-recommended workaround. > > http://jira.codehaus.org/browse/MNG-1471 > > I look forward to reading your comments on this... :-) > > > Quoting Matthew Wheaton <[EMAIL PROTECTED]>: > > > Hi all,

M2 : Dynamically adding system JARs into Maven build classpath.

2005-12-05 Thread Matthew Wheaton
Hi all, In Maven 1.x, I could get a list of the jars in my version control repository, and dynamically add them to the Maven build path using an ant task. What's important to note, is that I have all my dependency jars in a few, KNOWN directories. I would like to be able to include all those jars,

Re: M2 : Having problems with a javac on a very simple build of my first M2 project.

2005-12-02 Thread Matthew Wheaton
Hi Bill, I have nothing else, in fact, in my system environment there is no JAVA_HOME at all, and absolutely no java references in the system path. Matthew Wheaton On 12/2/05, Bill Siggelkow <[EMAIL PROTECTED]> wrote: > > Are you sure that there is not another JAVA_HOME environm

M2 : How to add local NON-installed JARs to the build path for projects.

2005-12-02 Thread Matthew Wheaton
ssist ? Thank you. Sincerely, Matthew Wheaton

M2 : Having problems with a javac on a very simple build of my first M2 project.

2005-12-02 Thread Matthew Wheaton
X Print a synopsis of nonstandard options -J Pass directly to the runtime system =========== So, I KNOW javac is in the path. Can anyone shed some light on what I may be doing wrong? Sincerely, Matthew Wheaton