Re: Building beta-10

2003-08-14 Thread Jefferson K. French
FWIW, I blew away my installation and local repo and built from source
using MAVEN_1_0_B10, and did not get any errors. This is on Mandrake
Linux 7.2 with JDK 1.4.0 and Ant 1.5.1beta1.

On Thu, 7 Aug 2003, at 08:10:27 [GMT -0400] Howard M. Lewis Ship
wrote:

 Now.  I pulled the MAVEN_1_0_B10 tagged sources from Anon CVS and did the build from 
 my workspace.

 Mid way through, I get the OutOfMemory exception.

 At first, I didn't notice this because I already had a binary of beta-10 installed, 
 and the build
 was overwriting it.

 When I wiped out my binary install and rebuilt ... that's when I discovered that the 
 build was
 incomplete (which explained my previous problem building HiveMind).

 The problem is that a from-scratch build using the tagged MAVEN_1_0_B10 sources 
 won't build on my
 machine (Sun JDK 1.4, Windows XP).

 --
 Howard M. Lewis Ship
 Creator, Tapestry: Java Web Components
 http://jakarta.apache.org/tapestry



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, August 07, 2003 12:56 AM
 To: Maven Users List
 Subject: RE: Building beta-10
 
 
 So you're using binary beta 10 to build a new beta10?
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 
 06/08/2003 09:27:26 
 PM:
 
  It's building Maven.
  
  I pulled the Maven source from anon CVS using the MAVEN_1_0_B10 tag.
  
  I'm wondering if the OutOfMemory could be caused by endless 
 recursion?
  
  --
  Howard M. Lewis Ship
  Creator, Tapestry: Java Web Components 
  http://jakarta.apache.org/tapestry
  
  
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, August 05, 2003 8:27 PM
   To: Maven Users List
   Subject: RE: Building beta-10
   
   
-Xmx1024MB I still run out of memory at the same place:
   
   [exec] +
   [exec] | Building Maven FAQ Plug-in
   [exec] | Memory: 62M/63M
   [exec] +
   
   Certainly doesn't look like it's using 1024m..
   
   p.s. where is the source for b10 coming from?
   
   --
   dIon Gillard, Multitask Consulting
   Blog:  http://blogs.codehaus.org/people/dion/
   
   
   
  
  
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-- 
mailto:[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Building beta-10

2003-08-14 Thread dion
Are you building from CVS Head? If so, please don't expect it to work at 
the moment.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 05/08/2003 04:32:22 
AM:

 I tried that, but thought I must have missed something.
 
 Using beta-10 binary download, I can build my project (HiveMind) no 
problem.
 
 When building from source, it fails:
 
 
 [echo] Generating the Unit Tests...
 maven-junit-report-plugin:report:
 java:prepare-filesystem:
 
 java:compile:
 [echo] Compiling to C:\workspace\hivemind/target/classes
 
 BUILD FAILED
 File.. file:/C:/Documents and Settings/Howard/.
 maven/plugins/maven-java-plugin-1.3/
 Element... ant:javac
 Line.. 34
 Column 54
 srcdir attribute must be set!
 Total time:  49 seconds
 
 That's the tail end of maven site.
 
 --
 Howard M. Lewis Ship
 Creator, Tapestry: Java Web Components
 http://jakarta.apache.org/tapestry
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
  Sent: Monday, August 04, 2003 12:40 PM
  To: Maven Users List
  Subject: Re: Building beta-10
  
  
  Why are you running maven maven:install?
  
  ant -f build-bootstrap.xml already installs maven
  --
  dIon Gillard, Multitask Consulting
  Blog:  http://blogs.codehaus.org/people/dion/
  
  
  Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 
  05/08/2003 01:54:38 
  AM:
  
   Move Maven frustration.
   
   I wanted to fix the Clover plugin, because it isn't sorting the way
   I'd like it to (and doesn't
   provide a property to control sorting).
   
   I downloaded via CVS Maven beta-10.
   
   ant -f build-bootstrap.xml
   
   Seems to work fine.
   
   maven maven:install
   
   Chugs along for a couple of minutes, and ends with:
   
   +
   | Building Maven Changelog Plug-in
   | Memory: 57M/88M
   +
   Attempting to download regexp-1.2.jar.
   ..
   .
   
   clean:clean:
   [delete] Deleting directory C:\workspace\maven\src\plugins- 
   build\changelog\target
   
   clean:
   
   plugin:
   java:prepare-filesystem:
   [mkdir] Created dir: C:\workspace\maven\src\plugins- 
   build\changelog\target\classes
   
   java:compile:
   [echo] Compiling to c:\workspace\maven\src\plugins- 
   build\changelog/target/classes
   [javac] Compiling 17 source files to 
   C:\workspace\maven\src\plugins-build\changelog\target\classes
   C:\workspace\maven\src\plugins- 
   
  build\changelog\src\main\org\apache\maven\cvslib\CvsChangeLogGenerato
   r.java:106: cannot resolve symbol
   symbol  : method splitSCMConnection (java.lang.String)
   location: class org.apache.maven.project.Repository
   String tokens[] =
  Repository.splitSCMConnection(getConnection());
   ^
   1 error
   
   BUILD FAILED
   File.. file:/c:/workspace/maven/
   Element... maven:reactor
   Line.. 60
   Column 7
   Unable to obtain goal [plugin] -- file:/C:/Documents and
   Settings/Howard/.maven/plugins/maven-java-plugin-1.3/:55:48: ant:
   javac Compile failed; see the
   compiler error output
