You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sh...@ieee.org on 2003/09/09 03:43:15 UTC

[console] reloading project.xml and clean after javadoc

Hi,

I've found Maven a few days ago and am now playing around with it.
# This is really cool stuff, BTW

I've came across two questions regarding the console-plugin.


1. Is it possible to reload the project.xml?
Google told me this:
    http://www.mail-archive.com/turbine-maven-user@jakarta.apache.org/msg01554.html
But this is like an year ago.
Does anybody know if there's been any progress?


2. When I "clean" after I "javadoc", I fail.
Google didn't give me an answer for this one...

Here's what I did. (the dollar sign is the command prompt)
Step 1. create a maven project
    $ maven -Dpackage=maventest genapp
Step 2. use the console
    $ maven console
Step 3. create the javadoc
    $ javadoc
Step 4. clean up everything
    $ clean
This is where I got this:
    [delete] Deleting directory E:\cygwin\home\shinobu\maventest\target
org.apache.commons.jelly.JellyTagException: file:/C:/Documents and Settings/shin
obu/.maven/plugins/maven-clean-plugin-1.1-SNAPSHOT/:12:43: <ant:delete> Unable t
o delete file E:\cygwin\home\shinobu\maventest\target\javadoc\report.txt

It seems like something is holding the file.
Once I "quit" the console, I can do a "maven clean", so I guess the
console-plugin and the javadoc-plugin together are doing something bad.


Here's my platform information:
    Win2KSP4 + j2sdk1.4.2 + maven-1.0-beta-10 + cygwin
`uname -a` results:
    CYGWIN_NT-5.0 kawai-r40 1.3.22(0.78/3/2) 2003-03-18 09:20 i686 unknown unknown Cygwin
`bash --version` results:
    GNU bash, version 2.05b.0(9)-release (i686-pc-cygwin)


TIA -- Shinobu

-- 
Shinobu Kawai <sh...@ieee.org>




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org