Ugh. Solved by adjusting sourceDir. (sourceDir was TLD of package, when it should have been just '.').
Aaron On Tue, 19 Nov 2002, Aaron Hamid wrote: > Ok, after seeing maven.mode.online and maven.remote.repo.enabled properties at > http://jakarta.apache.org/turbine/maven/reference/user-guide.html#Behavioural >Properties (yet no actual docs describing what they do), I set those properties in a >project.properties file, both to false. That allows site:generate to continue, but >then I get: > > checkstyle: > > changelog:generate: > [echo] The Changelog is available in the online mode only. > > changelog: > > init-dvsl-tag: > > activity:generate: > [echo] The Activity report is only available in online mode. > > activity: > > javadoc:generate: > [mkdir] Created dir: C:\Dev\Projects\PERSIS~1\target\docs\apidocs > > [ERROR] BUILD FAILED > [ERROR] File...... C:\Dev\Maven\plugins\maven-javadoc-plugin-1.0\plugin.jelly > [ERROR] Element... javadoc > [ERROR] Line...... 60 > [ERROR] Column.... 52 > [ERROR] No source files and no packages have been specified. > Total time: 11 seconds > > I do have a <package> tag in my project.xml. My repository points to a CVS pserver >on a nonstandard port (2405), and anonymous user (which probably doesn't exist >because the pserver is not public). I assume this is what held up Maven, and turning >this off allowed it to continue, but now I'm stuck on this JavaDoc thing. > > Aaron > > (my repository connection > > [EMAIL PROTECTED] wrote: > > Can anybody help me here. I am using the latest Maven (1.0-beta7) and > > during site:generate, Maven just HANGS there doing nothing (but > > apparently using some CPU?): > > > > C:\Dev\Projects\PERSIS~1>c:\dev\maven\bin\maven site:generate > > __ __ > > | \/ |__ Jakarta _ ___ > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-7 > > > > C:\Dev\Projects\PERSIS~1 > > > > site:generate: > > init-dvsl-tag: > > > > jdepend:generate-report: > > java:prepare-filesystem: > > > > java:compile: > > [javac] Compiling 29 source files to > > C:\Dev\Projects\PERSIS~1\target\classes > > [javac] [ERROR] Note: Some input files use or override a deprecated API. > > [javac] [ERROR] Note: Recompile with -deprecation for details. > > > > Loading stylesheet C:\Dev\Maven\plugins\maven-jdepend-plugin-1.1\jdepend.dvsl > > In file C:\Dev\Projects\PERSIS~1\target\jdepend-raw-report.xml time: > > 1037719879583 > > Out file > > C:\Dev\Projects\PERSIS~1\target\generated-xdocs\jdepend-report.xml time: > > 1037719387083 > > Style file C:\Dev\Maven\plugins\maven-jdepend-plugin-1.1\jdepend.dvsl > > time: 1033439714000 > > Processing C:\Dev\Projects\PERSIS~1\target\jdepend-raw-report.xml to > > C:\Dev\Projects\PERSIS~1\target\generated-xdocs\jde > > pend-report.xml > > Processed C:\Dev\Projects\PERSIS~1\target\jdepend-raw-report.xml in 110 ms. > > > > jdepend: > > > > checkstyle:check-license-file: > > init-dvsl-tag: > > > > checkstyle:generate-report: > > [echo] Using > > C:\Dev\Maven\plugins\maven-checkstyle-plugin-1.1/turbine-checkstyle.properties for >checkstyle ... > > Loading stylesheet > > C:\Dev\Maven\plugins\maven-checkstyle-plugin-1.1\checkstyle.dvsl > > In file C:\Dev\Projects\PERSIS~1\target\checkstyle-raw-report.xml time: > > 1037719881692 > > Out file > > C:\Dev\Projects\PERSIS~1\target\generated-xdocs\checkstyle-report.xml > > time: 1037719388770 > > Style file > > C:\Dev\Maven\plugins\maven-checkstyle-plugin-1.1\checkstyle.dvsl time: > > 1033439720000 > > Processing C:\Dev\Projects\PERSIS~1\target\checkstyle-raw-report.xml to > > C:\Dev\Projects\PERSIS~1\target\generated-xdocs\ > > checkstyle-report.xml > > Processed C:\Dev\Projects\PERSIS~1\target\checkstyle-raw-report.xml in > > 625 ms. > > > > > > ^--------------------- Sits here forever > > > > Anybody know what could be going on? This is highly annoying as Maven > > looks really cool, but I cannot make any more progress. :( > > > > windows 2000, Sun JDK 1.3.1_02, MAVEN_HOME is set to c:\dev\maven if > > that matters. I have tried with Turbine checkstyle, and > > commenting/uncommenting siteAddress and siteDirectory, nothing changes. > > Compile/Jar works fine. > > > > Aaron > > > > -- > > To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