for details.
   Total time: 3 minutes 16 seconds
   
   
   
   This is JDK 1.4 on Windows XP.
   
   I don't get it ... I took the beta 10 code from CVS.  This 
  should be 
   no different than when the Maven crew built the distro so 
  why does it 
   fail?\
   
   --
   Howard M. Lewis Ship
   Creator, Tapestry: Java Web Components 
   http://jakarta.apache.org/tapestry
   
   
   
   
  -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
   
  
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


RE: Building beta-10

2003-08-14 Thread Howard M. Lewis Ship
No, as I said, I pulled down the beta-10 release and tried to build that but it 
doesn't work.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Monday, August 04, 2003 10:22 PM
 To: Maven Users List
 Subject: RE: Building beta-10
 
 
 Are you building from CVS Head? If so, please don't expect it 
 to work at 
 the moment.
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 
 05/08/2003 04:32:22 
 AM:
 
  I tried that, but thought I must have missed something.
  
  Using beta-10 binary download, I can build my project (HiveMind) no
 problem.
  
  When building from source, it fails:
  
  
  [echo] Generating the Unit Tests...
  maven-junit-report-plugin:report:
  java:prepare-filesystem:
  
  java:compile:
  [echo] Compiling to C:\workspace\hivemind/target/classes
  
  BUILD FAILED
  File.. file:/C:/Documents and Settings/Howard/. 
  maven/plugins/maven-java-plugin-1.3/
  Element... ant:javac
  Line.. 34
  Column 54
  srcdir attribute must be set!
  Total time:  49 seconds
  
  That's the tail end of maven site.
  
  --
  Howard M. Lewis Ship
  Creator, Tapestry: Java Web Components 
  http://jakarta.apache.org/tapestry
  
  
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
   Sent: Monday, August 04, 2003 12:40 PM
   To: Maven Users List
   Subject: Re: Building beta-10
   
   
   Why are you running maven maven:install?
   
   ant -f build-bootstrap.xml already installs maven
   --
   dIon Gillard, Multitask Consulting
   Blog:  http://blogs.codehaus.org/people/dion/
   
   
   Howard M. Lewis Ship [EMAIL PROTECTED] wrote on
   05/08/2003 01:54:38 
   AM:
   
Move Maven frustration.

I wanted to fix the Clover plugin, because it isn't sorting the 
way I'd like it to (and doesn't provide a property to control 
sorting).

I downloaded via CVS Maven beta-10.

ant -f build-bootstrap.xml

Seems to work fine.

maven maven:install

Chugs along for a couple of minutes, and ends with:

+
| Building Maven Changelog Plug-in
| Memory: 57M/88M
+
Attempting to download regexp-1.2.jar.
..
.

