oleg
I can't unpack it your maven dist
-D
On Fri, Oct 10, 2008 at 9:50 PM, Dan Tran <[EMAIL PROTECTED]> wrote:
> I dont have to declare mercury in tag right?
>
> am I still use "dav:" for wagon url?
>
> -D
>
> On Fri, Oct 10, 2008 at 9:41 PM, Oleg Gusakov
> <[EMAIL PROTECTED]> wrote:
>> Dan,
>>
I dont have to declare mercury in tag right?
am I still use "dav:" for wagon url?
-D
On Fri, Oct 10, 2008 at 9:41 PM, Oleg Gusakov
<[EMAIL PROTECTED]> wrote:
> Dan,
>
> I have 2.1-M2-SNAPSHOT with Mercury wagon packaged into it for
> http/https/dav, if you are interested -
> http://people.apach
Dan,
I have 2.1-M2-SNAPSHOT with Mercury wagon packaged into it for
http/https/dav, if you are interested -
http://people.apache.org/~ogusakov/repos/staging/org/apache/maven/apache-maven/2.1.0-M2-SNAPSHOT/apache-maven-2.1.0-M2-20081003.231722-1-bin.gz
Thanks,
Oleg
Dan Tran wrote:
i am using
At a very quick glance they both seem like bugs, yes.
- Brett
2008/10/11 Dan Tran <[EMAIL PROTECTED]>:
> i am using 2.1-M2, have not tested with web deployment yet. However my
> IT test show i can download a single file using a dav url
>
> Any how, it turns how i need both xerces adn commons-coll
i am using 2.1-M2, have not tested with web deployment yet. However my
IT test show i can download a single file using a dav url
Any how, it turns how i need both xerces adn commons-collections in my
extensions.
but I now run into 2 issues:
1 getFileList from https://dav.codehaus.org/snapshots
It will need to be added to the extensions.
It really shouldn't be necessary though - what version of Maven are
you using, and does the dav deployment work normally?
- Brett
2008/10/11 Dan Tran <[EMAIL PROTECTED]>:
> Ok, i added xerces to my plugin's classpath, still no go.
>
>
> still l
Ok, i added xerces to my plugin's classpath, still no go.
still looking
-D
On Fri, Oct 10, 2008 at 7:45 PM, Brett Porter <[EMAIL PROTECTED]> wrote:
> No, I think you need to add xerces, or find out why the jackrabbit
> version of those classes are being used instead of the patched vers
No, I think you need to add xerces, or find out why the jackrabbit
version of those classes are being used instead of the patched version
(there's also a chance that there is a new release of jackrabbit that
includes the patch now - I haven't checked).
- Brett
2008/10/11 Dan Tran <[EMAIL PROTECTE
No sure how to proceed.
are you suggesting me to add jackrabt to my plugin;'s classpath?
-D
On Fri, Oct 10, 2008 at 7:23 PM, Brett Porter <[EMAIL PROTECTED]> wrote:
> 2008/10/11 Dan Tran <[EMAIL PROTECTED]>:
>> Hello,
>>
>> I am currently continue on with James Dumay's wagon-maven-plugin at
>> M
mvn help:effective-* will show the profiles actually used.
This seems like a very bad idea for build reproducibility however - I
wouldn't recommend it.
- Brett
2008/10/11 Lucie <[EMAIL PROTECTED]>:
>
> This is defined pom.xml:
>
>
>
> ${my.artifactId}
>
>
>
> I have a profile defined
2008/10/11 Dan Tran <[EMAIL PROTECTED]>:
> Hello,
>
> I am currently continue on with James Dumay's wagon-maven-plugin at
> MOJO's sanbox and running to issue invokes' Wagon:getFilelist() with
> wagon-webdav-jackrabbit
>
> The IT pom is at
> http://svn.codehaus.org/mojo/trunk/sandbox/wagon-maven-pl
Le samedi 11 octobre 2008, will vuong a écrit :
> i think it is a bug actually.
>
> i declare the remote repo in my pom.xml. then i go into my local repo
> cache and delete commons-logging, and then execute mvn dependency:list.
> maven goes to the proper repo.
>
> i deleted commons-logging again
i think it is a bug actually.
i declare the remote repo in my pom.xml. then i go into my local repo cache
and delete commons-logging, and then execute mvn dependency:list. maven
goes to the proper repo.
i deleted commons-logging again in my local repo again and then i run my ant
build with the
This is defined pom.xml:
${my.artifactId}
I have a profile defined in profiles.xml to pass the ${my.artifactId} as a
property at build time.
This doesn't work - no value is passed. What may have caused to failed?
Lucie
--
View this message in context:
http://www.nabble.com/Cha
Le vendredi 10 octobre 2008, will vuong a écrit :
> if i have a pom.xml that i refer to in my ant build.xml and that pom.xml
> declares a remote repo, does the maven ant task use the pom's remote repo?
> or do i also have to declare the remote repo inside the build.xml? thanks
> for the clarificat
I agree with the other guys in that it is way better to externalise
your configuration.
In the meantime, it is probably easier to put each foo.xml in
different directories, say src/main/resources-prod and src/main/
resources-dev. Then use profiles to select different build
configurations.
Thanks Wayne and Wendy; that was it.
Sorry, I was wrong about using the web site's documentation; the maven command
I'm using in my copy.sh is the one from the error message from maven when it
can't find the artifact:
Downloading:
http://repo1.maven.org/maven2/edtftpj-pro/edtftpj-pro/2.1.0/ed
Java 6 only works on 64bit Intel Macs (ie Intel Core 2 Duo), and not
by default.
You need to configure JAVA_HOME to point at /System/Library/Frameworks/
JavaVM.framework/Versions/1.6.0/Home and your PATH to /System/Library/
Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin.
Cheers,
On 0
you're asking a java class in the apps layer to manipulate a feature of the OS
below it
I would suggest using an ant copy *.lnk in a suitable goal to target with
something like
Martin
__
Disclaimer and confidentiality note
Everything in
Hello,
I am currently continue on with James Dumay's wagon-maven-plugin at
MOJO's sanbox and running to issue invokes' Wagon:getFilelist() with
wagon-webdav-jackrabbit
The IT pom is at
http://svn.codehaus.org/mojo/trunk/sandbox/wagon-maven-plugin/src/it/webdav
The error is
java.lang.NoClassDef
On Fri, Oct 10, 2008 at 2:04 PM, Rusty Wright <[EMAIL PROTECTED]> wrote:
> Why is this happening? Every time I compile it's trying to download a pom
> for something I installed in my local repository.
It's trying to download the pom because you don't have the pom in your
local repo.
Change your
Depending on the version of the install plugin that you used, the
"generatePom" parameter is either true or false by default (IIRC). It
seems like the version you are using has a "false" value.
As such, reinstall the jar with the same mvn install:install-file
command, but add -DgeneratePom=true to
Why is this happening? Every time I compile it's trying to download a pom for
something I installed in my local repository.
I have a directory COPY_TO_REPO in my project:
./COPY_TO_REPO:
copy.sh edtftpj-pro-2.1.0.jar license-1.0.jar
What's in copy.sh is what I got from the documentation o
As a follow-up to this thread, I found a perfect example of the use
case I'm talking about, and it's in the Maven book itself. Take a look
at the end of section 7.9:
http://www.sonatype.com/book/reference/multimodule-web-spring.html#d0e8066
Here, the author is launching a command-line progra
I assume your plugin is not in central repository. I recall there
is/was an issue with extensions beling looked for in wrong repository
(typically just repo1) instead of the declared ones. But that all
shall start working once you've built the project once, so I assume
it's not your case.
If you ca
if i have a pom.xml that i refer to in my ant build.xml and that pom.xml
declares a remote repo, does the maven ant task use the pom's remote repo?
or do i also have to declare the remote repo inside the build.xml? thanks
for the clarification.
--
View this message in context:
http://www.nabbl
or you could use jna.dev.java.net which can support them
Sent from my iPod
On 10 Oct 2008, at 18:51, "Wayne Fay" <[EMAIL PROTECTED]> wrote:
No. Java doesn't know about symlinks, therefore Maven2 does not
either. Perhaps Java7 will address this.
Wayne
On Fri, Oct 10, 2008 at 10:46 AM, Attila
No. Java doesn't know about symlinks, therefore Maven2 does not
either. Perhaps Java7 will address this.
Wayne
On Fri, Oct 10, 2008 at 10:46 AM, Attila Ravai <[EMAIL PROTECTED]> wrote:
> Hello All,
>
> I tried to add a symlink to a folder today in my webapp folder and after
> running maven2 I sa
Hello All,
I tried to add a symlink to a folder today in my webapp folder and after
running maven2 I saw that in the target I have now a duplicated folder instead
of a symlink to the other folder. Is there a way to tell maven to copy symlinks
as files?
thanks,
Janos
Milos,
we use ONLY explicits versions in ALL poms. We want reproducible builds
at all times ;) We do use dependencyManagement and pluginManagement a
lot though.
Specifically, the simplest project that fails is like this:
- We have the top-level pom and the actual project pom.
- The plugin t
do you explicitly declare a version or you stick with RELEASE, LATEST
or not defined?
The workaround mentioned in the issues suggests to put explicit versions there.
If your's is different, it's probably not a duplicate but something
related only.
It might also be important where the plugin is defi
Milos,
oh well, we just tested with the daily NB snapshot and maven-integration
4.0.5. We still have the same issue.
The crux of the issue is really the true within
a plugin configuration e.g.:
our.group.id
our.artifact.id
our config here...
Hi Stefan,
I have not used it by myself, but that SHOULD be possible using
different main projects for different customers.
In fact, you should be able to do something like this :
- You will have a "main" artifact for your project, the root of your
dependency tree.
- The you will have a number of
Baptiste MATHUS wrote:
2008/10/10 Julien Stern <[EMAIL PROTECTED]>
Milos Kleint wrote:
what version of maven support in netbeans you have?
Milos,
NetBeans IDE 6.1 (Build 200805300101)
Maven: 3.1.4
Well, from what I know, this version of maven does not exist. Maven 3.x is
still in active
2008/10/10 Julien Stern <[EMAIL PROTECTED]>
> Milos Kleint wrote:
>
>> what version of maven support in netbeans you have?
>>
>
> Milos,
>
> NetBeans IDE 6.1 (Build 200805300101)
> Maven: 3.1.4
Well, from what I know, this version of maven does not exist. Maven 3.x is
still in active development
Baptiste MATHUS wrote:
Hi,
Well, to tackle the potential maven-netbeans integration problem, I guess
you tested your project outside NB? What does it say? Which version of maven
is it? Which maven-integration are you using?
Did you specify the referenced maven xsd?
Baptiste,
thanks for your re
Milos Kleint wrote:
what version of maven support in netbeans you have?
Milos,
NetBeans IDE 6.1 (Build 200805300101)
Maven: 3.1.4
I suggest you try the 6.5 development builds (we're close to RC1, so
the stability is pretty good), and instal the 4.0.x version of maven
support from the update
Hi,
Well, to tackle the potential maven-netbeans integration problem, I guess
you tested your project outside NB? What does it say? Which version of maven
is it? Which maven-integration are you using?
Did you specify the referenced maven xsd?
CheerS.
2008/10/10 Julien Stern <[EMAIL PROTECTED]>
>
what version of maven support in netbeans you have?
I suggest you try the 6.5 development builds (we're close to RC1, so
the stability is pretty good), and instal the 4.0.x version of maven
support from the update center. I recall I've done some fixes in this
area, but still usecases still fails.
Hi list,
I hope this is the right place to query about this issue.
We have a Maven2 project that is displayed as project> (unknown).
After a (lot) of trial and errors, we manage to locate the source of the
problem. We have one plugin (homemade) that uses
true.
If we comment this line, netbe
Hello Julian,
If you have multiple JDK's installed, check your "javac -version" and your
environment variables.
Regards,
Stevo.
On Wed, Oct 1, 2008 at 7:43 PM, Julian Exenberger <[EMAIL PROTECTED]>wrote:
> Hi
>
> I'm having this issue with the Maven compiler on JSE6.0 update 2 on MAC
> OSX:
>
>
Hi
I'm having this issue with the Maven compiler on JSE6.0 update 2 on
MAC OSX:
javac: invalid target release: 1.6
This works fine on Windows and Ubuntu, and works if I set the target
to 1.5
Can anyone help.
Thanks
-
T
42 matches
Mail list logo