question about maven build goals....

2008-10-06 Thread Richard Schilling - Consultant
When I run the maven javadoc target from the API2 directory, I get the following error back $ cd trunk\api2 $ maven javadoc __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1 Caught exception evaluating: basedir.substring(0, ba

Re: question about maven build goals....

2008-10-06 Thread Craig L Russell
Michelle added this test to the maven script recently. Bottom line: you have to run from a directory that ends in "jdo" or stuff won't work. But it sounds like the test should first check for basedir.lastIndex being negative 1 and not go ahead and try to create a substring... Craig On Oc

RE: question about maven build goals....

2008-10-06 Thread Richard Schilling - Consultant
the instructions in README.html say to change to the tck directory before running "maven build". Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 7:15 PM To: jdo-dev@db.apache.org Subject: Re: question about maven build goals

RE: question about maven build goals....

2008-10-06 Thread Richard Schilling - Consultant
2008 7:30 PM To: jdo-dev@db.apache.org Subject: RE: question about maven build goals Well that poses an interesting problem. Or, perhaps I'm just confused at this point. Both are equally possible :-) The source tree of the project doesn't really have any directory paths that end

Re: question about maven build goals....

2008-10-06 Thread Craig L Russell
7:30 PM To: jdo-dev@db.apache.org Subject: RE: question about maven build goals Well that poses an interesting problem. Or, perhaps I'm just confused at this point. Both are equally possible :-) The source tree of the project doesn't really have any directory paths that en

RE: question about maven build goals....

2008-10-06 Thread Richard Schilling - Consultant
To: jdo-dev@db.apache.org Subject: Re: question about maven build goals The source tree is rooted at svn... jdo/trunk/tck2. The script goes up the tree looking for the thing above trunk (or if you're in a branch, the thing above branches). That directory has to be named xxxjdo. Craig O

Re: question about maven build goals....

2008-10-07 Thread Michael Bouschen
directory structure you suggest, and still get that error. My specific directory is: jdo/trunk/api2 Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 8:00 PM To: jdo-dev@db.apache.org Subject: Re: question about maven build goal

Re: question about maven build goals....

2008-10-07 Thread Michelle Caisse
Hi Richard, I also don't see this error message when running maven javadoc from trunk/api2. The variables that use the assignment that is producing this error only occur in the top-level maven.xml in trunk, not the one in api2. So it's hard to see how you would get this from api2. -- Michel

RE: question about maven build goals....

2008-10-07 Thread Richard Schilling - Consultant
ard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 9:21 AM To: jdo-dev@db.apache.org Subject: Re: question about maven build goals Hi Richard, I also don't see this error message when running maven javadoc from trunk/api2. The

Re: question about maven build goals....

2008-10-07 Thread Craig L Russell
--- Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 9:21 AM To: jdo-dev@db.apache.org Subject: Re: question about maven build goals Hi Richard, I also don't see this error message when running maven javadoc from tr

RE: question about maven build goals....

2008-10-07 Thread Richard Schilling - Consultant
; .expression.CompositeExpression.evaluate(CompositeExpression.java:248) >at > org > .apache > .maven.jelly.MavenJellyContext.getVariable(MavenJellyContext.java:202) >at > org > .apache > .commons > .jelly.tags.ant.JellyPropsHandler.getProperty(JellyPropsHandler.java: > 63) >at > org > .apache > .co

Re: question about maven build goals....

2008-10-09 Thread Michael Bouschen
directory structure you suggest, and still get that error. My specific directory is: jdo/trunk/api2 Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2008 8:00 PM To: jdo-dev@db.apache.org Subject: Re: question about maven build goal