clean:clean:
[delete] Deleting directory C:\workspace\maven\src\plugins-
build\changelog\target

clean:

plugin:
java:prepare-filesystem:
[mkdir] Created dir: C:\workspace\maven\src\plugins-
build\changelog\target\classes

java:compile:
[echo] Compiling to c:\workspace\maven\src\plugins-
build\changelog/target/classes
[javac] Compiling 17 source files to 
C:\workspace\maven\src\plugins-build\changelog\target\classes
C:\workspace\maven\src\plugins- 

   
 build\changelog\src\main\org\apache\maven\cvslib\CvsChangeLogGenerat
   o
r.java:106: cannot resolve symbol
symbol  : method splitSCMConnection (java.lang.String)
location: class org.apache.maven.project.Repository
String tokens[] =
   Repository.splitSCMConnection(getConnection());
^
1 error

BUILD FAILED
File.. file:/c:/workspace/maven/
Element... maven:reactor
Line.. 60
Column 7
Unable to obtain goal [plugin] -- file:/C:/Documents and

 Settings/Howard/.maven/plugins/maven-java-plugin-1.3/:55:48: ant:
javac Compile failed; see the
compiler error output
 for details.
Total time: 3 minutes 16 seconds



This is JDK 1.4 on Windows XP.

I don't get it ... I took the beta 10 code from CVS.  This
   should be
no different than when the Maven crew built the distro so
   why does it
fail?\

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry




   
 
   -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

   
  
  
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Building beta-10

2003-08-14 Thread Howard M. Lewis Ship
Even with -Xmx1024MB I still run out of memory at the same place:

[exec] +
[exec] | Building Maven FAQ Plug-in
[exec] | Memory: 62M/63M
[exec] +

