How are plugins found?

2003-10-17 Thread Howard M. Lewis Ship
When you reference a particular plugin, how does Maven know where to get it and what 
version to use?
How do you change your local environment to make use of a specific version of a plugin?

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com


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



multiproject using goal dist

2003-10-15 Thread Howard M. Lewis Ship
I'm trying to whip together something so that I can support binary and source distros 
for my
project.

What I thought I would do is invoke dist in each sub-project, and add a postGoal to 
copy the
distros up to a directory of my master project.

First step is to see what dist does in this context ... 

bash-2.05b$ maven multiproject:goal -Dgoal=dist
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

Starting the reactor...
Our processing order:
HiveMind Framework
HiveMind Library
+
| Executing dist HiveMind Framework
| Memory: 3M/11M
+
multiproject:goal:
Overriding previous definition of reference to clover.classpath
dist:build-setup:
[mkdir] Created dir: C:\workspace\hivemind\framework\target\distributions

xdoc:init:

java:prepare-filesystem:

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

java:jar-resources:

test:prepare-filesystem:

. . .

javadoc:generate:

dist:prepare-bin-filesystem:
[mkdir] Created dir:
C:\workspace\hivemind\framework\target\commons-hivemind-1.0-alpha-3\bin\commons-hivemind-1.0-alpha-3
[echo]
  +---+
  | C R E A T I N G  B I N A R Y  D I S T R I B U T I O N |
  +---+

[copy] Copying 1 file to
C:\workspace\hivemind\framework\target\commons-hivemind-1.0-alpha-3\bin\commons-hivemind-1.0-alpha-3
[copy] Copying 880 files to
C:\workspace\hivemind\framework\target\commons-hivemind-1.0-alpha-3\bin\commons-hivemind-1.0-alpha-3
\docs

dist:build-bin:
[tar] Building tar:
C:\workspace\hivemind\framework\target\distributions\commons-hivemind-1.0-alpha-3.tar
[gzip] Building:
C:\workspace\hivemind\framework\target\distributions\commons-hivemind-1.0-alpha-3.tar.gz
[delete] Deleting:
C:\workspace\hivemind\framework\target\distributions\commons-hivemind-1.0-alpha-3.tar
[zip] Building zip:
C:\workspace\hivemind\framework\target\distributions\commons-hivemind-1.0-alpha-3.zip

dist:prepare-src-filesystem:
[mkdir] Created dir:
C:\workspace\hivemind\framework\target\commons-hivemind-1.0-alpha-3\src\commons-hivemind-1.0-alpha-3
[echo]
  +---+
  | C R E A T I N G  S O U R C E  D I S T R I B U T I O N |
  +---+

[copy] Copying 3 files to
C:\workspace\hivemind\framework\target\commons-hivemind-1.0-alpha-3\src\commons-hivemind-1.0-alpha-3

BUILD FAILED
File.. file:/C:/Documents and
Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.1-SNAPSHOT/
Element... maven:reactor
Line.. 174
Column 9
Unable to obtain goal [dist:prepare-src-filesystem] -- file:/C:/Documents and
Settings/Howard/.maven/plugins/maven-dist-plugin-1.3-SNAPSHOT/:106:62: ant:move 
Warning: Could
not find file C:\workspace\hivemind\framework\build.xml to copy.
Total time: 2 minutes 4 seconds
Finished at: Wed Oct 15 10:52:28 EDT 2003

bash-2.05b$


I looked at the code referenced in the error:

ant:available property=maven.dist.build.xml.avail
   file=${basedir}/build.xml/

j:choose
  j:when test=${maven.dist.build.xml.avail}
ant:copy todir=${maven.dist.src.assembly.dir} file=build.xml/
  /j:when
  j:otherwise
attainGoal name=ant:generate-build/
ant:move 
  file=build.xml
  tofile=${maven.dist.src.assembly.dir}/build.xml/
  /j:otherwise
/j:choose

