Re: Build Failed

2020-03-19 Thread Tibor Digana
Enable the debug logs in Maven (i.e. mvn -X install) and read the logs
around when Downloading...
You may find the root cause this way.
T

On Thu, Mar 19, 2020 at 12:53 PM Robert Manikonda 
wrote:

> Hi
>  Please check the attached error and im unable to build maven project
>
> Thanks
>
> Br//
> Robert M
> --
>
>
>
>
> Thanks & Regards
> Robert Manikonda
> 7013207511
>


Re: Build Failed

2020-03-19 Thread Tomo Suzuki
In the command prompt, would you run
ping repo.maven.apache.org
and
ping repo1.maven.org
and share the result?


On Thu, Mar 19, 2020 at 08:07 John Patrick  wrote:

> Did it previously work from this machine?
> Are you being a firewall or proxy server?
> What version of maven are you using?
> What version of Java are you using?
>
> I've just deleted org/apache/maven from my local repository and it
> downloaded fine.
>
> If you go to other websites do they work? i.e. are you on a public wifi
> and it's doing captive portal before allowing you to access the internet...
>
> John
>
>
>
> On Thu, 19 Mar 2020 at 11:53, Robert Manikonda 
> wrote:
>
>> Hi
>>  Please check the attached error and im unable to build maven project
>>
>> Thanks
>>
>> Br//
>> Robert M
>> --
>>
>>
>>
>>
>> Thanks & Regards
>> Robert Manikonda
>> 7013207511
>>
> --
Regards,
Tomo


Re: Build Failed

2020-03-19 Thread John Patrick
Did it previously work from this machine?
Are you being a firewall or proxy server?
What version of maven are you using?
What version of Java are you using?

I've just deleted org/apache/maven from my local repository and it
downloaded fine.

If you go to other websites do they work? i.e. are you on a public wifi and
it's doing captive portal before allowing you to access the internet...

John



On Thu, 19 Mar 2020 at 11:53, Robert Manikonda 
wrote:

> Hi
>  Please check the attached error and im unable to build maven project
>
> Thanks
>
> Br//
> Robert M
> --
>
>
>
>
> Thanks & Regards
> Robert Manikonda
> 7013207511
>


Re: Atlas-create-jira-plugin (Build failed)

2018-05-23 Thread Anders Hammar
There is a guide to using proxies in Maven [1], but the plugin in question
doesn't necessary use that setting. I would recommend that you ask in the
Atlassian community.

[1] https://maven.apache.org/guides/mini/guide-proxies.html

/Anders

On Wed, May 23, 2018 at 7:30 AM Denisa Claudia  wrote:

> Hello,
>
> I am trying to create a jira plugin, but the build is failing. I think I
> need to add some proxy configuration in settings.xml. In my company, we
> have a automatic proxy configuration script and there is no proxy host/ip
> configuration. In these case how do I setup the proxy configuration in
> settings.xml?
>
>
> Have a splendid day! :)
>
> Denisa
>


Atlas-create-jira-plugin (Build failed)

2018-05-22 Thread Denisa Claudia
Hello,

I am trying to create a jira plugin, but the build is failing. I think I
need to add some proxy configuration in settings.xml. In my company, we
have a automatic proxy configuration script and there is no proxy host/ip
configuration. In these case how do I setup the proxy configuration in
settings.xml?


Have a splendid day! :)

Denisa


BUILD FAILED - apache-maven-3.2.1

2014-04-22 Thread Ewerton Belchior
Dear Maven developers,

I am trying to install apache-maven-3.2.1
http://ftp.unicamp.br/pub/apache/maven/maven-3/3.2.1/source/apache-maven-3.2.1-src.tar.gz

with the following variables

export M2_HOME=/opt/apache-maven-3-2-1-SNAPSHOT
PATH=$M2_HOME/bin:$PATH

under linux and I am getting the error below. Could you please help me
installing Maven?

Regards,
Ewerton

--
ewerton@deb6:/opt/apache-maven-3.2.1$ ant
Buildfile: /opt/apache-maven-3.2.1/build.xml

clean-bootstrap:

initTaskDefs:
 [echo] Building Apache Maven ...

isMavenHomeSet:

init:
 [echo] maven.home = /opt/apache-maven-3-2-1-SNAPSHOT
 [echo] maven.repo.local = /home/ewerton/.m2/repository
 [echo] distributionId = apache-maven
 [echo] distributionName = Apache Maven
 [echo] distributionDirectory = apache-maven

prompt-maven-home-exists:
[input] WARNING:
[input] The specified target directory
[input]   /opt/apache-maven-3-2-1-SNAPSHOT
[input] already exists. It will be deleted and overwritten by the build.
[input] Do you want to continue? (yes, [no])
yes

pull:
 [copy] Copying 1 file to /opt/apache-maven-3.2.1
   [delete] Deleting: /opt/apache-maven-3.2.1/dependencies.xml

generate-sources:
[mkdir] Created dir: /opt/apache-maven-3.2.1/bootstrap/target
[mkdir] Created dir:
/opt/apache-maven-3.2.1/bootstrap/target/generated-sources
  [modello] Generating sources for maven-model/src/main/mdo/maven.mdo
  [modello] Generating sources for
maven-plugin-api/src/main/mdo/lifecycle.mdo
  [modello] Generating sources for
maven-model-builder/src/main/mdo/profiles.mdo
  [modello] Generating sources for maven-settings/src/main/mdo/settings.mdo
  [modello] Generating sources for maven-core/src/main/mdo/toolchains.mdo
  [modello] Generating sources for
maven-repository-metadata/src/main/mdo/metadata.mdo
  [modello] Generating sources for maven-compat/src/main/mdo/profiles.mdo
  [modello] Generating sources for maven-compat/src/main/mdo/paramdoc.mdo

compile-boot:
[mkdir] Created dir: /opt/apache-maven-3.2.1/bootstrap/target/classes
[javac] Compiling 742 source files to
/opt/apache-maven-3.2.1/bootstrap/target/classes
[javac] failed to read ecj.jar (reconfigure with --with-ecj-jar):
/usr/share/java/eclipse-ecj.jar
[javac] failed to load org.eclipse.jdt.internal.compiler.batch.Main
from ecj.jar: /usr/share/java/eclipse-ecj.jar
[javac] java.lang.ClassNotFoundException:
org.eclipse.jdt.internal.compiler.batch.Main not found in
java.net.URLClassLoader{urls=[file:/usr/share/java/eclipse-ecj.jar],
parent=gnu.gcj.runtime.SystemClassLoader{urls=[file:/usr/share/ant/lib/ant-launcher.jar,file:/usr/share/java/xmlParserAPIs.jar,file:/usr/share/java/xercesImpl.jar],
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}}
[javac]at java.net.URLClassLoader.findClass(libgcj.so.10)
[javac]at java.lang.ClassLoader.loadClass(libgcj.so.10)
[javac]at java.lang.ClassLoader.loadClass(libgcj.so.10)
[javac]at com.sun.tools.javac.Main.clinit(Main.java:91)
[javac]at java.lang.Class.initializeClass(libgcj.so.10)
[javac]at java.lang.Class.forName(libgcj.so.10)
[javac]at java.lang.Class.forName(libgcj.so.10)
[javac]at
org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.doesModernCompilerExist(CompilerAdapterFactory.java:165)
[javac]at
org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler(CompilerAdapterFactory.java:124)
[javac]at
org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1088)
[javac]at
org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:906)
[javac]at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
[javac]at java.lang.reflect.Method.invoke(libgcj.so.10)
[javac]at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[javac]at org.apache.tools.ant.Task.perform(Task.java:348)
[javac]at org.apache.tools.ant.Target.execute(Target.java:390)
[javac]at org.apache.tools.ant.Target.performTasks(Target.java:411)
[javac]at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1360)
[javac]at
org.apache.tools.ant.Project.executeTarget(Project.java:1329)
[javac]at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[javac]at
org.apache.tools.ant.Project.executeTargets(Project.java:1212)
[javac]at org.apache.tools.ant.Main.runBuild(Main.java:801)
[javac]at org.apache.tools.ant.Main.startAnt(Main.java:218)
[javac]at
org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
[javac]at
org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

BUILD FAILED
/opt/apache-maven-3.2.1/build.xml:226: java.lang.ExceptionInInitializerError
   at java.lang.Class.initializeClass(libgcj.so.10)
   at java.lang.Class.forName(libgcj.so.10)
   at java.lang.Class.forName

Re: BUILD FAILED - apache-maven-3.2.1

2014-04-22 Thread Wayne Fay
 I am trying to install apache-maven-3.2.1
 http://ftp.unicamp.br/pub/apache/maven/maven-3/3.2.1/source/apache-maven-3.2.1-src.tar.gz

No, you are trying to BUILD Maven 3.2.1. If you simply want to install
it, grab the binaries.

Who's JDK/JVM are you using and what version is it?

Wayne

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



Surefire Error: all test passes but still build failed for test failure

2008-02-29 Thread Gopal Patwa

The report says all the test passes but build still failed for test failures.
Does any one know what this mean?

maven 2.0.8 and TestNG 5.0.2 (jdk15_09)

Thanks
Gopal

[INFO] Surefire report directory:
C:\depo-repo\geneva\keystone\vault-inventory\application\commons\target\surefire-reports

Forking command line: C:\nospaceapps\jdk15\jre\bin\java -Xmx1024m -classpath
C:\nospaceapps\.m2\repository\org\apache\maven\surefire\surefire-booter\2.8-SNAPSHOT\surefire-booter-2.8-SNAPSHOT.jar;C:\nospaceapps\.m2\repository\org\apache\maven\surefire\surefire-api\2.8-SNAPSHOT\surefire-api-2.8-SNAPSHOT.jar;C:\nospaceapps\.m2\repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\nospaceapps\.m2\repository\commons-lang\commons-lang\2.1\commons-lang-2.1.jar;C:\nospaceapps\.m2\repos

itory\org\testng\testng\5.0.2\testng-5.0.2-jdk15.jar;C:\nospaceapps\.m2\repository\junit\junit\3.8.1\junit-3.8.1.jar
org.apache.maven.surefire.booter.SurefireBooter
C:\DOCUME~1\dbeaver\LOCALS~1\Temp\surefire9580tmp
C:\DOCUME~1\dbeaver\LOCALS~1\Temp\surefire9581tmp

The system cannot find the path specified.

 

---

 T E S T S

---

Running com.liquid.util.file.FilenameTest

Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec

Running com.liquid.util.file.filesystem.FileSystemConnectorTest

Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec

com.liquid.util.file.filesystem.FileSystemConnectorTest: failed to remove
test directory FileSystemConnectorTest-testcase-dbeaver-1204334543896-0 from
FTP Server. Please remove manually.

Running com.liquid.util.file.ftp.FtpCredentialsTest

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec

Running com.liquid.util.file.FileInformationTest

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec

 

Results :

 

Tests run: 60, Failures: 0, Errors: 0, Skipped: 0

 

[INFO]


[ERROR] BUILD FAILURE

[INFO]


[INFO] There are test failures.

[INFO]


[DEBUG] Trace

org.apache.maven.BuildFailureException: There are test failures.

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:560)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)

at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:333)

at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:126)

at org.apache.maven.cli.MavenCli.main(MavenCli.java:282)

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:585)

at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)

at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)

at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

Caused by: org.apache.maven.plugin.MojoFailureException: There are test
failures.

at
org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:428)

at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:447)

at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)

... 16 more

[INFO]


[INFO] Total time: 13 seconds

[INFO] Finished at: Fri Feb 29 17:22:24 PST 2008

[INFO] Final Memory: 12M/21M

[INFO]



-- 
View this message in context: 
http://www.nabble.com/Surefire-Error%3A-all-test-passes-but-still-build-failed-for-test-failure-tp15769044s177p15769044.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Build Failed For 521889

2007-03-27 Thread Joakim Erdfelt
Wow. that's ugly!