[exec] BUILD FAILED
[exec] com.werken.werkz.UnattainableGoalException: Unable to obtain goal [plugin] 
--
file:/C:/Documents and Settings/Howard/.maven/plugins/plugin/:11:33: attainGoal jav
.lang.OutOfMemoryError
[exec] at 
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:383)
[exec] at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
[exec] at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
[exec] at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
[exec] at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
[exec] at com.werken.werkz.Goal.fire(Goal.java:639)
[exec] at com.werken.werkz.Goal.attain(Goal.java:575)
[exec] at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
[exec] at org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
[exec] at org.apache.maven.cli.App.doMain(App.java:525)
[exec] at org.apache.maven.cli.App.main(App.java:1088)
[exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[exec] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[exec] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[exec] at java.lang.reflect.Method.invoke(Method.java:324)
[exec] at com.werken.forehead.Forehead.run(Forehead.java:543)
[exec] at com.werken.forehead.Forehead.main(Forehead.java:573)
[exec] org.apache.commons.jelly.JellyTagException: file:/C:/Documents and
Settings/Howard/.maven/plugins/plugin/:11:33: attainGoal java.lang.OutOfMemoryError
[exec] at 
org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:702)
[exec] at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:296)
[exec] at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
[exec] at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
[exec] at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
[exec] at com.werken.werkz.Goal.fire(Goal.java:639)
[exec] at com.werken.werkz.Goal.attain(Goal.java:575)
[exec] at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
[exec] at org.apache.maven.MavenSession.attainGoals(MavenSession.java:360)
[exec] at 
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:374)
[exec] at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
[exec] at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
[exec] at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
[exec] at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
[exec] at com.werken.werkz.Goal.fire(Goal.java:639)
[exec] at com.werken.werkz.Goal.attain(Goal.java:575)
[exec] at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
[exec] at org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
[exec] at org.apache.maven.cli.App.doMain(App.java:525)
[exec] at org.apache.maven.cli.App.main(App.java:1088)
[exec] Root cause
[exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[exec] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[exec] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[exec] at java.lang.reflect.Method.invoke(Method.java:324)
[exec] Total time:  58 seconds

[exec] at com.werken.forehead.Forehead.run(Forehead.java:543)
[exec] at com.werken.forehead.Forehead.main(Forehead.java:573)
[exec] Caused by: java.lang.OutOfMemoryError
[exec] Root cause
[exec] java.lang.OutOfMemoryError
[exec] java.lang.OutOfMemoryError
[exec] File.. file:/C:/workspace/maven/
[exec] Element... maven:reactor
[exec] Line.. 60
[exec] Column 7
[exec] Unable to obtain goal [plugin] -- file:/C:/Documents and
Settings/Howard/.maven/plugins/plugin/:11:33: attainGoal java.lang.OutOfMemoryError

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



 -Original Message-
 From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 05, 2003 2:31 PM
 To: 'Maven Users List'
 Subject: RE: Building beta-10
 
 
 I found the wierdness ... despite an -Xmx384MB I hit an 
 OutOfMemory error in the middle of the build (which continued 
 on, regardless, with only a partial set of plugins).
 
 I'm

RE: Building beta-10

2003-08-11 Thread Howard M. Lewis Ship
It's building Maven.

I pulled the Maven source from anon CVS using the MAVEN_1_0_B10 tag.

I'm wondering if the OutOfMemory could be caused by endless recursion?

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 05, 2003 8:27 PM
 To: Maven Users List
 Subject: RE: Building beta-10
 
 
  -Xmx1024MB I still run out of memory at the same place:
 
 [exec] +
 [exec] | Building Maven FAQ Plug-in
 [exec] | Memory: 62M/63M
 [exec] +
 
 Certainly doesn't look like it's using 1024m..
 
 p.s. where is the source for b10 coming from?
 
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Building beta-10

2003-08-07 Thread dion
So you're using binary beta 10 to build a new beta10?
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 06/08/2003 09:27:26 
PM:

 It's building Maven.
 
 I pulled the Maven source from anon CVS using the MAVEN_1_0_B10 tag.
 
 I'm wondering if the OutOfMemory could be caused by endless recursion?
 
 --
 Howard M. Lewis Ship
 Creator, Tapestry: Java Web Components
 http://jakarta.apache.org/tapestry
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
  Sent: Tuesday, August 05, 2003 8:27 PM
  To: Maven Users List
  Subject: RE: Building beta-10
  
  
   -Xmx1024MB I still run out of memory at the same place:
  
  [exec] +
  [exec] | Building Maven FAQ Plug-in
  [exec] | Memory: 62M/63M
  [exec] +
  
  Certainly doesn't look like it's using 1024m..
  
  p.s. where is the source for b10 coming from?
  
  --
  dIon Gillard, Multitask Consulting
  Blog:  http://blogs.codehaus.org/people/dion/
  
  
  
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


RE: Building beta-10

2003-08-07 Thread Howard M. Lewis Ship
Now.  I pulled the MAVEN_1_0_B10 tagged sources from Anon CVS and did the build from 
my workspace.

Mid way through, I get the OutOfMemory exception.

At first, I didn't notice this because I already had a binary of beta-10 installed, 
and the build
was overwriting it.

When I wiped out my binary install and rebuilt ... that's when I discovered that the 
build was
incomplete (which explained my previous problem building HiveMind).

The problem is that a from-scratch build using the tagged MAVEN_1_0_B10 sources won't 
build on my
machine (Sun JDK 1.4, Windows XP).

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, August 07, 2003 12:56 AM
 To: Maven Users List
 Subject: RE: Building beta-10
 
 
 So you're using binary beta 10 to build a new beta10?
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 
 06/08/2003 09:27:26 
 PM:
 
  It's building Maven.
  
  I pulled the Maven source from anon CVS using the MAVEN_1_0_B10 tag.
  
  I'm wondering if the OutOfMemory could be caused by endless 
 recursion?
  
  --
  Howard M. Lewis Ship
  Creator, Tapestry: Java Web Components 
  http://jakarta.apache.org/tapestry
  
  
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, August 05, 2003 8:27 PM
   To: Maven Users List
   Subject: RE: Building beta-10
   
   
-Xmx1024MB I still run out of memory at the same place:
   
   [exec] +
   [exec] | Building Maven FAQ Plug-in
   [exec] | Memory: 62M/63M
   [exec] +
   
   Certainly doesn't look like it's using 1024m..
   
   p.s. where is the source for b10 coming from?
   
   --
   dIon Gillard, Multitask Consulting
   Blog:  http://blogs.codehaus.org/people/dion/
   
   
   
  
  
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Building beta-10

2003-08-06 Thread Howard M. Lewis Ship
I found the wierdness ... despite an -Xmx384MB I hit an OutOfMemory error in the 
middle of the build
(which continued on, regardless, with only a partial set of plugins).

I'm trying again with -Xmx512MB

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 05, 2003 12:56 PM
 To: Maven Users List
 Subject: RE: Building beta-10
 
 
 Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 
 06/08/2003 02:40:12 
 AM:
 
  Hm.  Now it works for me as well?
  
  This is very strange, because I distinctly remember doing 
 this exact 
  steps; deleting .maven, rebuilding, running maven.  Yesterday it 
  failed, today it works.
  
  Before I hang my head in utter shame ... have any of the -snapshot
  jars changed since yesterday?
 Nope, not that I know of.
 
  Anyway, I'm back to trying to build my clover patch.  I'll keep you 
 posted.
 Ok. Let me know if you need help. I'll be onto the javassist Tapestry 
 problem hopefully tomorrow.
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Building beta-10

2003-08-05 Thread dion
Hi Howard,

I just pulled down maven 1.0 beta 10 and successfully ran

'maven site'

for hivemind.

Can you please delete %USERPROFILE%\.maven\plugins if on windows and try 
it again?

Thanks.

[echo] Generating 
C:/source/jakarta/jakarta-commons-sandbox/hivemind/target/docs/localization.html 
from C:\source\jakarta\jakarta-c
ommons-sandbox\hivemind\xdocs\localization.xml
[echo] Generating 
C:/source/jakarta/jakarta-commons-sandbox/hivemind/target/docs/registry.html 
from C:\source\jakarta\jakarta-commo
ns-sandbox\hivemind\xdocs\registry.xml
[echo] Generating 
C:/source/jakarta/jakarta-commons-sandbox/hivemind/target/docs/rules.html 
from C:\source\jakarta\jakarta-commons-
sandbox\hivemind\xdocs\rules.xml
[echo] Generating 
C:/source/jakarta/jakarta-commons-sandbox/hivemind/target/docs/services.html 
from C:\source\jakarta\jakarta-commo
ns-sandbox\hivemind\xdocs\services.xml
BUILD SUCCESSFUL
Total time: 7 minutes 56 seconds
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 05/08/2003 09:17:58 
PM:

 No, as I said, I pulled down the beta-10 release and tried to build 
 that but it doesn't work.
 
 --
 Howard M. Lewis Ship
 Creator, Tapestry: Java Web Components
 http://jakarta.apache.org/tapestry
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
  Sent: Monday, August 04, 2003 10:22 PM
  To: Maven Users List
  Subject: RE: Building beta-10
  
  
  Are you building from CVS Head? If so, please don't expect it 
  to work at 
  the moment.
  --
  dIon Gillard, Multitask Consulting
  Blog:  http://blogs.codehaus.org/people/dion/
  
  
  Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 
  05/08/2003 04:32:22 
  AM:
  
   I tried that, but thought I must have missed something.
   
   Using beta-10 binary download, I can build my project (HiveMind) no
  problem.
   
   When building from source, it fails:
   
   
   [echo] Generating the Unit Tests...
   maven-junit-report-plugin:report:
   java:prepare-filesystem:
   
   java:compile:
   [echo] Compiling to C:\workspace\hivemind/target/classes
   
   BUILD FAILED
   File.. file:/C:/Documents and Settings/Howard/. 
   maven/plugins/maven-java-plugin-1.3/
   Element... ant:javac
   Line.. 34
   Column 54
   srcdir attribute must be set!
   Total time:  49 seconds
   
   That's the tail end of maven site.
   
   --
   Howard M. Lewis Ship
   Creator, Tapestry: Java Web Components 
   http://jakarta.apache.org/tapestry
   
   
   
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2003 12:40 PM
To: Maven Users List
Subject: Re: Building beta-10


Why are you running maven maven:install?

ant -f build-bootstrap.xml already installs maven
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Howard M. Lewis Ship [EMAIL PROTECTED] wrote on
05/08/2003 01:54:38 
AM:

 Move Maven frustration.
 
 I wanted to fix the Clover plugin, because it isn't sorting the 
 way I'd like it to (and doesn't provide a property to control 
 sorting).
 
 I downloaded via CVS Maven beta-10.
 
 ant -f build-bootstrap.xml
 
 Seems to work fine.
 
 maven maven:install
 
 Chugs along for a couple of minutes, and ends with:
 
 +
 | Building Maven Changelog Plug-in
 | Memory: 57M/88M
 +
 Attempting to download regexp-1.2.jar.
 ..
 .
 
 clean:clean:
 [delete] Deleting directory C:\workspace\maven\src\plugins-
 build\changelog\target
 
 clean:
 
 plugin:
 java:prepare-filesystem:
 [mkdir] Created dir: C:\workspace\maven\src\plugins-
 build\changelog\target\classes
 
 java:compile:
 [echo] Compiling to c:\workspace\maven\src\plugins-
 build\changelog/target/classes
 [javac] Compiling 17 source files to 
 C:\workspace\maven\src\plugins-build\changelog\target\classes
 C:\workspace\maven\src\plugins- 
 

  build\changelog\src\main\org\apache\maven\cvslib\CvsChangeLogGenerat