Strangely, the output doesn't indicate that ant:generate-build goal was
attained/executed/whatever, so you can see why the generated build.xml would be 
missing. Any
suggestions?

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com


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



Does top-level maven.xml affect sub-projects?

2003-10-09 Thread Howard M. Lewis Ship
:
[echo] Generating C:/workspace/hivemind/framework/target/docs/cvs-usage.html from
C:\workspace\hivemind\framework\target\generated-xdocs\cvs-usage.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/dependencies.html 
from
C:\workspace\hivemind\framework\target\generated-xdocs\dependencies.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/index.html from
C:\workspace\hivemind\framework\target\generated-xdocs\index.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/issue-tracking.html 
from
C:\workspace\hivemind\framework\target\generated-xdocs\issue-tracking.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/javadoc.html from
C:\workspace\hivemind\framework\target\generated-xdocs\javadoc.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/junit-report.html 
from
C:\workspace\hivemind\framework\target\generated-xdocs\junit-report.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/mail-lists.html from
C:\workspace\hivemind\framework\target\generated-xdocs\mail-lists.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/maven-reports.html 
from
C:\workspace\hivemind\framework\target\generated-xdocs\maven-reports.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/project-info.html 
from
C:\workspace\hivemind\framework\target\generated-xdocs\project-info.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/team-list.html from
C:\workspace\hivemind\framework\target\generated-xdocs\team-list.xml
Transforming user supplied documentation.
[echo] Generating 
C:/workspace/hivemind/framework/target/docs/ant/ConstructRegistry.html from
C:\workspace\hivemind\framework\xdocs\ant\ConstructRegistry.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/ant/index.html from
C:\workspace\hivemind\framework\xdocs\ant\index.xml
[echo] Generating 
C:/workspace/hivemind/framework/target/docs/ant/ManifestClassPath.html from
C:\workspace\hivemind\framework\xdocs\ant\ManifestClassPath.xml
[echo] Generating 
C:/workspace/hivemind/framework/target/docs/ApplicationDefaults.html from
C:\workspace\hivemind\framework\xdocs\ApplicationDefaults.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/BuilderFactory.html 
from
C:\workspace\hivemind\framework\xdocs\BuilderFactory.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/ClassFactory.html 
from
C:\workspace\hivemind\framework\xdocs\ClassFactory.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/FactoryDefaults.html 
from
C:\workspace\hivemind\framework\xdocs\FactoryDefaults.xml
[echo] Generating 
C:/workspace/hivemind/framework/target/docs/LoggingInterceptor.html from
C:\workspace\hivemind\framework\xdocs\LoggingInterceptor.xml
[echo] Generating C:/workspace/hivemind/framework/target/docs/SymbolSource.html 
from
C:\workspace\hivemind\framework\xdocs\SymbolSource.xml
[echo] Generating 
C:/workspace/hivemind/framework/target/docs/ThreadEventNotifier.html from
C:\workspace\hivemind\framework\xdocs\ThreadEventNotifier.xml
[echo] Generating 
C:/workspace/hivemind/framework/target/docs/ThreadLocalStorage.html from
C:\workspace\hivemind\framework\xdocs\ThreadLocalStorage.xml


xdoc:

hivedoc:
[echo] Building Hivedoc ...
[java] Stylesheet file src\xsl\hivemind.xsl does not exist
[java] [ERROR] Java Result: 2

BUILD FAILED
File.. file:/C:/Documents and
Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.1-SNAPSHOT/
Element... maven:reactor
Line.. 69
Column 7
Unable to obtain goal [site] -- file:/C:/workspace/hivemind/framework/:59:60: copy 
Warning: Could
not find file C:\workspace\hivemind\framework\src\xsl\hivemind.css to copy.

Total time: 1 minutes 55 seconds
Finished at: Thu Oct 09 15:50:15 EDT 2003

C:\workspace\hivemind



