Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hudson-dev] Looking for User Support

Perhaps he could add .maven to the .hgignore (.gitignore?) file and
try status again?

Bob

On Mon, Aug 27, 2012 at 2:30 PM, Steve Christou <schristou88@xxxxxxxxx> wrote:
> .maven folder I don't believe is expected behavior for maven by default.
> Delete that folder and see if the build will continue. Is there a way you
> can use a local version of maven instead of an installer?
>
>
> On Mon, Aug 27, 2012 at 3:22 PM, sdoca sdoca <sdoca@xxxxxxx> wrote:
>>
>> Yes, but it only shows unknown files, no modified ones.  There's 482
>> lines, so I won't post them all, but it looks like all the Maven
>> dependencies, a log file and the release.properties file:
>>
>> ? .maven/repo/ca/shaw/eng/nms/nms-super-pom/1.0/_maven.repositories
>> ? .maven/repo/ca/shaw/eng/nms/nms-super-pom/1.0/nms-super-pom-1.0.pom
>> ? .maven/repo/ca/shaw/eng/nms/nms-super-pom/1.0/nms-super-pom-1.0.pom.sha1
>> ? .maven/repo/ch/ethz/ganymed/ganymed-ssh2/build210/_maven.repositories
>> ?
>> .maven/repo/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar
>> ?
>> .maven/repo/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar.sha1
>> ?
>> .maven/repo/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.pom
>> ?
>> .maven/repo/ch/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.pom.sha1
>> ? .maven/repo/classworlds/classworlds/1.1-alpha-2/_maven.repositories
>> ?
>> .maven/repo/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
>> ?
>> .maven/repo/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.sha1
>> ? .maven/repo/classworlds/classworlds/1.1/_maven.repositories
>> ? .maven/repo/classworlds/classworlds/1.1/classworlds-1.1.pom
>> ? .maven/repo/classworlds/classworlds/1.1/classworlds-1.1.pom.sha1
>> ? .maven/repo/com/mks/api/mksapi-jar/4.10.9049/_maven.repositories
>> ? .maven/repo/com/mks/api/mksapi-jar/4.10.9049/mksapi-jar-4.10.9049.jar
>> ?
>> .maven/repo/com/mks/api/mksapi-jar/4.10.9049/mksapi-jar-4.10.9049.jar.sha1
>> ? .maven/repo/com/mks/api/mksapi-jar/4.10.9049/mksapi-jar-4.10.9049.pom
>> ?
>> .maven/repo/com/mks/api/mksapi-jar/4.10.9049/mksapi-jar-4.10.9049.pom.sha1
>> ...
>> <snip>
>> ...
>> ? .maven/spy.log
>> ? release.properties
>>
>>
>> ----- Original Message -----
>> From: Steve Christou <schristou88@xxxxxxxxx>
>> Date: Monday, August 27, 2012 12:19 pm
>> Subject: Re: [hudson-dev] Looking for User Support
>> To: Hudson developer discussions <hudson-dev@xxxxxxxxxxx>
>>
>> > Can you run:
>> >
>> > hg status
>> > or
>> > git status
>> >
>> > to view any local modifications?
>> >
>> > On Mon, Aug 27, 2012 at 12:58 PM, sdoca sdoca <sdoca@xxxxxxx>
>> > wrote:
>> > > Hi,
>> > >
>> > > I'm having issues using/setting up the M2 Release Plugin (
>> > > http://wiki.hudson-ci.org/display/HUDSON/M2+Release+Plugin) in
>> > Hudson.  I
>> > > had posted this issue on
>> > > StackOverflow -
>> > > http://stackoverflow.com/questions/12116800/install-m2-release-
>> > plugin-0-9-1-on-hudson-2-2-1.
>> > > I've been playing around a bit this morning and found that if
>> > I install the
>> > > Jenkins javadoc plugin, I got the 0.9.1 version of the M2
>> > Release plugin to
>> > > install. However, I'm not sure if installing this Jenkins
>> > plugin in Hudson
>> > > will cause issues or not.
>> > >
>> > > Also, when I view my job's configure page, it looks very
>> > different from
>> > > the plugins page screenshots.  I don't know how much that
>> > is a
>> > > Hudson/Jenkins difference or a plugin issue.
>> > >
>> > > Finally, I've set up a Maven 3 build which goals are: clean
>> > > release:prepare release:perform
>> > >
>> > > This build fails. I suspect it is not using the M2 Release
>> > plugin, but am
>> > > not sure.  This is the failure:
>> > >
>> > > [INFO]
>> > > ---------------------------------------------------------------
>> > ---------
>> > > [INFO] BUILD FAILURE
>> > > [INFO]
>> > > ---------------------------------------------------------------
>> > ---------
>> > > [INFO] Total time: 2:49.493s
>> > > [INFO] Finished at: Mon Aug 27 11:48:43 MDT 2012 [INFO]
>> > > Final Memory: 8M/30M
>> > > [INFO]
>> > > ---------------------------------------------------------------
>> > ---------
>> > > [INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with
>> > > exception(s) [INFO] o.h.m.e.h.MavenExecutionResultHandler - [1]
>> > > org.apache.maven.lifecycle.LifecycleExecutionException: Failed
>> > to execute
>> > > goal org.apache.maven.plugins:maven-release-plugin:2.2.2:prepare
>> > > (default-cli) on project TestWar: Cannot prepare the release
>> > because you
>> > > have local modifications :
>> > >
>> > > I don't know what local modifications are causing the
>> > failure.  I've set
>> > > the job up to "Clean workspace before build", so any local
>> > modifications> must be done by Hudson, but I don't know what
>> > they are.
>> > >
>> > > Thanks!
>> > >
>> > >
>> > >
>> > >
>> > > ----- Original Message -----
>> > > From: Bob Foster <bobfoster@xxxxxxxxx>
>> > > Date: Monday, August 27, 2012 11:43 am
>> > > Subject: Re: [hudson-dev] Looking for User Support
>> > > To: Hudson developer discussions <hudson-dev@xxxxxxxxxxx>
>> > >
>> > > > What kind of support are you looking for?
>> > > >
>> > > > Bob
>> > > >
>> > > > On Mon, Aug 27, 2012 at 9:44 AM, sdoca sdoca
>> > <sdoca@xxxxxxx> wrote:
>> > > > > Hi,
>> > > > >
>> > > > > I'm looking for Hudson user support.  I have subscribed
>> > > > to the
>> > > > > users@xxxxxxxxxxxxxxx mailing list and looked at the
>> > > > > http://java.net/projects/hudson/forums/user-forum/ but there
>> > > > doesn't appear
>> > > > > to be any activity on either.  Questions about Hudson on
>> > > > StackOverflow don't
>> > > > > get much support either.
>> > > > >
>> > > > > Is there another forum/mailing list for Hudson user support
>> > > > which I should
>> > > > > be using?
>> > > > >
>> > > > > Thanks!
>> > > > >
>> > > > > _______________________________________________
>> > > > > hudson-dev mailing list
>> > > > > hudson-dev@xxxxxxxxxxx
>> > > > > https://dev.eclipse.org/mailman/listinfo/hudson-dev
>> > > > >
>> > > > _______________________________________________
>> > > > hudson-dev mailing list
>> > > > hudson-dev@xxxxxxxxxxx
>> > > > https://dev.eclipse.org/mailman/listinfo/hudson-dev
>> > > >
>> > > _______________________________________________
>> > > hudson-dev mailing list
>> > > hudson-dev@xxxxxxxxxxx
>> > > https://dev.eclipse.org/mailman/listinfo/hudson-dev
>> > >
>> >
>>
>> _______________________________________________
>> hudson-dev mailing list
>> hudson-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/hudson-dev
>>
>
>
> _______________________________________________
> hudson-dev mailing list
> hudson-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/hudson-dev
>


Back to the top