o
 r.java:106: cannot resolve symbol
 symbol  : method splitSCMConnection (java.lang.String)
 location: class org.apache.maven.project.Repository
 String tokens[] =
Repository.splitSCMConnection(getConnection());
 ^
 1 error
 
 BUILD FAILED
 File.. file:/c:/workspace/maven/
 Element... maven:reactor
 Line.. 60
 Column 7
 Unable to obtain goal [plugin] -- file:/C:/Documents and
 
  Settings/Howard/.maven/plugins/maven-java-plugin-1.3/:55:48: ant:
 javac Compile failed; see the
 compiler error output
  for details

RE: Building beta-10

2003-08-05 Thread Howard M. Lewis Ship
Hm.  Now it works for me as well?

This is very strange, because I distinctly remember doing this exact steps; deleting 
.maven,
rebuilding, running maven.  Yesterday it failed, today it works.

Before I hang my head in utter shame ... have any of the -snapshot jars changed since 
yesterday?

Anyway, I'm back to trying to build my clover patch.  I'll keep you posted.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, August 05, 2003 11:49 AM
 To: Maven Users List
 Subject: RE: Building beta-10
 
 
 Hi Howard,
 
 I just pulled down maven 1.0 beta 10 and successfully ran
 
 'maven site'
 
 for hivemind.
 
 Can you please delete %USERPROFILE%\.maven\plugins if on 
 windows and try 
 it again?
 
 Thanks.
 
 [echo] Generating 
 C:/source/jakarta/jakarta-commons-sandbox/hivemind/target/docs
 /localization.html 
 from C:\source\jakarta\jakarta-c 
 ommons-sandbox\hivemind\xdocs\localization.xml
 [echo] Generating 
 C:/source/jakarta/jakarta-commons-sandbox/hivemind/target/docs
 /registry.html 
 from C:\source\jakarta\jakarta-commo 
 ns-sandbox\hivemind\xdocs\registry.xml
 [echo] Generating 
 C:/source/jakarta/jakarta-commons-sandbox/hivemind/target/docs
 /rules.html 
 from C:\source\jakarta\jakarta-commons-
 sandbox\hivemind\xdocs\rules.xml
 [echo] Generating 
 C:/source/jakarta/jakarta-commons-sandbox/hivemind/target/docs
 /services.html 
 from C:\source\jakarta\jakarta-commo 
 ns-sandbox\hivemind\xdocs\services.xml
 BUILD SUCCESSFUL
 Total time: 7 minutes 56 seconds
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 
 05/08/2003 09:17:58 
 PM:
 
  No, as I said, I pulled down the beta-10 release and tried to build
  that but it doesn't work.
  
  --
  Howard M. Lewis Ship
  Creator, Tapestry: Java Web Components 
  http://jakarta.apache.org/tapestry
  
  
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
   Sent: Monday, August 04, 2003 10:22 PM
   To: Maven Users List
   Subject: RE: Building beta-10
   
   
   Are you building from CVS Head? If so, please don't expect it
   to work at 
   the moment.
   --
   dIon Gillard, Multitask Consulting
   Blog:  http://blogs.codehaus.org/people/dion/
   
   
   Howard M. Lewis Ship [EMAIL PROTECTED] wrote on
   05/08/2003 04:32:22 
   AM:
   