Is this expected / desired action?  Is there a way I can defeat this, so that the rule 
only affects
my top-level project?

I'm going to try empty goal name=hivedoc/ in my subprojects.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com


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



RE: Does top-level maven.xml affect sub-projects?

2003-10-09 Thread Howard M. Lewis Ship
I found that adding empty hivedoc goals in the sub-projects' maven.xml solved the 
problem.

I think that this stuff is both good and bad; I may use the inheritance to reduce 
cut-and-paste as I
try to assemble as set of distro files from the sub-projects; but I wish there was a 
way to declare
whether a goal, postGoal or preGoal was to be inherited by sub-projects.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

 -Original Message-
 From: Gilles Dodinet [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, October 09, 2003 5:58 PM
 To: Maven Users List
 Subject: Re: Does top-level maven.xml affect sub-projects?
 
 
 Howard,
 
 afaik subprojects inherit from parent maven.xml. this allow 
 to factorize 
 some pre or postgoal. In your case, as you dont want the 
 postgoal to be 
 inherited perhaps you could try to replace postGoal name=site/ by 
 postGoal name=multiproject:site/ or _eventually_ smtg like that :
 
 postGoal name=site
   j:if  test=${pom.artifactId != 'masterAritfactId'}
  attainGoal name=hivedoc/
  /j:if
 /postGoal
 
 -- gd
 
 Howard M. Lewis Ship wrote:
 
 Looks like it does to me.
 
 My top-level maven.xml includes:
 
  postGoal name=site
  attainGoal name=hivedoc/
  /postGoal
  
 
  goal name=hivedoc description=Create HiveDoc from 
 the installed HiveMind JARs.
  !-- Some kind of voodoo magic I picked up from 
 the docbook plugin. --
  echoBuilding Hivedoc .../echo
  
  taskdef name=constructRegistry
  
 classname=org.apache.commons.hivemind.ant.ConstructRegistry
  classpath id=hivemind.jars.classpath
  fileset dir=${maven.repo.local}
  include 
 name=commons-hivemind/jars/*-${pom.currentVersion}.jar/
  /fileset
  /classpath
  /taskdef
  
  constructRegistry output=target/registry.xml
  descriptors refid=hivemind.jars.classpath/
  /constructRegistry
  
  mkdir dir=target/docs/hivedocs/
  
  j:set var=output.dir value=target/docs/hivedocs/
  mkdir dir=${output.dir}/
  java fork=true classname=com.icl.saxon.StyleSheet
  arg line=-o ${output.dir}/index.html/
  arg line=target/registry.xml/
  arg line=src/xsl/hivemind.xsl/
  arg line=base.dir=${output.dir}/
  classpath
  pathelement 
 location=${pom.getDependencyPath('saxon')}/
  /classpath
  /java
  copy todir=${output.dir} 
 file=src/xsl/hivemind.css/
 
  /goal 
 
 
 But what I'm seeing is that in my subproject, the hivedoc 
 rule is being 
 executed as well.
 
 C:\workspace\hivemindmaven multiproject:site
  __  __
 |  \/  |__ _Apache__ ___
 | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
 |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
 
 Starting the reactor...
 Our processing order:
 HiveMind Framework
 HiveMind Library
 +
 | Gathering project list HiveMind Framework
 | Memory: 3M/11M
 +
 +
 | Gathering project list HiveMind Library
 | Memory: 3M/11M
 +
 multiproject:site:
 multiproject:site-init:
 
 multiproject:create-nav:
 [echo] Producing aggregate navigation...
 [echo] Producing user supplied navigation...
 Starting the reactor...
 Our processing order:
 HiveMind Framework
 HiveMind Library
 +
 | Gathering project list HiveMind Framework
 | Memory: 7M/11M
 +
 +
 | Gathering project list HiveMind Library
 | Memory: 7M/11M
 +
 
 multiproject:site-init:
 
 multiproject:create-overview-page:
 [echo] C:\workspace\hivemind\target\generated-xdocs 
 C:\workspace\hivemind\target\generated-xdocs
 [echo] create true
 Starting the reactor...
 Our processing order:
 HiveMind Framework
 HiveMind Library
 +
 | Generating site for  HiveMind Framework
 | Memory: 8M/11M
 +
 
 site:
 xdoc:register-reports:
 maven-javadoc-plugin:register:
 
 maven-jxr-plugin:register:
 
 maven-junit-report-plugin:register:
 
 maven-clover-plugin:register:
 
 
 site:run-reports:
 [echo] Generating the JavaDocs...
 xdoc:init:
 
 maven-javadoc-plugin:report:
 [javadoc] Generating Javadoc
 [javadoc] Javadoc execution
 [javadoc] Loading source file 
 C:\workspace\hivemind

RE: Insert / include contents of files as source in xdoc

2003-10-05 Thread Howard M. Lewis Ship
You could deifne an XML external entity pointing to the file to insert.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

 -Original Message-
 From: Joël Wijngaarde [Us Media] [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, October 04, 2003 5:48 AM
 To: Maven Users List
 Subject: Insert / include contents of files as source in xdoc
 
 
 Hi,
 
 I would like to insert the contents of some files in the xdoc 
 documentation. the files I mean are in located somewhere in 
 the source tree.
 
 Wat I would like to do is something like:
 
 ?xml version=1.0?
 document
 properties
 titleTomcat Configuration/title
 /properties 
 body 
 section name=Context configuration for tomcat
 p
   sourceinclude src=../src/conf/server.xml/source
 /p
 /section
 /body 
 /document
 
 Is this possible?
 
 Regards,
 
 Joel
 
 -- 
 Joël Wijngaarde
 
 
 -
 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]



Why does javadoc intra-links not work?

2003-10-02 Thread Howard M. Lewis Ship
When using Javadoc, links to classes and interfaces within the same project (same 
source code base)
usually show up as hyperlinks.

For instance, from the Ant-built Tapestry docs:

http://jakarta.apache.org/tapestry/doc/api/org/apache/tapestry/IEngine.html#getDataSqueezer()

The return value, DataSqueezer, is is a link to
http://jakarta.apache.org/tapestry/doc/api/org/apache/tapestry/util/io/DataSqueezer.html


However, in my Maven built-documentation, it's not the same:

http://jakarta.apache.org/commons/sandbox/hivemind/commons-hivemind/apidocs/org/apache/commons/hivem
ind/Registry.html#getModule(java.lang.String)

Here, the Module interface (from within the very same Java package) shows up as a 
non-link, with its
full class name spelled out.
Links I create using the [EMAIL PROTECTED] ...} directives work fine.

Any one have a clue as to why this is so and how to fix it?

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com


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



RE: combining maven site subproject results

2003-09-21 Thread Howard M. Lewis Ship
I think you're missing his point; 

For instance, if I have two related subprojects, the Javadoc for each subproject is 
separate; if I
[EMAIL PROTECTED] ...} from one to the other, it doesn't directly cross-link the files 
within the same javadoc
heirarchy.  Maven will help you with the navigation from the master project to the 
sub-projects, but
doesn't magically integrate all the javadoc into a single tree.

Same goes for code xref, test xref, etc.

I don't have a huge issue with this ... its part of the bargain you make (subprojects 
are viable by
themselves, which adds constraints and limitations).

Perhaps the multiproject docs should more visibly express this viability / 
independence issue?

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Sunday, September 21, 2003 6:35 AM
 To: Maven Users List
 Subject: Re: combining maven site subproject results
 
 
 Have you looked at the multiproject plugin?
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 [EMAIL PROTECTED] wrote on 20/09/2003 06:17:04 AM:
 
  
  
  
  
  Does anyone know whether there is a way to run maven site with
 subproject
  directories and then combine the results into one report?
  
  I am trying to mavenize a WSAD J2EE project and have a project with 
  the following subprojects
  
  test
/ testEJB
  /ejbModule
   /testWeb
 /JavaSource
 /TestSource
  
  
  I would like to combine the source files from both projects and 
  display report results on them as if they were one project. 
 I am able 
  to create individual reports within the subprojects but 
 don't know how 
  to combine them.
  
  If you can give me some pointers or send me some sample 
 maven.xml and 
  project.xml files I would appreciate it.
  
  
  Mirek
  
  
  
 -
  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: Multiproject help

2003-09-16 Thread Howard M. Lewis Ship
Is one planned?  Can you give me some clues so I can rough out something in maven.xml?

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Monday, September 15, 2003 7:50 PM
 To: Maven Users List
 Subject: RE: Multiproject help
 
 
 There isn't a multiproject:dist-build yet.
 --
 dIon Gillard, Multitask Consulting
 Blog:  http://blogs.codehaus.org/people/dion/
 
 
 Howard M. Lewis Ship [EMAIL PROTECTED] wrote on 
 16/09/2003 07:28:26 
 AM:
 
  Hm.  I'm now making some progress; still not sure how to build a
  binary / source distribution.
  What's the equivalent of dist:build for multiprojects? I'd like a 
  binary dist that include all the
  jars for all the subprojects ... or do I have to allow each 
  subproject to generate its own dist?
  
  --
  Howard M. Lewis Ship
  Creator, Tapestry: Java Web Components 
  http://jakarta.apache.org/tapestry
  http://jakarta.apache.org/commons/sandbox/hivemind/
  http://javatapestry.blogspot.com
  
   -Original Message-
   From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED]
   Sent: Monday, September 15, 2003 5:02 PM
   To: 'Maven Users List'
   Subject: RE: Multiproject help
   
   
   Ok, I guess you leave the id element out in the top-level
   project.xml.
   
   --
   Howard M. Lewis Ship
   Creator, Tapestry: Java Web Components
   http://jakarta.apache.org/tapestry
   http://jakarta.apache.org/commons/sandbox/hivemind/
   http://javatapestry.blogspot.com
   
-Original Message-
From: Howard M. Lewis Ship [mailto:[EMAIL PROTECTED]
Sent: Monday, September 15, 2003 4:29 PM
To: Maven Users List
Subject: Multiproject help


I'm trying to split up my existing Maven project into a master 
project containing sub-projects.  Is this even the 
 right thing to 
do?

I'm getting the following error:

bash-2.05b$ maven multiproject:site
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

Starting the reactor...
Our processing order:
HiveMind Services and Configuration Microkernel
+
| Gathering project list HiveMind Services and Configuration
Microkernel
| Memory: 3M/11M
+

BUILD FAILED
File.. file:/C:/Documents and

   
 Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.1-SNAPSHO
   T/
Element... fail
Line.. 105
Column 101
You must exclude commons-hivemind:commons-hivemind (the top
level project) from the subproject set Total time: 3 seconds 
Finished at: Mon Sep 15 16:21:39 EDT 2003


What does that mean?

Should my top-level project build the HiveMind framework (in 
advance of child projects building add-ons and examples?)

Couldn't find info in the wiki.

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

   http://jakarta.apache.org/commons/sandbox/hivemind/
   http://javatapestry.blogspot.com
   
   
   
 
   -
   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]
  
 
 
 -
 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]



Multiproject help

2003-09-15 Thread Howard M. Lewis Ship
I'm trying to split up my existing Maven project into a master project containing 
sub-projects.  Is
this even the right thing to do?

I'm getting the following error:

bash-2.05b$ maven multiproject:site
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

Starting the reactor...
Our processing order:
HiveMind Services and Configuration Microkernel
+
| Gathering project list HiveMind Services and Configuration Microkernel
| Memory: 3M/11M
+

BUILD FAILED
File.. file:/C:/Documents and
Settings/Howard/.maven/plugins/maven-multiproject-plugin-1.1-SNAPSHOT/
Element... fail
Line.. 105
Column 101
You must exclude commons-hivemind:commons-hivemind (the top level project) from the 
subproject set
Total time: 3 seconds
Finished at: Mon Sep 15 16:21:39 EDT 2003


What does that mean?

Should my top-level project build the HiveMind framework (in advance of child projects 
building
add-ons and examples?)

Couldn't find info in the wiki.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com


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



RE: Usability issues general ranting

2003-09-11 Thread Howard M. Lewis Ship
Windows XP prof, Sun Jdk 1.4, 512MB ram, Pentium 4

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

 -Original Message-
 From: Rafal Krzewski [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, September 11, 2003 4:47 AM
 To: Maven Users List
 Subject: Re: Usability issues  general ranting
 
 
 Howard M. Lewis Ship wrote:
 
  I still haven't been able to break through on Tapestry, 
 which needs to 
  be a multiproject.  I'm waiting for the RC binaries (because I've 
  never been able to build Maven from source) before I try again.
 
 What platform are you on? Bootstraping Maven from CVS works 
 flawlessly for me most of the time.
 
 R.
 
 
 -
 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 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 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

Building beta-10

2003-08-04 Thread Howard M. Lewis Ship
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]



RE: Fixes and changes for maven 1.0

2003-07-31 Thread Howard M. Lewis Ship
This bug is blocking me from moving Tapestry to Maven.

http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-612

I don't feel that Maven has been flowing in what I would define as a normal alpha, 
beta cycle.
During the beta cycle, Maven has changed singificantly and repeatedly.  By my 
definitions, during
beta, changes should be controlled, local and, hopefully, invisible.  Seems like Maven 
has been
changing much more significantly.


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



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, July 31, 2003 1:51 AM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Fixes and changes for maven 1.0
 
 
 If you have a fix or a change you would like to be in maven 
 1.0, please 
 ensure that:
 
 1) It's in Jira ( 
 http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
 2) it's in the roadmap ( 
 http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030re
port=roadmap 
)

If it's not, it wont be looked at for the release.

There are a whole heap of bugs listed as unscheduled at:

http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truemode=hidepid=10030sorter/order=ASC;
sorter/field=priorityresolutionIds=-1fixfor=-1

These WILL NOT be fixed for Maven 1.0. If you've raised issues and they're 
unscheduled, NOW  is the time to get them in a release.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


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



b-10 and clover

2003-07-29 Thread Howard M. Lewis Ship
Just noticed that the Clover HTML report outputs classes in a seemingly random order.  
Didn't see
this with beta-9.  Has this been noticed before?

--
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]



Maven b10 / reactor / inherited dependencies

2003-07-17 Thread Howard M. Lewis Ship
Still struggling to get Tapestry working with Maven.  I was hoping the multiproject 
stuff would
help.

I define my main dependencies in my master projext.xml, including:


dependency
groupIdjboss/groupId
artifactIdjavassist/artifactId  
version2.5.1/version
/dependency



My sub-project (framework/project.xml) includes the master project.xml and doesn't add 
any
dependencies:

?xml version=1.0 encoding=ISO-8859-1?
!-- $Id: project.xml,v 1.4 2003/06/23 18:40:42 hlship Exp $ --
project
extend${basedir}/../project.xml/extend
idtapestry/id
nameTapestry Framework/name

  description
This is the subproject for the master Tapestry framework.
  /description
  
build
sourceDirectorysrc/sourceDirectory
!-- J A R  R E S O U R C E S --
!-- Resources that are packaged up inside the JAR file --
resources
resource

directory${basedir}/src/java/directory

include**/*.html/include
include**/*.dtd/include
include**/*.script/include
include**/*.jwc/include
include**/*.library/include
include**/*.page/include
include**/*.gif/include
include**/*.css/include

/resource
/resources
/build

  reports
!-- reportmaven-javadoc-plugin/report --
!-- reportmaven-jxr-plugin/report
reportmaven-junit-report-plugin/report  
reportmaven-clover-plugin/report --  
   /reports

/project



A different, simple project of mine, HiveMind, defines Javassist library the same way 
at it works
fine.  Something about adding reactor to the mix is causing



c:\workspace\jakarta-tapestrymaven -X
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10

[DEBUG] Adding reference: maven.dependency.classpath - C:\Documents and
Settings\Howard\.maven\repository\commons-beanutils\jars\commons-beanutils-1.6.1.jar;C:\Documents
and
Settings\Howard\.maven\repository\commons-lang\jars\commons-lang-1.0.jar;C:\Documents 
and
Settings\Howard\.maven\repository\commons-logging\jars\commons-logging-1.0.jar;C:\Doc
uments and
Settings\Howard\.maven\repository\commons-digester\jars\commons-digester-1.4.1.jar;C:\Documents
 and
Settings\Howard\.maven\repository\commons-fileupload\jars\common
s-fileupload-1.0-beta-1.jar;C:\Documents and
Settings\Howard\.maven\repository\commons-collections\jars\commons-collections-2.1.jar;C:\Documents
and Settings\Howard\.maven\rep
ository\oro\jars\oro-2.0.6.jar;C:\Documents and
Settings\Howard\.maven\repository\jboss\jars\javassist-2.5.1.jar;C:\Documents and
Settings\Howard\.maven\repository\bsf\jars\bs
f-2.3.0.jar;C:\Documents and
Settings\Howard\.maven\repository\servletapi\jars\servletapi-2.3.jar;C:\Documents and
Settings\Howard\.maven\repository\ognl\jars\ognl-2.5.1.jar;C
:\Documents and Settings\Howard\.maven\repository\log4j\jars\log4j-1.2.6.jar
[DEBUG] Adding reference: maven-classpath -
[DEBUG] Adding reference: maven.dependency.classpath -
[DEBUG] Adding reference: maven-classpath -
[DEBUG] Adding reference: maven.dependency.classpath - C:\Documents and
Settings\Howard\.maven\repository\ant\jars\ant-1.5.1.jar;C:\Documents and
Settings\Howard\.maven\repos
itory\dom4j\jars\dom4j-1.4-dev-7.jar;C:\Documents and
Settings\Howard\.maven\repository\commons-jelly\jars\commons-jelly-20030211.141339.jar;C:\Documents
and Settings\Howard\.
maven\repository\commons-jelly\jars\commons-jelly-tags-validate-20030211.143411.jar;C:\Documents
 and
Settings\Howard\.maven\repository\commons-jelly\jars\commons-jelly-tags-xm
l-20030211.142705.jar;C:\Documents and
Settings\Howard\.maven\repository\junit\jars\junit-3.8.1.jar;C:\Documents and
Settings\Howard\.maven\repository\maven\jars\maven.jar;C:\
Documents and 
Settings\Howard\.maven\repository\xml-apis\jars\xml-apis-1.0.b2.jar;C:\Documents and
Settings\Howard\.maven\repository\isorelax\jars\isorelax-20020414.jar;C:\Doc
uments and Settings\Howard\.maven\repository\msv\jars\msv-20020414.jar;C:\Documents and
Settings\Howard\.maven\repository\relaxngDatatype\jars\relaxngDatatype-20020414.jar
[DEBUG] Adding reference: maven-classpath -
[DEBUG] Adding reference: maven.dependency.classpath - C:\Documents and
Settings\Howard\.maven\repository\ant\jars\ant-1.5.1.jar;C:\Documents and
Settings\Howard\.maven\repos
itory\dom4j\jars\dom4j-1.4-dev-8.jar;C:\Documents and
Settings\Howard\.maven\repository\commons-grant\jars\commons-grant-1.0-beta-4.jar;C:\Documents
 and
Settings\Howard\.maven