The lack of STDOUT or STDERR output on this error is troubling.
Can you delete your $HOME/.m2/repository/jpox/jpox-enhancer/* files and
try again?
If it still fails, I'd like for you to run mvn --debug clean install
and see if there is anymore STDOUT or STDERR output.

- Joakim Erdfelt

dvicente wrote:
 i try to build Archiva and it fails during Building Archiva Standard
 Reports because :

 [INFO] [jpox:enhance {execution: default}]
 [DEBUG] Classes Dir is :
 C:\PIC\projects\Archiva\archiva-reports-standard\target\classes
 [DEBUG] Executing command line:
 [DEBUG] java -cp
 C:\PIC\projects\Archiva\archiva-reports-standard\target\classes;C:\PIC\maven-repo-sonate\org\apache\maven\maven-profile\2.0.5\maven-profile-2.0.5.jar;C:\PIC\maven-repo-sonate\javax\transaction\jta\1.0.1B\jta-1.0.1B.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-classworlds\1.2-alpha-7\plexus-classworlds-1.2-alpha-7.jar;C:\PIC\projects\Archiva\archiva-repository-layer\target\classes;C:\PIC\maven-repo-sonate\javax\jdo\jdo2-api\2.0\jdo2-api-2.0.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-project\2.0.5\maven-project-2.0.5.jar;C:\PIC\maven-repo-sonate\log4j\log4j\1.2.8\log4j-1.2.8.jar;C:\PIC\maven-repo-sonate\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-component-api\1.0-alpha-19\plexus-component-api-1.0-alpha-19.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\cache\plexus-cache-ehcache\1.0-alpha-2-SNAPSHOT\plexus-cache-ehcache-1.0-alpha-2-SNAPSHOT.jar;C:\PIC\maven-repo-sonate\javax\resource\connector\1.0\connector-1.0.jar;C:\PIC\maven-repo-sonate\org\slf4j\slf4j-log4j12\1.2\slf4j-log4j12-1.2.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-model\2.0.5\maven-model-2.0.5.jar;C:\PIC\maven-repo-sonate\org\apache\lucene\lucene-core\2.0.0\lucene-core-2.0.0.jar;C:\PIC\projects\Archiva\archiva-discoverer\target\classes;C:\PIC\maven-repo-sonate\org\apache\maven\maven-artifact\2.0.5\maven-artifact-2.0.5.jar;C:\PIC\projects\Archiva\archiva-common\target\archiva-common-1.0-SNAPSHOT.jar;C:\PIC\maven-repo-sonate\org\apache\maven\wagon\wagon-provider-api\1.0-beta-2\wagon-provider-api-1.0-beta-2.jar;C:\PIC\maven-repo-sonate\geronimo-spec\geronimo-spec-jta\1.0.1B-rc2\geronimo-spec-jta-1.0.1B-rc2.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-settings\2.0.5\maven-settings-2.0.5.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-digest\1.0\plexus-digest-1.0.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-utils\1.4\plexus-utils-1.4.jar;C:\PIC\maven-repo-sonate\commons-lang\commons-lang\2.2\commons-lang-2.2.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-container-default\1.0-alpha-20\plexus-container-default-1.0-alpha-20.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-repository-metadata\2.0.5\maven-repository-metadata-2.0.5.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-jdo2\1.0-alpha-8\plexus-jdo2-1.0-alpha-8.jar;C:\PIC\maven-repo-sonate\org\slf4j\slf4j-api\1.2\slf4j-api-1.2.jar;C:\PIC\projects\Archiva\archiva-indexer\target\classes;C:\PIC\maven-repo-sonate\commons-collections\commons-collections\3.2\commons-collections-3.2.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\cache\plexus-cache-api\1.0-alpha-2-SNAPSHOT\plexus-cache-api-1.0-alpha-2-SNAPSHOT.jar;C:\PIC\maven-repo-sonate\net\sf\ehcache\ehcache\1.2.4\ehcache-1.2.4.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-artifact-manager\2.0.5\maven-artifact-manager-2.0.5.jar;C:\PIC\maven-repo-sonate\commons-io\commons-io\1.2\commons-io-1.2.jar;C:\PIC\maven-repo-sonate\jpox\jpox\1.1.7\jpox-1.1.7.jar;C:\PIC\maven-repo-sonate\geronimo-spec\geronimo-spec-jta\1.0.1B-rc2\geronimo-spec-jta-1.0.1B-rc2.jar;C:\PIC\maven-repo-sonate\javax\transaction\jta\1.0.1B\jta-1.0.1B.jar;C:\PIC\maven-repo-sonate\org\apache\bcel\bcel\5.2\bcel-5.2.jar;C:\PIC\maven-repo-sonate\javax\resource\connector\1.0\connector-1.0.jar;C:\PIC\maven-repo-sonate\javax\jdo\jdo2-api\2.0\jdo2-api-2.0.jar;C:\PIC\maven-repo-sonate\jakarta-regexp\jakarta-regexp\1.4\jakarta-regexp-1.4.jar;C:\PIC\maven-repo-sonate\jpox\jpox-enhancer\1.1.7\jpox-enhancer-1.1.7.jar;C:\PIC\maven-repo-sonate\ant\ant\1.6\ant-1.6.jar;C:\PIC\maven-repo-sonate\log4j\log4j\1.2.8\log4j-1.2.8.jar;C:\PIC\maven-repo-sonate\jpox\jpox\1.1.7\jpox-1.1.7.jar;C:\PIC\maven-2.0.5\core\plexus-container-default-1.0-alpha-9.jar;C:\PIC\maven-2.0.5\core\plexus-utils-1.1.jar;C:\PIC\maven-2.0.5\lib\maven-artifact-2.0.5.jar;C:\PIC\maven-2.0.5\lib\maven-plugin-api-2.0.5.jar
 -Dlog4j.configuration=jar:file:/C:/PIC/maven-repo-sonate/org/codehaus/mojo/jpox-maven-plugin/1.1.7-SNAPSHOT/jpox-maven-plugin-1.1.7-SNAPSHOT.jar!/log4j.configuration
 org.jpox.enhancer.JPOXEnhancer -v
 C:\PIC\projects\Archiva\archiva-reports-standard\target\classes\org\apache\maven\archiva\reporting\model\package.jdo
 [DEBUG] Exit code: 1
 [DEBUG] 
 [DEBUG]  Standard output from the JPox enhancer tool:
 [DEBUG] 
 [INFO] 
 [DEBUG] 

Re: Build Failed For 521889

2007-03-27 Thread dvicente

it was just a problem of classpath's length.

i made a shared directory with my repository as root disk and it's ok.
 thanks

Joakim Erdfelt-2 wrote:
 
 Wow. that's ugly!
 
 The lack of STDOUT or STDERR output on this error is troubling.
 Can you delete your $HOME/.m2/repository/jpox/jpox-enhancer/* files and
 try again?
 If it still fails, I'd like for you to run mvn --debug clean install
 and see if there is anymore STDOUT or STDERR output.
 
 - Joakim Erdfelt
 
 dvicente wrote:
 i try to build Archiva and it fails during Building Archiva Standard
 Reports because :

 [INFO] [jpox:enhance {execution: default}]
 [DEBUG] Classes Dir is :
 C:\PIC\projects\Archiva\archiva-reports-standard\target\classes
 [DEBUG] Executing command line:
 [DEBUG] java -cp
 C:\PIC\projects\Archiva\archiva-reports-standard\target\classes;C:\PIC\maven-repo-sonate\org\apache\maven\maven-profile\2.0.5\maven-profile-2.0.5.jar;C:\PIC\maven-repo-sonate\javax\transaction\jta\1.0.1B\jta-1.0.1B.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-classworlds\1.2-alpha-7\plexus-classworlds-1.2-alpha-7.jar;C:\PIC\projects\Archiva\archiva-repository-layer\target\classes;C:\PIC\maven-repo-sonate\javax\jdo\jdo2-api\2.0\jdo2-api-2.0.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-project\2.0.5\maven-project-2.0.5.jar;C:\PIC\maven-repo-sonate\log4j\log4j\1.2.8\log4j-1.2.8.jar;C:\PIC\maven-repo-sonate\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-component-api\1.0-alpha-19\plexus-component-api-1.0-alpha-19.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\cache\plexus-cache-ehcache\1.0-alpha-2-SNAPSHOT\plexus-cache-ehcache-1.0-alpha-2-SNAPSHOT.jar;C:\PIC\maven-repo-sonate\javax\resource\connector\1.0\connector-1.0.jar;C:\PIC\maven-repo-sonate\org\slf4j\slf4j-log4j12\1.2\slf4j-log4j12-1.2.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-model\2.0.5\maven-model-2.0.5.jar;C:\PIC\maven-repo-sonate\org\apache\lucene\lucene-core\2.0.0\lucene-core-2.0.0.jar;C:\PIC\projects\Archiva\archiva-discoverer\target\classes;C:\PIC\maven-repo-sonate\org\apache\maven\maven-artifact\2.0.5\maven-artifact-2.0.5.jar;C:\PIC\projects\Archiva\archiva-common\target\archiva-common-1.0-SNAPSHOT.jar;C:\PIC\maven-repo-sonate\org\apache\maven\wagon\wagon-provider-api\1.0-beta-2\wagon-provider-api-1.0-beta-2.jar;C:\PIC\maven-repo-sonate\geronimo-spec\geronimo-spec-jta\1.0.1B-rc2\geronimo-spec-jta-1.0.1B-rc2.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-settings\2.0.5\maven-settings-2.0.5.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-digest\1.0\plexus-digest-1.0.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-utils\1.4\plexus-utils-1.4.jar;C:\PIC\maven-repo-sonate\commons-lang\commons-lang\2.2\commons-lang-2.2.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-container-default\1.0-alpha-20\plexus-container-default-1.0-alpha-20.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-repository-metadata\2.0.5\maven-repository-metadata-2.0.5.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-jdo2\1.0-alpha-8\plexus-jdo2-1.0-alpha-8.jar;C:\PIC\maven-repo-sonate\org\slf4j\slf4j-api\1.2\slf4j-api-1.2.jar;C:\PIC\projects\Archiva\archiva-indexer\target\classes;C:\PIC\maven-repo-sonate\commons-collections\commons-collections\3.2\commons-collections-3.2.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\cache\plexus-cache-api\1.0-alpha-2-SNAPSHOT\plexus-cache-api-1.0-alpha-2-SNAPSHOT.jar;C:\PIC\maven-repo-sonate\net\sf\ehcache\ehcache\1.2.4\ehcache-1.2.4.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-artifact-manager\2.0.5\maven-artifact-manager-2.0.5.jar;C:\PIC\maven-repo-sonate\commons-io\commons-io\1.2\commons-io-1.2.jar;C:\PIC\maven-repo-sonate\jpox\jpox\1.1.7\jpox-1.1.7.jar;C:\PIC\maven-repo-sonate\geronimo-spec\geronimo-spec-jta\1.0.1B-rc2\geronimo-spec-jta-1.0.1B-rc2.jar;C:\PIC\maven-repo-sonate\javax\transaction\jta\1.0.1B\jta-1.0.1B.jar;C:\PIC\maven-repo-sonate\org\apache\bcel\bcel\5.2\bcel-5.2.jar;C:\PIC\maven-repo-sonate\javax\resource\connector\1.0\connector-1.0.jar;C:\PIC\maven-repo-sonate\javax\jdo\jdo2-api\2.0\jdo2-api-2.0.jar;C:\PIC\maven-repo-sonate\jakarta-regexp\jakarta-regexp\1.4\jakarta-regexp-1.4.jar;C:\PIC\maven-repo-sonate\jpox\jpox-enhancer\1.1.7\jpox-enhancer-1.1.7.jar;C:\PIC\maven-repo-sonate\ant\ant\1.6\ant-1.6.jar;C:\PIC\maven-repo-sonate\log4j\log4j\1.2.8\log4j-1.2.8.jar;C:\PIC\maven-repo-sonate\jpox\jpox\1.1.7\jpox-1.1.7.jar;C:\PIC\maven-2.0.5\core\plexus-container-default-1.0-alpha-9.jar;C:\PIC\maven-2.0.5\core\plexus-utils-1.1.jar;C:\PIC\maven-2.0.5\lib\maven-artifact-2.0.5.jar;C:\PIC\maven-2.0.5\lib\maven-plugin-api-2.0.5.jar
 -Dlog4j.configuration=jar:file:/C:/PIC/maven-repo-sonate/org/codehaus/mojo/jpox-maven-plugin/1.1.7-SNAPSHOT/jpox-maven-plugin-1.1.7-SNAPSHOT.jar!/log4j.configuration
 org.jpox.enhancer.JPOXEnhancer -v
 C:\PIC\projects\Archiva\archiva-reports-standard\target\classes\org\apache\maven\archiva\reporting\model\package.jdo
 

Re: Build Failed For 521889

2007-03-26 Thread dvicente

i try to build Archiva and it fails during Building Archiva Standard
Reports because :

[INFO] [jpox:enhance {execution: default}]
[DEBUG] Classes Dir is :
C:\PIC\projects\Archiva\archiva-reports-standard\target\classes
[DEBUG] Executing command line:
[DEBUG] java -cp
C:\PIC\projects\Archiva\archiva-reports-standard\target\classes;C:\PIC\maven-repo-sonate\org\apache\maven\maven-profile\2.0.5\maven-profile-2.0.5.jar;C:\PIC\maven-repo-sonate\javax\transaction\jta\1.0.1B\jta-1.0.1B.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-classworlds\1.2-alpha-7\plexus-classworlds-1.2-alpha-7.jar;C:\PIC\projects\Archiva\archiva-repository-layer\target\classes;C:\PIC\maven-repo-sonate\javax\jdo\jdo2-api\2.0\jdo2-api-2.0.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-project\2.0.5\maven-project-2.0.5.jar;C:\PIC\maven-repo-sonate\log4j\log4j\1.2.8\log4j-1.2.8.jar;C:\PIC\maven-repo-sonate\commons-logging\commons-logging\1.0.4\commons-logging-1.0.4.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-component-api\1.0-alpha-19\plexus-component-api-1.0-alpha-19.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\cache\plexus-cache-ehcache\1.0-alpha-2-SNAPSHOT\plexus-cache-ehcache-1.0-alpha-2-SNAPSHOT.jar;C:\PIC\maven-repo-sonate\javax\resource\connector\1.0\connector-1.0.jar;C:\PIC\maven-repo-sonate\org\slf4j\slf4j-log4j12\1.2\slf4j-log4j12-1.2.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-model\2.0.5\maven-model-2.0.5.jar;C:\PIC\maven-repo-sonate\org\apache\lucene\lucene-core\2.0.0\lucene-core-2.0.0.jar;C:\PIC\projects\Archiva\archiva-discoverer\target\classes;C:\PIC\maven-repo-sonate\org\apache\maven\maven-artifact\2.0.5\maven-artifact-2.0.5.jar;C:\PIC\projects\Archiva\archiva-common\target\archiva-common-1.0-SNAPSHOT.jar;C:\PIC\maven-repo-sonate\org\apache\maven\wagon\wagon-provider-api\1.0-beta-2\wagon-provider-api-1.0-beta-2.jar;C:\PIC\maven-repo-sonate\geronimo-spec\geronimo-spec-jta\1.0.1B-rc2\geronimo-spec-jta-1.0.1B-rc2.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-settings\2.0.5\maven-settings-2.0.5.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-digest\1.0\plexus-digest-1.0.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-utils\1.4\plexus-utils-1.4.jar;C:\PIC\maven-repo-sonate\commons-lang\commons-lang\2.2\commons-lang-2.2.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-container-default\1.0-alpha-20\plexus-container-default-1.0-alpha-20.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-repository-metadata\2.0.5\maven-repository-metadata-2.0.5.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\plexus-jdo2\1.0-alpha-8\plexus-jdo2-1.0-alpha-8.jar;C:\PIC\maven-repo-sonate\org\slf4j\slf4j-api\1.2\slf4j-api-1.2.jar;C:\PIC\projects\Archiva\archiva-indexer\target\classes;C:\PIC\maven-repo-sonate\commons-collections\commons-collections\3.2\commons-collections-3.2.jar;C:\PIC\maven-repo-sonate\org\codehaus\plexus\cache\plexus-cache-api\1.0-alpha-2-SNAPSHOT\plexus-cache-api-1.0-alpha-2-SNAPSHOT.jar;C:\PIC\maven-repo-sonate\net\sf\ehcache\ehcache\1.2.4\ehcache-1.2.4.jar;C:\PIC\maven-repo-sonate\org\apache\maven\maven-artifact-manager\2.0.5\maven-artifact-manager-2.0.5.jar;C:\PIC\maven-repo-sonate\commons-io\commons-io\1.2\commons-io-1.2.jar;C:\PIC\maven-repo-sonate\jpox\jpox\1.1.7\jpox-1.1.7.jar;C:\PIC\maven-repo-sonate\geronimo-spec\geronimo-spec-jta\1.0.1B-rc2\geronimo-spec-jta-1.0.1B-rc2.jar;C:\PIC\maven-repo-sonate\javax\transaction\jta\1.0.1B\jta-1.0.1B.jar;C:\PIC\maven-repo-sonate\org\apache\bcel\bcel\5.2\bcel-5.2.jar;C:\PIC\maven-repo-sonate\javax\resource\connector\1.0\connector-1.0.jar;C:\PIC\maven-repo-sonate\javax\jdo\jdo2-api\2.0\jdo2-api-2.0.jar;C:\PIC\maven-repo-sonate\jakarta-regexp\jakarta-regexp\1.4\jakarta-regexp-1.4.jar;C:\PIC\maven-repo-sonate\jpox\jpox-enhancer\1.1.7\jpox-enhancer-1.1.7.jar;C:\PIC\maven-repo-sonate\ant\ant\1.6\ant-1.6.jar;C:\PIC\maven-repo-sonate\log4j\log4j\1.2.8\log4j-1.2.8.jar;C:\PIC\maven-repo-sonate\jpox\jpox\1.1.7\jpox-1.1.7.jar;C:\PIC\maven-2.0.5\core\plexus-container-default-1.0-alpha-9.jar;C:\PIC\maven-2.0.5\core\plexus-utils-1.1.jar;C:\PIC\maven-2.0.5\lib\maven-artifact-2.0.5.jar;C:\PIC\maven-2.0.5\lib\maven-plugin-api-2.0.5.jar
-Dlog4j.configuration=jar:file:/C:/PIC/maven-repo-sonate/org/codehaus/mojo/jpox-maven-plugin/1.1.7-SNAPSHOT/jpox-maven-plugin-1.1.7-SNAPSHOT.jar!/log4j.configuration
org.jpox.enhancer.JPOXEnhancer -v
C:\PIC\projects\Archiva\archiva-reports-standard\target\classes\org\apache\maven\archiva\reporting\model\package.jdo
[DEBUG] Exit code: 1
[DEBUG] 
[DEBUG]  Standard output from the JPox enhancer tool:
[DEBUG] 
[INFO] 
[DEBUG] 
[ERROR] 
[ERROR]  Standard error from the JPox enhancer tool:
[ERROR] 
[ERROR] La chaŒne de caractŠres suivante est trop longueÿ:
 -cp

Re: checkstyle plugin check goal fails with ugly exception instead of nice build failed

2006-10-24 Thread Dennis Lundberg
.
 
  Is this supposed to happen like this?
 
  thanx
  Rolf
 

 Do you have an example that you can share with us?

 --
 Dennis Lundberg

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







I've tried, but have not been able to get a build to fail using the 
settings you provided. I don't even get a BUILD FAILED let alone a 
stack trace, even though the error count is high in the generated report.


You seem to be using version 2.1. Could you please try using the latest 
snapshot?


--
Dennis Lundberg

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



Re: checkstyle plugin check goal fails with ugly exception instead of nice build failed

2006-10-16 Thread Rolf Strijdhorst

Hi,
this is the exception i recieve:
[INFO] There are 3 checkstyle errors.
[WARN] Unable to locate Source XRef to link to - DISABLED
[WARN] org.apache.velocity.runtime.exception.ReferenceException: reference :
template = org/apache/maven/plugin/checkstyle/checkstyle-rss.vm [line
6,column 11] : ${project.url} is not a valid reference.
[WARN] org.apache.velocity.runtime.exception.ReferenceException: reference :
template = org/apache/maven/plugin/checkstyle/checkstyle-rss.vm [line
1,column 1] : ${project.url} is not a valid reference.
[DEBUG] File
C:\workspaces\br_java_Rolf_32\maven_build\target\site/checkstyle.rss
created...
[DEBUG] Configuring mojo '
org.apache.maven.plugins:maven-checkstyle-plugin:2.1:check' --
[DEBUG]   (f) failOnViolation = true
[DEBUG]   (f) outputFile =
C:\workspaces\br_java_Rolf_32\maven_build\target\checkstyle-result.xml
[DEBUG]   (f) outputFileFormat = xml
[DEBUG] -- end configuration --
[INFO] checkstyle:check {execution: basicstyles}
[ERROR] mojo-execute : checkstyle:check {execution: basicstyles}
Diagnosis: You have 3 checkstyle violations.
FATAL ERROR: Error executing Maven for a project
[ERROR] project-execute : org.dji:maven_build:jar:0.0.1 (  task-segment:
[package] )
Diagnosis: You have 3 checkstyle violations.
FATAL ERROR: Error executing Maven for a project
org.apache.maven.BuildFailureException: You have 3 checkstyle violations.
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
DefaultLifecycleExecutor.java:555)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
(DefaultLifecycleExecutor.java:475)
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(
DefaultLifecycleExecutor.java:454)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
(DefaultLifecycleExecutor.java:306)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
DefaultLifecycleExecutor.java:273)
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(
DefaultLifecycleExecutor.java:140)
   at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java
:441)
   at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java
:382)
   at org.maven.ide.eclipse.Maven2Executor.main(Maven2Executor.java:68)
Caused by: org.apache.maven.plugin.MojoFailureException: You have 3
checkstyle violations.
   at
org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo.execute(
CheckstyleViolationCheckMojo.java:96)
   at org.apache.maven.plugin.DefaultPluginManager.executeMojo(
DefaultPluginManager.java:412)
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
DefaultLifecycleExecutor.java:534)
   ... 8 more



And these are my settings:

   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-checkstyle-plugin/artifactId
   version${checkstyle.version}/version
   executions
   execution
   idbasicstyles/id
   phaseprocess-sources/phase
   goals
   goalcheck/goal
   /goals
   /execution
   /executions
   configuration
   configLocation
   ${checkstyle.location}
   /configLocation
   suppressionsLocation
   ${checkstyle.suppressions.location}
   /suppressionsLocation
   failOnViolationtrue/failOnViolation
   /configuration
   dependencies
   dependency
   groupIdorg.dji.checkstyle/groupId
   artifactIdbrcheckstyle/artifactId
   version1.0/version
   /dependency
   dependency
   groupIdorg.dji.checkstyle/groupId
   artifactIdcheckstyle-optional/artifactId
   version4.2/version
   /dependency
   dependency
   groupIdorg.dji.checkstyle/groupId
   artifactIdPGITChecks/artifactId
   version1.0/version
   /dependency
   /dependencies
   /plugin
   /plugins
   /build

As said before the error is correct but it just doesn't fail nicely
Rolf

On 10/11/06, Rolf Strijdhorst [EMAIL PROTECTED] wrote:


monday I will put the exception on this list
thanx anyway
Rolf

On 10/10/06, Dennis Lundberg [EMAIL PROTECTED]  wrote:

 Rolf Strijdhorst wrote:
  Hi when running the checkstyle plugin and some code styles are
 violated the
  build fails with an exception.
  It does not fail nicely like the pmd plugin.
 
  Is this supposed to happen like 

Re: checkstyle plugin check goal fails with ugly exception instead of nice build failed

2006-10-11 Thread Rolf Strijdhorst

monday I will put the exception on this list
thanx anyway
Rolf

On 10/10/06, Dennis Lundberg [EMAIL PROTECTED] wrote:


Rolf Strijdhorst wrote:
 Hi when running the checkstyle plugin and some code styles are violated
the
 build fails with an exception.
 It does not fail nicely like the pmd plugin.

 Is this supposed to happen like this?

 thanx
 Rolf


Do you have an example that you can share with us?

--
Dennis Lundberg

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




checkstyle plugin check goal fails with ugly exception instead of nice build failed

2006-10-10 Thread Rolf Strijdhorst

Hi when running the checkstyle plugin and some code styles are violated the
build fails with an exception.
It does not fail nicely like the pmd plugin.

Is this supposed to happen like this?

thanx
Rolf


Re: checkstyle plugin check goal fails with ugly exception instead of nice build failed

2006-10-10 Thread Dennis Lundberg

Rolf Strijdhorst wrote:

Hi when running the checkstyle plugin and some code styles are violated the
build fails with an exception.
It does not fail nicely like the pmd plugin.

Is this supposed to happen like this?

thanx
Rolf



Do you have an example that you can share with us?

--
Dennis Lundberg

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



Re: BUILD FAILED.../maven-java-plugin-1.5/plugin.jelly

2006-09-28 Thread Dion Gillard

error: error reading
/home/clasie/.maven/repository/jboss/jars/jboss-aop-1.0b2.jar; error in
opening zip file

Can you delete that file and get maven to download a new one?

On 9/28/06, charles magnes [EMAIL PROTECTED] wrote:

Hello,
Could anybody help me about some troubles I encountered when I tried to run:
'maven buildall' on an Ubuntu os.
I received the following message:

**
[EMAIL PROTECTED]:~/agila/trunk/modules/bpel$ maven buildall
__  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

Tag library requested that is not present: 'maven' in plugin: 'null'
Starting the reactor...
Our processing order:
Agila Common
Agila Engine Common
Agila Engine Client
Agila User/Group/Role Manager
Agila WorkList Manager
Agila Engine
Agila Deployer
Agila Distro
Agila Web Services
Agila Web Applications
+
| Building Agila Common
| Memory: 3M/6M
+
Tag library requested that is not present: 'maven' in plugin: 'null'
build:start:

buildall:
build:start:

clean:clean:
[delete] Deleting directory
/home/clasie/agila/trunk/modules/bpel/common/target
Tag library requested that is not present: 'maven' in plugin: 'null'

clean:

buildmodule:
java:prepare-filesystem:
[mkdir] Created dir:
/home/clasie/agila/trunk/modules/bpel/common/target/classes

java:compile:
[copy] Copying 1 file to
/home/clasie/agila/trunk/modules/bpel/common/target/classes
[echo] Compiling to
/home/clasie/agila/trunk/modules/bpel/./common/target/classes
[echo]
==

  NOTE: Targetting JVM 1.5, classes
  will not run on earlier JVMs

==

[javac] Compiling 12 source files to
/home/clasie/agila/trunk/modules/bpel/common/target/classes
error: error reading
/home/clasie/.maven/repository/jboss/jars/jboss-aop-1.0b2.jar; error in
opening zip file
/home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:18:
package org.jboss.aop.advice does not exist
import org.jboss.aop.advice.Interceptor;
^
/home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:19:
package org.jboss.aop.joinpoint does not exist
import org.jboss.aop.joinpoint.Invocation;
   ^
/home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:20:
package org.jboss.aop.joinpoint does not exist
import org.jboss.aop.joinpoint.MethodInvocation;
   ^
/home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:28:
cannot find symbol
symbol: class Interceptor
public class LoggingInterceptor implements Interceptor {
   ^
/home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:36:
cannot find symbol
symbol  : class Invocation
location: class org.apache.agila.bpel.common.aspect.LoggingInterceptor
public Object invoke(Invocation invocation) throws Throwable {
 ^
/home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:37:
cannot find symbol
symbol  : class MethodInvocation
location: class org.apache.agila.bpel.common.aspect.LoggingInterceptor
MethodInvocation mi = (MethodInvocation) invocation;
^
/home/clasie/agila/trunk/modules/bpel/common/src/java/org/apache/agila/bpel/common/aspect/LoggingInterceptor.java:37:
cannot find symbol
symbol  : class MethodInvocation
location: class org.apache.agila.bpel.common.aspect.LoggingInterceptor
MethodInvocation mi = (MethodInvocation) invocation;
   ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
8 errors

BUILD FAILED
File.. /home/clasie/agila/trunk/modules/bpel/maven.xml
Element... maven:reactor
Line.. 16
Column 78
Unable to obtain goal [buildmodule] --
/home/clasie/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:48:
ant:javac Compile failed; see the compiler error output for details.
Total time: 27 seconds
Finished at: Wed Sep 27 15:55:10 CEST 2006
*

Many thanks for any help.

Claude
[EMAIL PROTECTED]

_
Ping… Pong… Ping… Pong… 4 mails déjà ! Arrêtez de perdre votre temps grâce à
Windows Live Messenger ! http://get.live.com/messenger/overview


-
To unsubscribe, e

Re: BUILD FAILED.../maven-java-plugin-1.5/plugin.jelly

2006-09-28 Thread charles magnes



Hello,

Thanks for your reply.

De deletion of the ''jboss-aop-1.0b2.jar' file has made no change.

But what I'm looking  for is just a open and free evironment where to train 
myself writing BPEL4WS 1.1 code and see if the code is well running. Could 
Ode provides me for that?


If you coul advice me to the right tool to do that I'd be only too happy 
with that.


Kind regards
Claude

*

From: Dion Gillard [EMAIL PROTECTED]
Reply-To: Maven Users List users@maven.apache.org
To: Maven Users List users@maven.apache.org
Subject: Re: BUILD FAILED.../maven-java-plugin-1.5/plugin.jelly
Date: Thu, 28 Sep 2006 16:42:28 +1000

error: error reading
/home/clasie/.maven/repository/jboss/jars/jboss-aop-1.0b2.jar; error in
opening zip file

Can you delete that file and get maven to download a new one?

On 9/28/06, charles magnes [EMAIL PROTECTED] wrote:

Hello,
Could anybody help me about some troubles I encountered when I tried to 
run:

'maven buildall' on an Ubuntu os.

.

_
Qui sont les vrais amis de vos amis ? Découvrez-les sur Windows Live Spaces 
! http://spaces.live.com/default.aspx?page=Ed01ss=False



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



Re: BUILD FAILED.../maven-java-plugin-1.5/plugin.jelly

2006-09-28 Thread Dion Gillard

On 9/28/06, charles magnes [EMAIL PROTECTED] wrote:



Hello,

Thanks for your reply.

De deletion of the ''jboss-aop-1.0b2.jar' file has made no change.


Does it still have the same error displayed with that file?



But what I'm looking  for is just a open and free evironment where to train
myself writing BPEL4WS 1.1 code and see if the code is well running. Could
Ode provides me for that?

If you coul advice me to the right tool to do that I'd be only too happy
with that.

Kind regards
Claude

*
From: Dion Gillard [EMAIL PROTECTED]
Reply-To: Maven Users List users@maven.apache.org
To: Maven Users List users@maven.apache.org
Subject: Re: BUILD FAILED.../maven-java-plugin-1.5/plugin.jelly
Date: Thu, 28 Sep 2006 16:42:28 +1000

error: error reading
/home/clasie/.maven/repository/jboss/jars/jboss-aop-1.0b2.jar; error in
opening zip file

Can you delete that file and get maven to download a new one?

On 9/28/06, charles magnes [EMAIL PROTECTED] wrote:
Hello,
Could anybody help me about some troubles I encountered when I tried to
run:
'maven buildall' on an Ubuntu os.
.

_
Qui sont les vrais amis de vos amis ? Découvrez-les sur Windows Live Spaces
! http://spaces.live.com/default.aspx?page=Ed01ss=False


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





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

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



Fwd: [Gridsphere-users] Maven Build Failed

2006-08-30 Thread Pranav Aggarwal
 Hi, I am installing Maven 1.0.2 and this is following log: war:webapp: [echo] Assembling webapp gpir-browser [mkdir] Created dir: /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib [mkdir] Created dir: /usr/local/ogce2/gridport/gpir-browser/ target/gpir-browser/WEB-INF/tld [mkdir] Created dir: /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/classes [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/ target/gpir-browser/WEB-INF/lib [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/ target/gpir-browser/WEB-INF/lib [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/ target/gpir-browser/WEB-INF/lib [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/ target/gpir-browser/WEB-INF/lib [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/ target/gpir-browser/WEB-INF/lib [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/ target/gpir-browser/WEB-INF/lib [copy] Copying 5 files to /usr/local/ogce2/gridport/gpir-
 browser/target/gpir-browser/WEB-INF/classes war:war: [echo] Building WAR gpir-browser [jar] Building jar: /usr/local/ogce2/gridport/gpir-browser/ target/gpir-browser.war
 [touch] Creating /root/PATH/TO/TOMCAT/webapps/gridsphere/WEB- INF/CustomPortal/portlets/gpir-browser BUILD FAILED File.. /root/.maven/cache/maven-multiproject-plugin-1.3.1
/ plugin.jelly Element... maven:reactor Line.. 217 Column 9 Unable to obtain goal [ogceGridSphere:ogceGridSphere] -- /usr/local/ ogce2/gridport/gpir-browser/maven.xml:30:90: touch Could not
 create /root/PATH/TO/TOMCAT/webapps/gridsphere/WEB-INF/CustomPortal/ portlets/gpir-browser Total time: 52 seconds Finished at: Wed Aug 30 12:19:38 IST 2006 As can be seen, all the requirements of the .jar files have been
 met, but still getting this build failed. Any one could tell me the probable solution. Thanks... P.S. Also have checked $ ls -l /root/PATH/TO/TOMCATtotal 8
 drwxr-xr-x6 root root 4096 Aug 30 11:10 cog-libs drwxr-xr-x3 root root 4096 Aug 30 11:09 shared no further files were created. Thanx, Pranav
--+49 170 785 1323http://wehrens.net/oliver


PGP.sig
Description: PGP signature
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Gridsphere-users] Maven Build Failed

2006-08-30 Thread Arnaud HERITIER

Did you define a tomcat.home property ?
http://www.gridsphere.org/gridsphere/gridsphere?cid=projects
It's a custom goal in gridsphere. You'll have a better support with them.
Arnaud

On 8/30/06, Pranav Aggarwal [EMAIL PROTECTED] wrote:


 Hi,

 I am installing Maven 1.0.2 and this is following log:

 war:webapp:
 [echo] Assembling webapp gpir-browser
 [mkdir] Created dir: /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib
 [mkdir] Created dir: /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/tld
 [mkdir] Created dir: /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/classes
 [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib
 [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib
 [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib
 [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib
 [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib
 [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib
 [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib
 [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib
 [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib
 [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib
 [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser/WEB-INF/lib
 [copy] Copying 5 files to /usr/local/ogce2/gridport/gpir-
 browser/target/gpir-browser/WEB-INF/classes

 war:war:
 [echo] Building WAR gpir-browser
 [jar] Building jar: /usr/local/ogce2/gridport/gpir-browser/
 target/gpir-browser.war


 [touch] Creating /root/PATH/TO/TOMCAT/webapps/gridsphere/WEB-
 INF/CustomPortal/portlets/gpir-browser

 BUILD FAILED
 File.. /root/.maven/cache/maven-multiproject-plugin-1.3.1 /
 plugin.jelly
 Element... maven:reactor
 Line.. 217
 Column 9
 Unable to obtain goal [ogceGridSphere:ogceGridSphere] -- /usr/local/
 ogce2/gridport/gpir-browser/maven.xml:30:90: touch Could not
 create /root/PATH/TO/TOMCAT/webapps/gridsphere/WEB-INF/CustomPortal/
 portlets/gpir-browser
 Total time: 52 seconds
 Finished at: Wed Aug 30 12:19:38 IST 2006

 As can be seen, all the requirements of the .jar files have been
 met, but still getting this build failed.

 Any one could tell me the probable solution.

 Thanks...

 P.S. Also have checked
 $ ls -l /root/PATH/TO/TOMCATtotal 8
 drwxr-xr-x6 root root 4096 Aug 30 11:10 cog-libs
 drwxr-xr-x3 root root 4096 Aug 30 11:09 shared

 no further files were created.

 Thanx,
 Pranav


--
+49 170 785 1323
http://wehrens.net/oliver







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





Re: [Gridsphere-users] Maven Build Failed

2006-08-30 Thread Pranav Aggarwal

Can any one send me jcert-services-1.1.jar, i need it urgently ... thanks..

On 8/30/06, Arnaud HERITIER [EMAIL PROTECTED] wrote:


Did you define a tomcat.home property ?
http://www.gridsphere.org/gridsphere/gridsphere?cid=projects
It's a custom goal in gridsphere. You'll have a better support with them.
Arnaud

On 8/30/06, Pranav Aggarwal [EMAIL PROTECTED] wrote:

  Hi,
 
  I am installing Maven 1.0.2 and this is following log:
 
  war:webapp:
  [echo] Assembling webapp gpir-browser
  [mkdir] Created dir: /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/lib
  [mkdir] Created dir: /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/tld
  [mkdir] Created dir: /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/classes
  [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/lib
  [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/lib
  [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/lib
  [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/lib
  [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/lib
  [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/lib
  [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/lib
  [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/lib
  [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/lib
  [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/lib
  [copy] Copying 1 file to /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser/WEB-INF/lib
  [copy] Copying 5 files to /usr/local/ogce2/gridport/gpir-
  browser/target/gpir-browser/WEB-INF/classes
 
  war:war:
  [echo] Building WAR gpir-browser
  [jar] Building jar: /usr/local/ogce2/gridport/gpir-browser/
  target/gpir-browser.war
 
 
  [touch] Creating /root/PATH/TO/TOMCAT/webapps/gridsphere/WEB-
  INF/CustomPortal/portlets/gpir-browser
 
  BUILD FAILED
  File.. /root/.maven/cache/maven-multiproject-plugin-1.3.1 /
  plugin.jelly
  Element... maven:reactor
  Line.. 217
  Column 9
  Unable to obtain goal [ogceGridSphere:ogceGridSphere] -- /usr/local/
  ogce2/gridport/gpir-browser/maven.xml:30:90: touch Could not
  create /root/PATH/TO/TOMCAT/webapps/gridsphere/WEB-INF/CustomPortal/
  portlets/gpir-browser
  Total time: 52 seconds
  Finished at: Wed Aug 30 12:19:38 IST 2006
 
  As can be seen, all the requirements of the .jar files have been
  met, but still getting this build failed.
 
  Any one could tell me the probable solution.
 
  Thanks...
 
  P.S. Also have checked
  $ ls -l /root/PATH/TO/TOMCATtotal 8
  drwxr-xr-x6 root root 4096 Aug 30 11:10 cog-libs
  drwxr-xr-x3 root root 4096 Aug 30 11:09 shared
 
  no further files were created.
 
  Thanx,
  Pranav
 

 --
 +49 170 785 1323
 http://wehrens.net/oliver







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







Re: build failed

2006-06-28 Thread Emmanuel Venisse

can you send us more logs and continuum/maven version?

but if this pb occurs when continuum run mvn install, it's a pb with maven and the maven users list 
will can help you.


Emmanuel

p_m a écrit :


I am trying to build maven multiproject using continnum. I am runnig
continnum on linux. It seems some thing is missing.

I am getting a build fail message . Below is the  Build error message.

When I am doing the build using mvn install it is working file.



Build Error:


Provider message: No such provider: 'http'.


Thanks in advance,

~P




build failed

2006-06-27 Thread p_m


I am trying to build maven multiproject using continnum. I am runnig
continnum on linux. It seems some thing is missing.

I am getting a build fail message . Below is the  Build error message.

When I am doing the build using mvn install it is working file.



Build Error:


Provider message: No such provider: 'http'.


Thanks in advance,

~P
-- 
View this message in context: 
http://www.nabble.com/build-failed-tf1858280.html#a5075053
Sent from the Continuum - Users forum at Nabble.com.



[urgent]Maven1.0.2 build Failed

2005-10-17 Thread F-a-r-h-a-n-a

Hi

 Ive been trying to deploy maven in my GridPort3.5.1 Project for past 1 week on 
redhat Linux 9...im using command 'maven deploy' and following is the error 
that I get every time .Plz suggest sloution :

 

maven deploy

 __  __

|  \/  |__ _Apache__ ___

| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~

|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

 

Attempting to download maven-artifact-plugin-1.5.2.jar.

27K downloaded

Attempting to download maven-xdoc-plugin-1.9.1.jar.

1K downloaded

Attempting to download maven-site-plugin-1.6.1.jar.

11K downloaded

Attempting to download maven-scm-plugin-1.5-beta-3.jar.

98K downloaded

Attempting to download gridport-core-4.0.jar.

59K downloaded

Attempting to download hibernate-2.1.8.jar.

23K downloaded

Attempting to download spring-1.1.jar.

164K downloaded

Attempting to download aopalliance-1.0.jar.

4K downloaded

Attempting to download jdom-1.0.jar.

138K downloaded

Attempting to download axis-1.1.jar.

219K downloaded

Attempting to download wsdl4j-1.4.jar.

110K downloaded

Attempting to download servletapi-2.3.jar.

76K downloaded

Attempting to download jaxrpc.jar.

34K downloaded

Attempting to download postgresql-7.4.1-jdbc3.jar.

204K downloaded

Attempting to download hsqldb-1.7.3.3.jar.

562K downloaded

Attempting to download dom4j-1.4.jar.

475K downloaded

Attempting to download odmg-3.0.jar.

13K downloaded

Attempting to download ehcache-0.9.jar.

51K downloaded

Attempting to download cglib-full-2.0.2.jar.

300K downloaded

Attempting to download jta.jar.

8K downloaded

Attempting to download saaj.jar.

18K downloaded

Attempting to download jstl-1.0.6.jar.

20K downloaded

Attempting to download commons-discovery-0.2.jar.

69K downloaded

Attempting to download standard-1.0.6.jar.

496K downloaded

Attempting to download c-1.0.6.tld.

11K downloaded

Attempting to download fmt-1.0.6.tld.

12K downloaded

org.apache.maven.MavenException: Unable to extract plugin: 
/root/.maven/repository/maven/plugins/maven-xdoc-plugin-1.9.1.jar

at 
org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:1075)

at 
org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:887)

at 
org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:862)

at 
org.apache.maven.plugin.PluginManager.processDependencies(PluginManager.java:448)

at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:642)

at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)

at org.apache.maven.cli.App.doMain(App.java:488)

at org.apache.maven.cli.App.main(App.java:1239)

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:551)

at com.werken.forehead.Forehead.main(Forehead.java:581)

--- Nested Exception ---

java.io.EOFException: Unexpected end of ZLIB input stream

at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:215)

at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)

at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)

at java.io.FilterInputStream.read(FilterInputStream.java:90)

at org.apache.maven.util.Expand.extractFile(Expand.java:150)

at org.apache.maven.util.Expand.expandFile(Expand.java:85)

at org.apache.maven.util.Expand.execute(Expand.java:67)

at 
org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:1071)

at 
org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:887)

at 
org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:862)

at 
org.apache.maven.plugin.PluginManager.processDependencies(PluginManager.java:448)

at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:642)

at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)

at org.apache.maven.cli.App.doMain(App.java:488)

at org.apache.maven.cli.App.main(App.java:1239)

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:551)

at com.werken.forehead.Forehead.main(Forehead.java:581)

 

You have encountered an unknown error running Maven. Please help us to correct

this problem by following these simple steps:

- read the Maven FAQ at http://maven.apache.org/faq.html


Re: [urgent]Maven1.0.2 build Failed

2005-10-17 Thread Lukas Theussl


Are you running maven as root or did you point your local repo to /root? 
(neither of which is a good idea). It looks like you don't have read 
access to your local repo (/root/.maven/...).


-Lukas


F-a-r-h-a-n-a wrote:

Hi

 Ive been trying to deploy maven in my GridPort3.5.1 Project for past 1 week on 
redhat Linux 9...im using command 'maven deploy' and following is the error 
that I get every time .Plz suggest sloution :

 


maven deploy

 __  __

|  \/  |__ _Apache__ ___

| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~

|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

 


Attempting to download maven-artifact-plugin-1.5.2.jar.

27K downloaded

Attempting to download maven-xdoc-plugin-1.9.1.jar.

1K downloaded

Attempting to download maven-site-plugin-1.6.1.jar.

11K downloaded

Attempting to download maven-scm-plugin-1.5-beta-3.jar.

98K downloaded

Attempting to download gridport-core-4.0.jar.

59K downloaded

Attempting to download hibernate-2.1.8.jar.

23K downloaded

Attempting to download spring-1.1.jar.

164K downloaded

Attempting to download aopalliance-1.0.jar.

4K downloaded

Attempting to download jdom-1.0.jar.

138K downloaded

Attempting to download axis-1.1.jar.

219K downloaded

Attempting to download wsdl4j-1.4.jar.

110K downloaded

Attempting to download servletapi-2.3.jar.

76K downloaded

Attempting to download jaxrpc.jar.

34K downloaded

Attempting to download postgresql-7.4.1-jdbc3.jar.

204K downloaded

Attempting to download hsqldb-1.7.3.3.jar.

562K downloaded

Attempting to download dom4j-1.4.jar.

475K downloaded

Attempting to download odmg-3.0.jar.

13K downloaded

Attempting to download ehcache-0.9.jar.

51K downloaded

Attempting to download cglib-full-2.0.2.jar.

300K downloaded

Attempting to download jta.jar.

8K downloaded

Attempting to download saaj.jar.

18K downloaded

Attempting to download jstl-1.0.6.jar.

20K downloaded

Attempting to download commons-discovery-0.2.jar.

69K downloaded

Attempting to download standard-1.0.6.jar.

496K downloaded

Attempting to download c-1.0.6.tld.

11K downloaded

Attempting to download fmt-1.0.6.tld.

12K downloaded

org.apache.maven.MavenException: Unable to extract plugin: 
/root/.maven/repository/maven/plugins/maven-xdoc-plugin-1.9.1.jar

at 
org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:1075)

at 
org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:887)

at 
org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:862)

at 
org.apache.maven.plugin.PluginManager.processDependencies(PluginManager.java:448)

at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:642)

at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)

at org.apache.maven.cli.App.doMain(App.java:488)

at org.apache.maven.cli.App.main(App.java:1239)

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:551)

at com.werken.forehead.Forehead.main(Forehead.java:581)

--- Nested Exception ---

java.io.EOFException: Unexpected end of ZLIB input stream

at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:215)

at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)

at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)

at java.io.FilterInputStream.read(FilterInputStream.java:90)

at org.apache.maven.util.Expand.extractFile(Expand.java:150)

at org.apache.maven.util.Expand.expandFile(Expand.java:85)

at org.apache.maven.util.Expand.execute(Expand.java:67)

at 
org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:1071)

at 
org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:887)

at 
org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.java:862)

at 
org.apache.maven.plugin.PluginManager.processDependencies(PluginManager.java:448)

at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:642)

at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)

at org.apache.maven.cli.App.doMain(App.java:488)

at org.apache.maven.cli.App.main(App.java:1239)

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:551)

at 

[1.1Beta] BUILD FAILED on jelly plugin. Please help.

2005-08-13 Thread Hogeweg, Erwin \(GE Infrastructure\)
All,

How and where am I supposed to set the 'defaultValue' as indicated below?

Thanks,

Erwin


xdoc:jelly-transform:
About to use JSL stylesheet 
file:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl
[echo] en
[echo] The current Locale is the default one
[echo] Scanning 'D:\...\target\generated-xdocs'...
[echo] Generating D:/.../target/docs/checkstyle-report.html from 
D:\...\target\generated-xdocs\checkstyle-report.xml

BUILD FAILED
File.. D:\...\.maven\cache\maven-xdoc-plugin-1.9.1\plugin.jelly
Element... j:include
Line.. 479
Column 58
file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:33:17:
 jsl:stylesheet 
file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:146:57:
 jsl:applyTemplates 
file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:230:105:
 maven:property You must define an attribute called 'defaultValue' for this 
tag.
Total time   : 55 seconds
Finished at  : Saturday, August 13, 2005 9:46:36 AM EDT

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



RE: [1.1Beta] BUILD FAILED on jelly plugin. Please help.

2005-08-13 Thread Hogeweg, Erwin \(GE Infrastructure\)
You need to set the currentVersion/ in the project section of the 
project.xml file.


 -Original Message-
 From: Hogeweg, Erwin (GE Infrastructure) 
 Sent: Saturday, August 13, 2005 10:01 AM
 To: Maven Users List
 Subject: [1.1Beta] BUILD FAILED on jelly plugin. Please help.
 
 
 All,
 
 How and where am I supposed to set the 'defaultValue' as 
 indicated below?
 
 Thanks,
 
 Erwin
 
 
 xdoc:jelly-transform:
 About to use JSL stylesheet 
 file:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resource
s/site.jsl
[echo] en
[echo] The current Locale is the default one
[echo] Scanning 'D:\...\target\generated-xdocs'...
[echo] Generating D:/.../target/docs/checkstyle-report.html from 
D:\...\target\generated-xdocs\checkstyle-report.xml

BUILD FAILED
File.. D:\...\.maven\cache\maven-xdoc-plugin-1.9.1\plugin.jelly
Element... j:include
Line.. 479
Column 58
file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:33:17:
 jsl:stylesheet 
file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:146:57:
 jsl:applyTemplates 
file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:230:105:
 maven:property You must define an attribute called 'defaultValue' for this 
tag.
Total time   : 55 seconds
Finished at  : Saturday, August 13, 2005 9:46:36 AM EDT

-
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: [1.1Beta] BUILD FAILED on jelly plugin. Please help.

2005-08-13 Thread Arnaud HERITIER
Can you fill an issue for the xdoc plugin please.
The error message isn't really explicit :-)

Arnaud
 

 -Message d'origine-
 De : Hogeweg, Erwin (GE Infrastructure) [mailto:[EMAIL PROTECTED] 
 Envoyé : samedi 13 août 2005 16:10
 À : Maven Users List
 Objet : RE: [1.1Beta] BUILD FAILED on jelly plugin. Please help.
 
 You need to set the currentVersion/ in the project 
 section of the project.xml file.
 
 
  -Original Message-
  From: Hogeweg, Erwin (GE Infrastructure)
  Sent: Saturday, August 13, 2005 10:01 AM
  To: Maven Users List
  Subject: [1.1Beta] BUILD FAILED on jelly plugin. Please help.
  
  
  All,
  
  How and where am I supposed to set the 'defaultValue' as indicated 
  below?
  
  Thanks,
  
  Erwin
  
  
  xdoc:jelly-transform:
  About to use JSL stylesheet
  file:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resource
 s/site.jsl
 [echo] en
 [echo] The current Locale is the default one
 [echo] Scanning 'D:\...\target\generated-xdocs'...
 [echo] Generating 
 D:/.../target/docs/checkstyle-report.html from 
 D:\...\target\generated-xdocs\checkstyle-report.xml
 
 BUILD FAILED
 File.. D:\...\.maven\cache\maven-xdoc-plugin-1.9.1\plugin.jelly
 Element... j:include
 Line.. 479
 Column 58
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resou
 rces/site.jsl:33:17: jsl:stylesheet 
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resou
 rces/site.jsl:146:57: jsl:applyTemplates 
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resou
 rces/site.jsl:230:105: maven:property You must define an 
 attribute called 'defaultValue' for this tag.
 Total time   : 55 seconds
 Finished at  : Saturday, August 13, 2005 9:46:36 AM EDT
 
 -
 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]



[M2] Maven2 build failed

2005-07-28 Thread Anatol Pomozov
Hi, all.

I tried to build maven2 from sources (svn up  ./m2-bootstrap-all.sh)
and got following error. Could you help me to solve it??


.{SKIP PREVIOUS LOG}...
[INFO] 

[INFO] 

[INFO] Building Maven Deploy Plugin
[INFO] 

[INFO] [clean:clean]
[INFO] Deleting directory
/opt/develop/osf-projects/apache.org/maven/maven2/maven-plugins/maven-deploy-plugin/target
[INFO] [plugin:descriptor]
[INFO] [resources:resources]
[INFO] maven-artifact-manager: using locally installed snapshot
[INFO] 

[INFO] BUILD FAILURE
[INFO] 

[INFO] Main Error:
  Unable to read the metadata file
  org.apache.maven.wagon:wagon-provider-api:1.0-alpha-4:jar

from the specified remote repositories:
  http://repo1.maven.org/maven2, http://snapshots.maven.codehaus.org/maven2
Path to dependency:
1) 
org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.0-beta-1-SNAPSHOT
2) org.apache.maven:maven-artifact-manager:jar:2.0-beta-1-SNAPSHOT



Root error:
  Unrecognised tag: 'logo' (position: START_TAG seen .../url\r\n   
logo... @15:11)
[INFO] 

[INFO] Total time:  1 second
[INFO] Finished at: Thu Jul 28 17:56:45 EEST 2005
[INFO] Final Memory: 8M/21M
[INFO] 


-- 
anatol

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



Re: [M2] Maven2 build failed

2005-07-28 Thread Kenney Westerhof
On Thu, 28 Jul 2005, Anatol Pomozov wrote:

This is because of a wrong POM on ibiblio.. (actually, because the logo
tag in the pom is deprecated). It'll be fixed but it can take some time.

If you want to go ahead, find that pom in your local repository:

~/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-4/wagon-provider-api-1.0-alpha-4.pom

and remove the logo tag there.

There are more 'logo' errors that can be resolved similarly.

-- Kenney

 Hi, all.

 I tried to build maven2 from sources (svn up  ./m2-bootstrap-all.sh)
 and got following error. Could you help me to solve it??


 .{SKIP PREVIOUS LOG}...
 [INFO] 
 
 [INFO] 
 
 [INFO] Building Maven Deploy Plugin
 [INFO] 
 
 [INFO] [clean:clean]
 [INFO] Deleting directory
 /opt/develop/osf-projects/apache.org/maven/maven2/maven-plugins/maven-deploy-plugin/target
 [INFO] [plugin:descriptor]
 [INFO] [resources:resources]
 [INFO] maven-artifact-manager: using locally installed snapshot
 [INFO] 
 
 [INFO] BUILD FAILURE
 [INFO] 
 
 [INFO] Main Error:
   Unable to read the metadata file
   org.apache.maven.wagon:wagon-provider-api:1.0-alpha-4:jar

 from the specified remote repositories:
   http://repo1.maven.org/maven2, http://snapshots.maven.codehaus.org/maven2
 Path to dependency:
 1) 
 org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.0-beta-1-SNAPSHOT
 2) org.apache.maven:maven-artifact-manager:jar:2.0-beta-1-SNAPSHOT



 Root error:
   Unrecognised tag: 'logo' (position: START_TAG seen .../url\r\n
 logo... @15:11)
 [INFO] 
 
 [INFO] Total time:  1 second
 [INFO] Finished at: Thu Jul 28 17:56:45 EEST 2005
 [INFO] Final Memory: 8M/21M
 [INFO] 
 

 --
 anatol

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



--
Kenney Westerhof
http://www.neonics.com
GPG public key: http://www.gods.nl/~forge/kenneyw.key

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



Re: [M2] Maven2 build failed

2005-07-28 Thread Brett Porter
Try again with the latest SVN - it should check for an updated to the wagon POM.

If not, remove that from your local repository - it has been corrected
server side.

- Brett

On 7/29/05, Anatol Pomozov [EMAIL PROTECTED] wrote:
 Hi, all.
 
 I tried to build maven2 from sources (svn up  ./m2-bootstrap-all.sh)
 and got following error. Could you help me to solve it??
 
 
 .{SKIP PREVIOUS LOG}...
 [INFO] 
 
 [INFO] 
 
 [INFO] Building Maven Deploy Plugin
 [INFO] 
 
 [INFO] [clean:clean]
 [INFO] Deleting directory
 /opt/develop/osf-projects/apache.org/maven/maven2/maven-plugins/maven-deploy-plugin/target
 [INFO] [plugin:descriptor]
 [INFO] [resources:resources]
 [INFO] maven-artifact-manager: using locally installed snapshot
 [INFO] 
 
 [INFO] BUILD FAILURE
 [INFO] 
 
 [INFO] Main Error:
   Unable to read the metadata file
   org.apache.maven.wagon:wagon-provider-api:1.0-alpha-4:jar
 
 from the specified remote repositories:
   http://repo1.maven.org/maven2, http://snapshots.maven.codehaus.org/maven2
 Path to dependency:
 1) 
 org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.0-beta-1-SNAPSHOT
 2) org.apache.maven:maven-artifact-manager:jar:2.0-beta-1-SNAPSHOT
 
 
 
 Root error:
   Unrecognised tag: 'logo' (position: START_TAG seen .../url\r\n
 logo... @15:11)
 [INFO] 
 
 [INFO] Total time:  1 second
 [INFO] Finished at: Thu Jul 28 17:56:45 EEST 2005
 [INFO] Final Memory: 8M/21M
 [INFO] 
 
 
 --
 anatol
 
 -
 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]



C# compile by use Maven1.x, i got build failed

2005-04-25 Thread NATARAJAN Sasi Kumar
Hai all
 i am compiling C# using ant task in maven 1.x,
 if compile one file no problem 
 if compile more than one file , i got Build failed
 do you know anyone the above question
 advise me 
 thanks in advance

 

I am using tag

 

  goal name=csc:c# description=Compile C#

  ant:csc srcdir =${basedir} targettype=exe incremental=false
destdir=${basedir}/target/net/ 

   src dir=${basedir}/*.cs includes=*.cs /

   

  /ant:csc

  /goal  

 

I am getting ERROR

 

 

D:\Maven1\binmaven csc:c#

 __  __

|  \/  |__ _Apache__ ___

| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~

|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

 

build:start:

 

csc:c#:

[csc] compiling 2 files

[csc] Executing 'csc' with arguments:

'/nologo'

'/debug+'

'/incremental-'

'/optimize-'

'/target:exe'

'/warn:3'

'/nostdlib-'

'/reference:Accessibility.dll;cscompmgd.dll;CustomMarshalers.dll;Mscorcf
g.dll;System.Configuration.Install.dll;System.Da

.dll;System.Design.dll;System.DirectoryServices.dll;System.EnterpriseSer
vices.dll;System.dll;System.Drawing.Design.dll;S

tem.Drawing.dll;System.Management.dll;System.Messaging.dll;System.Runtim
e.Remoting.dll;System.Runtime.Serialization.Form

ters.Soap.dll;System.Security.dll;System.ServiceProcess.dll;System.Web.d
ll;System.Web.RegularExpressions.dll;System.Web.

rvices.dll;System.Windows.Forms.dll;System.XML.dll;'

'/fullpaths'

'D:\Maven1\bin\Class1.cs'

'D:\Maven1\bin\Class2.cs'

 

The ' characters around the executable and arguments are

not part of the command.

 

[csc] d:\Maven1\bin\Class1.cs(16,15): error CS0017: Program
'd:\Maven1\bin\Class1.exe' has more than one entry point

efined: 'EnvironmentVariables.Class1.Main()'

[csc] d:\Maven1\bin\Class2.cs(16,15): error CS0017: Program
'd:\Maven1\bin\Class1.exe' has more than one entry point

efined: 'EnvironmentVariables.Class2.Main()'

 

BUILD FAILED

File.. C:\Documents and
Settings\snatarajan2\.maven\cache\maven-webtest-plugin-0.1.0\plugin.jell
y

Element... ant:csc

Line.. 75

Column 104

CSC returned: 1

Total time: 2 seconds

Finished at: Mon Apr 25 12:16:06 GMT+05:30 2005

 

 

Confidentiality Statement:

This message is intended only for the individual or entity to which it is 
addressed. It may contain privileged, confidential information which is exempt 
from disclosure under applicable laws. If you are not the intended recipient, 
please note that you are strictly prohibited from disseminating or distributing 
this information (other than to the intended recipient) or copying this 
information. If you have received this communication in error, please notify us 
immediately by return email.



Re: ---SPAM--- C# compile by use Maven1.x, i got build failed

2005-04-25 Thread Stephan Zeissler
Hi,
the problem is easy:
you have two Main() Methods in Programm,
one in Class1.cs and one in Class2.cs.
The compiler don't know which is your whished startpoint for the 
application so it fails.

Either define one as the real Main() Method (I don't know exactly how to 
do that by commandline)
or remove one.

Greetings,
Stephan Zeissler
NATARAJAN Sasi Kumar wrote:
Hai all
i am compiling C# using ant task in maven 1.x,
if compile one file no problem 
if compile more than one file , i got Build failed
do you know anyone the above question
advise me 
thanks in advance


I am using tag

 goal name=csc:c# description=Compile C#
 ant:csc srcdir =${basedir} targettype=exe incremental=false
destdir=${basedir}/target/net/ 
  src dir=${basedir}/*.cs includes=*.cs /
  

 /ant:csc
 /goal  


I am getting ERROR


D:\Maven1\binmaven csc:c#
__  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

csc:c#:
   [csc] compiling 2 files
   [csc] Executing 'csc' with arguments:
'/nologo'
'/debug+'
'/incremental-'
'/optimize-'
'/target:exe'
'/warn:3'
'/nostdlib-'
'/reference:Accessibility.dll;cscompmgd.dll;CustomMarshalers.dll;Mscorcf
g.dll;System.Configuration.Install.dll;System.Da
.dll;System.Design.dll;System.DirectoryServices.dll;System.EnterpriseSer
vices.dll;System.dll;System.Drawing.Design.dll;S
tem.Drawing.dll;System.Management.dll;System.Messaging.dll;System.Runtim
e.Remoting.dll;System.Runtime.Serialization.Form
ters.Soap.dll;System.Security.dll;System.ServiceProcess.dll;System.Web.d
ll;System.Web.RegularExpressions.dll;System.Web.
rvices.dll;System.Windows.Forms.dll;System.XML.dll;'
'/fullpaths'
'D:\Maven1\bin\Class1.cs'
'D:\Maven1\bin\Class2.cs'

The ' characters around the executable and arguments are
not part of the command.

   [csc] d:\Maven1\bin\Class1.cs(16,15): error CS0017: Program
'd:\Maven1\bin\Class1.exe' has more than one entry point
efined: 'EnvironmentVariables.Class1.Main()'
   [csc] d:\Maven1\bin\Class2.cs(16,15): error CS0017: Program
'd:\Maven1\bin\Class1.exe' has more than one entry point
efined: 'EnvironmentVariables.Class2.Main()'

BUILD FAILED
File.. C:\Documents and
Settings\snatarajan2\.maven\cache\maven-webtest-plugin-0.1.0\plugin.jell
y
Element... ant:csc
Line.. 75
Column 104
CSC returned: 1
Total time: 2 seconds
Finished at: Mon Apr 25 12:16:06 GMT+05:30 2005


Confidentiality Statement:
This message is intended only for the individual or entity to which it is 
addressed. It may contain privileged, confidential information which is exempt 
from disclosure under applicable laws. If you are not the intended recipient, 
please note that you are strictly prohibited from disseminating or distributing 
this information (other than to the intended recipient) or copying this 
information. If you have received this communication in error, please notify us 
immediately by return email.
 

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


Re: C# compile by use Maven1.x, i got build failed

2005-04-25 Thread Emmanuel Venisse
It isn't a maven problem, but a problem in your c# code. I suppose that you
have more than one Main method in your sources, isn't it?

Emmanuel

- Original Message - 
From: NATARAJAN Sasi Kumar [EMAIL PROTECTED]
To: users@maven.apache.org
Sent: Monday, April 25, 2005 8:48 AM
Subject: C# compile by use Maven1.x, i got build failed


Hai all
 i am compiling C# using ant task in maven 1.x,
 if compile one file no problem
 if compile more than one file , i got Build failed
 do you know anyone the above question
 advise me
 thanks in advance



I am using tag



  goal name=csc:c# description=Compile C#

  ant:csc srcdir =${basedir} targettype=exe incremental=false
destdir=${basedir}/target/net/ 

   src dir=${basedir}/*.cs includes=*.cs /



  /ant:csc

  /goal



I am getting ERROR





D:\Maven1\binmaven csc:c#

 __  __

|  \/  |__ _Apache__ ___

| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~

|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2



build:start:



csc:c#:

[csc] compiling 2 files

[csc] Executing 'csc' with arguments:

'/nologo'

'/debug+'

'/incremental-'

'/optimize-'

'/target:exe'

'/warn:3'

'/nostdlib-'

'/reference:Accessibility.dll;cscompmgd.dll;CustomMarshalers.dll;Mscorcf
g.dll;System.Configuration.Install.dll;System.Da

.dll;System.Design.dll;System.DirectoryServices.dll;System.EnterpriseSer
vices.dll;System.dll;System.Drawing.Design.dll;S

tem.Drawing.dll;System.Management.dll;System.Messaging.dll;System.Runtim
e.Remoting.dll;System.Runtime.Serialization.Form

ters.Soap.dll;System.Security.dll;System.ServiceProcess.dll;System.Web.d
ll;System.Web.RegularExpressions.dll;System.Web.

rvices.dll;System.Windows.Forms.dll;System.XML.dll;'

'/fullpaths'

'D:\Maven1\bin\Class1.cs'

'D:\Maven1\bin\Class2.cs'



The ' characters around the executable and arguments are

not part of the command.



[csc] d:\Maven1\bin\Class1.cs(16,15): error CS0017: Program
'd:\Maven1\bin\Class1.exe' has more than one entry point

efined: 'EnvironmentVariables.Class1.Main()'

[csc] d:\Maven1\bin\Class2.cs(16,15): error CS0017: Program
'd:\Maven1\bin\Class1.exe' has more than one entry point

efined: 'EnvironmentVariables.Class2.Main()'



BUILD FAILED

File.. C:\Documents and
Settings\snatarajan2\.maven\cache\maven-webtest-plugin-0.1.0\plugin.jell
y

Element... ant:csc

Line.. 75

Column 104

CSC returned: 1

Total time: 2 seconds

Finished at: Mon Apr 25 12:16:06 GMT+05:30 2005





Confidentiality Statement:

This message is intended only for the individual or entity to which it is
addressed. It may contain privileged, confidential information which is
exempt from disclosure under applicable laws. If you are not the intended
recipient, please note that you are strictly prohibited from disseminating
or distributing this information (other than to the intended recipient) or
copying this information. If you have received this communication in error,
please notify us immediately by return email.



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



RE: maven javadoc clean prints build failed

2005-04-02 Thread Arnaud HERITIER
You must create an account (http://jira.codehaus.org) and open an issue on the 
javadoc plugin
(http://jira.codehaus.org/browse/MPJAVADOC)

Arnaud

 -Message d'origine-
 De : Andrei Szabo [mailto:[EMAIL PROTECTED] 
 Envoyé : samedi 2 avril 2005 08:24
 À : Maven Users List
 Objet : RE: maven javadoc clean prints build failed
 
  
  I'm running Win XP at work and Win 2000 Pro at home and it 
 happens on both. I will look on Monday to see if it happens 
 on RedHat Linux Enterprise 3.0 that I also run at work.
 
  I will gladly open the issue; I just have no clue how to do 
 it:( So just point me in the right direction, anyone here who 
 knows a thing or two about opening issues w/ maven.
 
  Andrei
 
 --- Arnaud HERITIER [EMAIL PROTECTED] wrote:
  Which OS are you using ?
  
  It should work but there's certainly a file
  (report.txt) not closed correctly
  Can you open an issue please?
  We'll try to investigate...
  
  Arnaud
  
   -Message d'origine-
   De : Andrei Szabo [mailto:[EMAIL PROTECTED] Envoyi : vendredi 1 
   avril 2005 11:15 @ : users@maven.apache.org Objet : 
 maven javadoc 
   clean prints build failed
   
   
Hi all,
   
I came across a strange bahavior today. It is
  really simple
   to reproduce. Just use the followings:
   
a. maven genapp
b. maven javadoc clean
   
Now you should have a build failed message along
  the
   lines:
   File.. C:\Documents and
  
 
 Settings\andrei.szabo\.maven\cache\maven-clean-plugin-1.3\plugin.jelly
   Element... ant:delete
   Line.. 30
   Column 43
   Unable to delete file
   D:\Code\DummyProject\target\javadoc\report.txt
   Total time: 4 seconds
   Finished at: Fri Apr 01 12:05:53 EEST 2005
   
Of course that if I run maven javadoc and issue
  maven
   clean afterwards, it works as it should work.
   
Any thoughts on this? Am i missing something?
   Shouldn't maven javadoc clean also work?

Best regards,
Andrei
   
   
 
   __
   Yahoo! Messenger
   Show us what our next emoticon should look like.
  Join the fun. 
  
  http://www.advision.webevents.yahoo.com/emoticontest
   
  
 
 -
   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]
  
  
 
 
   
 __
 Do you Yahoo!? 
 Make Yahoo! your home page
 http://www.yahoo.com/r/hs
 
 -
 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]



maven javadoc clean prints build failed

2005-04-01 Thread Andrei Szabo

 Hi all,

 I came across a strange bahavior today. It is really
simple to reproduce. Just use the followings:

 a. maven genapp
 b. maven javadoc clean

 Now you should have a build failed message along the
lines:
File.. C:\Documents and
Settings\andrei.szabo\.maven\cache\maven-clean-plugin-1.3\plugin.jelly
Element... ant:delete
Line.. 30
Column 43
Unable to delete file
D:\Code\DummyProject\target\javadoc\report.txt
Total time: 4 seconds
Finished at: Fri Apr 01 12:05:53 EEST 2005 

 Of course that if I run maven javadoc and issue
maven clean afterwards, it works as it should work.

 Any thoughts on this? Am i missing something?
Shouldn't maven javadoc clean also work?
 
 Best regards,
 Andrei



__ 
Yahoo! Messenger 
Show us what our next emoticon should look like. Join the fun. 
http://www.advision.webevents.yahoo.com/emoticontest

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



RE: maven javadoc clean prints build failed

2005-04-01 Thread Andrei Szabo
 
 I'm running Win XP at work and Win 2000 Pro at home
and it happens on both. I will look on Monday to see
if it happens on RedHat Linux Enterprise 3.0 that I
also run at work.

 I will gladly open the issue; I just have no clue how
to do it:( So just point me in the right direction,
anyone here who knows a thing or two about opening
issues w/ maven.

 Andrei

--- Arnaud HERITIER [EMAIL PROTECTED] wrote:
 Which OS are you using ?
 
 It should work but there's certainly a file
 (report.txt) not closed correctly 
 Can you open an issue please?
 We'll try to investigate...
 
 Arnaud
 
  -Message d'origine-
  De : Andrei Szabo [mailto:[EMAIL PROTECTED] 
  Envoyé : vendredi 1 avril 2005 11:15
  À : users@maven.apache.org
  Objet : maven javadoc clean prints build failed
  
  
   Hi all,
  
   I came across a strange bahavior today. It is
 really simple 
  to reproduce. Just use the followings:
  
   a. maven genapp
   b. maven javadoc clean
  
   Now you should have a build failed message along
 the
  lines:
  File.. C:\Documents and
 

Settings\andrei.szabo\.maven\cache\maven-clean-plugin-1.3\plugin.jelly
  Element... ant:delete
  Line.. 30
  Column 43
  Unable to delete file
  D:\Code\DummyProject\target\javadoc\report.txt
  Total time: 4 seconds
  Finished at: Fri Apr 01 12:05:53 EEST 2005 
  
   Of course that if I run maven javadoc and issue
 maven 
  clean afterwards, it works as it should work.
  
   Any thoughts on this? Am i missing something?
  Shouldn't maven javadoc clean also work?
   
   Best regards,
   Andrei
  
  
  
  __
  Yahoo! Messenger
  Show us what our next emoticon should look like.
 Join the fun. 
 
 http://www.advision.webevents.yahoo.com/emoticontest
  
 

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



__ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs

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



Getting the status 'BUILD FAILED' from maven

2004-11-29 Thread Adrian Tarau
How can I force the maven to stop de build process, and display a message about 
why the build was failed from a Java Bean called from build.xml?


Build Failed transitioning from RC4 to V1- please help

2004-08-18 Thread Mirabito, Massimo

I am trying to migrate to Maven V1 from RC4. I installed V1 and tried to
run one of my build but I get the error below. 

I thought the maven cache was the culprit so I deleted in order for
maven to rebuild it but the same error still occurred.

What could be causing this error? 
Did I miss a step in the migration?

Thanks in advance for any help

Max

BUILD FAILED
File.. C:\Documents and
Settings\Administrator\.maven\cache\maven-xdoc-plugi
n-1.8\plugin.jelly
Element... attainGoal
Line.. 687
Column 48
No goal [maven-statcvs-plugin:register]
com.werken.werkz.UnattainableGoalException: Unable to obtain goal [site]
-- C:\D
ocuments and
Settings\Administrator\.maven\cache\maven-xdoc-plugin-1.8\plugin.je
lly:687:48: attainGoal No goal [maven-statcvs-plugin:register]
at com.werken.werkz.Goal.fire(Goal.java:646)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
634)
at
org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
at org.apache.maven.cli.App.doMain(App.java:486)
at org.apache.maven.cli.App.main(App.java:1215)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
org.apache.commons.jelly.JellyTagException: C:\Documents and
Settings\Administra
tor\.maven\cache\maven-xdoc-plugin-1.8\plugin.jelly:687:48: attainGoal
No goal
 [maven-statcvs-plugin:register]
at
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttai
nGoalTag.java:154)
at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:1
45)
at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
g.java:79)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
mAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttai
nGoalTag.java:127)
at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
g.java:79)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
mAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
634)
at
org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
at org.apache.maven.cli.App.doMain(App.java:486)
at org.apache.maven.cli.App.main(App.java:1215)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
Caused by: com.werken.werkz.NoSuchGoalException: No goal
[maven-statcvs-plugin:r
egister

Re: Build Failed transitioning from RC4 to V1- please help

2004-08-18 Thread Emmanuel Venisse
You need the statcvs plugin. It doesn't distribute with Maven.

http://statcvs-xml.berlios.de/maven-plugin/

Emmanuel

- Original Message - 
From: Mirabito, Massimo [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Wednesday, August 18, 2004 1:03 PM
Subject: Build Failed transitioning from RC4 to V1- please help



I am trying to migrate to Maven V1 from RC4. I installed V1 and tried to
run one of my build but I get the error below. 

I thought the maven cache was the culprit so I deleted in order for
maven to rebuild it but the same error still occurred.

What could be causing this error? 
Did I miss a step in the migration?

Thanks in advance for any help

Max

BUILD FAILED
File.. C:\Documents and
Settings\Administrator\.maven\cache\maven-xdoc-plugi
n-1.8\plugin.jelly
Element... attainGoal
Line.. 687
Column 48
No goal [maven-statcvs-plugin:register]
com.werken.werkz.UnattainableGoalException: Unable to obtain goal [site]
-- C:\D
ocuments and
Settings\Administrator\.maven\cache\maven-xdoc-plugin-1.8\plugin.je
lly:687:48: attainGoal No goal [maven-statcvs-plugin:register]
at com.werken.werkz.Goal.fire(Goal.java:646)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
634)
at
org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
at org.apache.maven.cli.App.doMain(App.java:486)
at org.apache.maven.cli.App.main(App.java:1215)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
org.apache.commons.jelly.JellyTagException: C:\Documents and
Settings\Administra
tor\.maven\cache\maven-xdoc-plugin-1.8\plugin.jelly:687:48: attainGoal
No goal
 [maven-statcvs-plugin:register]
at
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttai
nGoalTag.java:154)
at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:1
45)
at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
g.java:79)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
mAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttai
nGoalTag.java:127)
at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
g.java:79)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
mAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
634)
at
org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
at org.apache.maven.cli.App.doMain(App.java:486)
at org.apache.maven.cli.App.main(App.java:1215)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke

RE: Build Failed transitioning from RC4 to V1- please help

2004-08-18 Thread Mirabito, Massimo
Hi Emmanuel,

There is a step that I am still not doing and for some reason I cannot
recall what I did to get it to work in RC4.

I run the following 
maven plugin:download -DartifactId=maven-statcvs-plugin
-DgroupId=statcvs -Dversion=2.5

But I still get the same error when I run my build.

Can you help?

Thanks

Max



-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 18, 2004 07:29
To: Maven Users List
Subject: Re: Build Failed transitioning from RC4 to V1- please help

You need the statcvs plugin. It doesn't distribute with Maven.

http://statcvs-xml.berlios.de/maven-plugin/

Emmanuel

- Original Message - 
From: Mirabito, Massimo [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Wednesday, August 18, 2004 1:03 PM
Subject: Build Failed transitioning from RC4 to V1- please help



I am trying to migrate to Maven V1 from RC4. I installed V1 and tried to
run one of my build but I get the error below. 

I thought the maven cache was the culprit so I deleted in order for
maven to rebuild it but the same error still occurred.

What could be causing this error? 
Did I miss a step in the migration?

Thanks in advance for any help

Max

BUILD FAILED
File.. C:\Documents and
Settings\Administrator\.maven\cache\maven-xdoc-plugi
n-1.8\plugin.jelly
Element... attainGoal
Line.. 687
Column 48
No goal [maven-statcvs-plugin:register]
com.werken.werkz.UnattainableGoalException: Unable to obtain goal [site]
-- C:\D
ocuments and
Settings\Administrator\.maven\cache\maven-xdoc-plugin-1.8\plugin.je
lly:687:48: attainGoal No goal [maven-statcvs-plugin:register]
at com.werken.werkz.Goal.fire(Goal.java:646)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
634)
at
org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
at org.apache.maven.cli.App.doMain(App.java:486)
at org.apache.maven.cli.App.main(App.java:1215)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
org.apache.commons.jelly.JellyTagException: C:\Documents and
Settings\Administra
tor\.maven\cache\maven-xdoc-plugin-1.8\plugin.jelly:687:48: attainGoal
No goal
 [maven-statcvs-plugin:register]
at
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttai
nGoalTag.java:154)
at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:1
45)
at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
g.java:79)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
mAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttai
nGoalTag.java:127)
at
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
g.java:79)
at
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.perfor
mAction(MavenGoalTag.java:110)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at
com.werken.werkz.WerkzProject.attainGoal

RE: Build Failed transitioning from RC4 to V1- please help

2004-08-18 Thread Mirabito, Massimo
Sorry for the double post but upon closer investigation it looks like
the plugin is not installing correctly. This is the error I get when I
attempt to download it.

Any ideas? What am I doing wrong?

C:\maven plugin:download -DartifactId=maven-statcvs-plugin
-DgroupId=statcvs -D
version=2.5
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0

Directory C:\Documents and Settings\Administrator\.maven\repository does
not exi
st. Attempting to create.
Attempting to download commons-io-20030203.000550.jar.
59K downloaded
Attempting to download commons-net-1.1.0.jar.
139K downloaded
Attempting to download commons-httpclient-2.0.jar.
217K downloaded
Attempting to download commons-lang-2.0.jar.
165K downloaded
Attempting to download commons-logging-1.0.3.jar.
30K downloaded
Attempting to download jsch-0.1.5.jar.
79K downloaded
Attempting to download commons-jelly-20030902.160215.jar.
150K downloaded
Attempting to download commons-jelly-tags-velocity-20030303.205659.jar.
7K downloaded
Attempting to download velocity-1.4-dev.jar.
351K downloaded
Attempting to download commons-jelly-tags-xml-20030211.142705.jar.
31K downloaded
Attempting to download
commons-jelly-tags-interaction-20030211.143817.jar.
4K downloaded
Plugin 'maven-deploy-plugin' in project 'null' is not available
build:start:

plugin:download-artifact:
[mkdir] Created dir: C:\Documents and
Settings\Administrator\.maven\reposito
ry\statcvs\plugins
[echo] repo is 'http://www.ibiblio.org/maven'
[echo] trying to download
http://www.ibiblio.org/maven/statcvs/plugins/maven
-statcvs-plugin-2.5.jar

BUILD FAILED
File.. C:\Documents and
Settings\Administrator\.maven\cache\maven-plugin-plu
gin-1.5.1\plugin.jelly
Element... ant:fail
Line.. 260
Column 52
Unable to find plug-in
Total time: 9 seconds
Finished at: Wed Aug 18 12:59:54 EDT 2004
-Original Message-
From: Mirabito, Massimo 
Sent: Wednesday, August 18, 2004 12:49
To: Maven Users List
Subject: RE: Build Failed transitioning from RC4 to V1- please help
Importance: High

Hi Emmanuel,

There is a step that I am still not doing and for some reason I cannot
recall what I did to get it to work in RC4.

I run the following 
maven plugin:download -DartifactId=maven-statcvs-plugin
-DgroupId=statcvs -Dversion=2.5

But I still get the same error when I run my build.

Can you help?

Thanks

Max



-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 18, 2004 07:29
To: Maven Users List
Subject: Re: Build Failed transitioning from RC4 to V1- please help

You need the statcvs plugin. It doesn't distribute with Maven.

http://statcvs-xml.berlios.de/maven-plugin/

Emmanuel

- Original Message - 
From: Mirabito, Massimo [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Wednesday, August 18, 2004 1:03 PM
Subject: Build Failed transitioning from RC4 to V1- please help



I am trying to migrate to Maven V1 from RC4. I installed V1 and tried to
run one of my build but I get the error below. 

I thought the maven cache was the culprit so I deleted in order for
maven to rebuild it but the same error still occurred.

What could be causing this error? 
Did I miss a step in the migration?

Thanks in advance for any help

Max

BUILD FAILED
File.. C:\Documents and
Settings\Administrator\.maven\cache\maven-xdoc-plugi
n-1.8\plugin.jelly
Element... attainGoal
Line.. 687
Column 48
No goal [maven-statcvs-plugin:register]
com.werken.werkz.UnattainableGoalException: Unable to obtain goal [site]
-- C:\D
ocuments and
Settings\Administrator\.maven\cache\maven-xdoc-plugin-1.8\plugin.je
lly:687:48: attainGoal No goal [maven-statcvs-plugin:register]
at com.werken.werkz.Goal.fire(Goal.java:646)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
634)
at
org.apache.maven.MavenSession.attainGoals(MavenSession.java:266)
at org.apache.maven.cli.App.doMain(App.java:486)
at org.apache.maven.cli.App.main(App.java:1215)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)
org.apache.commons.jelly.JellyTagException: C:\Documents and
Settings\Administra
tor\.maven\cache\maven-xdoc-plugin-1.8\plugin.jelly:687:48: attainGoal
No goal
 [maven-statcvs-plugin:register

Re: Build Failed transitioning from RC4 to V1- please help

2004-08-18 Thread Jefferson K. French
From the error message it looks like the directory:

  C:\Documents and Settings\Administrator\.maven\repository

does not exist. Can you verify if it does exist now? Also, are you
downloading the plugin as Administrator?

On Wed, 18 Aug 2004, at 12:59:18 [GMT -0400] Mirabito, Massimo wrote:

 Sorry for the double post but upon closer investigation it looks like
 the plugin is not installing correctly. This is the error I get when I
 attempt to download it.

 Any ideas? What am I doing wrong?

C:\maven plugin:download -DartifactId=maven-statcvs-plugin
 -DgroupId=statcvs -D
 version=2.5
  __  __
 |  \/  |__ _Apache__ ___
 | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
 |_|  |_\__,_|\_/\___|_||_|  v. 1.0

 Directory C:\Documents and Settings\Administrator\.maven\repository does
 not exi
 st. Attempting to create.
 Attempting to download commons-io-20030203.000550.jar.
 59K downloaded
 Attempting to download commons-net-1.1.0.jar.
 139K downloaded
 Attempting to download commons-httpclient-2.0.jar.
 217K downloaded
 Attempting to download commons-lang-2.0.jar.
 165K downloaded
 Attempting to download commons-logging-1.0.3.jar.
 30K downloaded
 Attempting to download jsch-0.1.5.jar.
 79K downloaded
 Attempting to download commons-jelly-20030902.160215.jar.
 150K downloaded
 Attempting to download commons-jelly-tags-velocity-20030303.205659.jar.
 7K downloaded
 Attempting to download velocity-1.4-dev.jar.
 351K downloaded
 Attempting to download commons-jelly-tags-xml-20030211.142705.jar.
 31K downloaded
 Attempting to download
 commons-jelly-tags-interaction-20030211.143817.jar.
 4K downloaded
 Plugin 'maven-deploy-plugin' in project 'null' is not available
 build:start:

 plugin:download-artifact:
 [mkdir] Created dir: C:\Documents and
 Settings\Administrator\.maven\reposito
 ry\statcvs\plugins
 [echo] repo is 'http://www.ibiblio.org/maven'
 [echo] trying to download
 http://www.ibiblio.org/maven/statcvs/plugins/maven
 -statcvs-plugin-2.5.jar

 BUILD FAILED
 File.. C:\Documents and
 Settings\Administrator\.maven\cache\maven-plugin-plu
 gin-1.5.1\plugin.jelly
 Element... ant:fail
 Line.. 260
 Column 52
 Unable to find plug-in
 Total time: 9 seconds
 Finished at: Wed Aug 18 12:59:54 EDT 2004

-- 
mailto:[EMAIL PROTECTED]



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



RE: Build Failed transitioning from RC4 to V1- please help

2004-08-18 Thread Mirabito, Massimo
The directory is there
C:\Documents and Settings\Administrator\.maven
And has 2 sub directories cache and repository

Yes I am logged into the machine as administrator

-Original Message-
From: Jefferson K. French [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 18, 2004 13:11
To: Maven Users List
Subject: Re: Build Failed transitioning from RC4 to V1- please help

From the error message it looks like the directory:

  C:\Documents and Settings\Administrator\.maven\repository

does not exist. Can you verify if it does exist now? Also, are you
downloading the plugin as Administrator?

On Wed, 18 Aug 2004, at 12:59:18 [GMT -0400] Mirabito, Massimo wrote:

 Sorry for the double post but upon closer investigation it looks like
 the plugin is not installing correctly. This is the error I get when I
 attempt to download it.

 Any ideas? What am I doing wrong?

C:\maven plugin:download -DartifactId=maven-statcvs-plugin
 -DgroupId=statcvs -D
 version=2.5
  __  __
 |  \/  |__ _Apache__ ___
 | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
 |_|  |_\__,_|\_/\___|_||_|  v. 1.0

 Directory C:\Documents and Settings\Administrator\.maven\repository
does
 not exi
 st. Attempting to create.
 Attempting to download commons-io-20030203.000550.jar.
 59K downloaded
 Attempting to download commons-net-1.1.0.jar.
 139K downloaded
 Attempting to download commons-httpclient-2.0.jar.
 217K downloaded
 Attempting to download commons-lang-2.0.jar.
 165K downloaded
 Attempting to download commons-logging-1.0.3.jar.
 30K downloaded
 Attempting to download jsch-0.1.5.jar.
 79K downloaded
 Attempting to download commons-jelly-20030902.160215.jar.
 150K downloaded
 Attempting to download
commons-jelly-tags-velocity-20030303.205659.jar.
 7K downloaded
 Attempting to download velocity-1.4-dev.jar.
 351K downloaded
 Attempting to download commons-jelly-tags-xml-20030211.142705.jar.
 31K downloaded
 Attempting to download
 commons-jelly-tags-interaction-20030211.143817.jar.
 4K downloaded
 Plugin 'maven-deploy-plugin' in project 'null' is not available
 build:start:

 plugin:download-artifact:
 [mkdir] Created dir: C:\Documents and
 Settings\Administrator\.maven\reposito
 ry\statcvs\plugins
 [echo] repo is 'http://www.ibiblio.org/maven'
 [echo] trying to download
 http://www.ibiblio.org/maven/statcvs/plugins/maven
 -statcvs-plugin-2.5.jar

 BUILD FAILED
 File.. C:\Documents and
 Settings\Administrator\.maven\cache\maven-plugin-plu
 gin-1.5.1\plugin.jelly
 Element... ant:fail
 Line.. 260
 Column 52
 Unable to find plug-in
 Total time: 9 seconds
 Finished at: Wed Aug 18 12:59:54 EDT 2004

-- 
mailto:[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: Build Failed transitioning from RC4 to V1- please help

2004-08-18 Thread Jefferson K. French
Max,

Hadn't noticed this before, but you are attempting to download statcvs
2.5. I only see 2.3 and 2.4 on ibiblio.

  Jeff

On Wed, 18 Aug 2004, at 13:21:56 [GMT -0400] Mirabito, Massimo wrote:

 The directory is there
 C:\Documents and Settings\Administrator\.maven
 And has 2 sub directories cache and repository

 Yes I am logged into the machine as administrator

 -Original Message-
 From: Jefferson K. French [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, August 18, 2004 13:11
 To: Maven Users List
 Subject: Re: Build Failed transitioning from RC4 to V1- please help

 From the error message it looks like the directory:

   C:\Documents and Settings\Administrator\.maven\repository

 does not exist. Can you verify if it does exist now? Also, are you
 downloading the plugin as Administrator?

 On Wed, 18 Aug 2004, at 12:59:18 [GMT -0400] Mirabito, Massimo wrote:

 Sorry for the double post but upon closer investigation it looks like
 the plugin is not installing correctly. This is the error I get when I
 attempt to download it.

 Any ideas? What am I doing wrong?

C:\maven plugin:download -DartifactId=maven-statcvs-plugin
 -DgroupId=statcvs -D
 version=2.5
  __  __
 |  \/  |__ _Apache__ ___
 | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
 |_|  |_\__,_|\_/\___|_||_|  v. 1.0

 Directory C:\Documents and Settings\Administrator\.maven\repository
 does
 not exi
 st. Attempting to create.
 Attempting to download commons-io-20030203.000550.jar.
 59K downloaded
 Attempting to download commons-net-1.1.0.jar.
 139K downloaded
 Attempting to download commons-httpclient-2.0.jar.
 217K downloaded
 Attempting to download commons-lang-2.0.jar.
 165K downloaded
 Attempting to download commons-logging-1.0.3.jar.
 30K downloaded
 Attempting to download jsch-0.1.5.jar.
 79K downloaded
 Attempting to download commons-jelly-20030902.160215.jar.
 150K downloaded
 Attempting to download
 commons-jelly-tags-velocity-20030303.205659.jar.
 7K downloaded
 Attempting to download velocity-1.4-dev.jar.
 351K downloaded
 Attempting to download commons-jelly-tags-xml-20030211.142705.jar.
 31K downloaded
 Attempting to download
 commons-jelly-tags-interaction-20030211.143817.jar.
 4K downloaded
 Plugin 'maven-deploy-plugin' in project 'null' is not available
 build:start:

 plugin:download-artifact:
 [mkdir] Created dir: C:\Documents and
 Settings\Administrator\.maven\reposito
 ry\statcvs\plugins
 [echo] repo is 'http://www.ibiblio.org/maven'
 [echo] trying to download
 http://www.ibiblio.org/maven/statcvs/plugins/maven
 -statcvs-plugin-2.5.jar

 BUILD FAILED
 File.. C:\Documents and
 Settings\Administrator\.maven\cache\maven-plugin-plu
 gin-1.5.1\plugin.jelly
 Element... ant:fail
 Line.. 260
 Column 52
 Unable to find plug-in
 Total time: 9 seconds
 Finished at: Wed Aug 18 12:59:54 EDT 2004


-- 
mailto:[EMAIL PROTECTED]



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



RE: Build Failed transitioning from RC4 to V1- please help

2004-08-18 Thread Mirabito, Massimo
Jeff,

Yes you are right, I guess I assumed that 2.5 was available since the
statcvs website had the installation example as maven plugin:download
-DartifactId=maven-statcvs-plugin -DgroupId=statcvs -Dversion=2.5 on
http://statcvs-xml.berlios.de/maven-plugin/.
 
I changed -Dversion to 2.4 and now I am back in business and running
Maven 1.0.

Thanks for pointing that out.

Max


-Original Message-
From: Jefferson K. French [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 18, 2004 13:34
To: Maven Users List
Subject: Re: Build Failed transitioning from RC4 to V1- please help

Max,

Hadn't noticed this before, but you are attempting to download statcvs
2.5. I only see 2.3 and 2.4 on ibiblio.

  Jeff

On Wed, 18 Aug 2004, at 13:21:56 [GMT -0400] Mirabito, Massimo wrote:

 The directory is there
 C:\Documents and Settings\Administrator\.maven
 And has 2 sub directories cache and repository

 Yes I am logged into the machine as administrator

 -Original Message-
 From: Jefferson K. French [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, August 18, 2004 13:11
 To: Maven Users List
 Subject: Re: Build Failed transitioning from RC4 to V1- please help

 From the error message it looks like the directory:

   C:\Documents and Settings\Administrator\.maven\repository

 does not exist. Can you verify if it does exist now? Also, are you
 downloading the plugin as Administrator?

 On Wed, 18 Aug 2004, at 12:59:18 [GMT -0400] Mirabito, Massimo wrote:

 Sorry for the double post but upon closer investigation it looks like
 the plugin is not installing correctly. This is the error I get when
I
 attempt to download it.

 Any ideas? What am I doing wrong?

C:\maven plugin:download -DartifactId=maven-statcvs-plugin
 -DgroupId=statcvs -D
 version=2.5
  __  __
 |  \/  |__ _Apache__ ___
 | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
 |_|  |_\__,_|\_/\___|_||_|  v. 1.0

 Directory C:\Documents and Settings\Administrator\.maven\repository
 does
 not exi
 st. Attempting to create.
 Attempting to download commons-io-20030203.000550.jar.
 59K downloaded
 Attempting to download commons-net-1.1.0.jar.
 139K downloaded
 Attempting to download commons-httpclient-2.0.jar.
 217K downloaded
 Attempting to download commons-lang-2.0.jar.
 165K downloaded
 Attempting to download commons-logging-1.0.3.jar.
 30K downloaded
 Attempting to download jsch-0.1.5.jar.
 79K downloaded
 Attempting to download commons-jelly-20030902.160215.jar.
 150K downloaded
 Attempting to download
 commons-jelly-tags-velocity-20030303.205659.jar.
 7K downloaded
 Attempting to download velocity-1.4-dev.jar.
 351K downloaded
 Attempting to download commons-jelly-tags-xml-20030211.142705.jar.
 31K downloaded
 Attempting to download
 commons-jelly-tags-interaction-20030211.143817.jar.
 4K downloaded
 Plugin 'maven-deploy-plugin' in project 'null' is not available
 build:start:

 plugin:download-artifact:
 [mkdir] Created dir: C:\Documents and
 Settings\Administrator\.maven\reposito
 ry\statcvs\plugins
 [echo] repo is 'http://www.ibiblio.org/maven'
 [echo] trying to download
 http://www.ibiblio.org/maven/statcvs/plugins/maven
 -statcvs-plugin-2.5.jar

 BUILD FAILED
 File.. C:\Documents and
 Settings\Administrator\.maven\cache\maven-plugin-plu
 gin-1.5.1\plugin.jelly
 Element... ant:fail
 Line.. 260
 Column 52
 Unable to find plug-in
 Total time: 9 seconds
 Finished at: Wed Aug 18 12:59:54 EDT 2004


-- 
mailto:[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]



Was: [Andromda-user] build failed 3.0M2-SNAPSHOT

2004-07-03 Thread Jan Heise
Hi all,
this is a resend of a problem I have building andromda with maven.
From the andromda-mailing-list I got the suggestion to take my problem  
here
as it seems to be a maven/mac osx/java problem.

The build always fails with an OutOfMemory-exception.
I tested with different settings for memory, e.g.:
setenv MAVEN_OPTS -Xms512m -Xmx768m -Xss2m
setenv ANT_OPTS -Xms512m -Xmx768m -Xss2m
The machine I'm using runs Mac OSX and has 1Gig RAM:
Darwin janfried.local 7.4.0 Darwin Kernel Version 7.4.0: Wed May 12  
16:58:24 PDT 2004; root:xnu/xnu-517.7.7.obj~7/RELEASE_PPC  Power  
Macintosh powerpc

java version 1.4.2_03
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-117.1)
Java HotSpot(TM) Client VM (build 1.4.2-34, mixed mode)
maven v. 1.0-rc3
Here a snippet of the build-log:
multiproject:install-callback:
[echo] Running war:install for Animal Quiz Sample Web
INFO  [start] Running strutsconfigxml/
INFO  [engineStarted] Generating output 'struts-config.xml' using  
template file  
'jar:file:/Users/jheise/.maven/repository/xdoclet/jars/xdoclet-apache- 
module-1.2.jar!/xdoclet/modules/apache/struts/resources/ 
struts_config_xml.xdt'.
null
ParameterImpl instances:   0
MethodImpl instances:  0
ConstructorImpl instances: 0
SimpleNode instances:  0
SourceClass instances: 0
XDoc instances:0
DefaultXTag instances: 0
BinaryClass instances: 0
UnknownClass instances:0
Total memory:506
Free memory:423
Try to increase heap size. Can be done by defining ANT_OPTS=-Xmx640m
See the JDK tooldocs.

BUILD FAILED
File..  
/Users/jheise/.maven/plugins/maven-multiproject-plugin-1.3/plugin.jelly
Element... maven:reactor
Line.. 216
Column 9
Unable to obtain goal [multiproject:install-callback] --  
/Users/jheise/Development/sourceforge.net/andromda-all/samples/animal- 
quiz/web/maven.xml:19:53: webdoclet  
org.apache.tools.ant.BuildException
INFO  [App] Total time: 14 minutes 18 seconds
INFO  [App] Finished at: Fri Jul 02 20:56:21 CEST 2004
INFO  [App]

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


/ /OREF:CPTA1F6C Build Failed when using Reactor

2004-02-27 Thread aribic




Hi All,

I have an issue when I run reactor from my base project.xml.
I get a BUILD FAILED with following message:
...
Element... m:reactor
Line.. 17
Column 40
...
Unable to obtain goal [reeferbk-dist] -- ... ant:copy Warning:
Could not find file ~/projects/MyPrj/target/taglib.xml to copy.


However, if I run the sub project's xml file directly, all goes well.

base maven.xml
  goal name=reeferbk-buildall
m:reactor basedir=${basedir}
   includes=*/project.xml
   goals=reeferbk-dist
   banner=Building Project
   ignoreFailures=false/
  /goal

