Ok, now I get the following:

Compiling 5 source files to
U:\proyectos\otros\netflux\netflux-core\target\classes
[ERROR] mojo-execute : compiler:compile
Diagnosis: Compilation failure
FATAL ERROR: Error executing Maven for a project
[ERROR] project-execute : org.netflux:netflux-core:jar:0.2-SNAPSHOT (
task-segment: [install] )
Diagnosis: Compilation failure
FATAL ERROR: Error executing Maven for a project
org.apache.maven.BuildFailureException: Compilation failure
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
DefaultLifecycleExecutor.java:552)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle
(DefaultLifecycleExecutor.java:472)
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(
DefaultLifecycleExecutor.java:451)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
(DefaultLifecycleExecutor.java:303)
   at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(
DefaultLifecycleExecutor.java:270)
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(
DefaultLifecycleExecutor.java:139)
   at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java
:472)
   at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java
:413)
   at org.maven.ide.eclipse.Maven2Executor.main(Maven2Executor.java:68)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation
failure
   at org.apache.maven.plugin.AbstractCompilerMojo.execute(
AbstractCompilerMojo.java:505)
   at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:111)
   at org.apache.maven.plugin.DefaultPluginManager.executeMojo(
DefaultPluginManager.java:415)
   at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(
DefaultLifecycleExecutor.java:531)
   ... 8 more


Of course, I have run maven from the command line and it works with no
problem

2006/4/28, Wood, Kevin <[EMAIL PROTECTED]>:

You can specify the proxy information when you configure the External
Tools entry for the Maven2 build of this project in Eclipse.  In the
External Tools window, select the goal that you want to run, then add
parameters proxyHost and proxyPort with the appropriate values in the
parameter box.  These properties will be passed along to the Maven
plugin when it is invoked.

--Kevin

-----Original Message-----
From: Tom Joad [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 25, 2006 12:10 PM
To: Maven Users List
Subject: Re: Problem with Eclipse plugin


I run eclipse 3.1.1 on windows 2000 and
windows>preferences>internet>proxy settings
you put your company proxy  settings.

On my Linux mandriva 10. , i launch eclipse by command line with
system properties
eclipse -vmargs  -Dhttp.proxyHost=MYPROXYHOST
-Dhttp.proxyPort=MYPROXYNUMBER
Tom.


2006/4/25, Jose Gonzalez Gomez <[EMAIL PROTECTED]>:
> You're right, I'm behind a proxy... You mention a plugin to manage the
proxy
> connection in Eclipse, where can I find it?
>
> Thanks a lot
> Jose
>
> 2006/4/25, Tom Joad <[EMAIL PROTECTED]>:
> >
> > Hi Jose,
> > It is fixed in version 0.0;5 as i said .Are you under proxy? If it's
the
> > case
> >
> > As said Eugene Kuleshov one of plugin developers Unfortunately there
> > are still no support for settings.xml, including
> > proxy configuration. and i think your proble comes from it.
> >    For now you can use system properties -Dhttp.proxyHost= and
> > -Dhttp.proxyPort=
> > Could you try to launch eclipse via commnand line with these two
> > parameters
> > Or  adding eclipse plugin to manage proxy connexion.
> >
> > Tom.
> > 2006/4/25, Jose Gonzalez Gomez <[EMAIL PROTECTED]>:
> > > I'm using 0.0.5... do you have more information about this issue?
> > >
> > > Thanks
> > > Jose
> > >
> > > 2006/4/24, Tom Joad <[EMAIL PROTECTED]>:
> > > >
> > > > Hello,
> > > > Which version of the plugin do you use? It is a known issue of
version
> > > > 0.0.4 resolved
> > > > with 0.0.5 .
> > > > Tom.
> > > >
> > > >
> > > >
> > > > 2006/4/24, Jose Gonzalez Gomez <[EMAIL PROTECTED]>:
> > > > > Hi there,
> > > > >
> > > > > After reading about the Eclipse plugin I decided to give it a
try. I
> > > > > installed it, and tried to run a maven goal, but the execution
seems
> > to
> > > > > hang. After enabling debug output in the preferences I get
this in
> > the
> > > > > console:
> > > > >
> > > > > [DEBUG] Found 0 components to load on start
> > > > > [DEBUG] Building Maven user-level plugin registry from:
> > 'C:\Documents
> > > > and
> > > > > Settings\jgonzalez\.m2\plugin-registry.xml'
> > > > > [DEBUG] Building Maven global-level settings from:
> > > > > 'U:\proyectos\otros\netflux\netflux-core\conf\settings.xml'
> > > > > [DEBUG] Building Maven user-level settings from: 'C:\Documents
and
> > > > > Settings\jgonzalez\.m2\settings.xml'
> > > > > [DEBUG] Using parent-POM from the project hierarchy at:
'../pom.xml'
> > for
> > > > > project: null:netflux-core:jar:null
> > > > >
> > > > > After this, the execution seems to hang. Any ideas?
> > > > >
> > > > > TIA, best regards
> > > > > Jose
> > > > >
> > > > >
> > > >
> > > >
---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

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

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


Reply via email to