I tried that, but thought I must have missed something.

Using beta-10 binary download, I can build my project 
 (HiveMind) 
no
   problem.

When building from source, it fails:


[echo] Generating the Unit Tests...
maven-junit-report-plugin:report:
java:prepare-filesystem:

java:compile:
[echo] Compiling to C:\workspace\hivemind/target/classes

BUILD FAILED
File.. file:/C:/Documents and Settings/Howard/.
maven/plugins/maven-java-plugin-1.3/
Element... ant:javac
Line.. 34
Column 54
srcdir attribute must be set!
Total time:  49 seconds

That's the tail end of maven site.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Monday, August 04, 2003 12:40 PM
 To: Maven Users List
 Subject: Re: Building beta-10
 
 
 Why are you running maven maven:install?
 
 ant -f build-bootstrap.xml already installs maven
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 
 05/08/2003 
 01:54:38
 AM:
 
  Move Maven frustration.
  
  I wanted to fix the Clover plugin, because it isn't sorting 
  the
  way I'd like it to (and doesn't provide a property 
 to control 
  sorting).
  
  I downloaded via CVS Maven beta-10.
  
  ant -f build-bootstrap.xml
  
  Seems to work fine.
  
  maven maven:install
  
  Chugs along for a couple of minutes, and ends with:
  
  +
  | Building Maven Changelog Plug-in
  | Memory: 57M/88M
  +
  Attempting to download regexp-1.2.jar.
  ..
  .
  
  clean:clean:
  [delete] Deleting directory 
  C:\workspace\maven\src\plugins- build\changelog\target
  
  clean:
  
  plugin:
  java:prepare-filesystem:
  [mkdir] Created dir: C:\workspace\maven\src\plugins- 
  build\changelog\target\classes
  
  java:compile:
  [echo] Compiling to c:\workspace\maven\src\plugins- 
  build\changelog/target/classes
  [javac] Compiling 17 source files