sub project's maven.xml
  goal name=reeferbk-dist
echo[INFO] Installing WAR file.../echo
attainGoal name=war:install/
echo[INFO] Generating site content.../echo
attainGoal name=site:generate/
  /goal

Has anyone else had this problem?
Any ideas to what might be causing this?

Thanks in advance,
--Alen



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



Re: build failed in jxr, what do I do?

2003-08-14 Thread dion
Run 'maven -e clean site:generate' and post the stacktrace.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


John Farrell [EMAIL PROTECTED] wrote on 06/08/2003 04:24:30 PM:

 I received this message while doing 'maven clean site:generate 
 site:fsdeploy'with beta 10.
 
 BUILD FAILED
 File.. file:/home/john/.maven/plugins/maven-jxr-plugin-1.2-SNAPSHOT/
 Element... jxr:jxr
 Line.. 90
 Column 31
 java.lang.reflect.InvocationTargetException
 Total time: 1 minutes 31 seconds
 
 I am guessing that it is line 90 column 31 of plugin.jelly in that 
plugin, 
 which is just inside the jxr tag. I can't find a stack trace for the 
 InvocationTargetException :-(, so I can't give any better information. 
How 
 can I (a) fix it, or (b) get better debug information. Thanks,
 
 John
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


Re: build failed in jxr, what do I do?

2003-08-11 Thread John Farrell
On Wed, 6 Aug 2003 04:38 pm, [EMAIL PROTECTED] wrote:
 Run 'maven -e clean site:generate' and post the stacktrace.

Thanks Dion. I found -X straight after I posted, so I did that and raised 
MAVEN-657 on the Jira. But here is the quick stack.

John

BUILD FAILED
java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError
at org.apache.oro.text.perl.Perl5Util.substitute(Unknown Source)
at org.apache.oro.text.perl.Perl5Util.substitute(Unknown Source)
at 
org.apache.maven.jxr.DirectoryIndexer.getPackageInfo(DirectoryIndexer.java:309)
at 
org.apache.maven.jxr.DirectoryIndexer.process(DirectoryIndexer.java:230)
at org.apache.maven.jxr.JxrBean.xref(JxrBean.java:146)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java:230)
at 
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
at 
org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainGoalTag.java:107)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at 
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
at 
org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainGoalTag.java:107)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
at org.apache.maven.cli.App.doMain(App.java:525)
at org.apache.maven.cli.App.main(App.java:1088)
at java.lang.reflect.Method.invoke(Native Method)
at com.werken.forehead.Forehead.run(Forehead.java:543)
at com.werken.forehead.Forehead.main(Forehead.java:573)


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



