Re: problem with maven embebed in netbeans 5.5.1

2007-11-19 Thread logancillo

ok, thx, i´ll report this possible bug very soon!
-- 
View this message in context: 
http://www.nabble.com/problem-with-maven-embebed-in-netbeans-5.5.1-tf4805705s177.html#a13830924
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: problem with maven embebed in netbeans 5.5.1

2007-11-19 Thread Milos Kleint
I didn't hear a problem description similar to yours so far. So it's
probably a still-to-be-fixed issue.

Milos

On 11/19/07, logancillo <[EMAIL PROTECTED]> wrote:
>
>
> Milos, is this a resolved problem? i dont know if there is an open task on
> jira.codehauss...
>
>
>
> --
> View this message in context:
> http://www.nabble.com/problem-with-maven-embebed-in-netbeans-5.5.1-tf4805705s177.html#a13830305
> 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: problem with maven embebed in netbeans 5.5.1

2007-11-19 Thread logancillo

Milos, is this a resolved problem? i dont know if there is an open task on
jira.codehauss...



-- 
View this message in context: 
http://www.nabble.com/problem-with-maven-embebed-in-netbeans-5.5.1-tf4805705s177.html#a13830305
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: problem with maven embebed in netbeans 5.5.1

2007-11-19 Thread Alonso Isidoro Roman
thx for your response!, yep! it happens too!

2007/11/18, Milos Kleint <[EMAIL PROTECTED]>:
>
> does the same happen when invoking on the command line?
> worth filing as issue at http://jira.codehaus.org/browse/MEVENIDE
>
> Milos
>
> On Nov 14, 2007 4:06 PM, logancillo <[EMAIL PROTECTED]> wrote:
>
> >
> > hi everybody, i`using netbeans 5.5.1 with jdk 1.6. App server is embebed
> > tomcat 5.5.17 and i `m having some troubles when i build the war file.
> It
> > seems that WEB-INF/classes dir is not updated!
> >
> > i´ll try to explain better!
> >
> > my workspace is C:\trabajo\ws\AFEL\sources, where i have pom.xml,
> > profiles.xml, nbactions.xml and src  directory with my web project. If i
> > run
> > build goal on netbeans, it extracts to screen something like this:
> >
> > [compiler:compile]
> > [INFO]Compiling 28 source files to
> > C:\trabajo\ws\AFEL\sources\target\classes
> > [resources:testResources]
> > [INFO]Using default encoding to copy filtered resources.
> > [compiler:testCompile]
> > [INFO]No sources to compile
> > [surefire:test]
> > [INFO]No tests to run.
> > [war:war]
> > [INFO]Packaging webapp
> > [INFO]Assembling webapp[frontal] in
> > [C:\trabajo\ws\AFEL\sources\target\frontal-1.0-SNAPSHOT]
> > [INFO]Processing war project
> > [INFO]Webapp assembled in[6484 msecs]
> > [INFO]Building war:
> > C:\trabajo\ws\AFEL\sources\target\frontal-1.0-SNAPSHOT.war
> > [install:install]
> > [INFO]Installing C:\trabajo\ws\AFEL\sources\target\frontal-
> > 1.0-SNAPSHOT.war
> > to C:\Documents and
> >
> >
> Settings\operador\.m2\repository\es\yell\frontlite\frontal\1.0-SNAPSHOT\frontal-
> > 1.0-SNAPSHOT.war
> >
> >
> [INFO]
> > [INFO]BUILD SUCCESSFUL
> >
> >
> [INFO]
> > [INFO]Total time: 14 seconds
> > [INFO]Finished at: Wed Nov 14 15:58:51 CET 2007
> > [INFO]Final Memory: 47M/87M
> >
> >
> [INFO]
> >
> > the content of C:\trabajo\ws\AFEL\sources\target\classes is diferent
> with
> > regard to WEB-INF/classes contained in the generated war!
> >
> > pls help, how can i fix this strange behavior?
> >
> > PD
> >
> > i already tried unistalling and purging netbeans files
> > --
> > View this message in context:
> >
> http://www.nabble.com/problem-with-maven-embebed-in-netbeans-5.5.1-tf4805705s177.html#a13748536
> > Sent from the Maven - Users mailing list archive at Nabble.com.
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>



-- 
Alonso Isidoro Roman.


Re: problem with maven embebed in netbeans 5.5.1

2007-11-18 Thread Milos Kleint
does the same happen when invoking on the command line?
worth filing as issue at http://jira.codehaus.org/browse/MEVENIDE

Milos

On Nov 14, 2007 4:06 PM, logancillo <[EMAIL PROTECTED]> wrote:

>
> hi everybody, i`using netbeans 5.5.1 with jdk 1.6. App server is embebed
> tomcat 5.5.17 and i `m having some troubles when i build the war file. It
> seems that WEB-INF/classes dir is not updated!
>
> i´ll try to explain better!
>
> my workspace is C:\trabajo\ws\AFEL\sources, where i have pom.xml,
> profiles.xml, nbactions.xml and src  directory with my web project. If i
> run
> build goal on netbeans, it extracts to screen something like this:
>
> [compiler:compile]
> [INFO]Compiling 28 source files to
> C:\trabajo\ws\AFEL\sources\target\classes
> [resources:testResources]
> [INFO]Using default encoding to copy filtered resources.
> [compiler:testCompile]
> [INFO]No sources to compile
> [surefire:test]
> [INFO]No tests to run.
> [war:war]
> [INFO]Packaging webapp
> [INFO]Assembling webapp[frontal] in
> [C:\trabajo\ws\AFEL\sources\target\frontal-1.0-SNAPSHOT]
> [INFO]Processing war project
> [INFO]Webapp assembled in[6484 msecs]
> [INFO]Building war:
> C:\trabajo\ws\AFEL\sources\target\frontal-1.0-SNAPSHOT.war
> [install:install]
> [INFO]Installing C:\trabajo\ws\AFEL\sources\target\frontal-
> 1.0-SNAPSHOT.war
> to C:\Documents and
>
> Settings\operador\.m2\repository\es\yell\frontlite\frontal\1.0-SNAPSHOT\frontal-
> 1.0-SNAPSHOT.war
>
> [INFO]
> [INFO]BUILD SUCCESSFUL
>
> [INFO]
> [INFO]Total time: 14 seconds
> [INFO]Finished at: Wed Nov 14 15:58:51 CET 2007
> [INFO]Final Memory: 47M/87M
>
> [INFO]
>
> the content of C:\trabajo\ws\AFEL\sources\target\classes is diferent with
> regard to WEB-INF/classes contained in the generated war!
>
> pls help, how can i fix this strange behavior?
>
> PD
>
> i already tried unistalling and purging netbeans files
> --
> View this message in context:
> http://www.nabble.com/problem-with-maven-embebed-in-netbeans-5.5.1-tf4805705s177.html#a13748536
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


problem with maven embebed in netbeans 5.5.1

2007-11-14 Thread logancillo

hi everybody, i`using netbeans 5.5.1 with jdk 1.6. App server is embebed
tomcat 5.5.17 and i `m having some troubles when i build the war file. It
seems that WEB-INF/classes dir is not updated!

i´ll try to explain better!

my workspace is C:\trabajo\ws\AFEL\sources, where i have pom.xml,
profiles.xml, nbactions.xml and src  directory with my web project. If i run
build goal on netbeans, it extracts to screen something like this:

[compiler:compile]
[INFO]Compiling 28 source files to C:\trabajo\ws\AFEL\sources\target\classes
[resources:testResources]
[INFO]Using default encoding to copy filtered resources.
[compiler:testCompile]
[INFO]No sources to compile
[surefire:test]
[INFO]No tests to run.
[war:war]
[INFO]Packaging webapp
[INFO]Assembling webapp[frontal] in
[C:\trabajo\ws\AFEL\sources\target\frontal-1.0-SNAPSHOT]
[INFO]Processing war project
[INFO]Webapp assembled in[6484 msecs]
[INFO]Building war:
C:\trabajo\ws\AFEL\sources\target\frontal-1.0-SNAPSHOT.war
[install:install]
[INFO]Installing C:\trabajo\ws\AFEL\sources\target\frontal-1.0-SNAPSHOT.war
to C:\Documents and
Settings\operador\.m2\repository\es\yell\frontlite\frontal\1.0-SNAPSHOT\frontal-1.0-SNAPSHOT.war
[INFO]
[INFO]BUILD SUCCESSFUL
[INFO]
[INFO]Total time: 14 seconds
[INFO]Finished at: Wed Nov 14 15:58:51 CET 2007
[INFO]Final Memory: 47M/87M
[INFO]

the content of C:\trabajo\ws\AFEL\sources\target\classes is diferent with
regard to WEB-INF/classes contained in the generated war!

pls help, how can i fix this strange behavior?

PD

i already tried unistalling and purging netbeans files
-- 
View this message in context: 
http://www.nabble.com/problem-with-maven-embebed-in-netbeans-5.5.1-tf4805705s177.html#a13748536
Sent from the Maven - Users mailing list archive at Nabble.com.


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