Re: Building beta-10

2003-08-04 Thread dion
Why are you running maven maven:install?

ant -f build-bootstrap.xml already installs maven
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 05/08/2003 01:54:38 
AM:

 Move Maven frustration.
 
 I wanted to fix the Clover plugin, because it isn't sorting the way 
 I'd like it to (and doesn't
 provide a property to control sorting).
 
 I downloaded via CVS Maven beta-10.
 
 ant -f build-bootstrap.xml
 
 Seems to work fine.
 
 maven maven:install
 
 Chugs along for a couple of minutes, and ends with:
 
 +
 | Building Maven Changelog Plug-in
 | Memory: 57M/88M
 +
 Attempting to download regexp-1.2.jar.
 ..
 .
 
 clean:clean:
 [delete] Deleting directory C:\workspace\maven\src\plugins-
 build\changelog\target
 
 clean:
 
 plugin:
 java:prepare-filesystem:
 [mkdir] Created dir: C:\workspace\maven\src\plugins-
 build\changelog\target\classes
 
 java:compile:
 [echo] Compiling to c:\workspace\maven\src\plugins-
 build\changelog/target/classes
 [javac] Compiling 17 source files to
 C:\workspace\maven\src\plugins-build\changelog\target\classes
 C:\workspace\maven\src\plugins-
 build\changelog\src\main\org\apache\maven\cvslib\CvsChangeLogGenerato
 r.java:106: cannot resolve symbol
 symbol  : method splitSCMConnection (java.lang.String)
 location: class org.apache.maven.project.Repository
 String tokens[] = 