build failed in jxr, what do I do?

2003-08-08 Thread John Farrell
I received this message while doing 'maven clean site:generate 
site:fsdeploy'with beta 10.

BUILD FAILED
File.. file:/home/john/.maven/plugins/maven-jxr-plugin-1.2-SNAPSHOT/
Element... jxr:jxr
Line.. 90
Column 31
java.lang.reflect.InvocationTargetException
Total time: 1 minutes 31 seconds

I am guessing that it is line 90 column 31 of plugin.jelly in that plugin, 
which is just inside the jxr tag. I can't find a stack trace for the 
InvocationTargetException :-(, so I can't give any better information. How 
can I (a) fix it, or (b) get better debug information. Thanks,

John

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



Re: [Webtest] Re: Maven + Canoo : BUILD FAILED Target `' does not exist in this project

2003-08-01 Thread Scot Hale
Siegfried,

I have an idea, but I am not sure what it would take.  Your plugin is really
cool because it runs multiple ant build files, and it also takes the ant
task output xml and converts it to html, and also links that html to all the
html resulting pages.  There is no going back after you use this plugin!

Would it be possible to create an ant task that does all this?  I think that
would give the following benifits :

1.) we could still have a maven plugin that just calls the ant task.
2.) all non maven users would benefit from the Canoo Webtest ant task
enhancement, or creation of a new ant task that could be managed by Canoo
Webtest project.
3.) There would be no need to invoke the Ant main method to run the Canoo
Webtests.  (the ant task could just be embedded in the plugin).

How much work would this be?


- Original Message -
From: Siegfried Göschl [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, July 31, 2003 10:26 AM
Subject: [Webtest] Re: Maven + Canoo : BUILD FAILED Target `' does not exist
in this project


 Hi all,

 within the Maven Canoo Webtest plugin I start a separate ANT process
 to execute Canoo WebTest (this is a design decision I'm currently
 rethinking - it stems from the fact that sometimes you are stuck to
 an older ANT version)

 It seems that ANT running under UNIX/LINUX has a problem with an
 empty command line parameters such as ${maven.webtest.ant.options}
 since I don't have that problem on Windows 2000.

  SNIPPET 

 java classname=org.apache.tools.ant.Main fork=yes
arg value=${maven.webtest.ant.options}/
arg value=-f/
arg value=${testScriptFile}/
arg value=${maven.webtest.target}/
 /java

 webtest:test:
 [echo] Starting Canoo Webtest ...
 [echo] Processing simpleTest.xml
 [java] Buildfile: /home/anjarivo/Projects/MEW/simpleTest.xml
 [java]
 [java] BUILD FAILED
 [java] Target `' does not exist in this project.
 [java]
 [java] Total time: 1 second
 [java] [ERROR] Java Result: 1
 [echo] Finished running Canoo Webtest Plugin

 

 According to Anjarivo it works if for ${maven.webtest.ant.options}  a
 value is set, e.g. -v. I think the best solution is to check if a
 value is set for ${maven.webtest.ant.options} and to use two
 different invocation for the ANT process - one with
 ${maven.webtest.ant.options}  and the other one without.

 I try to check-in the patch tonight 


 Thanks,

 Siegfried Goeschl


 On 31 Jul 2003 at 16:52, [EMAIL PROTECTED] wrote:

  Hi Siegfried,
 
  Thank you for you help, I've managed in going further.
  Infortunatly, If I don't use maven.webtest.ant.options=any ant
  parameters it failed. I receive this error message.
 
  webtest:test:
  [echo] Starting Canoo Webtest ...
  [echo] Processing simpleTest.xml
  [java] Buildfile: /home/anjarivo/Projects/MEW/simpleTest.xml
  [java]
  [java] BUILD FAILED
  [java] Target `' does not exist in this project.
  [java]
  [java] Total time: 1 second
  [java] [ERROR] Java Result: 1
  [echo] Finished running Canoo Webtest Plugin
 
  But on the other side if I used maven.webtest.ant.options=-v it
  works.
 
  webtest:test:
  [echo] Starting Canoo Webtest ...
  [echo] Processing simpleTest.xml
  [java] Apache Ant version 1.5.1 compiled on October 2 2002
  [java] Buildfile: /home/anjarivo/Projects/MEW/simpleTest.xml
  [java] Detected Java version: 1.4 in: /usr/local/j2sdk1.4.2/jre
  [java] Detected OS: Linux [java] parsing buildfile
  /home/anjarivo/Projects/MEW/simpleTest.xml with
  URI = file:/home/anjarivo/Projects/MEW/simpleTest.xml
  [java] Project base dir set to: /home/anjarivo/Projects/MEW
  [java] Build sequence for target `main' is [main]
  [java] Complete build sequence is [main]
  [java]
  [java] main:
  .
 
  I went over plugin.jelly in maven-webtest-plugin-0.7.jar and the
  Ant call seems correct. Do you have any idea ?
 
  Regards,
  Anjarivo
 
 
  -Message
  d'origine-- De
  : Siegfried Goschl [mailto:[EMAIL PROTECTED] Envoye :
  lundi 28 juillet 2003 21:55 A : [EMAIL PROTECTED] Cc :
  [EMAIL PROTECTED] Objet : Re: Canoo Web Test and Maven ???
 
 
  Hi Anjarivo,
 
  you are right - the webtest sample files are no longer part of the
  distribution and therefore sample.xml fails and the documentation
  was not updated ... :-(
 
  Might be a good idea to add it again ...
 
  +) You can download the sample from http://cvs.sourceforge.net/cgi-
  bin/viewcvs.cgi/maven-plugins/maven-plugins/webtest/webtest/
 
  +) Place the sample.xml and config/sample.properties in a folder
  webtest
 
  +) If you are behind a firewall yo have to tweak the ANT script (ANT
  1.5.3 supports network proxies)
 
  +) Run maven webtest xdoc:trasnform - it should work as shown below
 
  Cheers,
 
  Siegfried Goeschl
 
  PS: Don't hesitate

Re: Maven + Canoo : BUILD FAILED Target `' does not exist in this project

2003-07-31 Thread Siegfried Göschl
Hi all,

within the Maven Canoo Webtest plugin I start a separate ANT process 
to execute Canoo WebTest (this is a design decision I'm currently 
rethinking - it stems from the fact that sometimes you are stuck to 
an older ANT version)

It seems that ANT running under UNIX/LINUX has a problem with an 
empty command line parameters such as ${maven.webtest.ant.options} 
since I don't have that problem on Windows 2000.

 SNIPPET 

java classname=org.apache.tools.ant.Main fork=yes 
   arg value=${maven.webtest.ant.options}/   
   arg value=-f/ 
   arg value=${testScriptFile}/
   arg value=${maven.webtest.target}/
/java

webtest:test:
[echo] Starting Canoo Webtest ...
[echo] Processing simpleTest.xml
[java] Buildfile: /home/anjarivo/Projects/MEW/simpleTest.xml
[java]
[java] BUILD FAILED
[java] Target `' does not exist in this project.
[java]
[java] Total time: 1 second
[java] [ERROR] Java Result: 1
[echo] Finished running Canoo Webtest Plugin



According to Anjarivo it works if for ${maven.webtest.ant.options}  a 
value is set, e.g. -v. I think the best solution is to check if a 
value is set for ${maven.webtest.ant.options} and to use two 
different invocation for the ANT process - one with  
${maven.webtest.ant.options}  and the other one without.

I try to check-in the patch tonight 


Thanks,

Siegfried Goeschl


On 31 Jul 2003 at 16:52, [EMAIL PROTECTED] wrote:

 Hi Siegfried,
 
 Thank you for you help, I've managed in going further.
 Infortunatly, If I don't use maven.webtest.ant.options=any ant
 parameters it failed. I receive this error message.
 
 webtest:test:
 [echo] Starting Canoo Webtest ...
 [echo] Processing simpleTest.xml
 [java] Buildfile: /home/anjarivo/Projects/MEW/simpleTest.xml
 [java]
 [java] BUILD FAILED
 [java] Target `' does not exist in this project.
 [java]
 [java] Total time: 1 second
 [java] [ERROR] Java Result: 1
 [echo] Finished running Canoo Webtest Plugin
 
 But on the other side if I used maven.webtest.ant.options=-v it
 works.
 
 webtest:test:
 [echo] Starting Canoo Webtest ...
 [echo] Processing simpleTest.xml
 [java] Apache Ant version 1.5.1 compiled on October 2 2002
 [java] Buildfile: /home/anjarivo/Projects/MEW/simpleTest.xml
 [java] Detected Java version: 1.4 in: /usr/local/j2sdk1.4.2/jre
 [java] Detected OS: Linux [java] parsing buildfile
 /home/anjarivo/Projects/MEW/simpleTest.xml with 
 URI = file:/home/anjarivo/Projects/MEW/simpleTest.xml
 [java] Project base dir set to: /home/anjarivo/Projects/MEW
 [java] Build sequence for target `main' is [main]
 [java] Complete build sequence is [main]
 [java]
 [java] main:
 .
 
 I went over plugin.jelly in maven-webtest-plugin-0.7.jar and the
 Ant call seems correct. Do you have any idea ?
 
 Regards,
 Anjarivo
 
 
 -Message
 d'origine-- De
 : Siegfried Goschl [mailto:[EMAIL PROTECTED] Envoye :
 lundi 28 juillet 2003 21:55 A : [EMAIL PROTECTED] Cc :
 [EMAIL PROTECTED] Objet : Re: Canoo Web Test and Maven ???
 
 
 Hi Anjarivo,
 
 you are right - the webtest sample files are no longer part of the
 distribution and therefore sample.xml fails and the documentation
 was not updated ... :-(
 
 Might be a good idea to add it again ...
 
 +) You can download the sample from http://cvs.sourceforge.net/cgi-
 bin/viewcvs.cgi/maven-plugins/maven-plugins/webtest/webtest/
 
 +) Place the sample.xml and config/sample.properties in a folder 
 webtest
 
 +) If you are behind a firewall yo have to tweak the ANT script (ANT 
 1.5.3 supports network proxies)
 
 +) Run maven webtest xdoc:trasnform - it should work as shown below
 
 Cheers,
 
 Siegfried Goeschl
 
 PS: Don't hesitate to post a success story ... :-)
 
 
 
 Microsoft Windows 2000 [Version 5.00.2195]
 (C) Copyright 1985-2000 Microsoft Corp.
 
 C:\Dokumente und Einstellungen\sigi\.maven\plugins\maven-webtest-
 plugin-0.7maven webtest
  __  __
 |  \/  |__ _Apache__ ___
 | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
 |_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10
 
 webtest:
 webtest:clean:
 [delete] Deleting 10 files from C:\Dokumente und 
 Einstellungen\sigi\.maven\plugins\maven-webtest-plugin-
 0.7\target\webtest
 [delete] Deleting 4 files from C:\Dokumente und 
 Einstellungen\sigi\.maven\plugins\maven-webtest-plugin-
 0.7\target\webtest
 [delete] Deleting: C:\Dokumente und 
 Einstellungen\sigi\.maven\plugins\maven-webtest-plugin-
 0.7\target\webtest-raw-report.xml
 
 webtest:info:
 [echo]
   maven.webtest.file= *.xml
   maven.webtest.target  =
   maven.webtest.src = C:\Dokumente und
 Einstellungen\sigi\.maven\plugins\maven-webtest-plugin-0.7/webtest
 
   maven.webtest.config.host = localhost
   maven.webtest.config.port = 80