Trouble specifying my dependencies/JAR override

2003-09-19 Thread Mike . McGowan
I'm trying to use the JAR over-ride feature wh/ I have enabled in the
project.properties file.Below is a project.xml snippet with the
generated output.  Please tell me that I've got something obviously wrong
in my dependency grammar.  (My XML editor confirms that the entire
project.xml is well-formed).  TIA



  java/thirdparty/lawson
  navigator
  jar
  0.9.1
  http://cvs.lawson.com/



generates the follwing output

 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10

java.lang.NullPointerException
at
org.apache.maven.project.Project.standardToLegacyId(Project.java:1587)
at
org.apache.maven.ArtifactListBuilder.build(ArtifactListBuilder.java:95)
at
org.apache.maven.project.Project.buildArtifactList(Project.java:1469)
at org.apache.maven.project.Project.initialize(Project.java:1292)
at org.apache.maven.MavenUtils.getProject(MavenUtils.java:249)
at org.apache.maven.MavenUtils.getProject(MavenUtils.java:160)
at
org.apache.maven.MavenSession.initializeRootProject(MavenSession.java:324)
at org.apache.maven.MavenSession.initialize(MavenSession.java:234)
at org.apache.maven.cli.App.doMain(App.java:514)
at org.apache.maven.cli.App.main(App.java:1088)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:543)
at com.werken.forehead.Forehead.main(Forehead.java:573)
Total time:  4 seconds

Mike McGowan
[EMAIL PROTECTED]



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



site demployment - ssh

2003-09-15 Thread Mike . McGowan
Thanks to those on the list that have got me this far.   I'm now
successfully generating my project's site to completion.   Next question
though is in the site:deploy goal.  I'm running on a W2K box, that did not
have an ssh utility.   I downloaded a freebie and configured my
build.properties "maven.ssh.executable" to point to it.   Maven seems to
hang waiting for a password for the login I'm using to my Linux box.

Suggestions as to what additional maven property for my password, or a
specific ssh utility that I can use on Windows?


Thanks again in advance,
Mike McGowan
[EMAIL PROTECTED]



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



Maven Newbie: site:generate question.

2003-09-15 Thread Mike . McGowan
Just getting started with Maven.   Currently using CruiseControl for our
builds.   I wanted to start with the site generation capabilities and that
back stitch our build with maven where applicable.   I get the following
whenever I use the site:generate goal or site:publish goal.   "generate"
gives me most of the generated documents, but publish stops with the same
error and nothing gets pushed to my server.

[echo] Generating C:/maven/skade/target/docs/faq.html from
C:\maven\skade\target\generated-xdocs\faq.xml
Transforming user supplied documentation.

  [echo] Generating C::/maven/skade/target/docs/tasks.html from
C::/maven/skade\xdocs\tasks.xml

BuiILD FAILED
file.. file:/C:/Documents and
Settings/3665/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/
element... x:parse
line.. 315
column 43
error on line -1 of document  : Premature end of file. Nested exception:
Premature end of file.
total time:  18 seconds

Suggestions? TIA.

Mike McGowan
[EMAIL PROTECTED]



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