Nabble
|
Software
»
Apache
»
Maven
»
Maven - Users
[ANN] m2eclipse 0.9.0 Released
View:
Threaded
List (by date)
Classic
Old framed views
23 Messages —
Rating Filter:
0
1
2
3
4
5
Alert me
Jason van Zyl-2
–
[ANN] m2eclipse 0.9.0 Released
Jason van Zyl-2
[ANN] m2eclipse 0.9.0 Released -
Hi, Eugene, and crew have made huge strides with the release of the m2eclipse 0.9.0. You can find Eugene's blog...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Brian E Fox
Brian E Fox
Nice! I stumbled on the ability to use external installations, including 2.0.x. This is awesome since 2.1-SNAPSHOT...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
deckrider
–
Re: [ANN] m2eclipse 0.9.0 Released
deckrider
Re: [ANN] m2eclipse 0.9.0 Released -
I wasn't able to make this work on Eclipse 3.3 on Linux. I tried selecting both /path/to/apache-maven-2.0.8...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Eugene Kuleshov
Eugene Kuleshov
There was a bug, that is fixed in the trunk and will be included into the next release (hopefully in a next few...
Loading...
Reply
More
Rate this Message:
Reply to author
Edit post
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
deckrider
deckrider
By the way, I like have a multi-module project like this: pom.xml foo/pom.xml bar/pom.xml ... I like that I can...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Eugene Kuleshov
Eugene Kuleshov
Thanks. We wanted to leave this to the user. But please be warned that there some gaps between Maven classpaths and...
Loading...
Reply
More
Rate this Message:
Reply to author
Edit post
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Adam Hardy-4
Adam Hardy-4
Eugene Kuleshov on 14/03/08 19:41, wrote: > > deckrider wrote: >> By the way, I like have a multi-module project...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Siarhei
Siarhei
A general question. I am wondering, why is the sudden version number jump? Siarhei
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Jason van Zyl-2
Jason van Zyl-2
Because Eugene has been working on it quietly, and fixed hundreds of issues and so we feel this is actually being...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Jeff MAURY
Jeff MAURY
Can you describe the kind of error you got ? Jeff MAURY On 3/13/08, deckrider <deckrider@...> wrote: > >...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
deckrider
deckrider
java.io.FileNotFoundException: /home/deckrider/apache-maven-2.0.8\bin\m2.conf (No such file or directory) at...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Nick Stolwijk
Nick Stolwijk
It seems the slashes are reversed. Did the plugin use File.separator or a hard coded '\'? With regards, Nick...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
deckrider
deckrider
Searching turned up this: http://jira.codehaus.org/browse/MNGECLIPSE-482 On Thu, Mar 13, 2008 at 10:13 AM, Nick...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Tawfik, Sameh E
–
How to run a script from a pom.xml file?
Tawfik, Sameh E
How to run a script from a pom.xml file? -
How to run a perl or batch file at the beginning of the build? Is there is a command or a plugin I can use to run...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Olivier Dehon-2
Olivier Dehon-2
Look for the exec plugin. -Olivier On Tue, 2008-03-11 at 19:45 -0500, Tawfik, Sameh E wrote: > How to run a perl...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Wayne Fay
Wayne Fay
Alternatively, if you're on Windows, you can add a file mavenrc_pre.bat and mavenrc_post.bat to your user home...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Tawfik, Sameh E
–
RE: How to run a script from a pom.xml file?
Tawfik, Sameh E
RE: How to run a script from a pom.xml file? -
Thanks Wayne. I tried the exe plugin and it did what I was looking for, but I noticed it repeated the execution...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Wendy Smoak-3
–
Re: How to run a script from a pom.xml file?
Wendy Smoak-3
Re: How to run a script from a pom.xml file? -
On Wed, Mar 12, 2008 at 4:25 PM, Tawfik, Sameh E <SamehTawfik@...> wrote: > I tried the exe plugin and it...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Brian E Fox
–
RE: How to run a script from a pom.xml file?
Brian E Fox
RE: How to run a script from a pom.xml file? -
Fyi, the inherited in the execution block does not work, but it does work in the plugin block. -----Original...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink
‹
Tawfik, Sameh E
Tawfik, Sameh E
I specified the inherited element in different places in the plugin body in the parent pom.xml, but no...
Loading...
Reply
More
Rate this Message:
Reply to author
Delete
Print
Show in classic view
Show in list view (by date)
Permalink