Re: classpath woes

2005-09-30 Thread Brian Moseley
Kenney Westerhof wrote: On Wed, 28 Sep 2005, Brian Moseley wrote: Correct, target/classes is not in the classpath when executing maven on a project. It will only be on the classpath during test excution. I recommend you create a plugin containing the org.osaf.cosmo.jackrabbit.RepositoryLoader

classpath woes

2005-09-28 Thread Brian Moseley
i'm having a classpath issue. the description is fairly lengthy, so bear with me while i illustrate with examples... i have a preGoal for test:test-resources that attains a test:reposetup goal: preGoal name=test:test-resources attainGoal name=test:reposetup/ /preGoal test:reposetup

Cannot evaluate expression exception on jar:install with 1.1-beta-1

2005-06-27 Thread Brian Moseley
using 1.1-beta-1, jar:install generates a Cannot evaluate expression exception caused by a NumberFormatException thrown by Project.isPomCurrent. project.xml is attached. ps: this is my first post to the maven list. is more appropriate to send these things to the list or to open jira issues?

artifact:artifact-install error with 1.1-beta-1

2005-06-27 Thread Brian Moseley
using 1.1-beta-1, artifact:artifact-install fails on Dependency.setProperties. [EMAIL PROTECTED]:~/work/osaf/commons/jackrabbit/importer maven -D  maven.test.skip=t rue jar:install __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

possible dependency conflict when executing plugin with 1.1-beta-1

2005-06-27 Thread Brian Moseley
using 1.1-beta-1, i get a NoSuchMethodError for a commons-collections class when a jackrabbit class (NodeState) is being initialized. this doesn't happen when building or testing jackrabbit itself, only when i am executing a goal in my maven plugin that uses jackrabbit. any thoughts on

Re: artifact:artifact-install error with 1.1-beta-1

2005-06-27 Thread Brian Moseley
Mark Hobson wrote: See http://jira.codehaus.org/browse/MAVEN-1625 ah yes. searching jira apparently didn't come up in my brain today. thanks for the pointer. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional