Re: test frustrated

2006-08-31 Thread Brill Pappin
See the post with the subject "unit testing headache" the stack trace is in the message. as far as I can tell, JPOX is complaining about the combination of attributes. - Brill Pappin Emmanuel Venisse wrote: Everyday, we build continuum with a clean checkout and a clean repo. Th

Re: unit testing headache

2006-08-31 Thread Brill Pappin
moteTestRunner.main(RemoteTestRunner.java:196) Now... if you go and edit the package.jdo and fix what it's complaining about, rerun the same test and you get the same error but on a different mapping. this can go on all night as I can attest to. - Brill Pappin Jesse McConnell wrote:

Re: Continuum Release Integration Branch Cleanup

2006-08-31 Thread Brill Pappin
Hmm... should I be working in this branch instead of the trunk? - Brill Pappin Jeremy Whitlock wrote: Hi All, This message is for all of you using the Continuum release integration branch located here: https://svn.apache.org/repos/asf/maven/continuum/branches/release-integration Please

[jira] Commented: (MNG-1324) "System" dependencies path non correctly added to eclipse buildpath

2005-11-26 Thread Brill Pappin (JIRA)
[ http://jira.codehaus.org/browse/MNG-1324?page=comments#action_52082 ] Brill Pappin commented on MNG-1324: --- What do you mean update the maven-eclipse-plugin? What should end users do to get this fix in place? > "System" dependencies path

[jira] Commented: (MPANT-25) Add a goal to execute an build.xml file from maven

2006-02-06 Thread Brill Pappin (JIRA)
[ http://jira.codehaus.org/browse/MPANT-25?page=comments#action_57967 ] Brill Pappin commented on MPANT-25: --- Is this fix going into the Maven 2 plugin? I notice that that is similar functionality with the ant and antrun goals in M2. > Add a goal

[jira] Created: (MPECLIPSE-107) eclipse:eclipse goal ignoring systemPath in scope system

2005-11-08 Thread Brill Pappin (JIRA)
Reporter: Brill Pappin Dependencies with a system scope can define a systemPath attribute but the eclipse:eclipse goal ignores them: Example: org.jdesktop.jdic jdic 0.9.1-win system ${basedir}/main/libs/jdic-0.9.1-win.jar results in a .classpath entry

[jira] Commented: (MNG-1324) "System" dependencies path non correctly added to eclipse buildpath

2005-11-08 Thread Brill Pappin (JIRA)
[ http://jira.codehaus.org/browse/MNG-1324?page=comments#action_50394 ] Brill Pappin commented on MNG-1324: --- So what version do I use to get the fix? it's not being downloaded by m2... > "System" dependencies path non correctly added to

[jira] Created: (MPANT-25) Add a goal to execute an build.xml file from maven

2005-08-04 Thread Brill Pappin (JIRA)
Add a goal to execute an build.xml file from maven -- Key: MPANT-25 URL: http://jira.codehaus.org/browse/MPANT-25 Project: maven-ant-plugin Type: New Feature Environment: n/a Reporter: Brill Pappin Assigned to

[jira] Commented: (MPWAR-30) [PATCH] Option to pack project classes inside a JAR into WEB-INF/lib

2005-08-05 Thread Brill Pappin (JIRA)
[ http://jira.codehaus.org/browse/MPWAR-30?page=comments#action_44027 ] Brill Pappin commented on MPWAR-30: --- I remember asking for this a while back. In my case I wanted to be able to get package information (build/revision, company etc) when an exception

[jira] Created: (MPWAR-48) exception during war goal if TLD dir already exists.

2005-08-05 Thread Brill Pappin (JIRA)
exception during war goal if TLD dir already exists. Key: MPWAR-48 URL: http://jira.codehaus.org/browse/MPWAR-48 Project: maven-war-plugin Type: Bug Environment: War plugin 1.6.1, Windows XP. Reporter: Brill

[jira] Commented: (MPWAR-48) exception during war goal if TLD dir already exists.

2005-08-05 Thread Brill Pappin (JIRA)
[ http://jira.codehaus.org/browse/MPWAR-48?page=comments#action_44028 ] Brill Pappin commented on MPWAR-48: --- Ahh, found the problem and IMO its not really a bug :) turns out that the maven.war.tld.dir is expecting a webapp relative path, so when I tell

[jira] Resolved: (MPWAR-48) exception during war goal if TLD dir already exists.

2005-08-05 Thread Brill Pappin (JIRA)
[ http://jira.codehaus.org/browse/MPWAR-48?page=all ] Brill Pappin resolved MPWAR-48: --- Resolution: Won't Fix I've taken the liberty of resolving this, as its not really a bug, just not expected > exception during war goal if TLD dir a

[jira] Commented: (MPHIBERNATE-16) hibernate:schema-update does not delete tables

2005-09-06 Thread Brill Pappin (JIRA)
[ http://jira.codehaus.org/browse/MPHIBERNATE-16?page=comments#action_45874 ] Brill Pappin commented on MPHIBERNATE-16: - I very much hope that it never removes tables and dumps data... or at least if it ever has the option, it's off by de