Repository.splitSCMConnection(getConnection());
 ^
 1 error
 
 BUILD FAILED
 File.. file:/c:/workspace/maven/
 Element... maven:reactor
 Line.. 60
 Column 7
 Unable to obtain goal [plugin] -- file:/C:/Documents and
 Settings/Howard/.maven/plugins/maven-java-plugin-1.3/:55:48: ant:
 javac Compile failed; see the
 compiler error output
  for details.
 Total time: 3 minutes 16 seconds
 
 
 
 This is JDK 1.4 on Windows XP.
 
 I don't get it ... I took the beta 10 code from CVS.  This should be
 no different than when the
 Maven crew built the distro so why does it fail?\
 
 --
 Howard M. Lewis Ship
 Creator, Tapestry: Java Web Components
 http://jakarta.apache.org/tapestry
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


RE: Building beta-10

2003-08-04 Thread Howard M. Lewis Ship
I tried that, but thought I must have missed something.

Using beta-10 binary download, I can build my project (HiveMind) no problem.

When building from source, it fails:


[echo] Generating the Unit Tests...
maven-junit-report-plugin:report:
java:prepare-filesystem:

java:compile:
[echo] Compiling to C:\workspace\hivemind/target/classes

BUILD FAILED
File.. file:/C:/Documents and Settings/Howard/.maven/plugins/maven-java-plugin-1.3/
Element... ant:javac
Line.. 34
Column 54
srcdir attribute must be set!
Total time:  49 seconds

That's the tail end of maven site.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Monday, August 04, 2003 12:40 PM
 To: Maven Users List
 Subject: Re: Building beta-10
 
 
 Why are you running maven maven:install?
 
 ant -f build-bootstrap.xml already installs maven
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 
 05/08/2003 01:54:38 
 AM:
 
  Move Maven frustration.
  
  I wanted to fix the Clover plugin, because it isn't sorting the way
  I'd like it to (and doesn't
  provide a property to control sorting).
  
  I downloaded via CVS Maven beta-10.
  
  ant -f build-bootstrap.xml
  
  Seems to work fine.
  
  maven maven:install
  
  Chugs along for a couple of minutes, and ends with:
  
  +
  | Building Maven Changelog Plug-in
  | Memory: 57M/88M
  +
  Attempting to download regexp-1.2.jar.
  ..
  .
  
  clean:clean:
  [delete] Deleting directory C:\workspace\maven\src\plugins- 
  build\changelog\target
  
  clean:
  
  plugin:
  java:prepare-filesystem:
  [mkdir] Created dir: C:\workspace\maven\src\plugins- 
  build\changelog\target\classes
  
  java:compile:
  [echo] Compiling to c:\workspace\maven\src\plugins- 
  build\changelog/target/classes
  [javac] Compiling 17 source files to 
  C:\workspace\maven\src\plugins-build\changelog\target\classes
  C:\workspace\maven\src\plugins- 
  
 build\changelog\src\main\org\apache\maven\cvslib\CvsChangeLogGenerato
  r.java:106: cannot resolve symbol
  symbol  : method splitSCMConnection (java.lang.String)
  location: class org.apache.maven.project.Repository
  String tokens[] =
 Repository.splitSCMConnection(getConnection());
  ^
  1 error
  
  BUILD FAILED
  File.. file:/c:/workspace/maven/
  Element... maven:reactor
  Line.. 60
  Column 7
  Unable to obtain goal [plugin] -- file:/C:/Documents and
  Settings/Howard/.maven/plugins/maven-java-plugin-1.3/:55:48: ant:
  javac Compile failed; see the
  compiler error output
   for details.
  Total time: 3 minutes 16 seconds
  
  
  
  This is JDK 1.4 on Windows XP.
  
  I don't get it ... I took the beta 10 code from CVS.  This 
 should be 
  no different than when the Maven crew built the distro so 
 why does it 
  fail?\
  
  --
  Howard M. Lewis Ship
  Creator, Tapestry: Java Web Components 
  http://jakarta.apache.org/tapestry
  
  
  
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]